Chris Pearce
136af0a4d8
Bug 1265038 - Turn on Adobe EME by build config rather than per-platform basis. r=jwwang
...
We end up showing the "Adobe EME is preffed off" UI on MacOSX because we're
check for Adobe EME support based on platform, not based on whether it's
configured on in the mozconfig. We should really only check for Adobe EME
if 'ac_add_options --enable-eme=adobe' is present in the build config,
as otherwise preffing it on isn't going to work.
MozReview-Commit-ID: CpSAh6gUU1S
--HG--
extra : rebase_source : 815b5ddf8f2889787acd22ab7a434db9b0f23213
2016-04-18 14:22:58 +12:00
Brian Birtles
05276091f4
Bug 1245000 part 1 - Add a preference for enabling Element.animate; r=bz
...
MozReview-Commit-ID: H3HPYWeyGCL
2016-04-18 09:16:04 +09:00
Olli Pettay
556d99331e
Bug 1265032 - Enable Document.scrollingElement in release builds, r=bz
2016-04-18 02:31:57 +03:00
Chris Pearce
d9baf3c3ba
Bug 1264832 - Delay resolution of navigator.requestMediaKeySystemAccess promise until Widevine CDM is downloaded. r=gerald
...
MozReview-Commit-ID: I6OMiKUj9ot
--HG--
extra : rebase_source : ea150c1b3f480bef4579e280c5f7840b8a174a8c
2016-04-15 14:20:33 +12:00
ABE Hiroki (hATrayflood)
259010e082
Bug 1244637 - implement AnimationEffectTiming fill. r=hiro
...
MozReview-Commit-ID: 46kYkxy06Sk
--HG--
extra : rebase_source : b85e4c1d7dfada490a43e18fd6f012553f9045f0
2016-04-10 11:35:52 +09:00
Jean-Yves Avenard
e203ef077d
Bug 1264991: Don't construct invalid channel configuration. r=gerald
...
MozReview-Commit-ID: JTZJdCD94gH
--HG--
extra : rebase_source : eb0f3d510f87b7e31e6e79679c4278db7a73ac5e
2016-04-16 14:35:32 +10:00
Kartikaya Gupta
f72cd76655
Bug 1250505 - Convert SynthesizeNativeTouchPoint and SynthesizeNativeTouchTap to take a LayoutDeviceIntPoint instead of a ScreenPoint. r=njn
...
MozReview-Commit-ID: EybGq9b1B8Z
--HG--
extra : rebase_source : defc16fc066a3a40480fa4c94f3a742a267344a8
2016-04-15 06:39:36 -04:00
Marcos Caceres
27a66d7020
Bug 1264813 - Remove image object's density member from Web Manifest processor. r=mconley
2016-04-14 17:26:00 +02:00
Jean-Yves Avenard
1b37c8ef28
Bug 1264925: Force D3D9 when attempting to decode VP8 or VP9. r=mattwoodrow
...
MozReview-Commit-ID: DgE3yPr5t3o
--HG--
extra : rebase_source : 0bd76b1b7723fc1ea0043241c2f5d7f7e3ba150d
2016-04-16 01:13:26 +10:00
Nathan Froyd
67dd0b1d96
Bug 1265056 - don't needlessly construct nsAutoCString temporaries in dom/; r=baku
2016-04-15 19:46:45 -04:00
Nathan Froyd
dc00d2ec98
Bug 1264784 - part 1 - call nsIFrame::{GetScreenRect,GetView} instead of their *External counterparts; r=dholbert
...
The latter functions just call through to the former functions, and
we're going to remove the latter functions in a separate, subsequent
patch.
2016-04-15 19:37:35 -04:00
Ben Kelly
8c007635a4
Bug 1263469 P4 Update test_eventsource_intercept.html to validate FetchEvent.request.cache. r=ehsan
2016-04-15 11:15:58 -07:00
Ben Kelly
5e79ea64a5
Bug 1263469 P2 Validate FetchEvent.request.cache in refresh mochitest. r=ehsan
2016-04-15 11:15:58 -07:00
J.C. Jones
c86b49406f
Bug 1244960 - FIDO u2f NSSToken (Part 5): Review updates. r=keeler
...
MozReview-Commit-ID: BcsEltYEQAW
--HG--
extra : transplant_source : %BE%3D%08%DBeD%27q%96%3E%EC%C6z%AA%60Q%9E%E8%BE%86
2016-04-14 10:48:53 -07:00
J.C. Jones
9c17f635f9
Bug 1244960 - FIDO u2f NSSToken (Part 4): Correct FacetID base algorithm. r=keeler
...
Work on the FacetID/AppID algorithm showed this patch had incorrect usage of
the eTLD+1 checking, so this patch removes those checks until the more
sophisticated algorithm lands in Bug 1244959.
MozReview-Commit-ID: 2k6N5AU0J68
--HG--
extra : transplant_source : %B7n%17%00%DF%AB%F4OG%7E%D1%F0p%B1%AC%9Bq%C9%2B%D0
2016-04-13 10:32:25 -07:00
J.C. Jones
358a9ece05
Bug 1244960 - FIDO u2f NSSToken (Part 3): Review updates. r=keeler
...
MozReview-Commit-ID: FkPHy9GGarU
--HG--
extra : transplant_source : %8Dd0%BA%FD%E93%8E%A7%C5%01Cn%02%0F%0C%3E%5D%9C%96
2016-04-13 10:20:37 -07:00
J.C. Jones
3b81894a7e
Bug 1244960 - FIDO u2f NSSToken (Part 2): Use Attestation Certificates. r=keeler
...
- Add an ephemeral self-signed Attestation Cert to NSSToken
- A new one is generated at each call to Register; this is allowed by the
protocol, and avoids fingerprinting if the NSSToken is in use.
- This now passes at https://u2fdemo.appspot.com/
MozReview-Commit-ID: Aq61MuX9oSD
--HG--
extra : transplant_source : %C1%00n6%22%01%E7q%B4/%D8-%C5W%D4%E6%86%14%25%C2
2016-03-28 18:55:52 -07:00
J.C. Jones
63f7ce5155
Bug 1244960 - Complete FIDO u2f NSSToken (Part 1). r=keeler, r=baku
...
- Merge in test changes from Bug 1255784.
- Remove the unnecessary mutex
- Stop doing direct memory work in NSS Token
- Clean up direct memory work in ContentParent
- In order to store persistent crypto parameters, the NSSToken had to move
onto the main thread and be interfaced with via IDL/IPDL.
- Support Register/Sign via NSS using a long-lived secret key
- Rename the softtoken/usbtoken "enable" prefs, because of hierarchy issues
with the WebIDL Pref shadowing.
- Also orders the includes on nsNSSModule.cpp
- Attestation Certificates are in Part 2.
Updates per keeler review comments:
- Use //-style comments everywhere
- Refactor the PrivateKeyFromKeyHandle method
- Rename the logging and fix extraneous NS_WARN_IF/logging combinations
- Other updates from review
April 11-12:
- Correct usage of the "usageCount" flag for PK11_UnwrapPrivKey
- Rebase up to latest
April 15:
- Rebase to latest
MozReview-Commit-ID: 6T8jNmwFvHJ
--HG--
extra : transplant_source : w%26%CES%2Cu%04%3EAl%04%2Cb%E2v%C9%08%3A%CC%F4
2016-04-15 09:29:12 -07:00
Oriol
2d08290117
Bug 1258205 - Make setAttribute throw InvalidCharacterError if the attribute already exists. r=baku
2016-04-15 09:01:00 -04:00
Henri Sivonen
be84cb9eff
Bug 1264217 - Adjust the Add-on Manager entry for Widevine. r=spohl
...
--HG--
extra : histedit_source : ca424e55b5252c070bdaff7a9fda9dbc390d09b6
2016-04-13 10:50:18 +03:00
Haik Aftandilian
50fdb00a05
Bug 1258925 - [e10s] Browser window is resized when click. r=gabor
...
Adds a new IPC message to the PBrowser protocol exposing
the number of tabs in the current window to the content
process. This allows the content process to reject window.resize*
calls in cases where there is more than one tab in the
window.
--HG--
extra : histedit_source : dfa6b7b71882a1583cbbe90c2a7327cb212ed15d
2016-04-14 14:03:00 -04:00
Ryan VanderMeulen
6004e70ecd
Bug 1252348 - Re-enable more canvas mochitests on OSX debug e10s.
...
--HG--
extra : histedit_source : 25cb2191229277368e9744fbbc13c899fc33f585
2016-04-15 13:26:01 -04:00
Ryan VanderMeulen
3d491ebaa3
Bug 1245574 - Re-enable test_volume.html on Windows debug e10s.
...
--HG--
extra : histedit_source : 3debe8d4d0e787839af0afbc7f2964beb0733b13
2016-04-15 13:26:01 -04:00
Ryan VanderMeulen
e22a2d1d81
No bug - Re-enable various tests on Windows debug e10s that no longer fail.
...
--HG--
extra : histedit_source : 37d53b3f1958a608e96d34799e3ff123e901aed1
2016-04-15 13:26:01 -04:00
Ryan VanderMeulen
55615c8b58
Bug 1238542 - Re-enable the webspeech recognition tests on Windows debug e10s.
...
--HG--
extra : histedit_source : b942579be5539ab904ada063e17fa26888c3bc22
2016-04-15 13:26:01 -04:00
Mike Conley
1cff2809c8
Bug 1264409 - Make last transaction ID available via nsIDOMWindowUtils, and pass transaction ID through MozAfterPaint. r=mattwoodrow,mrbkap
...
MozReview-Commit-ID: 7wCYif8F6ws
--HG--
extra : rebase_source : 5a87a558dbb7955c04842b6f8b71adb15ecd3370
2016-04-13 16:59:15 -04:00
Andreas Pehrson
aed4228f29
Bug 1262970 - Change PRINCIPAL_HANDLE_NONE to a nullptr #define. r=froydnj
...
MozReview-Commit-ID: A69mWTDTkkP
--HG--
extra : rebase_source : 24c885f5078c723fce709c3d498c39b312c12e39
extra : amend_source : afd886cd8c4264ee152a059fc2feda59220f281a
2016-04-14 11:39:11 +02:00
Gijs Kruitbosch
0385e66575
Bug 1236991 - part 1: allow forwarding label direction through nsITooltipTextProvider, r=enndeakin
...
MozReview-Commit-ID: 68LvgKvVXmX
--HG--
extra : rebase_source : 17a188bf47efc3ca78ae6440ab84e6c6e4c06964
extra : histedit_source : 9c545f513a3b6e61d0bdb8d4f5fb3dbad9b2bbaf
2016-04-12 21:47:25 +01:00
Eugen Sawin
0ff87fd1b9
Bug 1226730 - [1.1] Provide sample rate instead of bit depth in audio format creation. r=snorp
2016-04-15 14:30:42 +02:00
Daisuke Akatsuka
0250695f7d
Bug 1244643 - Part 2: Append tests for easing. r=hiro
...
MozReview-Commit-ID: 3RYWjsViwJZ
--HG--
extra : rebase_source : fd62be7ed619ab846d04691ac2c0a64701e71ff4
2016-04-15 20:55:25 +09:00
Daisuke Akatsuka
f9df5acae8
Bug 1244643 - Part 1: Implement AnimationEffectTiming easing. r=hiro
...
MozReview-Commit-ID: 14H3t787wRy
--HG--
extra : rebase_source : 6ce0e427680becca50d4feeeac6bbcb5f9bbfb30
2016-04-14 09:08:08 +09:00
Chia-hung Tai
ca8094e640
Bug 1264898 - Remove unnecessary |FinishAddTracks| call in |DOMHwMediaStream::Init|. r=jesup, r=pehrsons
...
--HG--
extra : rebase_source : e2211988ec3e954676888860b20d8ed501af57fc
2016-04-15 17:38:40 +08:00
Carsten "Tomcat" Book
036485d4d3
Merge mozilla-central to mozilla-inbound
2016-04-15 13:59:07 +02:00
Carsten "Tomcat" Book
c4445ccd33
merge mozilla-inbound to mozilla-central a=merge
2016-04-15 11:41:41 +02:00
Carsten "Tomcat" Book
59e7f69334
Backed out changeset cd9ea65ce9b9 (bug 1258205) for issues in wpt-2 tests
2016-04-15 08:09:42 +02:00
Hiroyuki Ikezoe
c96975eec9
Bug 1263063 - Part 6: Use TimingParams::EndTime() instead of re-calculation ComputedTiming each time. r=dholbert
...
MozReview-Commit-ID: 9pT06LXoU4V
--HG--
extra : rebase_source : acf75c64ca884eebe86e23f81e56ab1824484cfa
2016-04-14 19:39:44 +09:00
Hiroyuki Ikezoe
1b7f619907
Bug 1263063 - Part 5: Introduce TimingParams::EndTime(). r=dholbert
...
MozReview-Commit-ID: 6dpnb65vndl
--HG--
extra : rebase_source : b4c0046b893bf78ebec91d3308fcbfccf48a79d1
2016-04-14 19:39:42 +09:00
Hiroyuki Ikezoe
ffc5ef3515
Bug 1263063 - Part 4: Move ActiveDuration() into TimingParams. r=dholbert
...
MozReview-Commit-ID: 4HS8vTJYtDe
--HG--
extra : rebase_source : 5ccdc1aa1ffe0c33a0d334cf2a4736877481cd28
2016-04-14 19:39:39 +09:00
Hiroyuki Ikezoe
6846fc920e
Bug 1263063 - Part 3: Change logic in KeyFrameEffect to assume that TimingParams' iteration-count has already been validated as nonnegative & finite. r=dholbert
...
MozReview-Commit-ID: 9mbBHvyjNZg
--HG--
extra : rebase_source : 8e371d2349095ab924ca0be241eccf28e092bdb7
2016-04-14 19:36:03 +09:00
Hiroyuki Ikezoe
99b87b0281
Bug 1263063 - Part 1: Remove unnecessary clamping of TimingParams::mIterationStart, since it's guaranteed to be nonnegative. r=dholbert
...
MozReview-Commit-ID: ApQVt39jasa
--HG--
extra : rebase_source : e247683aa727f7e331fc4a559032f7c636ea834c
2016-04-14 19:35:59 +09:00
Bob Owen
7c9ca07087
Bug 1264240: Allow NPAPI sandbox write access to %LOCALAPPDATA%\Macromedia\Flash Player. r=jimm
...
MozReview-Commit-ID: C6PMpIcFMUb
2016-04-15 10:25:06 +01:00
Gabriele Svelto
48c0230171
Bug 1264587 - Enable test_copypaste.html in e10s mode r=me
2016-04-15 11:17:14 +02:00
Thomas Zimmermann
a984fed7b8
Bug 1264287: Convert Wifi to use |UniquePtr|, r=nfroyd
2016-04-15 09:29:42 +02:00
Brian Birtles
20fffd9955
Bug 1247004 part 2 - Don't throw if easing is the string "function (a){return a}"; r=heycam
...
MozReview-Commit-ID: CgwsJQKB1qj
2016-04-15 15:26:27 +09:00
Brian Birtles
ed5ce2394b
Bug 1247004 part 1 - Drop orphaned declaration AnimationUtils::ParseEasing; r=heycam
...
MozReview-Commit-ID: 6FSXOXeXomG
2016-04-15 15:26:27 +09:00
Kit Cambridge
f206eaee71
Bug 1263747 - Log error messages when stringifying errors. r=bgrins
...
MozReview-Commit-ID: 2MB8IDKfVHo
--HG--
extra : rebase_source : d7922cf9a5c1dc37283299aa97c4b596fb0b68bd
2016-04-11 14:51:33 -07:00
Tracy Walker
52c3feb502
Bug 1262831
- Enable browser_frame_elements.js, browser_test_content.js and browser_test_new_window_from_content.js in dom/tests/browser/browser.ini. r=jimm
...
--HG--
extra : rebase_source : a4a457014e2b4024537328d50f1ba8bc69878d43
2016-04-11 15:41:50 -05:00
Kaku Kuo
c10d573a61
Bug 1261020 - part 2 - modify MDSM to adopt SeekTask; r=jwwang
...
MozReview-Commit-ID: IE9quRehVEg
--HG--
extra : transplant_source : %DD%19%F6%E7k%C3D%25%7C9%A5k%09%91%C4A%B1C%02%24
2016-04-07 14:30:39 +08:00
Kaku Kuo
b04c20b172
Bug 1261020 - part 1 - implement SeekTask; r=jwwang
...
MozReview-Commit-ID: GTrzI3ZuYeo
--HG--
rename : dom/media/MediaDecoderStateMachine.h => dom/media/SeekJob.h
extra : transplant_source : %17%12%88%F9%C1e%DFnw%29%D9%F6%E7I%D4%F3%7FUrJ
2016-04-14 12:01:55 +08:00
Oriol
e08c881508
Bug 1258205 - "setAttribute doesn't throw InvalidCharacterError if the attribute already exists". r=amarchesini
2016-04-13 09:10:00 +02:00