Mike Hommey
54181dfb5c
Bug 1229233 - Properly skip the top-level directory in the RecursiveMake backend. r=gps
...
Somehow this never ended up being a problem in practice, but somehow with a
minimalistic test case, it becomes one.
2015-12-01 13:57:52 +09:00
Mike Hommey
22467dc0fd
Bug 1229233 - Ensure the target directory for copies exists in the FasterMake backend. r=gps
2015-12-01 13:57:52 +09:00
Mike Hommey
4527ff2103
Bug 1229233 - Skip building XPIDL when there aren't any in the FasterMake backend. r=gps
...
The test I'm about to add doesn't have XPIDL files, and that currently avoids
the FasterMake backend to run properly. Also, in the future, when the FasterMake
grows the ability to build C++ files, it should be possible to build Spidermonkey
with the FasterMake backend, but it doesn't have XPIDL files either.
2015-12-01 13:57:52 +09:00
Mike Hommey
74176ed70c
Bug 1229233 - Use SourcePaths for CONFIGURE_SUBST_FILES and CONFIGURE_DEFINE_FILES. r=gps
2015-12-01 13:57:52 +09:00
Mike Hommey
3bdde5de0e
Bug 1229226 - Reject RESOURCE_FILES along DIST_SUBDIR or XPI_NAME. r=gps
...
Gecko only uses resource files in the GRE directory.
2015-12-01 13:57:52 +09:00
Mike Hommey
b547a15ea5
Bug 1229226 - Remove preprocessing support for RESOURCE_FILES. r=gps
...
No resource file is preprocessed in gecko, and no resource file is defined
in comm-central.
2015-12-01 13:57:52 +09:00
Nicholas Nethercote
b8de9bd5b7
Bug 1187139 (part 3) - Replace nsBaseHashtable::Enumerate() calls in accessible/ with iterators. r=tbsaunde.
2015-11-29 14:02:07 -08:00
Nicholas Nethercote
994d40de16
Bug 1187139 (part 2) - Replace nsBaseHashtable::Enumerate() calls in accessible/ with iterators. r=tbsaunde.
2015-11-29 14:02:07 -08:00
Nicholas Nethercote
834769f331
Bug 1187139 (part 1) - Replace nsBaseHashtable::Enumerate() calls in accessible/ with iterators. r=tbsaunde.
2015-11-29 14:02:07 -08:00
Christoph Kerschbaumer
90d7b1d03e
Bug 1225362 - Use channel.asyncOpen2 in toolkit/components/search/nsSearchService.js (r=sicking)
2015-11-30 20:27:05 -08:00
Christoph Kerschbaumer
2b5d2a3dd6
Bug 1225361 - Use channel.asyncOpen2 in toolkit/components/places/tests/test_bug_411966.html (r=sicking)
2015-11-30 20:26:19 -08:00
Christoph Kerschbaumer
13f01c7b15
Bug 1225360 - Use channel.asyncOpen2 in toolkit/components/places/tests/network/test_history_redirects.js (r=sicking)
2015-11-30 20:25:37 -08:00
Christoph Kerschbaumer
5bc8814cd9
Bug 1225355 - Use channel.asyncOpen2 in toolkit/components/aboutmemory/content/aboutMemory.js (r=sicking)
2015-11-30 20:23:55 -08:00
Christoph Kerschbaumer
053758c154
Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking)
2015-11-17 17:35:30 -08:00
Boris Zbarsky
d71322c036
Bug 1229031. Make sure to not init binding pref var caches on worker threads. r=smaug
2015-11-30 22:04:20 -05:00
Boris Zbarsky
28956e94ef
Bug 1228708. Fix UndoManager to correctly suppress exceptions it wants to suppress on ErrorResults. r=smaug
2015-11-30 22:04:12 -05:00
Boris Zbarsky
d5bff8ff8f
Bug 1228707. Add a away to call Web IDL callbacks while ignoring any errors from them, and use it in a few places. r=smaug
2015-11-30 22:04:09 -05:00
Boris Zbarsky
f3cd7947e7
Bug 1170760 part 13. Add subclassing support to Promise::Then/Catch. r=baku,efaust
2015-11-25 15:48:10 -05:00
Boris Zbarsky
759171d923
Bug 1170760 part 12. Rip out the promise-resolved-with-promise fast path. r=baku
2015-11-25 15:48:09 -05:00
Boris Zbarsky
3fab245816
Bug 1170760 part 11. Add subclassing support to Promise::Reject. r=baku,efaust
2015-11-25 15:48:09 -05:00
Boris Zbarsky
6d27b91fbc
Bug 1170760 part 10. Add subclassing support to Promise::Resolve. r=baku,efaust
2015-11-25 15:48:09 -05:00
Boris Zbarsky
9d3287ef48
Bug 1170760 part 9. Stop using Promise::Resolve in the bindings for PromiseDebugging. r=baku
2015-11-25 15:48:09 -05:00
Boris Zbarsky
7796192fb5
Bug 1170760 part 8. Add subclassing support to Promise::All. r=baku,efaust
2015-11-25 15:48:09 -05:00
Boris Zbarsky
c123650b10
Bug 1170760 part 7. Add subclassing support to Promise::Race. r=baku,efaust
...
Note that the web platform tests don't actually have quite the behavior they're
expected to per the spec yet. They will get adjusted later on as we add
subclassing support to Promise.resolve and Promise.prototype.then.
2015-11-25 15:48:09 -05:00
Boris Zbarsky
a5df77f75f
Bug 1170760 part 6. Fix GetDependentPromise to deal with a situation when someone called then() and passed it the resolve/reject functions that come from a promise's constructor. r=baku
2015-11-25 15:48:09 -05:00
Boris Zbarsky
07f93ba4ba
Bug 1170760 part 5. Implement NewPromiseCapability which can either return a PromiseCapability as in the spec, or one that has a native promise and maybe resolve/reject functions if the consumer asked for them. r=baku,efaust
2015-11-25 15:48:09 -05:00
Boris Zbarsky
57757a9548
Bug 1170760 part 4. Change Promise::Constructor to run in the Xray compartment when new Promise happens over Xrays. r=peterv
2015-11-25 15:48:08 -05:00
Boris Zbarsky
c8d16f8f48
Bug 1170760 part 3. Add an @@species getter on Promise. r=peterv
2015-11-25 15:48:08 -05:00
Boris Zbarsky
739d2ace0e
Bug 1170760 part 2. Pass in the 'this' value to Promise static methods. r=peterv
2015-11-25 15:48:08 -05:00
Boris Zbarsky
4c0b5449e9
Bug 1170760 part 1. Introduce a PromiseCapability struct. r=baku,efaust
2015-11-25 15:48:08 -05:00
Eitan Isaacson
e7f5b13d8a
Bug 1225928 - Fix hang on linux when sending an empty string to speech synth. r=smaug
2015-11-30 18:59:01 -08:00
Eitan Isaacson
ccc8857850
Bug 1226015 - Have child send __delete__ in speech synth request protocol, fixes race. r=smaug
2015-11-30 18:59:01 -08:00
Morris Tseng
73a81dd730
Bug 1228488 - Return INVALID_ENUM for GL_UNIFORM_NAME_LENGTH. r=jgilbert
2015-12-01 10:16:12 +08:00
Nicholas Nethercote
eca93c623a
Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond.
2015-11-25 20:55:36 -08:00
Nicholas Nethercote
d5979752f7
Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond.
2015-11-25 20:55:34 -08:00
Nicholas Nethercote
4d4e5f4387
Bug 1228125 (part 1) - Remove nsIWidget::GetBoundsUntyped(). r=botond.
...
This requires adding a new overloading of LayoutDevicePixel::ToAppUnits and a
new PixelCastJustification: LayoutDeviceIsParentLayerForRCDRSF.
2015-11-25 20:32:47 -08:00
Wes Kocher
8f060cfff1
Merge m-c to inbound, a=merge
2015-11-30 17:47:00 -08:00
Wes Kocher
2ac69f36b9
Merge fx-team to central, a=merge
2015-11-30 17:44:10 -08:00
Nick Fitzgerald
b97a0ad478
Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink
...
This commit adds the `getImmediateDominator` method to `DominatorTree` which
returns the id of the immediate dominator of the node associated with the given
id. This enables walking the dominator tree from leaves up parents all the way
to the root of the tree.
2015-11-30 17:38:06 -08:00
Nick Fitzgerald
fb2e3f2730
Bug 1226416 - Expose a method to get a node's set of immediately dominated nodes in the dominator tree; r=bz,sfink
...
This adds the `getImmediatelyDominated` method to `DominatorTree` which takes a
node id and returns the set of each node ids for every node that is immediately
dominated by the node with the given id. The results are sorted by greatest to
least retained size. In conjunction with the `root` attribute, this can be used
to traverse the whole dominator tree.
2015-11-30 17:38:06 -08:00
JW Wang
e71c673a7b
Bug 1228923 - Merge some MediaEventSource for MDSM. r=jya.
2015-12-01 09:34:02 +08:00
B2G Bumper Bot
116c798879
Bumping manifests a=b2g-bump
2015-11-30 13:26:34 -08:00
B2G Bumper Bot
bd4ffe59f0
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/183b45c6d967
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33444 from sfoster/ftu-date-format-bug-1228144
Bug 1228144 - Use toLocaleString when updating date. r=zbraniecki
========
https://hg.mozilla.org/integration/gaia-central/rev/402755199d40
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1228144 - Use toLocaleString when updating date. r=zbraniecki
========
https://hg.mozilla.org/integration/gaia-central/rev/1eecd7f22dd6
Author: Sam Foster <sfoster@mozilla.com>
Desc: Merge pull request #33347 from sfoster/ftu-curtainup-gij-bug-1227705
Bug 1227705 - Use waitForCurtainUp before interacting in tests. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/2a9c76e8f81e
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1227705 - Use waitForCurtainUp/waitForFtuReady before interacting in tests. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/aa13cb19a78e
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33326 from michielbdejong/1181687-MockLazyLoader-Promises
Bug 1181687 - Use real Promises in MockLazyLoader, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/4e47990e1a61
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1181687 - Use real Promises in MockLazyLoader, r=ferjm
2015-11-30 13:25:11 -08:00
B2G Bumper Bot
46028e558d
Bumping manifests a=b2g-bump
2015-11-30 12:03:12 -08:00
B2G Bumper Bot
234aac9adf
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/406f8198e2b1
Author: Reza Akhavan <reza@akhavan.me>
Desc: Merge pull request #33261 from jedireza/home-button-closes-update-manager-dialogs
Bug 1225330 - Status bar icons change color before homescreen transition when home button is pressed
========
https://hg.mozilla.org/integration/gaia-central/rev/005d4d88cd10
Author: jedireza <reza@akhavan.me>
Desc: Bug 1225330 - Status bar icons change color before homescreen transition when home button is pressed
2015-11-30 11:56:59 -08:00
B2G Bumper Bot
2511a5ad1b
Bumping manifests a=b2g-bump
2015-11-30 11:50:02 -08:00
B2G Bumper Bot
259f8dd761
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/491ca5a2c7b5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #33372 from bzbarsky/more-promise-bustage
Bug 1228239 - Fix more misuse of Promise static methods in Gaia unit tests
========
https://hg.mozilla.org/integration/gaia-central/rev/a736b63af802
Author: Boris Zbarsky <bzbarsky@mit.edu>
Desc: Bug 1228239 - Fix more misuse of Promise static methods in Gaia unit tests.
2015-11-30 11:48:27 -08:00
B2G Bumper Bot
039b98a954
Bumping manifests a=b2g-bump
2015-11-30 08:39:52 -08:00
B2G Bumper Bot
20ac7d0821
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/85dc0648c84f
Author: KWierso <KWierso@users.noreply.github.com>
Desc: Merge pull request #32618 from jhector/bug-1214634-warning-fix
Bug 1214634 - Use createSafeHTML instead of escapeHTML r=russn
========
https://hg.mozilla.org/integration/gaia-central/rev/1278cd102e51
Author: Julian Hector <julian.r.hector@gmail.com>
Desc: Bug 1214634 - Use createSafeHTML instead of escapeHTML r=russn
========
https://hg.mozilla.org/integration/gaia-central/rev/09b8d1e58688
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33362 from ferjm/bug1227085.empty.sync.account
Bug 1227085 - Allow creating new Sync users, but warn about empty acc…
========
https://hg.mozilla.org/integration/gaia-central/rev/99f80dad65e7
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1227085 - Allow creating new Sync users, but warn about empty accounts. r=yzen,michielbdejong
2015-11-30 08:38:30 -08:00
B2G Bumper Bot
865fe7f8c1
Bumping manifests a=b2g-bump
2015-11-30 07:45:34 -08:00