summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/modules/indexeddb/IDBOpenDBRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* blink: Rename modules/ method to prefix with get when they collide.Dana Jansens2016-03-091-6/+6
* Rename enums/functions that collide in chromium style in modules/danakj2016-02-291-1/+1
* Enumerate the return value of dispatchEvent so it is clear.dtapuska2016-02-261-2/+2
* Indexed DB: Rename "int version" to "version"jsbell2016-02-241-8/+8
* Remove config.h inclusion from third_party/WebKit/Source/modules/[a-i]*/.tkent2015-12-221-1/+0
* IndexedDB: Replace use of DOMError with DOMExceptionjsbell2015-11-061-1/+2
* Rework dispatchEvent so it is consistent for isTrusted support.dtapuska@chromium.org2015-07-161-2/+2
* IndexedDB: Replace 0 with nullptr where appropriatejsbell@chromium.org2015-06-021-1/+1
* IndexedDB: Code tidying - replace 0 with nullptr in a handful of placesjsbell@chromium.org2015-02-181-2/+2
* InlinedVisitor: Migrate indexeddb to use inlined tracingkouhei@chromium.org2015-02-161-1/+1
* Oilpan: Remove adoptRefCountedGarbageCollectedharaken@chromium.org2014-10-121-1/+1
* Make IDBTransaction ctor take ScriptState instead of ExecutionContextjsbell@chromium.org2014-09-111-2/+1
* bindings: Retires ScriptWrappable::init, etc.yukishiino@chromium.org2014-09-071-1/+0
* Cleanup blink:: prefix usage in Source/core/modules/[battery/*.cpp to indexed...sunil.ratnu@samsung.com2014-08-141-1/+1
* Rename WebCore to blink in Modulesabarth@chromium.org2014-07-181-2/+2
* Moved files under Source/bindings/v8 to Source/bindings/core/v8.tasak@google.com2014-07-011-1/+1
* Remove RefCountedGarbageCollected from EventTarget objectsharaken@chromium.org2014-06-121-1/+1
* Remove ScriptState::current() from IDBRequestharaken@chromium.org2014-05-281-4/+4
* Ship Oilpan for modules/indexeddb/.tkent@chromium.org2014-05-281-10/+10
* Oilpan: Prepare to move IDBDatabaseCallbacks to Oilpan heap.tkent@chromium.org2014-05-071-2/+8
* Oilpan: Prepare to move IDBDatabase to Oilpan heap.tkent@chromium.org2014-05-041-2/+2
* Oilpan: Prepare to move IDBRequest, IDBOpenRequest, IDBAny, IDBCursor, and ID...tkent@chromium.org2014-04-251-2/+2
* deleteDatabase() success should be IDBVersionChangeEvent [Blink]jsbell@chromium.org2014-04-121-0/+13
* Oilpan: Replace most of RefPtrs of Event objects with oilpan's transition typesharaken@chromium.org2014-04-031-1/+1
* Revert r170733 "Oilpan: Replace most of RefPtrs for Event objects with oilpan...haraken@chromium.org2014-04-031-1/+1
* Oilpan: Replace most of RefPtrs of Event objects with oilpan's transition typesharaken@chromium.org2014-04-031-1/+1
* Implement IDBVersionChangeEvent ctor w/ IDBVersionChangeEventInit dictjsbell@chromium.org2014-02-281-3/+4
* Use nullptr_t for RefPtr, PassRefPtr and RawPtr.ager@chromium.org2014-02-211-1/+1
* IndexedDB: Move connection hookup into IDBDatabase constructorjsbell@chromium.org2013-12-071-6/+2
* IndexedDB: Fix event dispatch races in IDBRequestjsbell@chromium.org2013-12-021-0/+1
* IndexedDB: Prevent leaks due to IDBRequest holding ScriptValuejsbell@chromium.org2013-11-261-7/+8
* IndexedDB: Remove IDBDatabaseBackendInterface/Proxyjsbell@chromium.org2013-11-231-10/+12
* Move WebIDBDatabaseCallbacksImpl out of web/, collapse some implsjsbell@chromium.org2013-11-181-5/+5
* IndexedDB: Move DataLoss enum off of WebIDBCallbacksjsbell@chromium.org2013-11-121-1/+1
* IndexedDB: Remove unused IDBRequest::m_taskType memberjsbell@chromium.org2013-11-071-1/+1
* Rename WebKit namespace to blinkabarth@chromium.org2013-11-061-1/+1
* Surface dataLossMessage to scriptdgrogan@chromium.org2013-11-011-2/+2
* Rename ScriptExecutionContext to ExecutionContext.morrita@chromium.org2013-10-151-9/+9
* Revert 159421 - "Introduce ExecutionContextClient"jochen@chromium.org2013-10-141-9/+9
* Remove ThreadLocalEventNamesabarth@chromium.org2013-10-111-1/+1
* Rename ScriptExecutionContext to ExecutionContext.morrita@chromium.org2013-10-111-9/+9
* Rename EventNames to EventTypeNamesabarth@chromium.org2013-10-101-4/+4
* Switch from thread-local to thread-safe EventNamesabarth@chromium.org2013-10-081-4/+4
* Refactoring: Remove Event::create(const AtomicString&, bool, bool).tkent@chromium.org2013-08-301-1/+1
* Rename ExceptionCode constants to use the names in the spec (3/3)arv@chromium.org2013-07-081-1/+1
* Remove IDBDatabaseErrorjsbell@chromium.org2013-06-281-1/+1
* Remove IDBDatabaseException.{h,cpp}arv@chromium.org2013-06-251-1/+2
* Add dataLoss property to IDB's upgradeneeded event.dgrogan@chromium.org2013-06-181-2/+2
* Source/modules should include relative to Sourceabarth@chromium.org2013-04-231-8/+8
* IndexedDB: Ensure connections arriving after context is stopped are closedjsbell@chromium.org2013-04-181-0/+5