Граф коммитов

572342 Коммитов

Автор SHA1 Сообщение Дата
shindli 7f45cb7cc0 Backed out changeset 65334d5e3012 (bug 1417039) for frequently failing in devtools/client/jsonview/test/browser_jsonview_chunked_json.js (Bug 1421520) r=backout a=backout
--HG--
extra : amend_source : 4c4909694bc4f4428278a55bdd076e5135d2da89
2017-11-30 12:22:01 +02:00
shindli 4ea5b9a4ad Backed out changeset d0ed7858ae96 (bug 1421631) so that bug 1417039 can be backedout r=backout a=backout 2017-11-30 12:19:29 +02:00
shindli c040137399 Merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-11-30 12:01:52 +02:00
Stephen A Pohl aac02bb998 Bug 1405577: Restore the ability to open new windows in new spaces when a window is already in fullscreen mode on macOS. r=mstange 2017-11-29 23:14:11 -05:00
Alastor Wu e4e20429c8 Bug 1415478 - part3 : add tests. r=jwwang
MozReview-Commit-ID: ALFQcKRKk7c

--HG--
extra : rebase_source : f3336de39be80552b422566feb8eac527ec9a912
2017-11-30 10:50:23 +08:00
Alastor Wu d7ce5bde2b Bug 1415478 - part2 : allow autoplay for non-audible media content and video without audio content. r=jwwang
Per UX spec, we would allow non-audible media (volume 0, muted, video without audio track)
to autoplay.

MozReview-Commit-ID: HKUyt5Jt4sH

--HG--
extra : rebase_source : 83e53a0035d72984494948f131a5d6e516baa577
2017-11-30 10:50:21 +08:00
Alastor Wu e750ccbccf Bug 1415478 - part1 : turn on the pref on Nightly build. r=jwwang
MozReview-Commit-ID: AJva2ypm7BJ

--HG--
extra : rebase_source : 385bcf45aa417de1593adcc506a047caa5b14f35
2017-11-30 10:50:17 +08:00
Andreea Pavel ca1cd48e2d Backed out 1 changesets (bug 1421319) for Spidermonkey build bustage e.g. ecma_6/TypedArray/map-and-filter.js r=backout a=backout on a CLOSED TREE
Backed out changeset 52b19d5cd4d0 (bug 1421319)
2017-11-30 04:15:27 +02:00
Bogdan Tara df97c78dbf Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-11-30 01:10:06 +02:00
Bogdan Tara 7d5d1bc25f Backed out 1 changesets (bug 1340197) for failing reftests on /tests/dom/base/crashtests/504224.html r=backout a=backout on a CLOSED TREE
Backed out changeset 42fc2739a333 (bug 1340197)
2017-11-30 00:58:17 +02:00
Bogdan Tara d8635b15e4 Merge inbound to mozilla-central r=merge a=merge on a CLOSED TREE 2017-11-30 00:41:09 +02:00
Bogdan Tara dbf72d85a4 Merge autoland to mozilla-central r=merge a=merge on a CLOSED TREE 2017-11-30 00:36:53 +02:00
Ryan VanderMeulen 5395ec18d2 Backed out 3 changesets (bug 1421025, bug 1388219) for causing bug 1421706 on a CLOSED TREE.
Backed out changeset 1a69438ec05f (bug 1421025)
Backed out changeset 213c2c200c08 (bug 1388219)
Backed out changeset 341aaeb4ce69 (bug 1388219)
2017-11-29 17:00:27 -05:00
Ted Campbell 77ee839bdc Bug 1418894 - Use marker values in XDR data to detect corruption. r=nbp
MozReview-Commit-ID: D6PxPBdgtPP
2017-11-29 16:40:32 -05:00
Ted Campbell c9e3f6d398 Bug 1418894 - Harden XDR data decoding. r=nbp
This patch adds better error detection to XDR decoding to reduce memory
corruption in the event that XDR data is corrupt (which is not
*supposed* to happen).

Add missing default cases. Make out-of-range values fail the decode by
asserting in debug, and returning a TranscodeError in release. Mix a
magic value into enum value before transcoding to buffer (to reduce
chance of garbage data being decoded).

MozReview-Commit-ID: 1wPkho9dm8c
2017-11-29 16:40:30 -05:00
Andreea Pavel bc340a069c Backed out 2 changesets (bug 1414829) for failing dom/media/tests/mochitest/test_peerConnection_basicH264Video.html r=backout a=backout on a CLOSED TREE
Backed out changeset d86c12454ab7 (bug 1414829)
Backed out changeset f319481da572 (bug 1414829)
2017-11-29 23:29:07 +02:00
ffxbld 8b1f82ef39 No bug, Automated HPKP preload list update from host bld-linux64-spot-320 - a=hpkp-update 2017-11-29 11:07:42 -08:00
ffxbld d471604f22 No bug, Automated HSTS preload list update from host bld-linux64-spot-320 - a=hsts-update 2017-11-29 11:07:38 -08:00
ffxbld ed3d2d71f6 No bug, Automated blocklist update from host bld-linux64-spot-341 - a=blocklist-update 2017-11-29 10:13:07 -08:00
ffxbld 2b8c0a2be5 No bug, Automated HPKP preload list update from host bld-linux64-spot-341 - a=hpkp-update 2017-11-29 10:13:03 -08:00
ffxbld 73f3ea227b No bug, Automated HSTS preload list update from host bld-linux64-spot-341 - a=hsts-update 2017-11-29 10:12:59 -08:00
Kate McKinley f9f14d6f64 Bug 1410364 - Don't consider opener when calculating IsSecureContext. r=bz, r=dveditz
Per https://github.com/w3c/webappsec-secure-contexts/issues/42, the
section considering the window opener when calculating secure context is
to be dropped. Firefox already uses "isSecureContextIfOpenerIgnored" in
most places as this is the actual behavior we want. This patch aligns
with the upcoming spec changes by ignoring the window opener. We also no
longer have to keep information about whether our opener was secure as
that no longer factors in our calculations.
2017-11-29 10:40:00 -05:00
Edouard Oger 403ad27bae Bug 1420802 - Remove NetworkLinkService from offline check. r=tcsc
Summary: Remove NetworkLinkService from offline check.

Reviewers: tcsc

Reviewed By: tcsc

Bug #: 1420802

Differential Revision: https://phabricator.services.mozilla.com/D300
2017-11-29 15:15:28 -05:00
Randell Jesup c018787ec1 Bug 1297418: update usrsctp to rev 7737b4a5 from upstream rs=jesup
Green light from Michael Tuexen to take this rev from upstream by email
2017-11-29 14:56:02 -05:00
Randell Jesup 6b32e1e8f7 Bug 1297418: small android patch to upstream sctp library rs=jesup 2017-11-29 14:55:59 -05:00
Randell Jesup 130c47d9ae Bug 1297418: Rework sctp update script to fetch from new repo location (git) r=bwc 2017-11-29 14:55:55 -05:00
Jeff Muizelaar fba16646be Bug 1379680. Add an ipc ByteBuf type. r=billm
This adds a ByteBuf type that can be sent by taking
ownership of its buffer instead of having to make a copy.
2017-11-29 10:11:15 -05:00
Jeff Muizelaar 07d53bd660 Bug 1379680. Add a way to append buffers to a BufferList. r=billm 2017-11-29 10:11:13 -05:00
Jan de Mooij d05bff2588 Bug 1414849 - Remove a bogus assert. r=tcampbell
--HG--
extra : rebase_source : 0b24d51ff49564d43dc8cd86d076fa17ab342608
2017-11-29 16:03:50 +01:00
Jan de Mooij 59cae193e5 Bug 1415883 - Fix some issues in ShiftFromList. r=arai
--HG--
extra : rebase_source : a05f9755046f54dfbc2b9ec1c41a298db5e127f9
2017-11-29 16:03:12 +01:00
Jon Coppeard 295da27e19 Bug 1421319 - Split out GCManagedDeletePolicy into its own header r=sfink 2017-11-29 11:29:13 +00:00
Chung-Sheng Fu 63739feac3 Bug 1037335 - Add a pref to enable only within Nightly and Early Beta. r=ckerschb,smaug
MozReview-Commit-ID: Bi82dHm53qX

--HG--
extra : rebase_source : 61a7c517afb2759d672a1c486213a73ef505a324
extra : amend_source : 572a2c8613fe36ae1ebd613a361bb23acc019912
2017-11-29 16:55:00 +02:00
Chung-Sheng Fu 0eba47ddc8 Bug 1037335 - Fix timing issue of web-platform test: content-security-policy/style-src/style-src-imported-style-blocked.html. r=ckerschb
MozReview-Commit-ID: DdS55NP22nh

--HG--
extra : rebase_source : 4134ad056703ec8363f4f7a04ad02ae4fb1b0c2e
2017-11-29 16:55:00 +02:00
Chung-Sheng Fu 03fb144c3b Bug 1037335 - Fix test failures. r=ckerschb
MozReview-Commit-ID: l6V1XlHZ5F

--HG--
extra : rebase_source : 76d23e968ee619f2daf7870ec4216acb2af94482
2017-11-29 16:54:00 +02:00
Chung-Sheng Fu 5b56656364 Bug 1037335 - Fix test failures. r=ckerschb,smaug
Require review from DOM peer.

MozReview-Commit-ID: HWBKKxxPh0e

--HG--
extra : rebase_source : be42de075010e79835b519e04a01c6e3f3c6ef8b
2017-11-29 16:54:00 +02:00
Chung-Sheng Fu a3b493b9ca Bug 1037335 - Add a mochitest for security policy violation event. r=ckerschb
MozReview-Commit-ID: 7l5jJFEtIaT

--HG--
extra : rebase_source : 49b6794482f0be79919b20226aa571d6ebe066de
2017-11-29 16:54:00 +02:00
Chung-Sheng Fu 8dd7eb1b95 Bug 1037335 - Implement security policy violation event. r=ckerschb,smaug
MozReview-Commit-ID: 4BYThUXduI4

--HG--
extra : rebase_source : 5d4a34c5e6bb7fd3774fafb1de72e761bce4591f
2017-11-29 16:53:00 +02:00
Jan de Mooij 748dad0399 Bug 1417961 - Fix Baseline debug mode OSR to delazify type monitor chains correctly. r=tcampbell
--HG--
extra : rebase_source : 56b5cce9c4613faafea4779c11fbb150a8aae998
2017-11-30 15:53:38 +01:00
Emilio Cobos Álvarez 36470e4ff6 Bug 1420762: followup: Make nsCSSPageRule::ChangeDeclaration properly update the document. r=me
This causes an assert in nsStyleSet with my previous changes.

MozReview-Commit-ID: 4ASV0n8gOhZ
2017-11-30 15:54:01 +01:00
Ben Kelly 559339f71a Bug 1420594 P2 Eagerly shutdown ClientManagerService. r=baku 2017-11-30 09:52:50 -05:00
Ben Kelly 0031cd668f Bug 1420594 P1 Make ClientManagerService track active ClientManagerParent actors. r=baku 2017-11-30 09:52:50 -05:00
Emilio Cobos Álvarez f28656c543 Bug 1420762: Make StyleSheets notify directly to their StyleSets. r=heycam
This also makes the rule map not process all the stylesheets for the document,
which would be a mess with shadow DOM.

Far from the final, ideal state, but hey, progress.

MozReview-Commit-ID: 7TrifME9VZ
2017-11-30 15:42:45 +01:00
Ryan VanderMeulen 51d751d63c Bug 1421987 - Update pdf.js to version 2.0.173. r=bdahl 2017-11-30 08:55:47 -05:00
Margareta Eliza Balazs 90415c6dcc Backed out changeset a866e058c608 (bug 1415827) for build bustage at intl/icu/source/i18n/calendar.cpp:711:16 r=backout on a CLOSED TREE 2017-11-30 15:58:12 +02:00
Andrea Marchesini b4057b86a1 Bug 1421655 - Renaming imgITools::decodeImageBuffer to imgITools::decodeImageFromBuffer, r=aosmond 2017-11-30 14:48:47 +01:00
Andrea Marchesini 16d9ec6e44 Bug 1421655 - Implementation of imgITools::decodeImageFromArrayBuffer, r=aosmond 2017-11-30 14:48:47 +01:00
Andrea Marchesini c89c085feb Bug 1421655 - Using imgITools::decodeImageFromArrayBuffer instead coping data into a string, r=aosmond 2017-11-30 14:48:47 +01:00
Ekanan Ketunuti 720f4146dc Bug 1421534 - Add words to the en-US dictionary. r=jet 2017-11-30 10:32:13 +07:00
Dorel Luca be78e6ea9b Merge inbound to mozilla-central r=merge a=merge 2017-11-29 12:26:15 +02:00
Dorel Luca f1b2e9a5b8 Backed out changeset 98a1ef2f2b30 (bug 1414829) for merge conflict 2017-11-29 12:24:09 +02:00