Sign in
webkit
/
WebKit
/
d40fd882735bb1dcc69a1c14fe1a550cb7319a97
/
Source
/
WebCore
/
Modules
/
webdatabase
/
DatabaseContext.cpp
d40fd88
Rename SchemeRegistry to LegacySchemeRegistry
by achristensen@apple.com
· 5 years ago
6c511fb
Fix thread safety issue in Database::scheduleTransactionCallback()
by cdumez@apple.com
· 6 years ago
7e9b8cf
Use SecurityOriginData more consistently in Service Worker code
by cdumez@apple.com
· 7 years ago
b8f0008
Unreviewed, rolling out r229954. https://bugs.webkit.org/show_bug.cgi?id=184000
by commit-queue@webkit.org
· 7 years ago
5549cdc
Use SecurityOriginData more consistently in Service Worker code
by cdumez@apple.com
· 7 years ago
a2b7366
Remove unnecessary boolean result of start() functions
by utatane.tea@gmail.com
· 7 years ago
9ace801
Remove PassRefPtr from "page" directory of WebCore, also deploy references
by darin@apple.com
· 8 years ago
6be0e97
Document::securityOrigin() should return a reference.
by akling@apple.com
· 8 years ago
07e864b
Remove unnecessary includes https://bugs.webkit.org/show_bug.cgi?id=167114
by commit-queue@webkit.org
· 8 years ago
39863fe
REGRESSION (r208672): Crash in com.apple.WebCore: WebCore::DatabaseContext::stopDatabases + 34
by darin@apple.com
· 8 years ago
7f2065c
Move SecurityOrigin::createFromDatabaseIdentifier to SecurityOriginData
by commit-queue@webkit.org
· 8 years ago
389af86
Fix exception handling in SQL database code, streamline and update code
by darin@apple.com
· 8 years ago
8af5d21
Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more reasons for suspension
by commit-queue@webkit.org
· 9 years ago
b84f186
Remove unnecessary default quota setting in DatabaseContext::databaseExceededQuota
by gyuyoung.kim@webkit.org
· 9 years ago
bdcdeba
Remove database thread pause code https://bugs.webkit.org/show_bug.cgi?id=147669
by andersca@apple.com
· 10 years ago
cc1b389
Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity
by cdumez@apple.com
· 10 years ago
4448488
Make DatabaseContext suspendable if there is no pending database activity
by cdumez@apple.com
· 10 years ago
fc94517
Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame()
by cdumez@apple.com
· 10 years ago
0fb69f0
Rename DatabaseManager::manager() to DatabaseManager::singleton()
by cdumez@apple.com
· 10 years ago
a471c2b
Remove ENABLE(SQL_DATABASE) guards
by ossy@webkit.org
· 10 years ago
06518e9
Merge DatabaseBackendContext into DatabaseContext
by andersca@apple.com
· 10 years ago
b69c794
Use is<>() / downcast<>() for Document
by cdumez@apple.com
· 10 years ago
f52e28e
ScriptExecutionContext::stopActiveDOMObjects iterates a hash map that can change during iteration (for multiple reasons, including GC)
by darin@apple.com
· 11 years ago
fedf0de
Unify private browsing with sessions.
by mhock@apple.com
· 11 years ago
9204733
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
by mjs@apple.com
· 11 years ago
f435ee1
[iOS] Upstream WebCore and Tools miscellaneous changes
by dbates@webkit.org
· 11 years ago
fedaa63
<https://webkit.org/b/120000> Chrome::client() should return a reference.
by akling@apple.com
· 12 years ago
ff5990f
Make Page::settings() return a reference. <http://webkit.org/b/119662>
by akling@apple.com
· 12 years ago
14792a6
Rename WorkerContext to WorkerGlobalScope
by ch.dumez@sisa.samsung.com
· 12 years ago
bd77481
Page::chrome() should return a reference. <http://webkit.org/b/116185>
by akling@apple.com
· 12 years ago
a4946bc
Clean the chromium bits of WebCore's WebDatabase
by benjamin@webkit.org
· 12 years ago
433a0b5
Remove upcastPointer from ActiveDOMObject constructor
by commit-queue@webkit.org
· 12 years ago
8da49f1
Replace static_casts with to* functions for document types.
by inferno@chromium.org
· 12 years ago
c48437c
Introduced back-end database classes + a few small fixes.
by mark.lam@apple.com
· 12 years ago
2466e90
DatabaseContext needs to outlive the ScriptExecutionContext.
by mark.lam@apple.com
· 12 years ago
b811ff1
Change DatabaseContext lookup to be thread-safe.
by mark.lam@apple.com
· 12 years ago
e69ee17
Change the Supplementable class to not use AtomicString.
by mark.lam@apple.com
· 12 years ago
0a3d6de
Removed the need for the ProposedDatabase mechanism.
by mark.lam@apple.com
· 12 years ago
c2b0a80
Initial refactoring of database functionality into the manager and server.
by mark.lam@apple.com
· 12 years ago
5034454
Move SQLDatabase code into Modules/webdatabase
by abarth@webkit.org
· 13 years ago
[Renamed from Source/WebCore/storage/DatabaseContext.cpp]
b4a790c
allowDatabaseAccess and databaseExceededQuota should be part of DatabaseContext not ScriptExecutionContext
by abarth@webkit.org
· 13 years ago
fa29d19
ScriptExecutionContext has too many ifdef ENABLE(SQL_DATABASE)
by abarth@webkit.org
· 13 years ago