Masayuki Nakano
|
84f7d80b11
|
Bug 983049 part.2 Rename nsEventChainPreVisitor to mozilla::EventChainPreVisitor r=smaug
|
2014-03-18 13:48:19 +09:00 |
|
Peter Van der Beken
|
fa5238349a
|
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
|
2013-07-09 13:54:21 -04:00 |
|
Jan Varga
|
a583bd7025
|
Bug 965084 - "ROLLBACK TO SAVEPOINT savepoint" doesn't fire appropriate triggers leaving orphaned files. r=bent
|
2014-01-31 10:53:37 -08:00 |
|
Boris Zbarsky
|
6f115ef0b9
|
Bug 950315 part 2. Convert some idb classes to passing a Window or nsDOMEventTargetHelper directly to the constructor of their ancestor nsDOMEventTargetHelper. r=khuey
|
2014-01-07 00:32:20 -05:00 |
|
Ben Turner
|
1200b8c5d1
|
Backout 8e3b6d7159c2, bug 929274, for test failures.
|
2013-11-14 10:58:05 -08:00 |
|
Ben Turner
|
c600c2b3be
|
Bug 929274 - 'InvalidStateError when accessing transaction.error after aborted transaction'. r=janv.
|
2013-10-22 03:41:56 -07:00 |
|
Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Andrea Marchesini
|
20617169ee
|
Bug 888596 - Move IDBDatabase to WebIDL, r=janv
|
2013-07-31 17:48:46 +02:00 |
|
Andrea Marchesini
|
ef616d1baf
|
Bug 888597 - Move IDBObjectStore to WebIDL, r=janv
|
2013-07-31 17:48:36 +02:00 |
|
Andrea Marchesini
|
a1a1e17579
|
Bug 888598 - Move IDBTransaction to WebIDL, r=janv
|
2013-07-29 19:12:21 +02:00 |
|
Joshua Cranmer
|
f44c71b4ef
|
Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands.
--HG--
extra : rebase_source : b8eaae07c54c94c8c46c7ed4c0e226eb74584652
|
2013-07-18 21:21:20 -05:00 |
|
Arnaud Sourioux
|
feea85a7f1
|
Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger
|
2013-06-05 12:15:48 -04:00 |
|
Andrea Marchesini
|
0e20d68ea0
|
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
|
2013-05-18 13:52:06 -04:00 |
|
Ben Turner
|
4028ba0d10
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Ben Turner
|
3bddc2523d
|
Backout bug 861287 for gcc build failures.
|
2013-04-25 08:30:28 -04:00 |
|
Ben Turner
|
76b1c708ac
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Jan Varga
|
71a59dcdc8
|
Bug 767944 - Implement a manager for centralized quota and storage handling. r=bent
|
2013-03-26 12:13:17 +01:00 |
|
Ben Turner
|
3b47df6d3a
|
Bug 808743 - ' Better protection for PBrowser shutdown and database invalidation in multiprocess scenarios'. r=khuey+cjones.
--HG--
extra : transplant_source : %BD%E4%ADA%09%CE%D9%BE%1C%7C%7B%1A%FC%86%5C%13%24%29%B4%16
|
2012-11-09 19:29:07 -08:00 |
|
Kyle Huey
|
0baaffe99f
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Jan Varga
|
ed76a52681
|
Bug 763854 - Check file references (cleanup stored files) only when needed. r=bent
|
2012-08-24 11:51:33 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Kyle Huey
|
ee34c30679
|
Bug 769356: Calling transaction.abort() should leave transaction.error as null, but throwing exceptions should set transaction.error. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
e6cbe8e8cd
|
Bug 755511: Revert all in-memory data when reverting versionchange transactions. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
1e09e75ae2
|
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
|
2012-06-26 08:09:25 -07:00 |
|
Kyle Huey
|
c9b8c47650
|
Bug 748630: Support IDBTransaction.error. r=bent
|
2012-06-25 12:15:17 -07:00 |
|
Jan Varga
|
f5f6531fb7
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Ben Turner
|
785be4974a
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jeff Muizelaar
|
fc567b67c2
|
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
|
2012-05-15 00:50:29 -04:00 |
|
Ben Turner
|
d4af3d1a48
|
Bug 672667 - ' IndexedDB demo causes leaks and never-ending assertions'. r=bsmedberg+smichaud+khuey.
|
2012-04-06 13:40:10 -07:00 |
|
Jonas Sicking
|
a1555941df
|
Bug 735094: Implement new string values (rather than numeric constants) for IndexedDB. r=bent
|
2012-03-12 21:44:45 -07:00 |
|
Landry Breuil
|
90621bb925
|
Bug 722046: Fix build failure on OpenBSD/Gcc 4.2.1 due to extra semicolon. r=Ms2ger
|
2012-01-28 12:03:35 -08:00 |
|
Ben Turner
|
ceef542221
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : kT-%8B%9A%00%D5%230%EC%11%00%1A%B1%A2%1EFSd%2A
|
2012-01-24 02:03:37 -08:00 |
|
Ed Morley
|
57b735d92d
|
Backout 8886b027527a (bug 718132) for xpcshell failures
|
2012-01-23 16:18:14 +00:00 |
|
Ben Turner
|
ad6eb968ce
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
--HG--
extra : transplant_source : 1j%98%F9%1D%7F%C8%13%8E%9D%B0%05%05%93%D4%60%89%3D%06%19
|
2012-01-23 06:03:41 -08:00 |
|
Jonas Sicking
|
5bcb4de7dd
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 16:40:47 -08:00 |
|
Jonas Sicking
|
ed70a01420
|
Back out fb4d12d2a2da, bug 701772, due to leaks.
|
2011-12-16 13:09:42 -08:00 |
|
Jonas Sicking
|
3555280633
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 12:29:15 -08:00 |
|
Jan Varga
|
152a98864a
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Jonas Sicking
|
9e527130c3
|
Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
7404adaebb
|
Back out patches due to test failures. rev 1b9ca56d4aab and a few more.
|
2011-12-02 19:46:25 -08:00 |
|
Jonas Sicking
|
5d1fc956b0
|
Bug 706762: Ensure that object stores and indexes are removed from caches when they are deleted. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Ben Turner
|
e02b223f81
|
Bug 692652 - IndexedDB: Index updating is broken. r=sicking.
--HG--
extra : transplant_source : %92%5BBT%93%BA%3DO%D7%03v%B7%88%01%3AjZ%D0%81%AA
|
2011-11-21 20:18:19 -08:00 |
|
Ben Turner
|
f36ea27e51
|
Bug 692671: IndexedDB: remove timeout in database operations. r=sicking.
|
2011-11-08 09:43:00 -08:00 |
|
Ben Turner
|
0438e8e5e6
|
Bug 694145 - 'IndexedDB: various methods should accept both keys and KeyRanges'. r=sicking.
--HG--
extra : transplant_source : R%0C%DA%D7%EF%8D3U%7DQ%1A%05%1A3%94%1E%F8%B0%A3k
|
2011-11-03 08:59:17 -07:00 |
|
Kyle Huey
|
72ac2e4c02
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
--HG--
rename : dom/indexedDB/nsIIDBVersionChangeRequest.idl => dom/indexedDB/nsIIDBOpenDBRequest.idl
|
2011-10-20 12:10:56 -04:00 |
|
Jonas Sicking
|
e3f6b769a1
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07: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
|
06f05e75ce
|
Bug 612807 - 'IndexedDB: Transaction thread observer isn't quite safe'. r=jst, a=blocking+.
|
2010-11-18 14:19:19 -08:00 |
|