Commit Graph

437965 Commits

Author SHA1 Message Date
Frederik Braun
c20f81e63d Bug 1279139 - require-sri-for needs to govern scriptloading for workers. r=baku
MozReview-Commit-ID: 3m21kbiV5qK
2016-10-04 02:36:00 +02:00
Jan de Mooij
3f52f9d79d Bug 1303710 - Don't Ion-compile scripts with too many typesets. r=bhackett 2016-10-04 12:07:30 +02:00
Carsten "Tomcat" Book
a86f24ce08 Merge mozilla-central to mozilla-inbound 2016-10-04 12:01:13 +02:00
Carsten "Tomcat" Book
a2be0596bc merge mozilla-inbound to mozilla-central a=merge 2016-10-04 11:58:07 +02:00
Carsten "Tomcat" Book
74684c9d5e merge fx-team to mozilla-central a=merge 2016-10-04 11:56:36 +02:00
Matt Woodrow
0960a8b62e Bug 1297826 - Override FatalError for IPDL protocols that access the GPU process and make it non-fatal. r=billm 2016-10-04 21:31:27 +13:00
Matt Woodrow
b5d0d22d42 Bug 1297826 - Make FatalError virtual on IPDL generated classes, and propagate calls up to top-level protocols. r=billm 2016-10-04 21:31:25 +13:00
Jan de Mooij
1f87864fb4 Bug 1306626 - Don't attach an Ion GetDenseElement stub if we're not accessing a dense element. r=h4writer 2016-10-04 10:19:41 +02:00
Bob Owen
07702c44a3 Bug 1102853: Remove PGO exception for sharedmem_ipc_client.cc. r=glandium
MozReview-Commit-ID: Qx44MNtns8
2016-10-04 09:18:27 +01:00
Christoph Kerschbaumer
530e0a5325 Bug 1305996 - Tweak Documentation for nsILoadInfo. r=tanvi 2016-10-04 10:07:08 +02:00
Andrea Marchesini
b3cb611f85 Bug 1288997 - AutoIPCStream DTOR must run after the use of the inputStream for PBlob, r=jld 2016-10-04 09:19:04 +02:00
Phil Ringnalda
bcd425d2e8 Backed out changeset cf588a950083 (bug 1306235) for failures in at least test_xhr_progressevents.html and test_blobconstructor.html
MozReview-Commit-ID: HJlw9w1quhu
2016-10-03 23:30:44 -07:00
Franziskus Kiefer
4401b2a84c Bug 1305970 - land NSS 0xe7553afc7665, r=me 2016-10-04 07:59:19 +02:00
Phil Ringnalda
c5de2b9e84 Merge m-c to f-t 2016-10-03 20:51:52 -07:00
Phil Ringnalda
937fbae9a4 Backed out changeset b26e668306fb (bug 1278687) for making test_ext_webrequest.html between near-permaorange and actual-permaorange 2016-10-03 20:17:28 -07:00
Phil Ringnalda
32a3e9d2b7 Merge m-i to m-c, a=merge
MozReview-Commit-ID: IffTwuMbwmG
2016-10-03 20:09:05 -07:00
Wes Kocher
07bae22aba Backed out changeset bc4680ea08a9 (bug 1307042) for android mda test failures a=backout CLOSED TREE 2016-10-03 16:03:12 -07:00
Wes Kocher
d31d166f3f Backed out changeset 1adfbab318a6 (bug 1264367) for breaking crash stacks CLOSED TREE 2016-10-03 14:50:27 -07:00
Kris Maglione
b58bf8f8f2 Bug 1278687: Multiplex extension message listeners for use in chrome tests. r=aswan
MozReview-Commit-ID: 3V5FqnBQy1j
2016-10-03 20:44:28 +01:00
Jan Odvarko
64a071a991 Bug 1305979 - Test for addSidebarTab API. r=jdescottes 2016-10-03 18:14:14 +02:00
Nils Ohlmeier [:drno]
ea557415f1 Bug 1306782: remove B2G from WebRTC mochitest.ini. r=dminor
MozReview-Commit-ID: LACslRHbQFp
2016-09-30 16:49:26 -07:00
Eric Rahm
c23e346327 Bug 1307223 - Don't warning multiple times about WMF dlls failing to load. r=cpearce
We already report failure in |LoadDlls| on the initial failure to load, there's
no need to warn more than once per session.

MozReview-Commit-ID: FhsR2ZaMSLT
2016-10-03 14:02:15 -07:00
Robert Helmer
0feed82149 Bug 1306492 - release staging directory when add-on install is postponed r=kmag
MozReview-Commit-ID: 3mMFS2l8bKq
2016-09-29 19:38:08 -07:00
Phil Ringnalda
81e623a5b4 Backed out 5 changesets (bug 1305801) for ASan gtest bustage
Backed out changeset 0c95d5dec6d9 (bug 1305801)
Backed out changeset bca0e706dbc5 (bug 1305801)
Backed out changeset def8da367beb (bug 1305801)
Backed out changeset 56ceae52d847 (bug 1305801)
Backed out changeset 14457cc4c325 (bug 1305801)
2016-10-03 22:14:49 -07:00
Dimi Lee
daec409fa0 Bug 1305801 - Part 5: Support SafeBrowsing v4 partial update. r=gcp
MozReview-Commit-ID: 7OEWLaZbotS
2016-10-04 09:14:39 +08:00
Brad Lassey
ff36153fea bug 1294341 - only assert that navigator.plugins is not empty when there is a hidden CTP plugin r=bsmedberg 2016-09-29 12:39:02 -04:00
Brad Lassey
96de82b958 bug 1294341 - add a fake filename to avoid an assertion that plugin filenames have periods in them r=bsmedberg 2016-09-29 12:37:20 -04:00
Gijs Kruitbosch
a18592b766 Bug 1000458 - stop races in location bar <return> handling code, r=mak
MozReview-Commit-ID: IcQCNj0FcCu
2016-09-28 19:54:25 +01:00
Greg Tatum
4e62012256 Bug 1303748 - Fix color cycling in CssColor by adding more HSL precision; r+tromey r=tromey
MozReview-Commit-ID: EtNj5IdOnKr
2016-09-28 09:31:26 -05:00
Chris Pearce
24aeaae310 Bug 1307019 - Testcase for encrypted MP4 without PSSH and MDSM waiting-for-CDM. r=jya
Tests that a fragmented MP4 file without a PSSH, but with encrypted valid
tracks with valid TENC boxes, is able to load with EME. This is a test for
the code path added in bug 1300069.

We setup MSE before starting up EME, so that we exercise the "waiting for
cdm" step in the MediaDecoderStateMachine, which was regressed in bug 1300069.

MozReview-Commit-ID: BXgdzAikWoH
2016-10-03 16:35:27 +13:00
Chris Pearce
3b09535604 Bug 1307019 - Ensure MDSM and MFR have consistent view of what counts as encrypted. r=jya
The patch in bug 1300069 introduced an inconsistency between what the
MediaDecoderStateMachine and the MediaFormatReader consider an encrypted
stream. The MDSM considered a stream encrypted if mInfo.IsEncrypted() is true,
and that only takes into account the PSSH. Whereas the MFR only considers the
presence of a TENC box to indicate encryptedness. This would cause the MDSM
to not wait for the CDM before trying to start decoding. So if you setup the
MediaSource before setting the MediaKeys on the MediaElement, you'll end up
trying to create an EME decoder without a CDMProxy, and that causes a null
pointer deref and crash.

This patch ensures that the MDSM and the MFR use the same logic to determine
whether a stream is encrypted.


MozReview-Commit-ID: KGuYTuP9XDL
2016-10-03 16:34:31 +13:00
Phil Ringnalda
ea86186c88 Bug 1307043 - Make [Ubuntu] in try syntax include ASan tests, r=dustin
If you want to run tests on Linux32 and Linux64, you use trychooser syntax like
"-u all[Ubuntu]" which taskcluster supports, but if you also built ASan, and
want tests on ASan, there's no supported documented way to get them. That sounds
like an edge-case, except that to get tests to run on WinXP or Win8 you have to
explicitly list them, so to get tests on every platform you build you have to
list all of them, and if ASan is one of them you have to somehow know to dig
around in the .yml and to know that linux64-asan is the thing to dig out.

MozReview-Commit-ID: 2REf0cUWmK8
2016-10-02 23:20:02 -07:00
Phil Ringnalda
531ea657b0 Bug 1306933 - Support the 'Android 4.3' prettyname alias for trychooser, r=dustin
The trychooser website advertises 'Android 4.3' as the alias to choose Android
tests in [] syntax, but without support for that in taskcluster, someone who
wants both opt and debug tests would need to guess, with no support or
documentation, that they should use [Android 4.3,android-4.3-arm7-api-15]

MozReview-Commit-ID: 4rEKcvqAfDH
2016-10-01 19:19:24 -07:00
Jan Odvarko
8b2fc61cbc Bug 1305979 - Improve API for adding a new side panels. r=jdescottes 2016-09-28 14:48:43 +02:00
Jan Odvarko
830fb03aef Bug 1306898 - Avoid exception. r=ntim 2016-10-03 13:33:53 +02:00
Brian Grinstead
cf713964e6 Bug 1307198 - Set -moz-user-focus: normal to fix text focus on new output area;r=linclark
MozReview-Commit-ID: 7mIXo72WBhW
2016-10-03 11:46:14 -07:00
Brian Grinstead
4244b5c95b Bug 1307151 - Clear prefs in a cleanup function in browser_webconsole_bug_737873_mixedcontent.js;r=me
MozReview-Commit-ID: 7X5NVOcvop8
2016-10-03 10:16:51 -07:00
Brian Grinstead
958311b969 Bug 1306780 - Use the old console frontend for DAMP runs;r=jryans
MozReview-Commit-ID: DJBzr7Q5tee
2016-10-03 08:52:04 -07:00
Gabriel Luong
9dd5c70e0f Bug 1305786 - Add initial react/redux boilerplate for creating a new layout panel r=honza 2016-10-03 10:22:26 -04:00
Brian Grinstead
274347ee2f Bug 1306783 - Skip test_render_perf.html temporarily;r=linclark
MozReview-Commit-ID: 8MxjccwSIdO
2016-10-02 15:16:50 -07:00
Lin Clark
f7fb766c9c Bug 1306783 - New console frontend: Fix performance issue when adding lots of messages. r=bgrins; r=nchevobbe
MozReview-Commit-ID: HdU1OntWPhq
2016-10-02 15:16:50 -07:00
Lin Clark
6d632efe28 Bug 1306751 - New console frontend: Emit new-message from componentDidMount. r=bgrins
MozReview-Commit-ID: 1JS6FcDU9qr
2016-10-02 15:16:50 -07:00
Nicolas Chevobbe
3868d44ac2 Bug 1306781 - New console frontend: Add title on repeat element. r=linclark
MozReview-Commit-ID: L10G6ShRuXR
2016-10-02 15:16:49 -07:00
Lin Clark
ef9ddffa30 Bug 1306775 - New console frontend: Fix classes on page errors and console commands. r=me
MozReview-Commit-ID: 97gjsvbKt1d
2016-10-02 15:16:49 -07:00
Lin Clark
61e402b63a Bug 1306099 - New console frontend: Fix scrolling. r=bgrins
MozReview-Commit-ID: 3xRTUTh53Bp
2016-10-02 15:16:49 -07:00
Nicolas Chevobbe
0475585bf7 Bug 1306727 - New console frontend: Add test for the location in consoleApiCall. r=linclark
MozReview-Commit-ID: H3eLp8FDQRN
2016-10-02 15:16:49 -07:00
Lin Clark
2a943f4a13 Bug 1306622 - New console frontend: Fix stacktrace expandable closure. r=me
MozReview-Commit-ID: DugEHmQvbXd
2016-10-02 15:16:49 -07:00
Lin Clark
a63cac5b49 Bug 1306622 - New console frontend: Factor out common HTML structures from message types. r=bgrins
MozReview-Commit-ID: 3JjyRuJyFAP
2016-10-02 15:16:49 -07:00
Lin Clark
6147c827c1 Bug 1306460 - New console frontend: Fix text filtering. r=bgrins,r=nchevobbe
MozReview-Commit-ID: A0sEoQ2bzdo
2016-10-02 15:16:49 -07:00
Lin Clark
809ba8d714 Bug 1305788 - Part 3: Update mocha tests. r=me
MozReview-Commit-ID: 5DvUWErni0O
2016-10-02 15:16:48 -07:00