Commit Graph

452344 Commits

Author SHA1 Message Date
Boris Zbarsky
5d774c82cc Bug 1170760 part 11. Add subclassing support to Promise::Reject. r=baku,efaust 2015-11-25 15:48:09 -05:00
Boris Zbarsky
0baeed7ed3 Bug 1170760 part 10. Add subclassing support to Promise::Resolve. r=baku,efaust 2015-11-25 15:48:09 -05:00
Boris Zbarsky
52d7142a8e 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
53b93863f6 Bug 1170760 part 8. Add subclassing support to Promise::All. r=baku,efaust 2015-11-25 15:48:09 -05:00
Boris Zbarsky
7c7786c7ac 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
2296e841e7 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
7e919bdf2d 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
c9985b9298 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
7229385d25 Bug 1170760 part 3. Add an @@species getter on Promise. r=peterv 2015-11-25 15:48:08 -05:00
Boris Zbarsky
64186b5b76 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
ee1e77dfe3 Bug 1170760 part 1. Introduce a PromiseCapability struct. r=baku,efaust 2015-11-25 15:48:08 -05:00
Eitan Isaacson
9f7f51dcaa 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
f010e62608 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
6f06c75266 Bug 1228488 - Return INVALID_ENUM for GL_UNIFORM_NAME_LENGTH. r=jgilbert
--HG--
extra : commitid : DORQSRrsbTP
2015-12-01 10:16:12 +08:00
Nicholas Nethercote
af08555b74 Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond.
--HG--
extra : rebase_source : 5e8cb05213c33983d7deebe0a36f2a4f6ac66375
2015-11-25 20:55:36 -08:00
Nicholas Nethercote
d6e3e8a5a8 Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond.
--HG--
extra : rebase_source : 46118bfc0152322cfdf8a82913c8b056a3f53bdc
2015-11-25 20:55:34 -08:00
Nicholas Nethercote
e60696c015 Bug 1228125 (part 1) - Remove nsIWidget::GetBoundsUntyped(). r=botond.
This requires adding a new overloading of LayoutDevicePixel::ToAppUnits and a
new PixelCastJustification: LayoutDeviceIsParentLayerForRCDRSF.

--HG--
extra : rebase_source : b6d044619918818815b40c1173aa4e0551db28a1
2015-11-25 20:32:47 -08:00
Wes Kocher
68833cae98 Merge m-c to inbound, a=merge
--HG--
extra : commitid : Ji790Lmkepf
2015-11-30 17:47:00 -08:00
Wes Kocher
c2bb30818f Merge fx-team to central, a=merge
--HG--
extra : commitid : DAAe5Px3YqH
2015-11-30 17:44:10 -08:00
Nick Fitzgerald
1523a17aa1 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
aba02288a1 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
f304127126 Bug 1228923 - Merge some MediaEventSource for MDSM. r=jya. 2015-12-01 09:34:02 +08:00
B2G Bumper Bot
c78125da53 Bumping manifests a=b2g-bump 2015-11-30 13:26:34 -08:00
B2G Bumper Bot
c9188f753f 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
5b50407e43 Bumping manifests a=b2g-bump 2015-11-30 12:03:12 -08:00
B2G Bumper Bot
6fbf475f87 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
e344bf12d3 Bumping manifests a=b2g-bump 2015-11-30 11:50:02 -08:00
B2G Bumper Bot
20dbd92b8b 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
a6fbde2b01 Bumping manifests a=b2g-bump 2015-11-30 08:39:52 -08:00
B2G Bumper Bot
4aa4f308c1 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
f11cc46054 Bumping manifests a=b2g-bump 2015-11-30 07:45:34 -08:00
B2G Bumper Bot
072bfe2f2a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ad1dad7954d
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33437 from Fischer-L/bug_1228929-separate-offline-content-from-iframe

Bug 1228929 - [TV] Seperate the Send-to-TV offline content from the iframe, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/226567a1110f
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1228929 - [TV] Seperate the Send-to-TV offline content from the iframe
2015-11-30 07:44:02 -08:00
Felipe Gomes
8fb91380ed Bug 1228627 - Conflict, browser-loop.js just got removed from fx-team in bug 1223573. r=bustage 2015-11-30 12:59:02 -02:00
Felipe Gomes
909d49249d Bug 1228627 - Remove #includes from browser.js. r=Gijs 2015-11-30 12:13:57 -02:00
Carsten "Tomcat" Book
590590b407 Merge mozilla-central to b2g-inbound 2015-11-30 13:47:32 +01:00
Carsten "Tomcat" Book
906d89bc14 Merge mozilla-central to fx-team 2015-11-30 13:46:30 +01:00
Jocelyn Liu
963cd9f23f Bug 1228519 - Fix RequestReadNotification for GATT Server API. r=brsun 2015-11-30 20:24:07 +08:00
Jocelyn Liu
a84e009ffd Bug 1228521 - Fix PDU packing in |ServerSendResponseCmd| for GATT Server API. r=brsun 2015-11-30 20:23:04 +08:00
Jocelyn Liu
f692ee9ee4 Bug 1228909 - Fix PDU packing in |ClientSetAdvDataCmd| for GATT API. r=brsun 2015-11-30 20:21:52 +08:00
Carsten "Tomcat" Book
5a9f09086a merge mozilla-inbound to mozilla-central a=merge 2015-11-30 13:19:02 +01:00
Carsten "Tomcat" Book
4939dfc1a1 merge fx-team to mozilla-central a=merge 2015-11-30 13:15:40 +01:00
Thomas Zimmermann
63fd9969ce Bug 1228946: Remove '#if 0' block from Bluetooth module, r=joliu
This is a cleanup patch for removing an '#if 0' that was landed in
the Bluetooth code.
2015-11-30 12:46:09 +01:00
Carsten "Tomcat" Book
1b6db90e27 Backed out changeset 258cff340229 (bug 1200798) for new intermittent test failures in browser_dbg_breakpoints-button-02.js
--HG--
extra : rebase_source : ba3db839fc1d0a5fb1a44ca77ab2149b2304ad35
2015-11-30 12:45:12 +01:00
Mark Banner
c96e025e76 Bug 1228628 - Add a minimal .eslintrc configuration for browser and start linting a few browser files with basic rules. r=Mossop 2015-11-30 11:42:25 +00:00
Carsten "Tomcat" Book
d33e281693 merge b2g-inbound to mozilla-central a=merge 2015-11-30 12:27:26 +01:00
B2G Bumper Bot
9b54cf6c5c Bumping manifests a=b2g-bump 2015-11-30 02:56:41 -08:00
B2G Bumper Bot
32ab3e292d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f45dfa81d0c3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #33440 from timdream/jszhuyin-bump2

Bug 1228962 - Update Zhuyin IME to latest version, r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/fb3285677686
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1228962 - Update Zhuyin IME to latest version

hash=ba19a625e675f234d12872bee6d4ff8e95ef806c
2015-11-30 02:55:19 -08:00
B2G Bumper Bot
8c30eec799 Bumping manifests a=b2g-bump 2015-11-30 01:29:31 -08:00
B2G Bumper Bot
93cbaf37cb Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1027065b44d4
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33410 from raylin/1219677-test-predictive-keyboard-gij

1219677 test predictive keyboard gij

========

https://hg.mozilla.org/integration/gaia-central/rev/318479a64548
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1219676 - Impl bug_1073870 test suite in gij for keyboard app, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9cf2740d988e
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1219677 - Impl keyboard predictive test suite in gij for keyboard app, r=timdream
2015-11-30 01:28:09 -08:00
B2G Bumper Bot
ab73ce4023 Bumping manifests a=b2g-bump 2015-11-30 00:59:32 -08:00