Chris Pearce
e2b41d3d04
Bug 1278198 - Add Widevine FileIO. r=gerald
...
MozReview-Commit-ID: IXgSobtF24L
--HG--
extra : rebase_source : e1df08666b0713fa4c10fc020d6482a802d2fb52
2016-07-07 17:28:14 +12:00
Chris Pearce
1ec646af14
Bug 1278198 - Implement "Get Supported Configuration" algorithm in MediaKeySystemAccess. r=gerald
...
MozReview-Commit-ID: KiJMOm5HgHe
--HG--
extra : rebase_source : 0c60b76ad38cb9c5513e6618c8d8f4bc6f43b168
2016-07-01 13:36:57 +12:00
Chris Pearce
e7b5f0ede0
Bug 1278198 - Update navigator.requestMediaKeySystemAccess() MOZ_LOG to log new EME WebIDL attributes. r=gerald
...
MozReview-Commit-ID: 8V5YbJP0lFA
--HG--
extra : rebase_source : 34e6fd16d904bfc0f04894c7999c412968b89907
2016-07-08 09:36:27 +12:00
Chris Pearce
1ea9b742f5
Bug 1278198 - Update EME code to reflect new WebIDL name changes. r=gerald
...
MozReview-Commit-ID: EssCsJxBBwt
--HG--
extra : rebase_source : 154746eca911e2250f3fa94a6a2d4b2624910e50
2016-07-04 14:14:01 +12:00
Chris Pearce
e091dd26b1
Bug 1278198 - Update MediaKeySystemConfiguration and MediaKeys to match draft EME spec. r=smaug
...
The only thing we're now not up to date on (in terms of WebIDL) is the
"persistent-usage-record" MediaKeySessionType.
MozReview-Commit-ID: 4CKK35HAxKK
--HG--
extra : rebase_source : 2015a2d0c61e09e329f5f9cc699f5d946e97862b
2016-07-01 11:28:58 +12:00
Chris Pearce
888002acb9
Bug 1288580 - Mark Widevine as supported on Linux and remove Mac OSX version check. r=spohl
...
This means if Widevine is preffed visible on Linux it will show up in the
plugin list.
We only support Mac OSX 10.9 and later, so we don't need the >= 10.7 check any
more.
MozReview-Commit-ID: BjgMKeIIrrI
--HG--
extra : rebase_source : 46740a9d40f8ae700b6a47eb488a2435e48c1e99
2016-07-22 14:21:19 +12:00
Chris Pearce
93e60feb01
Bug 1288582 - Hide Adobe Primetime plugin on Windows < Vista. r=spohl
...
We're not going to get a supported Adobe GMP on WinXP, so we shouldn't download
it or show it in our add-on manager.
MozReview-Commit-ID: I3cNsStmzsV
--HG--
extra : rebase_source : b67c7cbec013f83bcf7d24cac99755faf1b5e07e
2016-07-22 14:30:22 +12:00
Boris Zbarsky
a42390b506
Bug 1288581 followup. Remove a bogus comment. DONTBUILD.
2016-07-22 17:20:49 -04:00
Ryan VanderMeulen
3b625b3b98
Bug 1282257 - Fix include ordering to make the style checker happy. r=bustage
2016-07-22 17:08:29 -04:00
Geoff Brown
fd78e8fcc7
Bug 1288501 - Accept total-chunk, this-chunk options in android_emulator_unittest.py; r=kmoir
2016-07-22 14:31:37 -06:00
Geoff Brown
0d1fe4cb03
Bug 1288450 - Add min sdk version to mozinfo.json; r=ahal
2016-07-22 14:31:36 -06:00
Nathan Froyd
ed6e02e2df
Bug 1288795 - remove dead assignments in test_emitter.py; r=chmanchester
...
Prevailing style in the file for when read_topsrcdir is being tested for
exception-throwingness is to omit the assignment, so let's make
everything consistent.
2016-07-23 00:28:05 -04:00
Emilio Cobos Álvarez
e51037a134
Bug 1287951: followup: use nsClassHashTable's IsEmpty instead of Count. r=me
...
MozReview-Commit-ID: 7flRcbykG4c
2016-07-22 13:27:52 -07:00
Emilio Cobos Álvarez
1a1438ccb5
Bug 1288578: Make public nsClassHashTable::IsEmpty. r=froydnj
...
MozReview-Commit-ID: JSjT17kWYcQ
2016-07-22 13:27:52 -07:00
Yura Zenevich
7ebb9d306e
Bug 1226877 - make toolbox panels inaccessible with keyboard when they are hidden or collapsed. r=bgrins
...
MozReview-Commit-ID: IEj81E2Y5wv
2016-07-22 16:20:58 -04:00
Yura Zenevich
2f3c416bde
Bug 1226877 - make collapsed details pane hidden using visibility: hidden to be inaccessible by both keyboard and a11y tools. r=bgrins
...
MozReview-Commit-ID: 4DxnGDpRLHf
2016-07-22 16:20:58 -04:00
Boris Zbarsky
c0fdb1ba69
Bug 1157127. When reusing the global of an initial about:blank for a new document, clear out its XBL scope when we change the global's principal. r=bholley
2016-07-22 16:19:52 -04:00
Boris Zbarsky
ab51033732
Bug 1288581 part 2. Stop messing with the ExpandoAndGeneration's expando in CC code, since it's now traced by the reflector proxy. r=smaug
2016-07-22 16:19:52 -04:00
Boris Zbarsky
25504e4a0d
Bug 1288581 part 1. Start tracing the expando object, if any, inside the ExpandoAndGeneration of a shadowing DOM proxy from that proxy's trace hook. r=smaug
2016-07-22 16:19:52 -04:00
Lee Salzman
53ccdb5268
Bug 1288762 - Fix gfxFontconfigFontBase constructor. r=me
2016-07-22 14:11:59 -04:00
Jinank Jain
3822028a8a
Bug 1284441 - Remove unnecessary cast from ExpressionDecompiler::decompilePC. r=arai
2016-07-21 18:12:49 -04:00
Jed Davis
a713ce246b
Bug 1287971 - Disable sandboxing in Linux ASan builds. r=jhector
...
ASan itself can be accomodated under sandboxing, but LSan can't. Also fixes bug 1287437.
2016-07-22 08:50:00 -04:00
Oriol
3f8f83a0a1
Bug 1282257 - Create accessor properties in Debugger.Object.prototype to expose the target and the handler of a proxy object. r=jimb
2016-07-22 10:50:00 -04:00
Oriol
1c9ae94a7e
Bug 1288515 - Rename GetScriptedProxyHandlerObject to ScriptedProxyHandler::handlerObject and make it public. r=jimb
2016-07-22 10:39:00 -04:00
JerryShih
a9bb41be63
Bug 1288351 - Handle gl.getFramebufferAttachmentParameter() FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query for DS format. r=jgilbert
2016-07-21 18:37:00 -04:00
JerryShih
7712664858
Bug 1288598 - Handle gl.getFramebufferAttachmentParameter() call for default framebuffer. r=jgilbert
2016-07-22 07:42:00 -04:00
Michael Li
8d3499e3d5
Bug 1288508 - Make nsIAccessible* interfaces builtinclass so they can be static_cast'ed to xpcAccessibleGeneric. r=yzen
2016-07-21 12:57:00 -04:00
Ryan VanderMeulen
8836484e88
Backed out changeset 2e8cfd225f04 (bug 1272498) for OSX bustage on a CLOSED TREE.
...
--HG--
extra : histedit_source : c6f409f477c5d66ae52adae84188eef6ff67356c
2016-07-22 14:56:46 -04:00
Jamie Nicol
4c00494425
Bug 1164027
- Use MAP_ANONYMOUS instead of opening /dev/zero. r=jrmuizel
...
MozReview-Commit-ID: 5GeNG5Tm1GS
--HG--
extra : histedit_source : 31e30d68fce2f97015c6e84da953e1b6f04fca50
2016-07-22 14:16:22 +01:00
Wei-Cheng Pan
eab2098c99
Bug 1264566 - Part 3: Release upload stream after request complete. r=valentin
...
MozReview-Commit-ID: 5r1fEkOy9vU
--HG--
extra : transplant_source : %1Dc6%99%3F%5C%81%F6%FDu%FD%C0l%B8-%CD%AF%BBx%01
extra : histedit_source : b407a427fa4cd3fedfd71f7d7f56958fce1099ca
2016-06-24 18:12:32 +08:00
Wei-Cheng Pan
fd87664d8e
Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin
...
Callers should use a UniquePtr to hold the platform handle.
MozReview-Commit-ID: 6BWnyAf4b3a
--HG--
extra : transplant_source : %26%CA%0D%28%08%9BT%97Z%A1%3Dq%CD%21%A1_%EFE%83%0E
extra : histedit_source : 77f8ed3d0fdec6cce0c95469130ade0fb547bb91
2016-05-27 16:12:51 +08:00
Wei-Cheng Pan
885cdcfe3a
Bug 1264566 - Part 1: Refactor FileDescriptor to fix leaks in content processes. r=valentin, r=baku
...
Now FileDescriptor takes the ownership of the platform handle, in both parent
and content processes.
Copying will duplicate the underlying handle.
It also comes with a move constructor to avoid duplicating if possible.
The getter will duplicate a new handle, so a UniquePtr is needed to hold the
duplicated handle.
MozReview-Commit-ID: DgvjmTI4tpf
--HG--
extra : transplant_source : %8A%CA%96l%40iZ%08%D1J%F3%8C%F2%D0%8B6%E5%9EH%13
extra : histedit_source : ee9856a5a1b650663d65380847712691ac8e84bf
2016-05-27 15:58:51 +08:00
Ethan Lin
cef86a68d7
Bug 1285086 - Enable related webgl conformance test. r=jgilbert
...
--HG--
extra : histedit_source : 2923e5c992879ae732843982e03b18bb676bcbef
2016-07-21 07:32:00 -04:00
Ethan Lin
0931d35c4c
Bug 1285086 - Turn on WebGLSampler. r=jgilbert
...
--HG--
extra : histedit_source : 9a788a293cbf8fc373c9bf7dbce7596f845e460d
2016-07-21 07:31:00 -04:00
dimi
4f45ea248f
Bug 1272239 - Part 3: Testcase, test gethash. r=francois
...
MozReview-Commit-ID: 3IkrdJgZNP1
2016-07-21 15:40:03 +08:00
dimi
4135954a00
Bug 1272239 - Part 2: Testcase, only tables with provider could register gethash url in listmanager. r=francois
...
MozReview-Commit-ID: FcnXswQyerb
2016-07-21 15:37:00 +08:00
dimi
2ce5c03b9b
Bug 1272239 - Part 1: Support completion for test database. r=francois
...
MozReview-Commit-ID: 85BALQHKSal
2016-07-21 15:35:36 +08:00
Thauã Silveira
be23815df3
Bug 1287587 - Add Telemetry probes for user printing activities. r=mconley, data-review=liuche
2016-07-21 13:57:00 -04:00
Wes Kocher
9c46018401
Backed out 5 changesets (bug 1287091) for build bustage after assertions in SharedIC.h CLOSED TREE
...
Backed out changeset c57fd3af416e (bug 1287091)
Backed out changeset edad0174cb12 (bug 1287091)
Backed out changeset 7ed07b35bad6 (bug 1287091)
Backed out changeset 939d5064ab91 (bug 1287091)
Backed out changeset acbca9af0a3b (bug 1287091)
2016-07-22 11:14:13 -07:00
Terrence Cole
c3a5940060
No Bug - Fix up some function names that appear in comments; r=meow
...
--HG--
extra : rebase_source : c71365b5b3aeb504318ad4720e76b3d0b75b50b9
2016-07-22 10:50:26 -07:00
David Keeler
f3ec60ef5f
backout changeset 1a1d7ef3cb0e (bug 1279479) for causing WebRTC compatibility issues
...
The WebRTC implementation inherits cipher suite preferences from PSM and then
enables a few mandatory ones and disables a number of undesirable ones. If PSM
makes a change to a cipher suite preference that isn't in WebRTC's whitelist or
blacklist, compatibility issues can arise. See bug 1288246 for an example.
--HG--
rename : security/manager/ssl/tests/unit/test_fallback_cipher.js => security/manager/ssl/tests/unit/test_weak_crypto.js
2016-07-22 10:31:34 -07:00
Terrence Cole
66620d7847
Bug 1288566 - Include all possible states in StateName; r=jonco
...
--HG--
extra : rebase_source : 3e10b55fef34b5d9641c431f1818d08278e34554
2016-07-22 10:32:05 -07:00
Luke Wagner
04fe291d25
Bug 1288222 - Baldr: match signature types structurally (r=bbouvier)
...
MozReview-Commit-ID: 7Noq2TBkKmB
--HG--
extra : rebase_source : 89201ad63cdd369437b7c2c251d6c9e65e9c2ece
2016-07-21 21:19:49 -05:00
Luke Wagner
fc7d4e3d39
Bug 1288222 - Baldr: factor out common global access code (r=bbouvier)
...
MozReview-Commit-ID: 5NOGyihk8s
--HG--
extra : rebase_source : 622fa7961d494a252ef2a7c5c04959904965ce96
2016-07-20 12:56:53 -05:00
Luke Wagner
f58ed6912f
Bug 1288564 - Baldr: change HeapPtr to ReadBarriered in WeakCache (r=terrence)
...
MozReview-Commit-ID: 722L1GFAo6c
--HG--
extra : rebase_source : 867c492d7114bad15414c6b671888f0ad263e478
2016-07-21 19:26:42 -05:00
Ralph Giles
c87ae9e0a0
Bug 1249511 - Make tooltool cargo available in the environment. r=mshal
...
MozReview-Commit-ID: 37l7NzHMzoa
2016-07-22 13:23:29 -04:00
Ralph Giles
739f9d9915
Bug 1249511 - Add cargo nightly to tooltool. r=mshal
...
Repacks of upstream builds cargo 0.13.0-nightly (664125b 2016-07-19)
for each host platform. Unpacks into cargo/bin/cargo.
This version supports `cargo build --frozen` to disallow
network access during the build.
MozReview-Commit-ID: IihpDlqxPx6
2016-07-22 13:23:29 -04:00
Robert Longson
12c2a53662
Bug 1283539 - Make SVGLength.convertToSpecifiedUnits work for percentage units on outer svg elements. r=dholbert
2016-07-22 18:17:05 +01:00
George Wright
01040de30f
Bug 1288474 - Don't accept TextureClient returns if the pool has been destroyed r=nical
2016-07-22 12:17:21 -04:00
Geoff Brown
813df3ea0e
backout 69094e855e27 for mozinfo test failures
2016-07-22 09:31:09 -06:00