Alex Xu
cda2e13746
Bug 853208 - Fix build break on Gentoo
2013-06-15 20:44:37 -04:00
Brian O'Keefe
25e65a9445
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #2 ); r=mshal
...
--HG--
extra : rebase_source : 555b28e5c3412ffc210c60b6fe2fee6f053fd587
2013-06-18 08:13:42 -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
Gregory Szorc
ded4a5682c
Bug 884569 - Support for removing untracked files from a directory; r=glandium
...
--HG--
extra : rebase_source : e98fcbf839085ad6bc2e7a8fd3353834557caeec
2013-06-19 19:57:48 -07:00
Phil Ringnalda
bd0ec5b2d5
Back out c50503ce8669 (bug 883495) for still leaking
...
CLOSED TREE
2013-06-19 20:20:52 -07: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
Ehsan Akhgari
421502f175
Bug 882779 - Do not attempt to run the LLVM PR8927 test when building with Clang on Windows; r=ted
...
This is needed for now because of the following LLVM bug:
http://llvm.org/bugs/show_bug.cgi?id=16319
2013-06-19 21:34:40 -04:00
Nicholas Nethercote
b9e3d43137
Bug 884124 (part 3) - Add a GeneratorObject class. r=jwalden.
...
--HG--
extra : rebase_source : 2d35912a8653c235c704d09f15d34f0867f24fde
2013-06-18 20:03:31 -07:00
Nicholas Nethercote
d659de1e85
Bug 884124 (part 2) - Add a StopIterationObject class. r=jwalden.
...
--HG--
extra : rebase_source : c3ea0d095ad651b6aa1bb565f1d4ec65654660bd
2013-06-18 19:56:19 -07:00
Nicholas Nethercote
1a3c0761fe
Bug 884124 (part 1) - Add a WeakMapObject class. r=jwalden.
...
--HG--
extra : rebase_source : e58139654185ee06ea150e33938e59623f03379f
2013-06-18 19:54:36 -07:00
Robert Strong
150daca54e
Tests - Bug 882007 - Restart notification is not shown when staging is enabled. r=bbondy
...
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0095_restartNotification.xul => toolkit/mozapps/update/test/chrome/test_0093_restartNotification.xul
rename : toolkit/mozapps/update/test/chrome/test_0096_restartNotification_remote.xul => toolkit/mozapps/update/test/chrome/test_0094_restartNotification_remote.xul
rename : toolkit/mozapps/update/test/chrome/test_0097_restartNotification_remoteInvalidNumber.xul => toolkit/mozapps/update/test/chrome/test_0095_restartNotification_remoteInvalidNumber.xul
rename : toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul => toolkit/mozapps/update/test/chrome/test_0096_restartNotification_stagedBackground.xul
rename : toolkit/mozapps/update/test/chrome/test_0094_stagedServiceBackground.xul => toolkit/mozapps/update/test/chrome/test_0097_restartNotification_stagedServiceBackground.xul
2013-06-19 18:05:34 -07:00
Robert Strong
cbabf01a32
Main patch - Bug 882007 - Restart notification is not shown when staging is enabled. r=bbondy
2013-06-19 18:05:04 -07:00
Raymond Lee
6b0d86b8ae
Bug 884571 - TPS tests: Cu not defined: bookmarks.jsm: line 20. r=rnewman
2013-06-19 12:22:53 +08: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
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