Commit Graph

135531 Commits

Author SHA1 Message Date
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
JosiahOne
c6e4ee435b Bug 873727 - Use a listener instead of timers to fix intermittent failures. r=roc 2013-06-19 13:20:38 -04:00
Raymond Lee
c1167acc4f Bug 846644 - Use asynchronous getCharsetForURI in PlacesUtils.jsm. r=mak 2013-06-19 00:50:22 +08:00
Alexandre Poirot
3f744cf6ad Bug 732553 - NS_BASE_STREAM_CLOSED in dbg-transport.js. r=past 2013-06-19 20:57:35 -04:00
Jonathan Griffin
4b534c81b3 Bug 883281 - Add ability to skip tests based on device, r=davehunt 2013-06-19 17:35:20 -07:00
Josh Matthews
2ad99168c0 Bug 883495 - Avoid releasing a scriptable DNS listener off the main thread. r=mcmanus 2013-06-20 02:33:57 +02:00
Shu-yu Guo
6072f225c5 Bug 844882 - Part 4: Ion inlining for self-hosted classes. (r=jandem) 2013-06-19 17:33:14 -07:00
Shu-yu Guo
6e6c2d3aed Bug 844882 - Part 3: Add self-hosted classes (general encapsulation mechanism from entirely within self-hosted code). (r=till) 2013-06-19 17:33:14 -07:00
Shu-yu Guo
ade723ea8f Bug 844882 - Part 2: Ion inlining for reserved slot intrinsics. (r=jandem) 2013-06-19 17:33:14 -07:00
Shu-yu Guo
2146de2475 Bug 844882 - Part 1: Intrinsics to set/get reserved slots. (r=till) 2013-06-19 17:33:13 -07:00
Ryan VanderMeulen
342c4d256a Backed out changeset 833ca9a17792 (bug 874132) for Android bustage on a CLOSED TREE. 2013-06-19 20:32:47 -04:00
Gary Kwong
ed4b45dfc8 Bug 885103 - Do not display total compilation time when asm.js is successfully compiled, in a --enable-more-deterministic shell. r=luke 2013-06-19 17:18:48 -07:00
Nick Alexander
c881e10c70 Bug 874132 - Reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-19 17:05:14 -07:00
Nicholas Nethercote
e75fc3a4e3 Bug 880041 (part 19) - Use JSObject::{is,as} for {Boolean,Number,String}Object. r=evilpies.
--HG--
extra : rebase_source : fa2594ae2ff16ec64f949191d014cfb844e30c3b
2013-06-17 03:18:55 -07:00
Nicholas Nethercote
8d50403783 Bug 880041 (part 18) - Use JSObject::{is,as} for {,Debug}ScopeObject. r=luke.
--HG--
extra : rebase_source : f89710389cfe2761621a4fcc3c90dae8ca044eb8
2013-06-16 22:30:58 -07:00
Nicholas Nethercote
0b2312478e Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
--HG--
extra : rebase_source : b8894f71137bfce1c44281e4885a3b2bdccff38d
2013-06-16 22:30:15 -07:00
Nicholas Nethercote
cdfab3cd5d Bug 880041 (part 16) - Use JSObject::{is,as} for WithObject. r=luke.
--HG--
extra : rebase_source : 02299e442ce3989551c8d3dc3b96019a3e6c47fc
2013-06-16 19:59:58 -07:00
Nicholas Nethercote
3f8bf98a39 Bug 880041 (part 15) - Use JSObject::{is,as} for NestedScopeObject. r=evilpies.
--HG--
extra : rebase_source : eea20690f12a0ce509ac894536da427c4e5a6468
2013-06-16 19:51:43 -07:00
Aaron Klotz
d74616e865 Bug 880435: Fixed Linux OS_READAHEAD implementation in nsLocalFile. r=glandium 2013-06-19 17:57:24 -06:00
L. David Baron
2bf36899c8 Fix XPC_DUMP_AT_SHUTDOWN bustage from Bug 882162 Part 1 (changeset efb0b493cc21). 2013-06-19 16:55:06 -07:00
Wes Kocher
2499db0848 Merge m-c with inbound 2013-06-19 16:46:01 -07:00
Jeff Gilbert
31e376557b Backout 1715991888ac for android bustage on a CLOSED TREE 2013-06-19 16:40:13 -07:00
Wes Kocher
8b13d62b84 Merge inbound to central 2013-06-19 16:37:58 -07:00
Justin Dolske
7685b1c1ad Bug 839961 - Refactor login manager's content actions into a separate JSM. (bug 881996 workaround) r=mattn 2013-06-19 16:30:53 -07:00
Justin Dolske
cb13a2c9c8 Bug 839961 - Refactor login manager's content actions into a separate JSM. (mobile and metro changes) r=mfinkle 2013-06-19 16:30:53 -07:00
Justin Dolske
928b6ff5fb Bug 839961 - Refactor login manager's content actions into a separate JSM. (main patch) r=mattn 2013-06-19 16:30:53 -07:00
Ryan VanderMeulen
6f13b91b8e Merge fx-team to m-c. 2013-06-19 19:22:22 -04:00
Tim Taubert
7fe0636f86 Bug 883099 - Fire TabOpen after swapping docShells for preloaded newtab pages; r=dao 2013-06-19 22:07:59 +02:00
Aki Sasaki
104bcfccde bug 882691 - inari configs. r=catlee
--HG--
extra : rebase_source : 131685c868a93281ccbd0c21d34112927be96eff
2013-06-19 11:51:42 -07:00
Boris Zbarsky
0c35f808c8 Bug 883887. Add an Unlink method to js::ExpandoAndGeneration. r=peterv 2013-06-19 14:48:44 -04: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
Gaia Pushbot
fa2c28c1e5 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/393b5209f9bc
Author: John Hu <johu@mozilla.com>
Desc: Bug 878735 - [SMS / MMS] entering new message screen not rendering correctly when accessed via contacts app - r=gnarf

Closes gh-10204
2013-06-19 11:46:22 -07:00
Kannan Vijayan
0b7fa2d66a Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer 2013-06-19 14:29:43 -04:00
Terrence Cole
27f8c42cf4 Bug 884934 - Fix intermittent SM(r) failure on InitialShapeTable::Ptr; r=sfink
In EmptyShape::getInitialShape, the InitialShapeSet::AddPtr is not guarded and
will get poisoned by the analysis if the hash happens to look like a GC thing
pointer.

--HG--
extra : rebase_source : a831c92b4f9aabe631f5bea3d9d6efb4375170a8
2013-06-19 11:09:36 -07:00
Benjamin Smedberg
5f3af2acf4 Bug 882858 - Add a "showing" notification to PopupNotifications, r=jaws sr=gavin 2013-06-19 13:29:05 -04:00
Anton Kovalyov
1ba839ed1e Bug 884638 - Make 'dbg close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:09:28 -07:00
Anton Kovalyov
9a6fb42077 Bug 863636 - Make 'profiler close' do nothing when toolbox is closed; r=jwalker 2013-06-19 10:07:04 -07:00
Ed Morley
0f91f68a88 Merge latest green fx-team changeset and mozilla-central 2013-06-19 15:31:16 +01:00
Ed Morley
1854894c50 Merge latest green birch changeset and mozilla-central 2013-06-19 15:29:37 +01:00
Gaia Pushbot
3e8247482c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c86fcf41322b
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 881672 - Enabling a DUMP function for all Gaia apps, r=kaze
2013-06-19 02:46:22 -07:00
Ed Morley
42c1662d7e Backed out changeset 1885bc168943 (bug 811392) since the patch it depends on has now been backed out on a CLOSED TREE 2013-06-19 09:55:27 +01:00
Ed Morley
7c688d3cab Backed out changeset 8866d9627149 (bug 879717) for assertions during test_playback_rate.html on Windows on a CLOSED TREE 2013-06-19 09:51:59 +01:00
Ed Morley
ec7cc3daa7 Backed out changeset acc1c0494f49 (bug 883731) 2013-06-19 09:51:08 +01:00
Ed Morley
e98f84f886 Backed out changeset 78424c3ea6cb (bug 883731) 2013-06-19 09:51:05 +01:00
Ed Morley
cec902bdec Backed out changeset 04d60f86b935 (bug 883731) 2013-06-19 09:51:02 +01:00
Ed Morley
be4728cf18 Backed out changeset f3ca96dd397e (bug 873251) for causing mochitest-metro-chrome failures
--HG--
rename : browser/metro/theme/images/appbar-forward.png => browser/metro/theme/images/forward.png
rename : browser/metro/theme/images/appbar-reload.png => browser/metro/theme/images/reload.png
rename : browser/metro/theme/images/appbar-stop.png => browser/metro/theme/images/stop-hdpi.png
2013-06-19 09:42:25 +01:00
Gaia Pushbot
600adb2c82 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4f9b96cfb0d5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10453 from davidflanagan/bug881239

Bug 881239: retain space or punctuation when reverting an auto-correction r=RudyLu

========

https://hg.mozilla.org/integration/gaia-central/rev/5224690b9b64
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 881239: retain space or punctuation when reverting an auto-correction
2013-06-19 01:16:24 -07:00
Asaf Romano
cf79f21921 Relanding Bug 834539 - Replace getPageTitle with an async API. r=mak. sr=gavin. 2013-06-19 10:18:38 +03:00