Commit Graph

412546 Commits

Author SHA1 Message Date
Karl Tomlinson
9b81843d7f bug 1144189 don't dispatch runnable again after immediate dispatch in RunAfterPendingUpdates r=roc
--HG--
extra : rebase_source : 62cdf00643cbf1591fe147f932905f190cd7bf8a
2015-03-18 09:29:33 +13:00
Karl Tomlinson
8abd20cef2 bug 1144341 RemoveDecoder() when initialization is aborted r=jya
--HG--
extra : rebase_source : c19a2d8d2f8e736bbcf12925ea7792a0d6bfdcd9
2015-03-23 18:13:38 +13:00
Edwin Flores
d3bddb14f8 Bug 1134434 - Fix bustage on a CLOSED TREE - r=bustage 2015-03-23 16:44:20 +13:00
Stephen Pohl
17bef18e85 Bug 1145694: Uninstall Adobe EME when media.eme.enabled is set to false. r=mossop 2015-03-22 23:12:16 -04:00
Stephen Pohl
71ed1fe508 Bug 1145336: Test updates. r=jwwang 2015-03-22 23:12:07 -04:00
Stephen Pohl
d123931436 Bug 1145336: Remove old GMPs during updates. r=jwwang 2015-03-22 23:12:03 -04:00
JW Wang
18c5534663 Bug 1145057 - Block drawImage() from EME media. r=roc. 2015-03-22 18:09:18 +08:00
Edwin Flores
9a9b42ccdf Bug 1134434 - Fire loadedmetadata before encrypted event on encrypted MP4s - r=cpearce 2015-03-23 15:31:15 +13:00
Edwin Flores
bee5912b34 Bug 1134434 - Change test_eme_non_fragmented to expect a loadedmetadata' event instead of encrypted' - r=cpearce 2015-03-23 15:31:15 +13:00
Matt Woodrow
28fe00ec0c Bug 1145513 - Upload YCbCr image data on the client side when using d3d9 layers. r=nical
--HG--
extra : rebase_source : be290c542566bc5650b45bfc2f892c8edf5fd14a
2015-03-23 15:13:56 +13:00
Cameron McCormack
a28a264c22 Bug 1145912 - Make single_transition_reversed and multiple_transitions more robust. r=birtles 2015-03-23 13:07:25 +11:00
Phil Ringnalda
103cef492e Backed out 2 changesets (bug 1137716) for bustage
CLOSED TREE

Backed out changeset 76b1809d22eb (bug 1137716)
Backed out changeset 726f8309756a (bug 1137716)
2015-03-22 17:36:36 -07:00
Jean-Yves Avenard
ec3133be54 Bug 1145101: Part6. Remove the PDM::Shutdown() method. r=cpearce
PDM::Shutdown() was documented in some implementation as running from the main
thread which wasn't the case. It served no purpose and all can be done from the
destructor instead.
The PDM being a refcounted object can be referenced by more than one object.
Shutting it down too early could cause crash. This is now avoided.
2015-03-23 11:12:59 +11:00
Jean-Yves Avenard
29c3f07735 Bug 1145101: Part5. Re-use the same PDM when recreating a decoder. r=mattwoodrow
This ensure proper balance of PDM/Media Data Decoder Shutdown()
2015-03-22 13:13:42 +11:00
Jean-Yves Avenard
eba783fa56 Bug 1145101: Part4. Fix coding style. r=cpearce 2015-03-23 11:12:58 +11:00
Jean-Yves Avenard
2a25b5ab4d Bug 1145101: Part3. Ensure PDM is shutdown after decoder. r=cpearce
A MediaDataDecoder object can't be used once the PDM that created it is
shutdown.
We ensure that if the PDM is in use by the SharedDecoderManager we do not
shut it down.
2015-03-23 11:12:58 +11:00
Jean-Yves Avenard
51d848ba61 Bug 1145101: Part2. Unset VDA/VT system functions when unlinking framework. r=cpearce
Makes it much easier to debug when framework got unlinked but is incorrectly
still later used as it will crash as a null deref.
2015-03-23 11:12:58 +11:00
Jean-Yves Avenard
5c5bf460e7 Bug 1145101: Part1. Correct log entry. r=cpearce 2015-03-23 11:12:57 +11:00
Ehsan Akhgari
8ee8c0e69c Bug 1146169 - Check mChannel for null-ness in nsIInterceptedChannel::SetSecurityInfo(); r=jdm 2015-03-22 19:54:03 -04:00
Nikhil Marathe
fa2b7dfb6b Bug 1141332 - Disable content decoding and use decoded length on intercepted channels. r=mcmanus
--HG--
extra : transplant_source : %B9%A2%AB.%EA%A4%ABH%86%D0%F0%3F%DE%03%DF%7D%A9p%B2%D5
2015-03-17 08:48:32 -07:00
Phil Ringnalda
2dc51a1d77 Bug 1137716 followup, fix typo
CLOSED TREE
2015-03-22 16:18:47 -07:00
Jeff Muizelaar
f09851351f Bug 1137716. Try blacklisting Optimus w/ Intel Ironlake Graphics. r=bas
Hopefully this will help and won't make things worse. We still
don't know why this regressed.

--HG--
extra : rebase_source : c2b1d32c982839d7dcee6e448cabda670ed5cfd4
2015-03-21 15:37:00 -04:00
Olli Pettay
9af2f8bfd4 Bug 1145292 - IPC Proxy for ImageAccessible, r=tbsaunde
--HG--
extra : rebase_source : f30aabc7f696bcaad89e958ecbbe8082f0ff86d0
2015-03-22 23:44:12 +02:00
Phil Ringnalda
6f3e6378d3 Merge m-c to m-i 2015-03-22 14:20:40 -07:00
Phil Ringnalda
2f60231832 Merge b-i to m-c, a=merge 2015-03-22 14:06:58 -07:00
Phil Ringnalda
174ec4f715 Merge m-i to m-c, a=merge 2015-03-22 13:56:19 -07:00
L. David Baron
79853b7624 Bug 1146145 - Revert previous fix and give the tests position:relative so they have the same z-ordering as the references. 2015-03-22 12:53:09 -07:00
Edwin Flores
f99988363e Bug 1145405 - Add shutdown checks to main thread dispatches in ClearKey CDM - r=cpearce 2015-03-23 07:59:42 +13:00
Gavin Sharp
48a0708637 push fx-team to m-c, no bug, a=merge 2015-03-22 11:25:54 -07:00
L. David Baron
f3e1c17d82 Bug 1146145 - Give references z-index:-1 so that they have the same z-ordering characteristics as the tests, for the case when edges of the text overlap the floats.
--HG--
extra : transplant_source : %13%292G%E7%28%97%12%80%A4%EE%1E%9C%E9q%E9%0F%AEXW
2015-03-22 10:51:08 -07:00
Daniel Holbert
48c2e9bef2 Bug 1110814 followup: Add missing 'override' annotations to new methods in CacheParent. rs=ehsan 2015-03-22 10:33:56 -07:00
Phil Ringnalda
c4745d28b1 Backed out 9 changesets (bug 1142775, bug 1139683, bug 1143810, bug 1142761, bug 1142784, bug 1142794, bug 1144819) for widespread bustage
CLOSED TREE

Backed out changeset 7613fc978d36 (bug 1142794)
Backed out changeset e5f0cb31263d (bug 1142784)
Backed out changeset dcd0af73ac84 (bug 1142784)
Backed out changeset 034f9c8e79ee (bug 1142784)
Backed out changeset ce0ee37e3ca9 (bug 1142775)
Backed out changeset 1519b8f2bbba (bug 1142761)
Backed out changeset 26fd55677841 (bug 1139683)
Backed out changeset 7ebc76a450c3 (bug 1144819)
Backed out changeset 92adb459d519 (bug 1143810)
2015-03-22 09:34:25 -07:00
B2G Bumper Bot
1ae725da53 Bumping manifests a=b2g-bump 2015-03-22 03:39:27 -07:00
B2G Bumper Bot
6ac4de480e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4c2751f5fc24
Author: Seinlin <seinlin.maung@gmail.com>
Desc: Merge pull request #28978 from martasect/Bug_1135972

Bug 1135972 - Direction of 'Next' and 'Back' buttons contradict with page indicator on Guided Tour page. r=gandalf

========

https://hg.mozilla.org/integration/gaia-central/rev/4135c97f35f8
Author: Marta Piekarska <marta@sec.t-labs.tu-berlin.de>
Desc: Bug 1135972 - [RTL][Privacy Control] Direction of 'Next' and 'Back' buttons contradict with page indicator on Guided Tour page +autolander
2015-03-22 03:36:53 -07:00
Jim Blandy
62ae929398 Bug 1140773: Address review comments. r=shu 2015-03-21 23:37:47 -07:00
Jim Blandy
a0c02e8e15 Bug 1140773: Ensure that GCParallelTask subclasses properly join at the start of their destructor. r=shu
--HG--
extra : rebase_source : 552a1f4a49e5c1a0164c97795788578731896c78
extra : amend_source : ad83004645c2e71443008d3e12f1d49fbd7df266
2015-03-21 22:18:50 -07:00
B2G Bumper Bot
7a3ea429eb Bumping manifests a=b2g-bump 2015-03-21 14:52:59 -07:00
B2G Bumper Bot
b791cdfa11 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0579a652510
Author: Robat Das <orvi2014@users.noreply.github.com>
Desc: Bug 882140 - [Calendar] Update account setup text r=kgrandon
2015-03-21 14:50:25 -07:00
Phil Ringnalda
9ef50f3565 Merge f-t to m-c, a=merge 2015-03-21 12:47:01 -07:00
Phil Ringnalda
68e0914567 Merge b-i to m-c, a=merge 2015-03-21 12:35:46 -07:00
Phil Ringnalda
09f1e96e74 Merge m-i to m-c, a=merge 2015-03-21 12:31:07 -07:00
B2G Bumper Bot
594ec9600a Bumping manifests a=b2g-bump 2015-03-21 05:03:02 -07:00
B2G Bumper Bot
88f254b9e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/78b760e2859c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29033 from KevinGrandon/bug_1145097_retitle_pull_req

Bug 1145097 - Clean up html syntax of ds-test/index.html

========

https://hg.mozilla.org/integration/gaia-central/rev/1065fbc42f9f
Author: Michiel de Jong <michiel@unhosted.org>
Desc: Bug 1145097 - Clean up html syntax of ds-test/index.html R=kgrandon

Move <html> tag into the right place. This was the reason to start this PR, I couldn't deploy to 5apps.com because of this.
But once I had the file open, I also made these changes:

* Fix indentation
* Lower-case 'html' in DOCTYPE
* Add missing lang="en" attribute
* Consistent empty tags. I had to look up which one is preferred, and it seems that the `< ... />` syntax was a thing only in XHTML; in html it [should now always just be `< ... >`](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Introduction#Tags).
* Fix typo "commad" -> "command"
2015-03-21 05:00:24 -07:00
Neil Rashbrook
6fc6aa0fbc Bug 968334 Allow disabling content retargeting on child docshells only r=smaug 2015-03-21 10:48:48 +00:00
B2G Bumper Bot
8bcf908e36 Bumping manifests a=b2g-bump 2015-03-21 03:47:55 -07:00
B2G Bumper Bot
fb83e64151 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2eed5350a9bc
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #28845 from mwargers/test_cost_control_data_alert_mobile.py

Bug 1141447 - Fix test_cost_control_data_alert_mobile.py, r=gmealer, r=npark

========

https://hg.mozilla.org/integration/gaia-central/rev/0327f92cb25e
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1141447 - Fix test_cost_control_data_alert_mobile.py
2015-03-21 03:45:15 -07:00
ffxbld
21922001d8 No bug, Automated HPKP preload list update from host bld-linux64-spot-1002 - a=hpkp-update 2015-03-21 03:30:42 -07:00
ffxbld
9d9da119ca No bug, Automated HSTS preload list update from host bld-linux64-spot-1002 - a=hsts-update 2015-03-21 03:30:40 -07:00
B2G Bumper Bot
97ddfbc20d Bumping manifests a=b2g-bump 2015-03-21 02:34:26 -07:00
Daniel Holbert
0c20ebd00d Bug 1143223 followup: Add MOZ_OVERRIDE annotation to ReadStream::Inner's refcounting macro. rs=ehsan 2015-03-21 00:17:49 -07:00