gecko/dom
Ed Morley 3b410f3a76 Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE
--HG--
rename : dom/promise/Promise.cpp => dom/future/Future.cpp
rename : dom/promise/Promise.h => dom/future/Future.h
rename : dom/promise/PromiseCallback.cpp => dom/future/FutureCallback.cpp
rename : dom/promise/PromiseCallback.h => dom/future/FutureCallback.h
rename : dom/promise/PromiseResolver.cpp => dom/future/FutureResolver.cpp
rename : dom/promise/PromiseResolver.h => dom/future/FutureResolver.h
rename : dom/promise/Makefile.in => dom/future/Makefile.in
rename : dom/promise/moz.build => dom/future/moz.build
rename : dom/promise/tests/Makefile.in => dom/future/tests/Makefile.in
rename : dom/promise/tests/moz.build => dom/future/tests/moz.build
rename : dom/promise/tests/test_promise.html => dom/future/tests/test_future.html
rename : dom/promise/tests/test_resolve.html => dom/future/tests/test_resolve.html
rename : dom/webidl/Promise.webidl => dom/webidl/Future.webidl
2013-06-20 11:20:49 +01:00
..
activities Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
alarm Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
apps Bug 884760 - Typo in OfflineCacheInstaller.jsm. r=me 2013-06-19 13:13:45 +02:00
audiochannel Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
base Bug 841442 - Rename nsHTMLFormElement to HTMLFormElement 2013-06-19 10:24:37 -04:00
battery Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
bindings Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE 2013-06-20 11:20:49 +01:00
bluetooth Bug 873919 - Remove old system messages for Bluetooth pairing requests, r=echou 2013-06-20 12:14:09 +08:00
browser-element Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
camera Bug 882328 - remove off-Main Thread JS callback addrefs, r=jdm 2013-06-17 11:59:53 -04:00
cellbroadcast Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
contacts Bug 884679 - Output warning using dump() instead of Console.jsm. r=gwagner 2013-06-19 21:09:31 -04:00
devicestorage Bug 881386 - DeviceStorage: Add .default attribute to webidl. r=Ms2ger 2013-06-12 09:30:23 -07:00
encoding [Bug 879998] Remove some dead code in content/ r=Ms2ger, emk 2013-06-07 14:05:57 -07:00
file Bug 860731 - Part b: Use FileMode for LockedFile; r=janv 2013-06-12 09:00:06 +02:00
fm Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
future Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE 2013-06-20 11:20:49 +01:00
gamepad
icc Merge m-c to inbound. 2013-05-21 08:17:04 -04:00
identity Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
imptests Bug 847611 - Paris bindings for autogenerated events, r=peterv 2013-06-18 21:48:45 +03:00
indexedDB Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz 2013-06-18 11:00:38 +01:00
interfaces Merge m-c and inbound. 2013-06-18 19:10:23 -04:00
ipc Bug 883392 - clean up TabChild.h's #includes; r=smaug 2013-06-14 17:47:56 -04:00
locales Bug 876475 - Make braille output less verbose. r=eeejay r=kats r=ted 2013-06-17 10:36:41 -04:00
media Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal 2013-06-17 15:21:01 -04:00
messages Bug 853782 - 0002. Notify receiving of WAP Push by System Message. r=vicamo 2013-06-17 16:37:59 +08:00
mobilemessage Backed out changeset 9a3ee53f3421. 2013-06-20 10:35:45 +08:00
network Bug 847611 - Paris bindings for autogenerated events, r=peterv 2013-06-18 21:48:45 +03:00
payment Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
permission Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
phonenumberutils Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
plugins Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns 2013-06-19 11:07:28 -04:00
power Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
push Bug 863660 - Add pref to enable/disable SimplePush WebSocket. r=dougt 2013-06-17 11:36:58 -07:00
quota Bug 878703 - Cleanup usage of IO thread only objects. r=bent 2013-06-05 10:11:23 +02:00
settings Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
src Bug 883827. Make Optional<NonNull<T>> and Optional<OwningNonNull<T>> nicer to use by having their const Value() method return a T&. r=peterv 2013-06-19 14:48:43 -04:00
system Merge latest green birch changeset and mozilla-central 2013-06-20 09:01:19 +01:00
telephony Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz 2013-06-18 11:00:38 +01:00
tests Backed out changeset 9915f8dae4e5 (bug 867895) for xpcshell bustage and landing on the wrong branch. 2013-06-18 12:31:56 -04:00
time Bug 875784 - Move MozTimeManager to WebIDL; r=smaug 2013-06-12 09:00:07 +02:00
voicemail Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
wappush Bug 853782 - 0003. Treat PDU data in correct type, Uint8Array. r=vicamo 2013-06-17 18:49:06 +08:00
webidl Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE 2013-06-20 11:20:49 +01:00
wifi Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap 2013-06-17 12:20:39 +08:00
workers Bug 884371 - Remove JSMutableHandleXXX from the browser r=bz 2013-06-19 11:32:27 +01:00
dom-config.mk
moz.build Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE 2013-06-20 11:20:49 +01:00