Jan de Mooij
d48bd96f77
Bug 785905 followup - Fix --disable-threadsafe shell builds.
2013-12-17 14:48:21 +01:00
Carsten "Tomcat" Book
b966ec963c
Backed out changeset 812c5f165aca (bug 864098) for XPC Bustage on a CLOSED TREE
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.html => browser/devtools/framework/test/browser_toolbox_options_disablejs.html
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js.js => browser/devtools/framework/test/browser_toolbox_options_disablejs.js
rename : browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html
2013-12-17 13:58:55 +01:00
Carsten "Tomcat" Book
ce9863c36e
merge mozilla-central to fx-team
2013-12-17 13:17:04 +01:00
Carsten "Tomcat" Book
a86d34d423
merge b2g-inbound to mozilla-central
2013-12-17 12:52:38 +01:00
Carsten "Tomcat" Book
53aa4a4479
merge fx-team to mozilla-central
2013-12-17 12:47:11 +01:00
Michael Ratcliffe
fc851c63c7
Bug 864098 - Add "Disable Cache" to options panel r=jwalker
...
--HG--
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.html => browser/devtools/framework/test/browser_toolbox_options_disable_js.html
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs.js => browser/devtools/framework/test/browser_toolbox_options_disable_js.js
rename : browser/devtools/framework/test/browser_toolbox_options_disablejs_iframe.html => browser/devtools/framework/test/browser_toolbox_options_disable_js_iframe.html
2013-12-17 10:58:21 +00:00
Carsten "Tomcat" Book
dd80853527
Backed out changeset 261091719842 (bug 937818) for static rooting hazard analysis bustage on a CLOSED TREE
2013-12-17 09:20:51 +01:00
Carsten "Tomcat" Book
ff26d7a25c
Backed out changeset 8f48aaba4752 (bug 937818) for static rooting hazard analysis bustage on a CLOSED TREE
2013-12-17 09:20:42 +01:00
Carsten "Tomcat" Book
f1d19f75cb
Backed out changeset a9715a3b0e13 (bug 937818) for static rooting hazard analysis bustage on a CLOSED TREE
2013-12-17 09:20:31 +01:00
Carsten "Tomcat" Book
ad47674f4c
Backed out changeset ae01d2862600 (bug 937818) for static rooting hazard analysis bustage on a CLOSED TREE
2013-12-17 09:20:10 +01:00
Carsten "Tomcat" Book
9b8d78d341
Backed out changeset af77b8d3a9e1 (bug 885052) for b-c testfailures on a CLOSED TREE
2013-12-17 09:12:44 +01:00
Fernando Jiménez
3372829cb9
Bug 950631 - ReferenceError: credentials is not defined in FxAccounts.jsm. r=jedp
2013-12-17 08:48:45 +01:00
Gaia Pushbot
498de4aaae
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/79e25f81e1e8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #14492 from chuck-lee/bug-947810_show_wap_push_auth_info
Bug 947810 - Show authentication information in WAP-Push test app. r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/90d86e8fe8f7
Author: Chuck Lee <chulee@mozilla.com>
Desc: Bug 947810 - Show authentication information in WAP-Push test app. r=arthurcc
2013-12-16 23:45:24 -08:00
Gaia Pushbot
1f2f9e607a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ef8194476ef
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #14738 from gregorwagner/back
Revert "Merge pull request #12717 from punamdahiya/Bug924170_Video_Mario...
========
https://hg.mozilla.org/integration/gaia-central/rev/1f5915accd4f
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Revert "Merge pull request #12717 from punamdahiya/Bug924170_Video_Marionette_Tests"
This reverts commit 7deffe21aedd0b1908d981be4a348f148a4332e8, reversing
changes made to 1f275beb53779feb31e1b00611c5e85428c431ae.
2013-12-16 22:55:24 -08:00
Dan Gohman
01c0a454c6
Bug 950438 - IonMonkey: The intersection of two ranges that both contain NaN is not empty. r=nbp
2013-12-16 22:47:06 -08:00
Dan Gohman
d4d9ea2859
Bug 950701 - SpiderMonkey: Tidy up some uses of the Vector API. r=waldo
2013-12-16 22:47:04 -08:00
Wes Kocher
011bd18019
Merge m-c to b2g-inbound
2013-12-16 21:36:02 -08:00
Wes Kocher
f6e7cd0c87
Merge m-c to mozilla-inbound
2013-12-16 21:34:34 -08:00
Wes Kocher
56c7fcbb4e
Merge inbound to m-c
2013-12-16 21:33:31 -08:00
Andrew McCreight
31e4486875
Bug 937818, part 4 - Exceeded refcount nodes should already be black. r=smaug
...
Due to graph mutation during an incremental cycle collection, objects in the CC graph
may end up with more things pointing to them than they have a ref count. However, these
objects should never become garbage.
2013-12-16 21:30:54 -08:00
Andrew McCreight
4b11c4307f
Bug 937818, part 3 - Add ScanIncrementalRoots(). r=smaug
...
Any object that has been stored away somewhere in the middle of incremental graph
building must be treated as live, because we can't trust that the CC graph has
accurate information about it. If such an object is truly garbage, we'll unlink it
in the next cycle collection instead.
2013-12-16 21:30:53 -08:00
Andrew McCreight
f8ec141d0b
Bug 937818, part 2 - Add js::ZoneGlobalsAreAllGray. r=jonco
...
If all globals in a zone are gray, then all live objects in that zone
should also be gray.
2013-12-16 21:30:53 -08:00
Andrew McCreight
3145a6bc8f
Bug 937818, part 1 - Add objects to the purple buffer on AddRef. r=smaug
...
ICC uses this to track objects that have been AddRef'd during ICC graph building.
For those objects, we may not have the proper information for them, so treat them
as live.
2013-12-16 21:30:53 -08:00
Wes Kocher
4c21bcff97
Merge b2g-inbound to m-c
2013-12-16 21:08:22 -08:00
Jared Wein
8424078a2d
Bug 885052 - Fullscreen-button is checked during customization mode if the browser is in fullscreen. r=Unfocused
2013-12-16 23:20:13 -05:00
Jared Wein
1f4e3db5f1
Backed out changeset 663470a9a54b (bug 885052)
2013-12-17 00:45:00 -05:00
Shane Caraveo
c76a02a6a5
bug 935640 part 3 Australis, update social sidebar with new ux, test updates, r=markh
2013-12-16 21:38:39 -08:00
Shane Caraveo
c5597b6319
bug 935640 part 2 Australis, update social sidebar with new ux, activation panel, r=markh
2013-12-16 21:38:22 -08:00
Shane Caraveo
cb057ada9c
bug 935640 part 1 Australis, update social sidebar with new ux, r=markh
2013-12-16 21:37:30 -08:00
Wes Kocher
a48372de5d
Merge m-c to fx-team
2013-12-16 21:35:20 -08:00
Shane Caraveo
9a51f719e2
bug 940155 make marks button work in Australis menu panel, r=markh
2013-12-16 21:24:44 -08:00
Shane Caraveo
dae3641fa8
bug 914921 make status button work in Australis menu panel, r=markh
2013-12-16 21:21:17 -08:00
Jared Wein
c7ee927bbb
Bug 885052 - Fullscreen-button is checked during customization mode if the browser is in fullscreen. r=Unfocused
2013-12-16 23:20:13 -05:00
Ryan VanderMeulen
eb7ced421f
Backed out changeset 96b0ddfc63f7 (bug 893304) for causing bug 950589.
2013-12-16 22:49:02 -05:00
Nicholas Nethercote
fb8d687055
Bug 937635 - Install libdmd. r=glandium.
2013-12-16 19:27:10 -08:00
Mike Hommey
57508a1ca7
Bug 951010 - Move ConfigStatus.py under mozbuild. r=gps
...
--HG--
rename : build/ConfigStatus.py => python/mozbuild/mozbuild/config_status.py
2013-12-18 08:07:11 +09:00
Mike Hommey
201709fc10
Bug 950531 - Don't build mfbt when building --with-libxul-sdk. r=gps
2013-12-18 08:07:11 +09:00
Mike Hommey
118f49191e
Bug 948301 - Fix static ICU build in js standalone builds. r=ted
2013-12-18 08:07:11 +09:00
Mike Hommey
1ec6ef2520
Bug 950261 - Fix ARM_ARCH computation with newer NDK. r=ted
2013-12-18 08:07:11 +09:00
Till Schneidereit
0e57aba64d
Bug 814892 - Actually compare the right values when making sure a proxy [[Get]] trap returns the correct value. r=efaust
...
--HG--
extra : rebase_source : 3c7db79ef75d22624f973b4e3ef1fe4b389c24b3
2013-12-17 23:50:42 +01:00
Boris Zbarsky
41d378f132
Bug 950991. Root on-stack JSObject* and JS::Value return values. r=smaug
2013-12-17 17:09:16 -05:00
Boris Zbarsky
b1af932dc3
Bug 949940. Only enter the uncheckedObj compartment in a crossOriginGetter/Setter/Method around the UnwrapArg call that needs us to be in that compartment. r=peterv
2013-12-17 17:09:05 -05:00
Seth Fowler
82fad7a97f
Bug 862909 (Part 3) - Assert that we own the decoding mutex in CurrentStatusTracker. r=tn
2013-12-17 14:04:32 -08:00
Seth Fowler
2b92214752
Bug 862909 (Part 2) - Make sure we hold the decode lock when calling DoError. r=tn
2013-12-17 14:04:32 -08:00
Seth Fowler
4fcd487127
Bug 862909 (Part 1) - Call CurrentStatusTracker() with the decode lock held in OnImageDataComplete. r=tn
2013-12-17 14:04:32 -08:00
Seth Fowler
3b95360e89
Bug 943803 - Use a reentrant monitor instead of unlocking for notifications in RasterImage. r=jdm
2013-12-17 14:04:31 -08:00
Seth Fowler
8fe99f9dbb
Bug 896268 - Use a stateless approach to synchronous image decoding. r=jdm
2013-12-17 14:04:24 -08:00
Peiyong Lin
a5486abf32
Bug 951202 - Change bindings declared with declareLazyFFI to be enumerable. r=Yoric
...
--HG--
extra : rebase_source : 1f5260a3a579f09d30203d010cceaba0cf22cc2e
2013-12-17 16:29:17 -05:00
Ryan VanderMeulen
a9db814fac
Bug 945667 - Disable browser_aboutHome.js on Linux due to intermittent failures.
...
--HG--
extra : rebase_source : 3c51923054c83821feeff9a81e265409ace454d8
2013-12-17 16:25:48 -05:00
Bill McCloskey
5fc44d55e0
Bug 950401 - Add missing process logging on Mac/BSD (r=bsmedberg)
2013-12-17 13:26:17 -08:00