2012-07-26 |
commit-queue@webki... | IndexedDB: IDBTransaction::abort() should throw DOMExce... |
tree | commitdiff |
2012-07-26 |
dgrogan@chromium.org | IndexedDB: Make db.version return an integer if appropriate |
tree | commitdiff |
2012-07-25 |
commit-queue@webki... | IndexedDB: fix #include dependencies so IDBRequest... |
tree | commitdiff |
2012-07-24 |
commit-queue@webki... | IndexedDB: Temporarily continue generating backend... |
tree | commitdiff |
2012-07-20 |
jsbell@chromium.org | IndexedDB: Simplify backend interface classes |
tree | commitdiff |
2012-07-20 |
jsbell@chromium.org | IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit... |
tree | commitdiff |
2012-07-20 |
dgrogan@chromium.org | IndexedDB: Include intVersion when converting between... |
tree | commitdiff |
2012-07-19 |
jsbell@chromium.org | IndexedDB: Throw native TypeErrors per spec |
tree | commitdiff |
2012-07-18 |
jsbell@chromium.org | IndexedDB: Direction parameter ignored by some openCurs... |
tree | commitdiff |
2012-07-18 |
jsbell@chromium.org | IndexedDB: Fix some coding style violations |
tree | commitdiff |
2012-07-18 |
vsevik@chromium.org | IndexedDB: IDBLevelDBBackingStore compilation fails... |
tree | commitdiff |
2012-07-18 |
jsbell@chromium.org | IndexedDB: Key generator state not maintained across... |
tree | commitdiff |
2012-07-18 |
commit-queue@webki... | IndexedDB: createIndex should throw INVALID_ACCESS_ERR... |
tree | commitdiff |
2012-07-17 |
jsbell@chromium.org | IndexedDB: Implement spec updates to IDBTransaction... |
tree | commitdiff |
2012-07-16 |
commit-queue@webki... | IndexedDB: Introduce putWithIndexKeys and calculate... |
tree | commitdiff |
2012-07-16 |
jsbell@chromium.org | IndexedDB: Resolve test and IDL FIXMEs for a handful... |
tree | commitdiff |
2012-07-12 |
jsbell@chromium.org | IndexedDB: Enable IDBFactory.deleteDatabase() and webki... |
tree | commitdiff |
2012-07-12 |
jsbell@chromium.org | IndexedDB: ASSERT hit calling open from callback in... |
tree | commitdiff |
2012-07-12 |
commit-queue@webki... | [IndexedDB] upperOpen set to true in lowerBound()/lower... |
tree | commitdiff |
2012-07-11 |
jsbell@chromium.org | IndexedDB: Ensure transaction abort events are determin... |
tree | commitdiff |
2012-07-10 |
jsbell@chromium.org | IndexedDB: deleteDatabase fails if transaction running... |
tree | commitdiff |
2012-07-10 |
jsbell@chromium.org | IndexedDB: A null or undefined storeNames argument... |
tree | commitdiff |
2012-07-10 |
jsbell@chromium.org | IndexedDB: Remove obsolete accessor plumbing |
tree | commitdiff |
2012-07-09 |
jsbell@chromium.org | IndexedDB: Empty arrays shouldn't be valid key paths |
tree | commitdiff |
2012-07-04 |
jsbell@chromium.org | Binding: IDL type DOMString[] shouldn't match null |
tree | commitdiff |
2012-07-03 |
charles.wei@torchm... | IndexedDB: should make the LevelDB persistant to the... |
tree | commitdiff |
2012-07-03 |
jsbell@chromium.org | IDL overloads should not treat wrapper types as nullabl... |
tree | commitdiff |
2012-06-30 |
jsbell@chromium.org | IndexedDB: Keep direction on IDBCursor to avoid calls... |
tree | commitdiff |
2012-06-29 |
jsbell@chromium.org | IndexedDB: Implement IDBTransaction internal active... |
tree | commitdiff |
2012-06-28 |
jsbell@chromium.org | IndexedDB: IDBDatabase should have a close pending... |
tree | commitdiff |
2012-06-28 |
commit-queue@webki... | IndexedDB: Hook up render-side key ASSERTing for get() |
tree | commitdiff |
2012-06-28 |
zandobersek@gmail.com | Unreviewed, rolling out r121395. |
tree | commitdiff |
2012-06-28 |
charles.wei@torchm... | IndexedDB: should make the LevelDB persistant to the... |
tree | commitdiff |
2012-06-27 |
commit-queue@webki... | IndexedDB: make IDBKey immutable |
tree | commitdiff |
2012-06-26 |
jsbell@chromium.org | IndexedDB: Move method precondition checks to front... |
tree | commitdiff |
2012-06-25 |
jsbell@chromium.org | IndexedDB: Remove unused backend property accessors |
tree | commitdiff |
2012-06-23 |
dgrogan@chromium.org | IndexedDB: Avoid infinite loop if we try to encode... |
tree | commitdiff |
2012-06-22 |
commit-queue@webki... | IndexedDB: refactor index-writing to be more self-contained |
tree | commitdiff |
2012-06-22 |
jsbell@chromium.org | IndexedDB: Snapshot metadata in front end to avoid... |
tree | commitdiff |
2012-06-21 |
commit-queue@webki... | IndexedDB: Implement spec behavior for multiEntry index... |
tree | commitdiff |
2012-06-21 |
jsbell@chromium.org | IndexedDB: Remove redundant IDBObjectStore.delete(... |
tree | commitdiff |
2012-06-20 |
jsbell@chromium.org | [Chromium] IndexedDB: Don't close database if pending... |
tree | commitdiff |
2012-06-15 |
jsbell@chromium.org | IndexedDB: Raise exceptions when methods are called... |
tree | commitdiff |
2012-06-14 |
commit-queue@webki... | IndexedDB: Creating a transaction from within a transac... |
tree | commitdiff |
2012-06-14 |
commit-queue@webki... | make sure headers are included only once per file |
tree | commitdiff |
2012-06-13 |
commit-queue@webki... | [V8] IndexedDB: Cursor value modifications should be... |
tree | commitdiff |
2012-06-13 |
dgrogan@chromium.org | IndexedDB: Add tests, an assert, and some comments... |
tree | commitdiff |
2012-06-12 |
jsbell@chromium.org | IndexedDB: ObjectStore/Index shouldn't hold reference... |
tree | commitdiff |
2012-06-12 |
commit-queue@webki... | IndexedDB: Error codes, phase two |
tree | commitdiff |
2012-06-11 |
jsbell@chromium.org | IndexedDB: Object stores are not successfully deleted |
tree | commitdiff |
2012-06-08 |
dgrogan@chromium.org | IndexedDB: rename some instances of open to registerFro... |
tree | commitdiff |
2012-06-07 |
commit-queue@webki... | IndexedDB: Error codes, phase one |
tree | commitdiff |
2012-06-07 |
commit-queue@webki... | IndexedDB: Optimize single-key get() |
tree | commitdiff |
2012-06-06 |
jsbell@chromium.org | IndexedDB: Infinite recursion in IDBObjectStore.openCur... |
tree | commitdiff |
2012-06-06 |
jsbell@chromium.org | IndexedDB: Rename IDBFactory.getDatabaseNames() to... |
tree | commitdiff |
2012-05-31 |
commit-queue@webki... | IndexedDB: Implement IDBTransaction.error and IDBReques... |
tree | commitdiff |
2012-05-31 |
rafaelw@chromium.org | Unreviewed, rolling out r118986. |
tree | commitdiff |
2012-05-31 |
commit-queue@webki... | IndexedDB: Remove old get/getKey implementations |
tree | commitdiff |
2012-05-30 |
commit-queue@webki... | IndexedDB: Implement IDBTransaction.error and IDBReques... |
tree | commitdiff |
2012-05-29 |
commit-queue@webki... | IndexedDB: Align codes and names for IDB-specific and... |
tree | commitdiff |
2012-05-22 |
jsbell@chromium.org | IndexedDB: Support Array-type key paths |
tree | commitdiff |
2012-05-22 |
dgrogan@chromium.org | IndexedDB: Fire error when there are problems opening... |
tree | commitdiff |
2012-05-21 |
jsbell@chromium.org | IndexedDB: Store key paths in IDBKeyPath type instead... |
tree | commitdiff |
2012-05-21 |
jsbell@chromium.org | IndexedDB: Index key paths that yield invalid keys... |
tree | commitdiff |
2012-05-17 |
jsbell@chromium.org | IndexedDB: Remove IDBIndex.storeName |
tree | commitdiff |
2012-05-17 |
jsbell@chromium.org | IndexedDB: Implement IDBObjectStore.autoIncrement |
tree | commitdiff |
2012-05-16 |
jsbell@chromium.org | IndexedDB: Rename valid/finished methods to isValid... |
tree | commitdiff |
2012-05-16 |
jsbell@chromium.org | IndexedDB: Use accessors for backing store / database... |
tree | commitdiff |
2012-05-10 |
jberlin@webkit.org | Crash using the new WKBundleDOMWindowExtensions APIs. |
tree | commitdiff |
2012-05-09 |
commit-queue@webki... | IndexedDB: call abort handler when there are problems... |
tree | commitdiff |
2012-05-07 |
commit-queue@webki... | IndexedDB: Replace numeric constants with strings |
tree | commitdiff |
2012-05-07 |
jsbell@chromium.org | IndexedDB: LevelDB coding for bools is broken |
tree | commitdiff |
2012-05-04 |
arv@chromium.org | WebKit IDL does not use exception syntax |
tree | commitdiff |
2012-05-04 |
jsbell@chromium.org | IndexedDB: Remove all index metadata records when delet... |
tree | commitdiff |
2012-05-04 |
zmo@google.com | Unreviewed, rolling out r116040. |
tree | commitdiff |
2012-05-03 |
commit-queue@webki... | IndexedDB: Replace numeric constants with strings |
tree | commitdiff |
2012-05-03 |
jsbell@chromium.org | Fix coding style issues in IDBLevelDBCoding.cpp |
tree | commitdiff |
2012-05-03 |
jsbell@chromium.org | IndexedDB: Handle generated keys up to 2^53 |
tree | commitdiff |
2012-05-03 |
zmo@google.com | Unreviewed, rolling out r115902. |
tree | commitdiff |
2012-05-02 |
jsbell@chromium.org | IndexedDB: Handle generated keys up to 2^53 |
tree | commitdiff |
2012-05-01 |
commit-queue@webki... | IndexedDB: stale index entries may not be removed in... |
tree | commitdiff |
2012-04-26 |
commit-queue@webki... | IndexedDB: cursor does not correctly iterate over keys... |
tree | commitdiff |
2012-04-26 |
commit-queue@webki... | IndexedDB: implement cursor.advance() |
tree | commitdiff |
2012-04-26 |
hclam@chromium.org | Unreviewed, rolling out r115260. |
tree | commitdiff |
2012-04-25 |
commit-queue@webki... | IndexedDB: cursor does not correctly iterate over keys... |
tree | commitdiff |
2012-04-25 |
commit-queue@webki... | IndexedDB: support openCursor(IDBKey) |
tree | commitdiff |
2012-04-24 |
commit-queue@webki... | IndexedDB: remove IDB(Index|ObjectStore)BackendImpl... |
tree | commitdiff |
2012-04-21 |
commit-queue@webki... | IndexedDB: Support get/getKey(keyRange) |
tree | commitdiff |
2012-04-17 |
commit-queue@webki... | IndexedDB chooses wrong record on PREV_NO_DUPLICATE... |
tree | commitdiff |
2012-04-12 |
commit-queue@webki... | IndexedDB: Refactor cursor iteration to remove duplicat... |
tree | commitdiff |
2012-04-12 |
commit-queue@webki... | IndexedDB: Attributes for a cursor "run past the end... |
tree | commitdiff |
2012-04-10 |
haraken@chromium.org | Unreviewed. Fixed AppleWin and Chromium-win build failure. |
tree | commitdiff |
2012-04-10 |
haraken@chromium.org | Unreviewed. Fixed AppleWin and Chromium-win build failure. |
tree | commitdiff |
2012-04-10 |
commit-queue@webki... | combine exceptionNames and exceptionDescriptions in... |
tree | commitdiff |
2012-04-09 |
jsbell@chromium.org | Unreviewed, rolling out r113473. |
tree | commitdiff |
2012-04-06 |
jsbell@chromium.org | IndexedDB: ObjectStore/Index shouldn't hold reference... |
tree | commitdiff |
2012-03-30 |
jsbell@chromium.org | IndexedDB: Race condition causes version change transac... |
tree | commitdiff |
2012-03-29 |
dgrogan@chromium.org | IndexedDB: don't expose IDBDatabaseError to script |
tree | commitdiff |
2012-03-19 |
eric@webkit.org | Fix WTF header include discipline in Chromium WebKit |
tree | commitdiff |
2012-03-16 |
jsbell@chromium.org | [Chromium] IndexedDB: Assertion failure when storing... |
tree | commitdiff |
next |