Ben Turner
|
272a5d9f79
|
Bug 692628 - 'IndexedDB: Support IDBCursor.advance'. r=sicking.
|
2011-11-07 15:37:19 -08:00 |
|
Ben Turner
|
3e1f223457
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
--HG--
extra : transplant_source : %84%E3%96%9F%C5%BA%D56%A4%94%83%9F%C3%F5%2B%01%7B%87%FB9
|
2011-11-03 08:57:30 -07:00 |
|
Ed Morley
|
a77ac11344
|
Backout eb32aca6d54d, b5c0bfd03fcf and 5675bf2c7930 (bug 692669 and bug 692669) for failing to build on all platforms
|
2011-11-03 01:57:48 +00:00 |
|
Ben Turner
|
8eacae1c32
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
--HG--
extra : transplant_source : E%E9%F9%B5%FB%88%1E%FA%C1%BE%04%1F%1E%3D%5E%EB%3C%D2%D2c
|
2011-11-02 18:03:15 -07:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Peter Van der Beken
|
c119510fb8
|
Stop including nsDOMClassInfo.h all over the place.
--HG--
extra : rebase_source : 24bd6a84238834f8ca50990a91849dff2c5040ba
|
2011-10-03 21:11:31 +02:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Luke Wagner
|
1f831c5948
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
--HG--
extra : rebase_source : f2fe9ab1e25188223f75e8d2ddcbdf977e62782b
|
2011-07-12 10:42:24 -07:00 |
|
Luke Wagner
|
640dd6a5c2
|
Backout 2e0fea2cbd9b for windows linker lameness
|
2011-07-28 14:35:38 -07:00 |
|
Luke Wagner
|
c0bacd6aa9
|
Bug 668915 - JSAutoStructuredCloneBuffer shouldn't require a 'cx' (r=bent,jorendorff)
|
2011-07-12 10:42:24 -07:00 |
|
Jonas Sicking
|
e3f6b769a1
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
|
Kyle Huey
|
5e38617c17
|
Bug 662930: Consolidate IDB structured clone serializations/deserializations. r=bent
|
2011-06-08 19:21:53 -07:00 |
|
Peter Van der Beken
|
2f1dbc28dd
|
Fix for bug ug 652135 (Add more CC edge names). r=dbaron.
--HG--
extra : rebase_source : a29d880341d333f6082f640ea467928b621b5b82
|
2011-02-02 16:30:03 +01:00 |
|
Peter Van der Beken
|
122342da0b
|
Fix for bug 584048 (Clean up cycle collection code) - move unlinking of JS members from root into unlink. r=bent.
|
2010-11-08 16:02:49 +01:00 |
|
Jonas Sicking
|
05cbdc2ddd
|
Bug 633414: Update cursor properties to latest spec. r=bent a=jst
|
2011-02-10 23:47:00 -08:00 |
|
Ben Turner
|
c96b568869
|
Bug 628071 - 'Crash inspecting IDBRequest(mozIndexedDB.open)'. r=sicking, a=blocking.
|
2011-01-26 17:53:02 -08:00 |
|
Ben Turner
|
cde3f1127c
|
Bug 622042 - 'IndexedDB: Rework events and requests'. r=sicking, a=sicking.
|
2011-01-06 22:21:36 -08:00 |
|
Chris Leary
|
272d457a20
|
Merge mozilla-central to tracemonkey.
|
2010-12-29 19:25:04 -05:00 |
|
Ben Turner
|
bb620ec2bf
|
Bug 613083 - 'IndexedDB: Switch serialization format from JSON to structured clone bytestream'. r=sicking, a=blocking.
|
2010-12-21 11:02:04 -05:00 |
|
Ben Turner
|
2fe29b705a
|
Bug 618140 - 'IndexedDB: Don't fire success event callbacks once a transaction has been aborted'. r=sicking, a=blocking.
|
2010-12-15 13:21:17 -08:00 |
|
Ben Turner
|
6344037c8a
|
Bug 618717 - 'IndexedDB: Fix error codes to match spec changes'. r=sicking, a=blocking.
|
2010-12-15 13:21:14 -08:00 |
|
Ben Turner
|
30e3d76c64
|
Bug 618135 - 'IndexedDB: Implement update() on index cursors (not on index key cursors)'. r-sicking, a=blocking.
|
2010-12-15 13:21:11 -08:00 |
|
Ben Turner
|
5fc5e7f7f8
|
Bug 618143 - 'IndexedDB: Don't accept null as a valid key'. r=sicking, a=blocking.
|
2010-12-15 13:21:07 -08:00 |
|
Luke Wagner
|
2fc61cf52e
|
Bug 609440, part 3 - remove fallible public APIs, update mozilla (r=bent,jst,mrbkap,waldo,sdwilsh)
|
2010-12-03 00:24:17 -08:00 |
|
Ben Turner
|
801c52fd90
|
Bug 608186 - 'IndexedDB: Transactions should expire when we return to the event loop'. r=sicking, a=blocking+
|
2010-11-15 13:49:49 -08:00 |
|
Ben Turner
|
758b991dab
|
Bug 607729 - 'IndexedDB: Allow IndexedDB events to propagate, and error events to hit window.error'. r=sicking, a=blocking+
|
2010-11-10 15:26:03 -08:00 |
|
Ben Turner
|
526e4c645a
|
Bug 607040 - 'IndexedDB: Rename all 'Remove...' functions to 'Delete...''. rs=sicking, a=blocking+
|
2010-11-10 15:25:57 -08:00 |
|
Ben Turner
|
52bc9dcc50
|
Bug 601774 - 'IndexedDB: Audit exceptions thrown from indexedDB methods'. r=sicking, a=blocking+
|
2010-11-10 15:25:44 -08:00 |
|
Ben Turner
|
e44932bf78
|
Bug 615269 - 'IndexedDB: Cursors should not copy all results before iterating'. r=sicking, a=blocking+.
|
2010-12-09 18:15:00 -08:00 |
|
Ben Turner
|
ddffd8ae43
|
Bug 608195 - 'IndexedDB: Expose more breadcrumbs on IDB objects'. r=sicking, a=blocking+.
|
2010-12-09 18:14:09 -08:00 |
|
Ben Turner
|
07830b6931
|
Bug 603811 - 'IndexedDB: Implement setVersion changes to the spec'. r=sicking, a=blocking2.0-betaN+
|
2010-10-19 10:58:52 -07:00 |
|
Ben Turner
|
b264d08919
|
Bug 580128 - Make IndexedDB work with compartments. r=jst
|
2010-10-10 15:35:42 -07:00 |
|
Peter Van der Beken
|
ecf263a596
|
Bug 592352 - 'Assertbotch on shutdown after IDB solo mochitest -- leaked contexts?'. r=bent.
|
2010-09-13 15:32:56 -07:00 |
|
David Mandelin
|
87e9ceb9bf
|
Backed out changeset 834e5fb759c2 -- appears to be causing leaks on mochitest-browser-chrome
|
2010-09-13 18:34:11 -07:00 |
|
Peter Van der Beken
|
250280ac1c
|
Bug 592352 - 'Assertbotch on shutdown after IDB solo mochitest -- leaked contexts?'. r=bent.
|
2010-09-13 15:32:56 -07:00 |
|
Ben Turner
|
21827132d6
|
Bug 592801. a=crashfix
|
2010-09-09 21:54:25 -07:00 |
|
Ben Turner
|
59b3600f55
|
Bug 592801 - 'IndexedDB: IDBRequest rework, make everything an event target'. r=sicking.
|
2010-09-09 15:15:38 -07:00 |
|
Ben Turner
|
5c5c6402b3
|
Bug 579882 - 'IndexedDB: Investigate/review IndexedDB event handling'. r=smaug+sicking.
|
2010-08-26 13:57:25 -07:00 |
|
Luke Wagner
|
99411cc93d
|
Bug 549143 - fatvals
|
2010-07-14 23:19:36 -07:00 |
|
Robert Sayre
|
27b5a3b6fb
|
Merge mozilla-central to tracemonkey.
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
|
2010-06-30 11:54:20 -07:00 |
|
Ben Turner
|
1d8ac7be25
|
Bug 575399 - 'IndexedDB: Remove XPConnect slow paths from some IndexedDB methods'. r=sdwilsh
|
2010-06-28 15:22:41 -07:00 |
|
Shawn Wilsher
|
57685bdd35
|
Bug 574811 - Rename IDBCursorRequest to IDBCursor
Updating interface names per recent specification changes.
r=bent
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
|
2010-06-28 11:51:06 -07:00 |
|