Boris Zbarsky
f350c4ef12
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
ce7052ac40
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
cfaa3b6dd3
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
cd3eff21f4
Bug 1170760 part 3. Add an @@species getter on Promise. r=peterv
2015-11-25 15:48:08 -05:00
Boris Zbarsky
6a4cd2a0cf
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
3630c9e53b
Bug 1170760 part 1. Introduce a PromiseCapability struct. r=baku,efaust
2015-11-25 15:48:08 -05:00
Eitan Isaacson
090da7d0a5
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
5cf4ef35e0
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
eb29c4f20e
Bug 1228488 - Return INVALID_ENUM for GL_UNIFORM_NAME_LENGTH. r=jgilbert
2015-12-01 10:16:12 +08:00
Nicholas Nethercote
fef09fc527
Bug 1228125 (part 3) - Remove nsIWidget::GetClientBoundsUntyped(). r=botond.
2015-11-25 20:55:36 -08:00
Nicholas Nethercote
f64ae33631
Bug 1228125 (part 2) - Remove nsIWidget::GetScreenBoundsUntyped(). r=botond.
2015-11-25 20:55:34 -08:00
Nicholas Nethercote
bae167ebf7
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
d2cd12e602
Merge m-c to inbound, a=merge
2015-11-30 17:47:00 -08:00
Wes Kocher
c606fcb33c
Merge fx-team to central, a=merge
2015-11-30 17:44:10 -08:00
Nick Fitzgerald
fc1e123cbe
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
2aace9ce67
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
de384d56c2
Bug 1228923 - Merge some MediaEventSource for MDSM. r=jya.
2015-12-01 09:34:02 +08:00
B2G Bumper Bot
e15d72f3ee
Bumping manifests a=b2g-bump
2015-11-30 13:26:34 -08:00
B2G Bumper Bot
ded48922fb
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
2ccbbb5dfe
Bumping manifests a=b2g-bump
2015-11-30 12:03:12 -08:00
B2G Bumper Bot
97df45d940
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
2f1b04408b
Bumping manifests a=b2g-bump
2015-11-30 11:50:02 -08:00
B2G Bumper Bot
04e14c265f
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
e379d9992b
Bumping manifests a=b2g-bump
2015-11-30 08:39:52 -08:00
B2G Bumper Bot
23ad07b556
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
d7bbc18406
Bumping manifests a=b2g-bump
2015-11-30 07:45:34 -08:00
B2G Bumper Bot
5f0cc5ea20
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
a73c2278d2
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
6b7d12de17
Bug 1228627 - Remove #includes from browser.js. r=Gijs
2015-11-30 12:13:57 -02:00
Carsten "Tomcat" Book
17b3d4de85
Merge mozilla-central to b2g-inbound
2015-11-30 13:47:32 +01:00
Carsten "Tomcat" Book
77dfa13ff4
Merge mozilla-central to fx-team
2015-11-30 13:46:30 +01:00
Jocelyn Liu
463e5a355d
Bug 1228519 - Fix RequestReadNotification for GATT Server API. r=brsun
2015-11-30 20:24:07 +08:00
Jocelyn Liu
95b7d3e033
Bug 1228521 - Fix PDU packing in |ServerSendResponseCmd| for GATT Server API. r=brsun
2015-11-30 20:23:04 +08:00
Jocelyn Liu
cda2b07179
Bug 1228909 - Fix PDU packing in |ClientSetAdvDataCmd| for GATT API. r=brsun
2015-11-30 20:21:52 +08:00
Carsten "Tomcat" Book
d572383d8b
merge mozilla-inbound to mozilla-central a=merge
2015-11-30 13:19:02 +01:00
Carsten "Tomcat" Book
20a27329be
merge fx-team to mozilla-central a=merge
2015-11-30 13:15:40 +01:00
Thomas Zimmermann
c2bd52a594
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
7dec450c54
Backed out changeset 258cff340229 (bug 1200798) for new intermittent test failures in browser_dbg_breakpoints-button-02.js
2015-11-30 12:45:12 +01:00
Mark Banner
a2902cbee3
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
0c3fdfac07
merge b2g-inbound to mozilla-central a=merge
2015-11-30 12:27:26 +01:00
B2G Bumper Bot
3df0b76cd4
Bumping manifests a=b2g-bump
2015-11-30 02:56:41 -08:00
B2G Bumper Bot
4d9990b881
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
9d84c39deb
Bumping manifests a=b2g-bump
2015-11-30 01:29:31 -08:00
B2G Bumper Bot
4197201f7d
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
d48aee02c6
Bumping manifests a=b2g-bump
2015-11-30 00:59:32 -08:00
B2G Bumper Bot
5cb07f81be
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0083eccf49f7
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #33386 from rexboy7/permission-manager-merge
Bug 1217765 - [TV][System] Make permission window usable on TV.r=lchang
========
https://hg.mozilla.org/integration/gaia-central/rev/d3b7b4d650ac
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1217765 - [TV][System] Make permission window usable on TV
========
https://hg.mozilla.org/integration/gaia-central/rev/c3f9ed14f422
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33381 from begeeben/1222016_there_should_be_a_pop_up
Bug 1222016 - [TV Browser] There should be a pop-up window if user disconnect successfully, r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/ed8545ac953d
Author: yifan <yliao@mozilla.com>
Desc: Bug 1222016 - [TV Browser] There should be a pop-up window if user disconnect successfully
========
https://hg.mozilla.org/integration/gaia-central/rev/1b7c89650623
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #33412 from danhuang1202/1223273_revise_fxa_offline_error_message
Bug 1223273 - Revise l10n string of fxa offline error message. r=yifan
========
https://hg.mozilla.org/integration/gaia-central/rev/7b388c69e74b
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1223273 - Revise l10n string of fxa offline error message. r=yifan
2015-11-30 00:58:11 -08:00
B2G Bumper Bot
2761fffcdf
Bumping manifests a=b2g-bump
2015-11-30 00:24:38 -08:00
B2G Bumper Bot
3a88bda658
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1035cab0978a
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #33426 from weilonge/seanlee/TVSystem/master/Bug1228552
Bug 1228552 - Remove the dependency of default_theme app in Smart-System.
========
https://hg.mozilla.org/integration/gaia-central/rev/786bb33a0015
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1228552 - Remove the dependency of default_theme app in Smart-System.
2015-11-30 00:23:15 -08:00
B2G Bumper Bot
b7ce9c5245
Bumping manifests a=b2g-bump
2015-11-29 23:54:33 -08:00
B2G Bumper Bot
44a5290852
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/49b78a26b1ca
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #33417 from weilonge/seanlee/TVSystem/master/Bug1224427
Bug 1224427 - Remove an unnecessary background image in system dialog. r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/822d0ed6e2cf
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1224427 - Remove an unnecessary background image in system dialog. r=rexboy
2015-11-29 23:53:11 -08:00