Commit Graph

407482 Commits

Author SHA1 Message Date
Chris Pearce
2d975b23e2 Bug 1124031 part 3 - Parse min CDM version from EME keySystem string. r=bz 2015-02-20 14:38:01 +13:00
Chris Pearce
f09d7b2a50 Bug 1124031 part 2 - Rename EMELog.h to EMEUtils.h. r=bz
--HG--
rename : dom/media/eme/EMELog.cpp => dom/media/eme/EMEUtils.cpp
rename : dom/media/eme/EMELog.h => dom/media/eme/EMEUtils.h
2015-02-20 14:37:55 +13:00
Chris Pearce
feeeb99a0a Bug 1124031 part 1 - Expose GMP version on GMPParent. r=jesup 2015-02-20 14:37:49 +13:00
Ben Kelly
e3f6f3f034 Bug 1073231 Implement Request and Response Clone() methods. r=nsm r=baku 2015-02-19 20:24:24 -05:00
Jean-Yves Avenard
fc5089207f Bug 1134064: Part3. Don't evict partial data and make resource unplayable. r=k17e 2015-02-20 14:19:14 +13:00
Jean-Yves Avenard
bd730cc79a Bug 1133625: Part2. Don't accept buffer exceeding our threshold. r=cajbir
YouTube attempts to load data in excess of 8MB when close to the end of the
video, and never attempts to re-append should it error. As such,
the sourcebuffer threshold can't be set to lower than 8MB with this change.
2015-02-20 14:19:14 +13:00
Jean-Yves Avenard
5d262eea0b Bug 1133625: Fix mochitest so it doesn't append data forever. r=cajbir 2015-02-20 14:19:14 +13:00
Jean-Yves Avenard
7d46083b98 Bug 1133625: Return an error when attempting to append too much data. r=cajbir
Implement part 6 of Prepare Append Algorithm:
http://w3c.github.io/media-source/#sourcebuffer-prepare-append
"If the buffer full flag equals true, then throw a QuotaExceededError exception and abort these step."
2015-02-20 14:19:13 +13:00
Bill McCloskey
fe62abac97 Bug 1133594 - Fix comment DONTBUILD 2015-02-19 17:14:33 -08:00
Bill McCloskey
989fdd3474 Bug 1133594 - Add support for message manager process scripts (r=smaug) 2015-02-19 17:13:02 -08:00
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