Wes Kocher
c79012984b
Backed out changeset d0a0127e099e (bug 880067)
2013-09-10 16:49:26 -07:00
Daniel Holbert
8e7a66d2d6
(no bug) fix comment typos: s/incompete/incomplete/, s/th/the/
...
DONTBUILD because comment-only
2013-09-10 16:41:04 -07:00
Andrew McCreight
d03696b83c
Bug 913666, part 5 - Rename aListener to aManualListener. r=smaug
...
The name "aListener" is not very descriptive, and with the previous patch, it is only
used to pass in a manually-specified listener that was passed in to CycleCollectNow,
so rename things.
2013-09-10 16:33:41 -07:00
Andrew McCreight
567cf603ca
Bug 913666, part 4 - Sink free floating code from nsCycleCollector::Collect into BeginCollection. r=smaug
...
The hg diff for this commit is terrible, but all it is doing is taking the code
in nsCycleCollector::Collect from after PrepareForCollection through BeginCollection
and moving it into BeginCollection.
2013-09-10 16:33:41 -07:00
Andrew McCreight
a1c11fcfd7
Bug 913666, part 3 - Sink cycle collector listener selection into Collect. r=smaug
...
Move the two places we check global flags to decide if we want to use a listener, even if we
aren't passed in one. A later patch renames aListener to aForcedListener to make it less
confusing.
2013-09-10 16:33:40 -07:00
Andrew McCreight
ee064e630a
Bug 913666, part 2 - Log cycle collector garbage at the same time we log roots. r=smaug
...
There's no reason to wait until CollectWhite to record what is garbage, and with incremental CC
we'll get more accurate logging by logging right away, rather than waiting until later when an
object may have gone away for some other reason.
2013-09-10 16:33:40 -07:00
Andrew McCreight
7fc4e6d8a5
Bug 913666, part 1 - Move cycle collector root logging into ScanRoots. r=smaug
2013-09-10 16:33:39 -07:00
Mike Hommey
395225224a
Bug 912914 - Preserve targets and dependencies order when creating Makefiles with makeutil.py. r=gps
...
Also allow to add random statements (like variable assignment)
2013-09-11 08:21:39 +09:00
Brian Hackett
d805f8d4cb
Bug 912719 - Notify debugger about scripts compiled off thread, report parse errors/warnings for scripts in XUL documents, r=billm.
2013-09-10 16:18:30 -07:00
Mike Hommey
12153bb936
Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps
2013-09-11 08:15:53 +09:00
Mike Hommey
6ed6a26a2c
Bug 914374 - Fix buffer overflow in BCJ_X86_filter when the given buffer is too small. r=nfroyd
2013-09-11 08:15:39 +09:00
Adam Roach [:abr]
82f9486ac5
Bug 880067: Fix bustage r=me
2013-09-10 16:10:22 -07:00
Eric Faust
d23335a4c1
Bug 913716 - Properly check for undefined setters in SetPropertyIC. (r=djvj)
2013-09-10 16:01:36 -07:00
Ehsan Akhgari
4d9cd370a2
Bug 914498 - Minimize the #includes in accessible/src/base; r=tbsaunde
...
--HG--
extra : rebase_source : 10bebee466c458ccb671494e2f47191a30668377
2013-09-11 00:18:59 +02:00
David Zbarsky
c45d984ec2
Bug 912555 - DOMSVGPathSeg and subclasses don't need to inherit nsISupports r=Ms2ger
2013-09-10 19:03:57 -04:00
David Zbarsky
2dc2a0b269
Bug 911603 - Convert MozPowerManager to WebIDL r=Ms2ger
...
--HG--
rename : dom/power/nsIDOMPowerManager.idl => dom/webidl/MozPowerManager.webidl
2013-09-10 19:03:56 -04:00
Ryan VanderMeulen
ae34ed792a
Merge m-c to inbound on a CLOSED TREE.
2013-09-10 16:43:06 -04:00
Ryan VanderMeulen
740c0d8eba
Merge fx-team to m-c.
2013-09-10 16:39:33 -04:00
Ryan VanderMeulen
c78b1eb09c
Merge b2g-inbound to m-c.
2013-09-10 16:35:34 -04:00
Olli Pettay
9a59871760
Bug 900904 - Support webidl-only generated events, r=khuey,gps
...
--HG--
extra : rebase_source : cda37d1ae2ff9b969d081fe0ec103d4f07098a3b
2013-09-10 21:27:39 +03:00
Olli Pettay
f805ec81b0
Bug 910910 - Enable Event ctors in workers, r=khuey
...
--HG--
extra : rebase_source : 983d01d13aa66a8499350a4960b5913b22c9783a
2013-09-10 21:27:32 +03:00
Brad Lassey
7990287a5a
bug 887819 - Investigate using the tiled layers backend, create pref to enable tiles r=BenWa
2013-09-10 14:21:37 -04:00
Gaia Pushbot
92e5d28566
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3014a433e3b7
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 909336 - [Clock] Implement UI for switching views
r=jugglinmike
2013-09-10 10:25:22 -07:00
Gaia Pushbot
673e9fcc0d
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8ed31f5ee280
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Update gaia-ui-tests.json; Merge pull request #1347 from jugglinmike/select-bug
Replace launch() with switch_to_frame() in select()
2013-09-10 10:00:22 -07:00
Alexandre Poirot
e202d2dc3e
Bug 893848 - Manifest properties aren't updated when installing apps multiple times. r=fabrice
2013-09-10 12:52:56 -04:00
Alexandre Poirot
63916663dd
Bug 832000 - Use unix domain socket file for devtools remote connection. r=jimb, r=vingtetun
2013-09-10 12:52:33 -04:00
Christian Holler
b706481568
Bug 914174 - Fix nit in previous ASan patch. r=luke
2013-09-10 17:27:56 +02:00
Christian Holler
31c750c284
Bug 914174 - Ensure JS standalone builds have the right ASan options. r=luke
...
CLOSED TREE
2013-09-10 17:00:07 +02:00
Ryan VanderMeulen
00d0a3d29f
Backed out changeset 508a916a482a (bug 914348) for suspicion of causing Linux mochitest-bc perma-orange.
2013-09-10 15:32:31 -04:00
Andrea Marchesini
12b0fc30b0
Bug 913761 - Something is wrong when transferring MessagePort object via MessageChannel. r=smaug
...
CLOSED TREE
2013-09-10 13:42:22 -04:00
Brian R. Bondy
9d34ad8948
Bug 893784 - Metro update shutdown sometimes doesn't respawn Nightly after update. r=jimm
2013-09-10 10:24:57 -04:00
Brian R. Bondy
bfbe5083b6
Bug 882142 - _postUpdateProcessing is not run after updates from Metro when Metro updates are disabled. r=rstrong
...
These updates can still be applied when the user manually clicks on check for update from
within Metro. When _postUpdateProcessing is not called, then the last status in the update history XML
is not updated to succeeded. This causes the Metro browser to show a "Restart to Update" button
because the last update's status is still applied.
2013-09-10 10:24:57 -04:00
Brian R. Bondy
c0c7ce39ad
Bug 882142 - Add an interface attribute to determine if the app is restarting. r=jimm
2013-09-10 10:24:56 -04:00
Brian R. Bondy
5fe8c7843a
Bug 882142 - Initiate Metro app update requests via retarting the app like Desktop Firefox does. r=jimm
2013-09-10 10:24:56 -04:00
Brian R. Bondy
5f378fa386
Bug 882142 - Respect app restart requests in Metro Firefox. r=jimm
2013-09-10 10:24:56 -04:00
Brian R. Bondy
4112301099
Bug 882142 - Add support to CEH to restart Metro Firefox when it isn't running. r=jimm
2013-09-10 10:24:56 -04:00
Gaia Pushbot
632fb46b51
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2745386d2e6d
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #12043 from nullaus/browser-test-fix
Bug 913701 - Unit Test for Operator Variant Customizations is failing
========
https://hg.mozilla.org/integration/gaia-central/rev/f3542eda7ca7
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 913701
MozSettings must be present at all times because it's required by simple_operator_variant_helper.js. If it's not present on window.navigator it will cause test failures because SimpleOperatorVariantHelper cannot function as expected.
2013-09-10 03:35:23 -07:00
Gaia Pushbot
ef8cb344a3
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a95e393bd448
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10296 from samjoch/bug-800002-GalleryEditModeExposurePolish
Bug 800002 - [Gallery] Edit Mode Exposure Polish r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/336e2719a390
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 800002 - [Gallery] Edit mode exposure polish
========
https://hg.mozilla.org/integration/gaia-central/rev/fafd10bbf277
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #12064 from gaye/bump-marionette-helper-007
Bump marionette-helper to 0.0.7
========
https://hg.mozilla.org/integration/gaia-central/rev/e8edc6bca78d
Author: gaye <gaye@mozilla.com>
Desc: Bump marionette-helper to 0.0.7
2013-09-10 03:25:21 -07:00
Gaia Pushbot
eb34b327e2
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d5d7a2b06574
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #12059 from asutherland/email-resize-embedded-reload
Bug 914493 - [Email] iframe is not resized for the embedded images that were already downloaded while building body. r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/a52d9ef45517
Author: praveen.singapati <praveen.singapati@lge.com>
Desc: Bug 914493 - [Email] iframe is not resized for the embedded images that were already downloaded while building body. r=asuth
2013-09-10 03:10:22 -07:00
Gaia Pushbot
a8bd20b838
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/67799bb1452a
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #11782 from comoyo/keyboard_settings
Bug 906598 - Move Keyboard settings into app itself. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/0a09d4b39e75
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 906598 - Move Keyboard settings into app itself
2013-09-10 02:50:23 -07:00
Gaia Pushbot
f94af869aa
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/46b60fcd8d92
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12017 from EragonJ/bug-911670
Bug 911670 - Change Wording of phonelock r=crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/b32ca5c4e287
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 911670 - Change Wording of phonelock
- make phonelock wording more generic
2013-09-10 02:25:22 -07:00
Chris AtLee
3552237e6c
Bug 913535: Update blobs for Leo builds. r=nthomas
...
--HG--
extra : rebase_source : 6613c8fa4242c28403bf6ebc210bd01aa03f7907
2013-09-10 10:54:21 +02:00
Gaia Pushbot
33077e3a28
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/034f1852619b
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12044 from mcjimenez/bug914282
Bug 914282 - Dock icons is not correctly showed
========
https://hg.mozilla.org/integration/gaia-central/rev/020e9b52ae22
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 914282 - Dock icons is not correctly showed
2013-09-10 01:50:24 -07:00
Carsten "Tomcat" Book
3291c452db
merge mozilla-central to b2g-inbound
2013-09-10 10:44:21 +02:00
Vasanthakumar (Vasanth) Pandurangan
86f71f5e75
Bug 911294 - Fix FM UI showing previously tuned frequency. r=pzhang, r=mwu
2013-09-10 01:39:38 -07:00
Carsten "Tomcat" Book
2cfe32d14b
merge b2g-inbound to mozilla-central
2013-09-10 10:28:58 +02:00
Carsten "Tomcat" Book
70740809ce
merge fx-team to mozilla-central
2013-09-10 10:27:04 +02:00
Ms2ger
d26571cff4
Merge last PGO-green inbound changeset to m-c.
...
--HG--
rename : dom/bindings/BindingUtils.h => dom/bindings/OwningNonNull.h
2013-09-10 10:13:12 +02:00
Gaia Pushbot
e9fd119390
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c30897e8c63c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11993 from arcturus/bug-894872
Bug 911086 - [CONTACTS] Export to Media option should only be active if there is a Media card in the device
========
https://hg.mozilla.org/integration/gaia-central/rev/cea3f000bbeb
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 911086 - [CONTACTS] Export to Media option should only be active if there is a Media card in the device
2013-09-10 01:05:23 -07:00
Gaia Pushbot
40a790e62f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/290d2aaaa650
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12025 from gasolin/issue-907075
907075 - [Permission] Dismiss continuous same permission request but dis..., r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/710230e47727
Author: gasolin <gasolin@gmail.com>
Desc: 907075 - [Permission] Dismiss continuous same permission request but dispatch mozContentEvent as well if remember is checked
2013-09-10 00:51:23 -07:00