| Commit message (Expand) | Author | Age | Files | Lines |
* | blink: Rename modules/ method to prefix with get when they collide. | Dana Jansens | 2016-03-09 | 1 | -6/+6 |
* | Rename enums/functions that collide in chromium style in modules/ | danakj | 2016-02-29 | 1 | -1/+1 |
* | Enumerate the return value of dispatchEvent so it is clear. | dtapuska | 2016-02-26 | 1 | -2/+2 |
* | Indexed DB: Rename "int version" to "version" | jsbell | 2016-02-24 | 1 | -8/+8 |
* | Remove config.h inclusion from third_party/WebKit/Source/modules/[a-i]*/. | tkent | 2015-12-22 | 1 | -1/+0 |
* | IndexedDB: Replace use of DOMError with DOMException | jsbell | 2015-11-06 | 1 | -1/+2 |
* | Rework dispatchEvent so it is consistent for isTrusted support. | dtapuska@chromium.org | 2015-07-16 | 1 | -2/+2 |
* | IndexedDB: Replace 0 with nullptr where appropriate | jsbell@chromium.org | 2015-06-02 | 1 | -1/+1 |
* | IndexedDB: Code tidying - replace 0 with nullptr in a handful of places | jsbell@chromium.org | 2015-02-18 | 1 | -2/+2 |
* | InlinedVisitor: Migrate indexeddb to use inlined tracing | kouhei@chromium.org | 2015-02-16 | 1 | -1/+1 |
* | Oilpan: Remove adoptRefCountedGarbageCollected | haraken@chromium.org | 2014-10-12 | 1 | -1/+1 |
* | Make IDBTransaction ctor take ScriptState instead of ExecutionContext | jsbell@chromium.org | 2014-09-11 | 1 | -2/+1 |
* | bindings: Retires ScriptWrappable::init, etc. | yukishiino@chromium.org | 2014-09-07 | 1 | -1/+0 |
* | Cleanup blink:: prefix usage in Source/core/modules/[battery/*.cpp to indexed... | sunil.ratnu@samsung.com | 2014-08-14 | 1 | -1/+1 |
* | Rename WebCore to blink in Modules | abarth@chromium.org | 2014-07-18 | 1 | -2/+2 |
* | Moved files under Source/bindings/v8 to Source/bindings/core/v8. | tasak@google.com | 2014-07-01 | 1 | -1/+1 |
* | Remove RefCountedGarbageCollected from EventTarget objects | haraken@chromium.org | 2014-06-12 | 1 | -1/+1 |
* | Remove ScriptState::current() from IDBRequest | haraken@chromium.org | 2014-05-28 | 1 | -4/+4 |
* | Ship Oilpan for modules/indexeddb/. | tkent@chromium.org | 2014-05-28 | 1 | -10/+10 |
* | Oilpan: Prepare to move IDBDatabaseCallbacks to Oilpan heap. | tkent@chromium.org | 2014-05-07 | 1 | -2/+8 |
* | Oilpan: Prepare to move IDBDatabase to Oilpan heap. | tkent@chromium.org | 2014-05-04 | 1 | -2/+2 |
* | Oilpan: Prepare to move IDBRequest, IDBOpenRequest, IDBAny, IDBCursor, and ID... | tkent@chromium.org | 2014-04-25 | 1 | -2/+2 |
* | deleteDatabase() success should be IDBVersionChangeEvent [Blink] | jsbell@chromium.org | 2014-04-12 | 1 | -0/+13 |
* | Oilpan: Replace most of RefPtrs of Event objects with oilpan's transition types | haraken@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Revert r170733 "Oilpan: Replace most of RefPtrs for Event objects with oilpan... | haraken@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Oilpan: Replace most of RefPtrs of Event objects with oilpan's transition types | haraken@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Implement IDBVersionChangeEvent ctor w/ IDBVersionChangeEventInit dict | jsbell@chromium.org | 2014-02-28 | 1 | -3/+4 |
* | Use nullptr_t for RefPtr, PassRefPtr and RawPtr. | ager@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | IndexedDB: Move connection hookup into IDBDatabase constructor | jsbell@chromium.org | 2013-12-07 | 1 | -6/+2 |
* | IndexedDB: Fix event dispatch races in IDBRequest | jsbell@chromium.org | 2013-12-02 | 1 | -0/+1 |
* | IndexedDB: Prevent leaks due to IDBRequest holding ScriptValue | jsbell@chromium.org | 2013-11-26 | 1 | -7/+8 |
* | IndexedDB: Remove IDBDatabaseBackendInterface/Proxy | jsbell@chromium.org | 2013-11-23 | 1 | -10/+12 |
* | Move WebIDBDatabaseCallbacksImpl out of web/, collapse some impls | jsbell@chromium.org | 2013-11-18 | 1 | -5/+5 |
* | IndexedDB: Move DataLoss enum off of WebIDBCallbacks | jsbell@chromium.org | 2013-11-12 | 1 | -1/+1 |
* | IndexedDB: Remove unused IDBRequest::m_taskType member | jsbell@chromium.org | 2013-11-07 | 1 | -1/+1 |
* | Rename WebKit namespace to blink | abarth@chromium.org | 2013-11-06 | 1 | -1/+1 |
* | Surface dataLossMessage to script | dgrogan@chromium.org | 2013-11-01 | 1 | -2/+2 |
* | Rename ScriptExecutionContext to ExecutionContext. | morrita@chromium.org | 2013-10-15 | 1 | -9/+9 |
* | Revert 159421 - "Introduce ExecutionContextClient" | jochen@chromium.org | 2013-10-14 | 1 | -9/+9 |
* | Remove ThreadLocalEventNames | abarth@chromium.org | 2013-10-11 | 1 | -1/+1 |
* | Rename ScriptExecutionContext to ExecutionContext. | morrita@chromium.org | 2013-10-11 | 1 | -9/+9 |
* | Rename EventNames to EventTypeNames | abarth@chromium.org | 2013-10-10 | 1 | -4/+4 |
* | Switch from thread-local to thread-safe EventNames | abarth@chromium.org | 2013-10-08 | 1 | -4/+4 |
* | Refactoring: Remove Event::create(const AtomicString&, bool, bool). | tkent@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Rename ExceptionCode constants to use the names in the spec (3/3) | arv@chromium.org | 2013-07-08 | 1 | -1/+1 |
* | Remove IDBDatabaseError | jsbell@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Remove IDBDatabaseException.{h,cpp} | arv@chromium.org | 2013-06-25 | 1 | -1/+2 |
* | Add dataLoss property to IDB's upgradeneeded event. | dgrogan@chromium.org | 2013-06-18 | 1 | -2/+2 |
* | Source/modules should include relative to Source | abarth@chromium.org | 2013-04-23 | 1 | -8/+8 |
* | IndexedDB: Ensure connections arriving after context is stopped are closed | jsbell@chromium.org | 2013-04-18 | 1 | -0/+5 |