Commit Graph

160664 Commits

Author SHA1 Message Date
Andrew McCreight
5bbea5ab96 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-17 19:29:57 -08:00
Andrew McCreight
197a13c1ee Bug 937818, part 0 - Root newly created objects in Bind across ADDREF. r=bz 2013-12-17 19:29:56 -08:00
Ryan VanderMeulen
43049459ca Bug 945667 - Disable browser_findbar.js on Linux due to relying on browser_aboutHome.js. 2013-12-17 22:10:29 -05:00
Masayuki Nakano
f31dddba06 Bug 951021 Android widget should set modifier state at dispatching events derived from WidgetInputEvent r=nchen 2013-12-18 11:25:10 +09:00
Bobby Holley
156c631057 Bug 946815 - Handle nsIExpandedPrincipal instances in the permission manager API. r=baku 2013-12-17 18:01:41 -08:00
Bobby Holley
bfac9cdb32 Bug 946815 - Hoist system-principal checks into CommonTestPermission. r=baku 2013-12-17 18:01:41 -08:00
Matt Woodrow
ba7c24034b Bug 946929 - Add some debug logging to IsDOMPaintEventPending. r=mats 2013-12-18 14:58:57 +13:00
Matt Woodrow
0fe6699181 Bug 950490 - Don't apply the transform twice when doing blurring in user-space. r=roc 2013-12-18 14:58:21 +13:00
Masayuki Nakano
b8cb3cd758 Bug 950559 part.2 nsIMM32Handler should set IME releated windows to left-bottom of focused plugin r=emk 2013-12-18 10:43:15 +09:00
Masayuki Nakano
e0ff6eabfe Bug 950559 part.1 nsContentEventHandler should set plugin's rect to query editor rect event if plugin has focus r=smaug 2013-12-18 10:43:11 +09:00
Makoto Kato
77e71bd923 Bug 947981 - broken --with-system-icu build. r=glandium 2013-12-18 10:20:15 +09:00
Ryan VanderMeulen
ca47708d7f Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_aboutHome.js. 2013-12-17 20:01:58 -05:00
Wes Kocher
9fcb6354c2 Backed out changeset 55a2561bb201 (bug 950401) for introducing several OSX mochitest timeouts 2013-12-17 16:50:30 -08:00
Terrence Cole
96e3d97817 Bug 951407 - Fix two hazards introduced by bug 951282; r=sfink 2013-12-17 14:24:22 -08:00
Blake Kaplan
5a1403e62a Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug 2013-12-17 16:12:33 -08:00
Shu-yu Guo
2476f50b7a Bug 948929 - MToId is not PJS safe. (r=nmatsakis) 2013-12-17 16:09:02 -08:00
Shu-yu Guo
b147c723f3 Bug 950277 - Fix checking return values of parallel native calls in Ion. (r=nmatsakis) 2013-12-17 16:09:01 -08:00
Vladan Djeric
50c44e9b84 Bug 937915: Restore DB filenames in Telemetry SlowSQL strings. r=dteller 2013-12-17 19:07:18 -05:00
Nicholas Nethercote
74b0c1dbd6 Bug 937635 - Install libdmd. r=glandium. 2013-12-16 19:27:10 -08:00
Mike Hommey
4ddd1194d5 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
339f8add2a Bug 950531 - Don't build mfbt when building --with-libxul-sdk. r=gps 2013-12-18 08:07:11 +09:00
Mike Hommey
b38cd5c035 Bug 948301 - Fix static ICU build in js standalone builds. r=ted 2013-12-18 08:07:11 +09:00
Mike Hommey
b89fd0745d Bug 950261 - Fix ARM_ARCH computation with newer NDK. r=ted 2013-12-18 08:07:11 +09:00
Till Schneidereit
d7a11195ea 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
6dd5c22d7e Bug 950991. Root on-stack JSObject* and JS::Value return values. r=smaug 2013-12-17 17:09:16 -05:00
Boris Zbarsky
318ef16172 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
5061cd6267 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
09d8d205fd 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
228704d78a 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
83faf422df 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
0df93d7209 Bug 896268 - Use a stateless approach to synchronous image decoding. r=jdm 2013-12-17 14:04:24 -08:00
Peiyong Lin
ce5657ade4 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
83ce707f4a 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
3eae4965bd Bug 950401 - Add missing process logging on Mac/BSD (r=bsmedberg) 2013-12-17 13:26:17 -08:00
Ryan VanderMeulen
01e5988548 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Ryan VanderMeulen
2184455416 Merge b2g-inbound to m-c. 2013-12-17 16:17:49 -05:00
Ryan VanderMeulen
c98267ad5b Merge fx-team to m-c. 2013-12-17 16:10:10 -05:00
Ryan VanderMeulen
88bb9aa85f Merge inbound to m-c. 2013-12-17 15:58:24 -05:00
Gaia Pushbot
834a24cc79 Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9919e96678a4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14778 from KevinGrandon/revert_bug_948383

Bug 948383 - Move all `home button event` into GaiaDevice class

========

https://hg.mozilla.org/integration/gaia-central/rev/3ec33f60adfd
Author: sashakruglov <sashakruglov@hotmail.com>
Desc: Bug 948383 - Move all `home button event` into GaiaDevice class

========

https://hg.mozilla.org/integration/gaia-central/rev/c435bcc3094f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 948383 - Move all `home button event` into GaiaDevice class"

This reverts commit 4128b7c020188757eb9cc034f550cd317d9af12f.

========

https://hg.mozilla.org/integration/gaia-central/rev/eca2f09899da
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "call touch_home_button from test code, not from apps"

This reverts commit 7df2c2a3cb93963a4101bba2af5669ca4732032e.

========

https://hg.mozilla.org/integration/gaia-central/rev/5c80815ed38c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "fix for cards_view test"

This reverts commit b7d95bc2bfd627913edbd043d0a54f20280a4801.

========

https://hg.mozilla.org/integration/gaia-central/rev/9f562f64e3d3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "fix functional tests / remove useless imports in endurance tests"

This reverts commit 25955679ea93d0feab779d9487d62b1a7b944abe.
2013-12-17 11:42:28 -08:00
Gaia Pushbot
3f016d9855 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/856839e6554e
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Revert "Bug 946724 - [e.me] Collection suggestions for unsupported languages should show English suggestions [r=ranbena]"

This reverts commit acfc61da7dd2fca23db98295e695227309146c0b.
2013-12-17 11:30:26 -08:00
Kartikaya Gupta
95529e3ebf Bug 950487 - Remove unnecessary UpdateCompositionBounds function on APZC. r=Cwiiis 2013-12-17 14:25:57 -05:00
Gaia Pushbot
962d648192 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/13a930f98a1e
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #14485 from EverythingMe/946724-collections-unsupported-locale

Bug 946724 - [e.me] Collection suggestions for unsupported languages should show English suggestions [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/a962f72ded11
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 946724 - [e.me] Collection suggestions for unsupported languages should show English suggestions [r=ranbena]
2013-12-17 11:20:23 -08:00
Gaia Pushbot
9decc62eeb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22bd516a12d9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14516 from pivanov/bug-946112

Bug 946112 - [FTE] Fix alignment of toggle

========

https://hg.mozilla.org/integration/gaia-central/rev/f5a475c6c6d9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 946112 - [FTE] Fix alignment of toggle
2013-12-17 10:40:23 -08:00
Wes Johnston
29094409f6 Bug 921804 - Show checkboxes at the bottom of prompts. r=mfinkle 2013-12-17 10:15:14 -08:00
Ryan VanderMeulen
9731b445ce Backed out changesets ab5feb665350 and d29a46b5d058 (bug 932145) for B2G mochitest-4 orange. 2013-12-17 13:04:13 -05:00
Ryan VanderMeulen
4c60967266 Bug 932145 - Disable test on Android since inputmethod isn't supported there. r=janjongboom 2013-12-17 12:57:10 -05:00
Gaia Pushbot
90501bb778 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f600dd437005
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #14775 from jmcanterafonseca/fix_match_name_sim

Bug 917674 - [Contacts] Passive matching and merging when SIM contact's ...

========

https://hg.mozilla.org/integration/gaia-central/rev/8a6a7f49c8b9
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 917674 - [Contacts] Passive matching and merging when SIM contact's name is the same than an addressbook contact's last name
2013-12-17 09:51:40 -08:00
Sofia Larsson
f534a2b7c4 Bug 945251 - Remove orange highlight in reader mode buttons. r=wesj 2013-12-17 09:43:27 -08:00
Wes Johnston
348ee881e7 Bug 947281 - Fix calcuations for how many actionbar items to show. r=sriram,margaret 2013-12-17 09:41:55 -08:00
Gaia Pushbot
54c4c6b519 Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c88a2ff82b87
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #14587 from sashakruglov/bug_948383

Bug 948383 - Move all `home button event` into GaiaDevice class

========

https://hg.mozilla.org/integration/gaia-central/rev/4e670971c297
Author: Sasha Kruglov <sashakruglov@hotmail.com>
Desc: fix functional tests / remove useless imports in endurance tests

========

https://hg.mozilla.org/integration/gaia-central/rev/2dcb8b829b59
Author: Sasha Kruglov <sashakruglov@hotmail.com>
Desc: fix for cards_view test

========

https://hg.mozilla.org/integration/gaia-central/rev/11637ef3470a
Author: Sasha Kruglov <sashakruglov@hotmail.com>
Desc: call touch_home_button from test code, not from apps

========

https://hg.mozilla.org/integration/gaia-central/rev/7d3d2b707686
Author: Sasha Kruglov <sashakruglov@hotmail.com>
Desc: Bug 948383 - Move all `home button event` into GaiaDevice class
2013-12-17 09:40:24 -08:00