Tom Schuster
|
15c66feed1
|
Bug 355430 - Fix rooting issue on CLOSED TREE
|
2014-03-20 18:48:43 +01:00 |
|
Masayuki Nakano
|
b7a8d4a392
|
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
|
2014-03-18 13:48:21 +09:00 |
|
Masayuki Nakano
|
6e0a5b3333
|
Bug 983049 part.3 Rename nsEventChainPostVisitor to mozilla::EventChainPostVisitor r=smaug
|
2014-03-18 13:48:20 +09:00 |
|
Gavin Sharp
|
88f177a869
|
Bug 900762: lack of a disk space watcher component shouldn't warn, r=bent
|
2014-03-01 18:37:34 -08:00 |
|
Boris Zbarsky
|
8e173d33eb
|
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
|
2014-02-23 00:01:12 -05:00 |
|
Jeff Walden
|
339cae3140
|
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent
--HG--
extra : rebase_source : 7cf60c3e3091328ab8590dde4432fa566c303232
|
2014-02-06 22:17:07 -08:00 |
|
Tom Schuster
|
5e3191afd2
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ehsan Akhgari
|
a3034e13a5
|
Bug 947737 - Build dom/indexedDB in unified mode; r=bent
|
2013-12-09 00:31:48 -05:00 |
|
Birunthan Mohanathas
|
bd0f161288
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Vendelin Ruzicka
|
bc27c1246d
|
Bug 921478 - Part 2: Convert test_contacts_upgrade.html to real chrome mochitest. r=bent
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.html => dom/contacts/tests/test_contacts_upgrade.xul
|
2013-11-19 08:36:33 +01:00 |
|
Jan Varga
|
340148eccf
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
|
2013-11-19 08:36:12 +01:00 |
|
Carsten "Tomcat" Book
|
52bb79098d
|
Backed out changeset 5cda44ae1ba0 (bug 921478) for perma-orange on Mochitest-1 on B2G Linux Opt on a CLOSED TREE
--HG--
rename : dom/indexedDB/test/test_globalObjects_content.html => dom/indexedDB/test/test_globalObjects.html
rename : dom/indexedDB/test/test_globalObjects_chrome.xul => dom/indexedDB/test/test_globalObjects.xul
rename : dom/indexedDB/test/unit/test_globalObjects_xpc.js => dom/indexedDB/test/unit/test_globalObjects.js
|
2013-11-19 11:41:52 +01:00 |
|
Carsten "Tomcat" Book
|
32eb548902
|
Backed out changeset e07cab8a2732 (bug 921478) for perma-orange on Mochitest-1 on B2G Linux Opt on a CLOSED TREE
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.xul => dom/contacts/tests/test_contacts_upgrade.html
|
2013-11-19 11:41:29 +01:00 |
|
Vendelin Ruzicka
|
df3a7a6432
|
Bug 921478 - Part 2: Convert test_contacts_upgrade.html to real chrome mochitest. r=bent
--HG--
rename : dom/contacts/tests/test_contacts_upgrade.html => dom/contacts/tests/test_contacts_upgrade.xul
|
2013-11-19 08:36:33 +01:00 |
|
Jan Varga
|
0d595eff6d
|
Bug 921478 - Remove BackstagePass IDB constructor resolve hook and use Cu.importGlobalProperties. r=bholley,bent
--HG--
rename : dom/indexedDB/test/test_globalObjects.xul => dom/indexedDB/test/test_globalObjects_chrome.xul
rename : dom/indexedDB/test/test_globalObjects.html => dom/indexedDB/test/test_globalObjects_content.html
rename : dom/indexedDB/test/unit/test_globalObjects.js => dom/indexedDB/test/unit/test_globalObjects_xpc.js
|
2013-11-19 08:36:12 +01:00 |
|
Ms2ger
|
786aa40195
|
No bug - Fix some style issues in DOM code.
|
2013-11-11 09:04:41 +01:00 |
|
Jan Varga
|
44b5ad85cf
|
Bug 922837 - In IndexedDatabaseManager.cpp:235: Assertion failure: js::GetObjectClass(aGlobal)->flags & (1<<7) (Not a global object!). r=bholley
|
2013-10-02 15:34:58 +02:00 |
|
Jan Varga
|
23ce3971fb
|
Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger)
|
2013-09-28 13:25:46 +02:00 |
|
Masayuki Nakano
|
d6963ba8d1
|
Bug 920377 part.12 Get rid of nsScriptErrorEvent r=roc
|
2013-09-27 15:20:56 +09:00 |
|
Ben Turner
|
fcdca3203a
|
Bug 920179 - 'Add resolve hook for IndexedDB constructors on non-window globals'. r=bholley.
--HG--
extra : transplant_source : %05%A0%9Av%A5%14%09%B1%3B%9E2%0B%80%CD%EA%F8%A8%D6%A4t
|
2013-09-25 16:10:57 -07:00 |
|
Ryan VanderMeulen
|
85b2edc046
|
Backed out 3 changesets (bug 920179, bug 920633, bug 920800) for Windows |make package| crashes on a CLOSED TREE.
Backed out changeset bb0041643a0f (bug 920800)
Backed out changeset 24818d9b7470 (bug 920633)
Backed out changeset d49b0f47b05a (bug 920179)
|
2013-09-26 14:22:43 -04:00 |
|
Ben Turner
|
5445873afd
|
Bug 920179 - 'Add resolve hook for IndexedDB constructors on non-window globals'. r=bholley.
--HG--
extra : transplant_source : 77%C6F%3FlL%0F%C2%DE36.%5DA%0D%F6H%0B%24
|
2013-09-25 16:10:57 -07:00 |
|
Masayuki Nakano
|
2f532b885b
|
Bug 912956 part.17 mozilla/ContentEvents.h should be included directly r=roc
|
2013-09-25 20:21:20 +09:00 |
|
Masatoshi Kimura
|
9923e59734
|
Bug 915202 - Remove a hack enabling DOMException in xpcshell. r=khuey
|
2013-09-12 22:16:22 +09:00 |
|
Jan Varga
|
67195df918
|
Bug 785884 - Implement support for temporary storage (aka shared pool). r=ehsan, r=bent
--HG--
rename : caps/tests/mochitest/test_principal_extendedorigin_appid_appstatus.html => caps/tests/mochitest/test_principal_jarprefix_origin_appid_appstatus.html
rename : dom/quota/UsageRunnable.h => dom/quota/UsageInfo.h
|
2013-09-11 06:18:36 +02: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 |
|
Trevor Saunders
|
86d20580f1
|
bug 905410 - remove most remaining usage of nspr atomics outside of xpcom/ r=ehsan
|
2013-08-12 05:51:49 -04:00 |
|
Nicholas Nethercote
|
849635b8f1
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07:00 |
|
Andrea Marchesini
|
4cf68c1978
|
Bug 887524 - Move IDBRequest to WebIDL, r=janv
|
2013-08-01 00:28:15 +02:00 |
|
Joshua Cranmer
|
bb26e8f816
|
Bug 884061 - Part 4: Remove nsAtomicRefcnt.h, r=jlebar
--HG--
extra : rebase_source : ce24ab345baa48104328e3c101b7266a31e81870
|
2013-07-11 15:21:45 -05: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 |
|
Jan Varga
|
ca076736b5
|
Bug 878703 - Cleanup usage of IO thread only objects. r=bent
|
2013-06-05 10:11:23 +02:00 |
|
Andrea Marchesini
|
0e20d68ea0
|
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
|
2013-05-18 13:52:06 -04:00 |
|
Ben Turner
|
63a007c5f1
|
Bug 861903 - Bustage fix.
|
2013-05-10 16:01:55 -07:00 |
|
Ben Turner
|
f2e7b95694
|
Bug 861903 - Bustage fix.
|
2013-05-10 15:30:49 -07:00 |
|
Ben Turner
|
2897195f07
|
Bug 861903 - Bustage fix.
|
2013-05-10 15:22:16 -07:00 |
|
Ben Turner
|
56808a549d
|
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
|
2013-05-10 14:22:01 -07:00 |
|
David Zbarsky
|
9a3b3ff24d
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
a79bf02c5d
|
Bug 866450 Part 2: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:46 -04:00 |
|
Ed Morley
|
581e7b778e
|
Backed out changeset b514d768d793 (bug 866450)
|
2013-05-02 11:57:14 +01:00 |
|
Ed Morley
|
e348bd3444
|
Backed out changeset 7c0ace2560c4 (bug 866450)
|
2013-05-02 11:57:01 +01:00 |
|
David Zbarsky
|
9316ac5bbc
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
David Zbarsky
|
0566d3158e
|
Bug 866450 Part 2: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:46 -04:00 |
|
David Zbarsky
|
335c6fc326
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 4 r=Ms2ger
|
2013-04-19 18:18:32 -04:00 |
|
Ryan VanderMeulen
|
99647ac22c
|
Backed out changesets a550dadafa30 and 315f6b451d07 (bug 857884) for mochitest failures on a CLOSED TREE.
|
2013-04-11 13:59:02 -04:00 |
|
David Zbarsky
|
a5cb73b253
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 4 r=Ms2ger
|
2013-04-11 12:24:47 -04: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 |
|
Nathan Froyd
|
6e5475a4fb
|
Bug 836943: Part 0 - Make sure IndexedDB attempts to initialize the storage service on the main thread. r=bent
|
2013-03-04 14:33:03 -08:00 |
|
David Keeler
|
5983b30dd3
|
bug 839193 - don't exit early in AsyncUsageRunnable::RunInternal r=khuey
|
2013-02-07 11:54:58 -08:00 |
|