Boris Zbarsky
|
c1d8a84e20
|
Bug 885171. Make Navigator wrappercached and cycle-collected, and have it hold a strong reference to its window always. r=smaug
|
2013-06-20 14:34:38 -04:00 |
|
Bobby Holley
|
2fa8b1cfb0
|
Bug 883450 - Miscellaneous requests. r=gabor
|
2013-06-20 11:05:34 -07:00 |
|
Bobby Holley
|
1c850fd575
|
Bug 883450 - Re-order stuff in CallSetup so that we construct the RootedObject after the Push. r=bz
|
2013-06-20 11:05:34 -07:00 |
|
Bobby Holley
|
8bf9b466d1
|
Bug 884362 - Play Maybe<> games to root |temp| in the right circumstances. r=bz
|
2013-06-20 11:05:33 -07:00 |
|
Bobby Holley
|
a46a847021
|
Bug 884362 - Make IDBRequest::CaptureCaller use the cx stack and decxify a bunch of IDB. r=bent
|
2013-06-20 11:05:33 -07:00 |
|
James Hugman
|
35d7b3e729
|
Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice
|
2013-06-20 12:51:18 -04:00 |
|
Ted Mielczarek
|
efdd927d71
|
bug 857092 - put non-standard Gamepad events behind another pref. r=smaug
|
2013-06-19 15:05:47 -04:00 |
|
Ted Mielczarek
|
6fee55f7ed
|
bug 860413 - Allow setting standard gamepad mapping. r=smaug
|
2013-04-09 08:43:25 -04:00 |
|
Masatoshi Kimura
|
2326ce44e4
|
Bug 851982 - Regression test. r=smontagu
|
2013-06-21 00:54:40 +09:00 |
|
Olli Pettay
|
ebaa9fe160
|
Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv
--HG--
extra : rebase_source : 9b397e2e19e8e15d2753dc5bf7c18e2b3147f92b
|
2013-06-20 17:13:52 +03:00 |
|
Ed Morley
|
f647b53fd1
|
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 |
|
Ed Morley
|
030441a4dd
|
Backed out changeset 80732a2b8422 (bug 875289)
|
2013-06-20 11:20:01 +01:00 |
|
Andrea Marchesini
|
473bbc68da
|
Bug 875289 - Remove .done() and allow undefined to be passed to .then() and .catch(), r=mounir
|
2013-06-20 10:49:47 +02:00 |
|
Andrea Marchesini
|
49cce99311
|
Bug 875289 - Renaming Future to Promise, r=mounir
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
|
2013-06-20 10:49:40 +02:00 |
|
Ed Morley
|
32d0858db7
|
Merge latest green birch changeset and mozilla-central
|
2013-06-20 09:01:19 +01:00 |
|
Gina Yeh
|
205ca1a67c
|
Bug 873919 - Remove old system messages for Bluetooth pairing requests, r=echou
|
2013-06-20 12:14:09 +08:00 |
|
Patrick Wang
|
dc81eb4838
|
Bug 883296: returning empty object instead of null when decoding zero length data in Octet.decodeMultiple. r=gene
|
2013-06-17 19:33:57 +08:00 |
|
Patrick Wang
|
79e10c4bb7
|
Backed out changeset 9a3ee53f3421.
|
2013-06-20 10:35:45 +08:00 |
|
Patrick Wang
|
6dab5ea874
|
[PATCH] Bug 883296: returning empty object instead of null when
From 1a04770db0f0e86440503e73bded294b696b876c Mon Sep 17 00:00:00 2001
decoding zero length data in Octet.decodeMultiple.
---
dom/mobilemessage/src/ril/WspPduHelper.jsm | 62 ++++++++++++++--------------
1 file changed, 30 insertions(+), 32 deletions(-)
|
2013-06-17 19:33:57 +08:00 |
|
Gina Yeh
|
d8ae704353
|
Bug 882551 - Patch 5: Change return type of internal functions, r=qdot, r=mrbkap, r=echou
|
2013-06-20 09:20:16 +08:00 |
|
Gina Yeh
|
2c1d010243
|
Bug 882551 - Patch 4: Remove BluetoothA2dpManagerObserver, r=qdot, r=mrbkap, r=echou
|
2013-06-20 09:20:02 +08:00 |
|
Gina Yeh
|
ed2a4cfcfe
|
Bug 882551 - Patch 3: Remove BluetoothOppManagerObserver, r=qdot, r=mrbkap, r=echou
|
2013-06-20 09:19:46 +08:00 |
|
Gina Yeh
|
e1a7a2500d
|
Bug 882551 - Patch 2: Remove BluetoothHfpManagerObserver, r=qdot, r=mrbkap, r=echou
|
2013-06-20 09:19:31 +08:00 |
|
Gina Yeh
|
8ccaecc148
|
Bug 882551 - Patch 1: BluetoothProfileManagerBase inherits nsIObserver, r=qdot, r=mrbkap, r=echou
|
2013-06-20 09:19:15 +08:00 |
|
Ben Kelly
|
8e6bbb5b9b
|
Bug 884679 - Output warning using dump() instead of Console.jsm. r=gwagner
|
2013-06-19 21:09:31 -04:00 |
|
Brian O'Keefe
|
5f8b5163e8
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Ehsan Akhgari
|
7ee1cc4b22
|
Backed out changeset c1596bee956c (bug 884279) because of build bustage
--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-19 21:57:57 -04:00 |
|
Ehsan Akhgari
|
6849529078
|
Backed out changeset 8df19e23b3ae (bug 875289) because it depends on bug 884279 which I'm backing out
|
2013-06-19 21:57:48 -04:00 |
|
Andrea Marchesini
|
0767c296ee
|
Bug 875289 - Remove .done() and allow undefined to be passed to .then() and .catch(). r=mounir, sr=bz
|
2013-06-19 20:57:38 -04:00 |
|
Andrea Marchesini
|
798c744099
|
Bug 884279 - Rename Future to Promise. r=mounir
--HG--
rename : dom/future/Makefile.in => dom/promise/Makefile.in
rename : dom/future/Future.cpp => dom/promise/Promise.cpp
rename : dom/future/Future.h => dom/promise/Promise.h
rename : dom/future/FutureCallback.cpp => dom/promise/PromiseCallback.cpp
rename : dom/future/FutureCallback.h => dom/promise/PromiseCallback.h
rename : dom/future/FutureResolver.cpp => dom/promise/PromiseResolver.cpp
rename : dom/future/FutureResolver.h => dom/promise/PromiseResolver.h
rename : dom/future/moz.build => dom/promise/moz.build
rename : dom/future/tests/Makefile.in => dom/promise/tests/Makefile.in
rename : dom/future/tests/moz.build => dom/promise/tests/moz.build
rename : dom/future/tests/test_future.html => dom/promise/tests/test_promise.html
rename : dom/future/tests/test_resolve.html => dom/promise/tests/test_resolve.html
rename : dom/webidl/Future.webidl => dom/webidl/Promise.webidl
|
2013-06-19 20:57:38 -04:00 |
|
Wes Kocher
|
2499db0848
|
Merge m-c with inbound
|
2013-06-19 16:46:01 -07:00 |
|
Wes Kocher
|
8b13d62b84
|
Merge inbound to central
|
2013-06-19 16:37:58 -07:00 |
|
Boris Zbarsky
|
1310172eb7
|
Bug 884401. Remove the hasXPConnectImpls annotations for HTMLElement, Element, and Node in WebIDL bindings, since all those are gone. r=peterv
|
2013-06-19 14:48:43 -04:00 |
|
Boris Zbarsky
|
256c17d070
|
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 |
|
Benjamin Smedberg
|
8c67029c44
|
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 |
|
Ed Morley
|
db79fd1d8d
|
Merge mozilla-central and inbound
|
2013-06-19 15:51:08 +01:00 |
|
Ed Morley
|
1854894c50
|
Merge latest green birch changeset and mozilla-central
|
2013-06-19 15:29:37 +01:00 |
|
Vincent Chang
|
58868b9d3f
|
Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap
|
2013-06-17 12:20:39 +08:00 |
|
Ehsan Akhgari
|
cdc93d6b0e
|
Bug 865256 - Part 2: Rename WaveTable to PeriodicWave; r=roc
--HG--
rename : content/media/webaudio/WaveTable.cpp => content/media/webaudio/PeriodicWave.cpp
rename : content/media/webaudio/WaveTable.h => content/media/webaudio/PeriodicWave.h
rename : content/media/webaudio/test/test_waveTable.html => content/media/webaudio/test/test_periodicWave.html
rename : dom/webidl/WaveTable.webidl => dom/webidl/PeriodicWave.webidl
|
2013-06-19 18:24:26 -04:00 |
|
Andrea Marchesini
|
db524818c8
|
Bug 841442 - Move HTMLFormElement to WebIDL, r=bz
|
2013-06-19 10:24:37 -04:00 |
|
Andrea Marchesini
|
b20748feb8
|
Bug 841442 - Rename nsHTMLFormElement to HTMLFormElement
--HG--
rename : content/html/content/src/nsHTMLFormElement.cpp => content/html/content/src/HTMLFormElement.cpp
rename : content/html/content/src/nsHTMLFormElement.h => content/html/content/src/HTMLFormElement.h
|
2013-06-19 10:24:37 -04:00 |
|
Terrence Cole
|
a1b85dbc2a
|
Bug 884410 - Handlify the JS_ResolveStandardClass interface; r=jonco
--HG--
extra : rebase_source : 3ba45931aad97fb7cbca517ae9bccb974d42e57a
|
2013-06-13 17:10:00 -07:00 |
|
Terrence Cole
|
0ae404a1ee
|
Bug 884410 - Handlify the JS_TransplantObject interfaces; r=jonco
--HG--
extra : rebase_source : f1c2adc7380e5806ce6b4fce5bb41f9400b9e1b1
|
2013-06-13 17:09:55 -07:00 |
|
Ryan VanderMeulen
|
1851bc9c8b
|
Merge m-c and inbound.
|
2013-06-18 19:10:23 -04:00 |
|
Ryan VanderMeulen
|
a6fa56a5d3
|
Merge inbound and m-c. IGNORE BAD COMMIT MESSAGES
|
2013-06-18 19:04:48 -04:00 |
|
Shane Tully
|
7f33abefa1
|
Bug 807688 - Add "key" field to the mozContact interface. r=gwagner sr=sicking
|
2013-06-14 10:15:57 -07:00 |
|
Ryan VanderMeulen
|
7116defb7e
|
Backed out changeset 9915f8dae4e5 (bug 867895) for xpcshell bustage and landing on the wrong branch.
|
2013-06-18 12:31:56 -04:00 |
|
Chia-hung Tai
|
8eed9a1814
|
Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene
|
2013-06-18 12:06:32 +08:00 |
|
Chris Peterson
|
0217fe67ca
|
Bug 883071 - Don't send opted-out SSIDs when querying Google Location Service. r=dougt
|
2013-06-13 20:20:15 -07:00 |
|
Ed Morley
|
bdca16d068
|
Merge mozilla-central and inbound
|
2013-06-18 12:05:32 +01:00 |
|