Commit Graph

338966 Commits

Author SHA1 Message Date
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
Chris Karlof
3b1dfebedf Bug 949695 - integrate weave with browserid_identity on elm. 2013-12-17 15:45:03 +11:00
Brian Warner
286a2e0658 Bug 949259 (elm) - bring elm up-to-date with patch in bug 949259. 2013-12-17 15:45:03 +11:00
Brian Warner
ff04ea39c5 Bug 949244 - fix getSignedInUser when the email is still unverified and other FxAccounts.jsm improvements. 2013-12-17 15:45:03 +11:00
Brian Warner
f1e7a1dba9 Bug 949699 - switch fxa jelly to "moar_native". 2013-12-17 15:45:03 +11:00
Mark Hammond
96b5021fc3 Get browser-aboutAccounts test working. 2013-12-17 15:45:02 +11: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
Ryan VanderMeulen
f7385ac1e9 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Dimi Lee
78b23d6e7a Bug 939056 - B2G NFC: Enable/disable MOZ_NFC at runtime. r=bz 2013-12-17 10:32:29 +08:00
Yuan Xulei
3a2a73567c Bug 932145 - Mochitest support for Keyboard/IME API. r=fabrice 2013-12-17 10:51:34 -05:00
Andreas Tolfsen
4742b729f5 Bug 850881 - Implement explicit Marionette wait condition class. r=davehunt, r=mdas 2013-12-17 10:51:18 -05:00
Gaia Pushbot
7120fa27a9 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/098f99ff8b33
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 950465 - [Clock][l12y] Snooze is reused in different contexts

r=jugglinmike

========

https://hg.mozilla.org/integration/gaia-central/rev/475dee5412c8
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #14707 from AndreiH/bug947957

Bug 947957 - Enable test_quick_settings.py on Travis and TBPL

========

https://hg.mozilla.org/integration/gaia-central/rev/94721f4a3c97
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 947957 - Enable test_quick_settings.py on Travis and TBPL
2013-12-17 07:21:24 -08:00
Gaia Pushbot
7e8a6b93b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1903de002816
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #14710 from viorelaioia/bug_949897

Bug 949897 - test_cards_view_kill_apps_with_two_apps.py intermittently fails

========

https://hg.mozilla.org/integration/gaia-central/rev/33ae67ce69e9
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 949897 - test_cards_view_kill_apps_with_two_apps.py intermittently fails
2013-12-17 07:10:31 -08:00
Gene Lian
cd4a329764 Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 3, test cases). r=vicamo 2013-12-17 14:15:46 +08:00
Wes Kocher
51be634cd2 Backed out changeset ef0eeaec74a8 (bug 949183) on the theory that it somehow broke every single b2g test on a CLOSED TREE 2013-12-16 18:27:43 -08:00