Bill McCloskey
e310fd9b2a
Bug 1133594 - Hide nsFrameMessageManager::sChildProcessManager (r=smaug)
2015-02-19 17:12:38 -08:00
Bill McCloskey
3315a6def5
Bug 1133594 - Make a common base class for message manager script globals (r=smaug)
2015-02-19 17:12:11 -08:00
Bill McCloskey
6b791594f3
Bug 1133594 - Rename LoadFrameScript to LoadMessageManagerScript (r=smaug)
2015-02-19 17:11:32 -08:00
Bill McCloskey
ceab1ef58e
Bug 1133594 - Rename nsFrameScriptExecutor to nsMessageManagerScriptExecutor (r=smaug)
2015-02-19 17:10:44 -08:00
Timothy Nikkel
adf5931715
Bug 1132371. Allow opacity items that only contain one item that paints (and others that don't) to flatten away as well. r=mattwoodrow
...
The optimization that allows opacity items that only contain one item (which can fold the opacity into it's own drawing) to flatten away will never apply when we have layer event region items. This is because opacity generates a stacking context and we always push a new layer event regions item for a stacking context. So if we want to keep this optimization we need to extend to to at least two items. Layer event regions items have empty bounds, which allows the non-overlapping test to pass for layer event region items. Although it will work with any non-overlapping items.
2015-02-19 19:04:09 -06:00
Tanvi Vyas
4b710e8bf4
Bug 1084504 - Enable browser_mcb_redirect.js test for mixed content redirects. r=mrbkap
2015-02-19 17:01:07 -08:00
Tanvi Vyas
8761a49c15
Bug 1084504 - fix Mixed Content Blocking for redirects in e10s. r=mrbkap
2015-02-19 17:01:04 -08:00
Christoph Kerschbaumer
f3e352240e
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - callsite updated (r=sicking)
2015-02-19 11:47:59 -08:00
Christoph Kerschbaumer
fdf17679f1
Bug 1119005 - No need to branch on NewChannelinternal callsites anymore - netUtil.h changes (r=sicking,sworkman)
2015-02-19 11:47:18 -08:00
Milan Sreckovic
2a20389bd8
Bug 1133160 - Matrix filters should have 20 elements. r=mstange
2015-02-18 18:11:54 -05:00
Andrea Marchesini
005b0ace7d
Bug 1134600 - worker.terminate() should close any BroadcastChannel object in workers. r=smaug
2015-02-19 22:21:18 +01:00
Staś Małolepszy
8d44eacbd6
Bug 1133725 - Rename Langpack's version property to revision. r=fabrice, r=sicking
2015-02-18 10:39:20 +01:00
Dave Huseby
668fe30a84
Bug 1115375 - [JSAPI] Add nsAutoJSString::Init that doesn't require a JSContext. r=bholley
2015-02-19 14:16:00 -05:00
Dhi Aurrahman
3d354b6e25
Bug 835800 - Convert more DOM attribute reflectors to DOMString. r=bzbarsky
2015-02-13 08:27:39 +07:00
Chris Double
3fc47297c7
Bug 1119947 - Add telemetry for MSE video playback - r=cpearce,bsmedberg
...
This adds telemetry to record the state of the video playback
when the user exits. We are interested in knowing if the video
was buffering, paused, seeking, ended or other.
More telemetry will be added in bug 1127646.
2015-02-20 13:46:56 +13:00
Xidorn Quan
a5435b8759
Bug 1134783 - Fix ruby-align problem on annotation when it has different align with its base. r=roc
...
--HG--
extra : source : 01382cc28e956490cb6b69d430ad1ac12c7a27b2
2015-02-20 13:45:49 +13:00
Xidorn Quan
016af04e89
Bug 1134667 - Check length of text run before checking line break in reflow of ruby base container. r=jfkthame
...
--HG--
extra : source : a79687b00c94ffc33eb74b291a1a1e8fe339edc5
2015-02-20 13:43:35 +13:00
Matthew Gregan
0bdf32b0cd
Bug 1133386 - Introduce an XASSERT() macro to libcubeb rather than (ab)using assert(). r=padenot f=dmajor
2015-02-20 13:42:14 +13:00
George Wright
1356d1f25d
Bug 1026093 - Don't allow the user to open an e10s window in safe mode r=mconley
2015-02-19 15:11:24 -05:00
Ryan VanderMeulen
a825d10e10
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-02-19 18:57:18 -05:00
Ryan VanderMeulen
960d863c87
Merge inbound to m-c. a=merge
...
CLOSED TREE
2015-02-19 18:52:02 -05:00
Ryan VanderMeulen
3b750f1040
Merge b2g-inbound to m-c. a=merge
...
CLOSED TREE
--HG--
extra : amend_source : 56571dda67a93bf56ce3fbc8ad6faebcee66fde8
2015-02-19 18:40:30 -05:00
B2G Bumper Bot
387617bb82
Bumping manifests a=b2g-bump
2015-02-19 13:42:35 -08:00
B2G Bumper Bot
312703f1f5
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/acc23c7c64f6
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1131966 - Update suggestions when provider changes. r=kgrandon
2015-02-19 13:39:19 -08:00
B2G Bumper Bot
5825aa53f9
Bumping manifests a=b2g-bump
2015-02-19 11:37:59 -08:00
Boris Zbarsky
b864faa155
Bug 1134112 part 2. When doing dictionary init, if we have a non-optional union member just go ahead and uninit it before we try initing it. That way even if it's already been initialized (e.g. because we default-initialized at some point) things will still work correctly. r=peterv
2015-02-19 14:36:35 -05:00
Boris Zbarsky
fc8317f7a4
Bug 1134112 part 1. When doing fast-init of a Web IDL dictionary, do fast-init of its dictionary members and its ancestors too. r=peterv
2015-02-19 14:36:26 -05:00
Boris Zbarsky
4418bf72d3
Bug 1134559. DOMContentLoaded should not be cancelable. r=ms2ger
2015-02-19 14:36:02 -05:00
B2G Bumper Bot
d4b428019a
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5ee60cd5505e
Author: tamarahills <thills@mozilla.com>
Desc: Merge pull request #28191 from tamarahills/bugfix/1126374_Call_ended_overlap_rtl
Bug 1126374 - Fix call ended overlap string in call screen with multiple...
========
https://hg.mozilla.org/integration/gaia-central/rev/ffa2ab38e053
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1126374 - Fix call ended overlap string in call screen with multiple calls in RTL. r=drs.
========
https://hg.mozilla.org/integration/gaia-central/rev/4e8515cf3478
Author: Gareth Aye <gaye@mozilla.com>
Desc: Fix --runtime cli arg passed to marionette-mocha invocation
2015-02-19 11:35:35 -08:00
Boris Zbarsky
6ec1e4c0ad
Bug 1109924. Remove pointless DOM proxy handler guards that are covered by the shape guards we have already done. r=jandem
2015-02-19 14:35:15 -05:00
Shane Caraveo
9116f12845
Bug 1134315 fix domain origin displayed in activation panel for directory, r=jaws
2015-02-19 11:27:27 -08:00
Shane Caraveo
8ee2164109
Bug 1134315 revert prior fix
2015-02-19 11:27:27 -08:00
B2G Bumper Bot
a36f15dce1
Bumping manifests a=b2g-bump
2015-02-19 11:16:32 -08:00
B2G Bumper Bot
363332479e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/949ee59cec00
Author: Marshall Culpepper <marshall.law@gmail.com>
Desc: Merge pull request #27754 from marshall/bug1037495_sharedTelemetry
Bug 1037495: Factor out common telemetry code to bring AppUsageMetrics URL/data up to snuff
========
https://hg.mozilla.org/integration/gaia-central/rev/1a83c1123531
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1037495: Part 3 - Update FTU Ping to use TelemetryRequest
========
https://hg.mozilla.org/integration/gaia-central/rev/5508f13dd96b
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1037495: Part 2 - Update AppUsageMetrics to use TelemetryRequest and uuid. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/55e366da4fd8
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1037495: Part 1 - Factor out common Telemetry request building code. r=etienne
2015-02-19 11:14:08 -08:00
B2G Bumper Bot
8e72b159dd
Bumping manifests a=b2g-bump
2015-02-19 10:57:15 -08:00
Ryan VanderMeulen
88cbae6a98
Backed out changeset e755879c138c (bug 1133770) for bustage.
...
CLOSED TREE DONTBUILD
2015-02-19 13:56:59 -05:00
B2G Bumper Bot
e2a03bcc7e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7d8c859d3301
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #28286 from Cwiiis/bug1132967-scroll-notifications
Bug 1132967 - Fix not being able to scroll notifications. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/9bb24c1b2f82
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1132967 - Fix not being able to scroll notifications. r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/f40581b56759
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #28317 from mcav/fix-clock-load-master
Bug 1134649 - [Clock] App opens to blank interface. r=jrburke
========
https://hg.mozilla.org/integration/gaia-central/rev/ca8b06e7272d
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1134649 - [Clock] App opens to blank interface.
2015-02-19 10:54:51 -08:00
B2G Bumper Bot
6129b71307
Bumping manifests a=b2g-bump
2015-02-19 10:17:32 -08:00
B2G Bumper Bot
8b3ba75064
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd7e652b0746
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #27649 from eeejay/bug-1069004
Bug 1069004 - Make brightness slider accessible. r=pdahiya
========
https://hg.mozilla.org/integration/gaia-central/rev/e6ff7b6eaf16
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1069004 - Make brightness slider accessible.
========
https://hg.mozilla.org/integration/gaia-central/rev/fc0fa6a85114
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1133720 - merge pull request #28280 from KevinGrandon:bug_1133720_migrate_test_shared_css_app to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/bcf8063986ed
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1133720 - Remove test test-shared-css app from dev_apps folder
2015-02-19 10:15:07 -08:00
Alexander Surkov
a3e4eb6dcc
Bug 971212 - Implement ARIA role=none, r=davidb
2015-02-19 12:50:34 -05:00
B2G Bumper Bot
ac22d8887a
Bumping manifests a=b2g-bump
2015-02-19 08:12:40 -08:00
B2G Bumper Bot
0e17a41c4b
Bumping manifests a=b2g-bump
2015-02-19 07:52:08 -08:00
Mike Shal
f92e932543
Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce, a=RyanVM
2015-02-19 10:04:16 -05:00
Carsten "Tomcat" Book
9aa98abfe9
merge b2g-inbound to mozilla-central a=merge
2015-02-19 15:53:00 +01:00
Carsten "Tomcat" Book
46f922660f
merge fx-team to mozilla-central a=merge
2015-02-19 15:46:34 +01:00
B2G Bumper Bot
ea3f9da9f0
Bumping manifests a=b2g-bump
2015-02-19 01:52:56 -08:00
B2G Bumper Bot
a993882810
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/67564145ff44
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134536 - merge pull request #28306 from stasm:1134536-langpack-revision to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/fed5be83e540
Author: Staś Małolepszy <stas@mozilla.com>
Desc: Bug 1134536 - Rename langpack versions to revisions. r=gandalf
2015-02-19 01:50:32 -08:00
B2G Bumper Bot
b3e79f4d30
Bumping manifests a=b2g-bump
2015-02-19 00:51:12 -08:00
B2G Bumper Bot
94db8e1300
Bumping manifests a=b2g-bump
2015-02-18 20:13:02 -08:00
B2G Bumper Bot
a0d43dacc1
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2c7928700039
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #28296 from sfoster/ftu-notifications-videos-bug-1129107
Bug 1129107 - Update Notifications video assets. r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/f1ca501e7a72
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1129107 Update Notifications video assets.
2015-02-18 20:10:12 -08:00