559949 Commits

Author SHA1 Message Date
Dragana Damjanovic
1210a1f081 Bug 1401509 - Extend the TLS early-data telemetry. r=mcmanus 2017-09-21 10:04:24 +02:00
Hiroyuki Ikezoe
933ef2c9ba Bug 1401809 - Use Atom::from(nsIAtom) to increment reference count in case of dynamic atom for will-change. r=xidorn
If we don't increment the reference count for the Atom in servo side, it's
possible to try to release the Atom in servo side even if we have already
released in gecko side.  When it happens, nsIAtom::mKind is no longer reliable.

MozReview-Commit-ID: GrxbcYxowRB

--HG--
extra : rebase_source : 94e054e3357b31e398e8e5e81522dab3019c561c
2017-09-21 15:50:37 +09:00
Hiroyuki Ikezoe
e7db2e5d36 servo: Merge #18590 - Use Atom::from(nsIAtom) to increment reference count in case of dynam… (from hiikezoe:increment-ref-count-for-will-change); r=xidorn
…ic atom for will-change.

If we don't increment the reference count for the Atom in servo side, it's
possible to try to release the Atom in servo side even if we have already
released in gecko side.  When it happens, nsIAtom::mKind is no longer reliable.

https://bugzilla.mozilla.org/show_bug.cgi?id=1401809

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

Source-Repo: https://github.com/servo/servo
Source-Revision: 581f0bf09a8ec35dadd5de207777f79138255e1a

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : b8daadff800d3af1378b2d93707e6a222533bdb7
2017-09-21 04:18:28 -05:00
Dão Gottwald
c181453e1f Bug 1401908 - Completely disable the lightweight theme text-shadow for the Dark and Light themes. r=johannh
MozReview-Commit-ID: IpsMvGyM1e1

--HG--
extra : rebase_source : 0796425c16e22e4b35fa2338d89759ec59fb7a9f
2017-09-21 11:46:47 +02:00
Morris Tseng
9e6b5807aa Bug 1394226 - Add reftests. r=dbaron
MozReview-Commit-ID: FYOYVVKJsRg
2017-09-21 14:42:45 +08:00
Morris Tseng
88f5bda1d6 Bug 1394226 - Correct z-ordering for some table parts. r=dbaron
MozReview-Commit-ID: IdLhMGDmQag
2017-09-21 14:42:44 +08:00
Morris Tseng
b233faee80 Bug 1392200 - Turn on some backface-visibility reftests. r=kats
MozReview-Commit-ID: GFPfkfDZYSm
2017-09-21 14:41:38 +08:00
Morris Tseng
ce9b629335 Bug 1392200 - Add backface-visibility support for layers-free mode. r=kats
For layers-full mode, we set the backface-visibility to visible because
visibility would be handled by FLB and layers.

MozReview-Commit-ID: CUbeUabfC7K
2017-09-21 14:41:38 +08:00
Morris Tseng
d17dfbe119 Bug 1392200 - Update interfaces for backface-visibility support. r=kats
MozReview-Commit-ID: 6ctGRSUI3pB
2017-09-21 14:41:38 +08:00
David Anderson
674b0fb7ee Revert asynchronous window resizes on Windows. (bug 1380462, r=bas) 2017-09-20 21:48:38 -07:00
Ehsan Akhgari
0fb1cff259 Bug 1370613 follow-up: Switch the chapter number of the Book of Mozilla back to 14:11 2017-09-20 23:31:02 -04:00
Jeff Muizelaar
d1f3804a22 Bug 1401606 - Change a bunch of asserts! to debug_asserts! r=kats
I saw these show up a bit in profiles and we have a better idea which
threads to call things on now.
2017-09-20 23:11:20 -04:00
Seburo
86f06ce9a0 Bug 1370613 - Update Book of Mozilla passage; r=ehsan 2017-09-20 23:05:07 -04:00
Yura Zenevich
43d31d9b4e Bug 1383051 - fixing windows 10 window control alignment and indicator alignment in windows 7. r=jaws
MozReview-Commit-ID: 2aaYqbmjOjI
2017-09-20 22:29:56 -04:00
Yura Zenevich
cf548aef76 Bug 1383051 - added accessibility service indicators. r=jimm
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:46 -04:00
Yura Zenevich
93a01a831c Bug 1383051 - updated private browsing indicators. r=jaws
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:37 -04:00
Ryan VanderMeulen
2cdacb840d Merge m-c to inbound. a=merge 2017-09-20 22:27:56 -04:00
Ryan VanderMeulen
7a89dfc810 Backed out changeset fc352698b470 (bug 1397438) for talos perf-reftest-stylo-disabled-e10s failures. 2017-09-20 22:18:57 -04:00
Ryan VanderMeulen
57d05b2dfa Backed out changeset 6918dea06b7b (bug 1400147) for causing various form autofill heuristics xpcshell failures on Beta 57.
--HG--
extra : rebase_source : 09ae93589d95b20918751d233f80c740c82053f6
2017-09-20 21:52:23 -04:00
sotaro
f287c29540 Bug 1399652 - Add more IPCOpen() checks to WebRenderBridgeChild r=kats 2017-09-21 09:41:34 +09:00
Wes Kocher
5d514ba8e9 Merge m-c to inbound, a=merge
MozReview-Commit-ID: 2XyrMOdIWok
2017-09-20 17:39:08 -07:00
Geoff Brown
9a92a11760 Bug 1400979 - Follow-up: Skip test-verify on linux64-ccov; r=gmierz a=merge
The previous patch was ineffective, because the noted transform over-wrote
the yml configuration.

MozReview-Commit-ID: ICENT0DGzxy

--HG--
extra : source : e024769dac36e22935f1e64a328bb15334d6bdef
2017-09-20 18:13:59 -06:00
Wes Kocher
a6b8d9e91b Merge inbound to central, a=merge
MozReview-Commit-ID: JpqY5uEi1nf
2017-09-20 17:18:21 -07:00
Geoff Brown
2ab9a0bef0 Bug 1400979 - Follow-up: Skip test-verify on linux64-ccov; r=gmierz
The previous patch was ineffective, because the noted transform over-wrote
the yml configuration.
2017-09-20 18:13:59 -06:00
Kershaw Chang
24e949b4c0 Bug 1247843 - Part 4: A test case for testing whether the channel used to load favicon. r=mak 2017-09-20 20:10:00 -04:00
Kershaw Chang
53cf0a2a8e Bug 1247843 - Part 3: Set request context ID to the http channel created in imgLoader::LoadImage. r=baku
In order to let necko postpone the load of favicon, we have to set request context ID to the http channel that is created to load favicon.
This patch starts with passing a request context ID to nsContentUtils::LoadImage and makes other necessary changes to set the request context ID to the channel.
2017-09-20 20:09:00 -04:00
Kershaw Chang
3ccf2143f7 Bug 1247843 - Part 2: Set request context ID for the channel used to load favicon. r=mak
This patch covers two cases when loading a favicon:
1. Get the request context ID of the document load group, when <link rel="icon"> is found in the page.
2. Use the top level document's request context ID when using the default favicon.
2017-09-20 20:09:00 -04:00
Kershaw Chang
56cdc97487 Bug 1247843 - Part 1: Add new property - contentRequestContextID. r=mconley, r=hurley 2017-09-20 20:08:00 -04:00
Chenxia Liu
5ff5a5d11e Bug 1400408 - Add telemetry for clicking on "MORE" link. r=francois,mcomella
MozReview-Commit-ID: Kp8X8dbyzN9

--HG--
extra : rebase_source : 0ba8ab4676962aba7107ba9aeb6f73acd4cfb217
2017-09-20 16:06:51 -07:00
Chenxia Liu
9ce12f4949 Bug 1400408 - Fill in basic documentation of existing Pocket telemetry. r=mcomella
MozReview-Commit-ID: FiZI6ebihD9

--HG--
extra : rebase_source : 342f80ece62434b6e2a29d70d286d1af7dd12f81
2017-09-20 17:11:37 -07:00
Jan-Ivar Bruaroey
630e3ccfc3 Bug 1399922 - Use a static mutex for getting deviceId keys in MediaParent. r=jesup
MozReview-Commit-ID: E6pzyAM4jOQ

--HG--
extra : rebase_source : f6a893508e4f5d1b426a62b6c549aba1e1f2041d
2017-09-21 10:45:56 -04:00
J. Ryan Stinnett
7c2bd5ab17 Bug 1401256 - Crashtest for animating lengths. r=heycam
MozReview-Commit-ID: HiVfx9cg4ZZ
2017-09-21 18:22:46 -05:00
J. Ryan Stinnett
d5e79945ae servo: Merge #18593 - Update inherited prop state for animation (from jryans:stylo-anim-inherit-context); r=heycam
https://bugzilla.mozilla.org/show_bug.cgi?id=1401256

Source-Repo: https://github.com/servo/servo
Source-Revision: 83705a8fa8992a974b32acc6635c7dfeed1afa50

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 08724f2f81fd5297eee8da5bbb3e12a16957e828
2017-09-21 16:43:37 -05:00
Gregory Szorc
136001aa15 Bug 1402142 - Expand taskgraph sparse checkout to support moz.build evaluation; r=glandium
Some moz.build files need to import in-tree Python modules in order to
parse test manifests. While bug 1402010 details a better solution
to remove this requirement, the easy fix is to expand the sparse
checkout to include the missing files.

MozReview-Commit-ID: FSx6u6r2XfE

--HG--
extra : rebase_source : 6e406dd76b4f78521cbbdc40110d0610c75e2b08
extra : amend_source : f68341a14f50c8ff6e7b62214fa455b75eabe908
2017-09-21 15:37:52 -07:00
Gijs Kruitbosch
fda48d1b3f Bug 1401754 - print in the hamburger panel should open preview on Windows/Linux but not suggest its shortcut is ctrl-p, r=dao
MozReview-Commit-ID: K4yQB6ejGRv

--HG--
extra : rebase_source : cdd730f7777ed609386469762f7620d6d4805d7e
2017-09-20 22:54:38 +01:00
Wes Kocher
a3ded7e99b Merge autoland to central, a=merge
MozReview-Commit-ID: Ig0M9uJNdeM
2017-09-20 14:07:40 -07:00
Aaron Klotz
143a969b94 Bug 1399557: Follow-up: Add check for expected error code; r=bustage
--HG--
extra : rebase_source : bf2db1dc3f7869f360bd22557a793cc3f770aee7
extra : amend_source : 9fc98cc81cac846dcde68abad2ff1ab0c3f46dad
2017-09-20 14:40:41 -06:00
Ryan VanderMeulen
1cb6096990 Backed out changesets a182935e2bd4 and 0735f44b742a (bug 1393374) for failures on Beta 57. 2017-09-20 14:08:29 -04:00
ffxbld
2ef8bd8a46 No bug, Automated HPKP preload list update from host bld-linux64-spot-306 - a=hpkp-update 2017-09-20 10:26:32 -07:00
ffxbld
0ca9f5fd6b No bug, Automated HSTS preload list update from host bld-linux64-spot-306 - a=hsts-update 2017-09-20 10:26:28 -07:00
Mason Chang
652642b7da Bug 1399692 - Backed out changeset 46f0b004bdd2 for not cleaning up content client on the right thread. r=bas
MozReview-Commit-ID: 2eocRWGxjzA

--HG--
extra : rebase_source : 6095b77f15e26f44cd8cc127184781f05b040e68
2017-09-20 08:38:30 -07:00
Ryan VanderMeulen
245945aeb3 Bug 1401771 - Update pdf.js to version 1.9.583. r=bdahl 2017-09-20 19:03:14 -04:00
Dan Minor
55f5ef6e16 Bug 1373843 - Add -fsanitize-coverage to cflags in nicer.gyp; r=posidron
I missed doing this in the original patch because my mozconfig defined the
CFLAGS globally to include -fsanitize-coverage.

MozReview-Commit-ID: 4QdiIgdfAm2

--HG--
extra : rebase_source : bfd1ef5097b91c23913c0349a04154f18f60eef5
2017-09-20 17:05:07 -04:00
Nathan Froyd
3393422869 Bug 1401662 - don't inline nsThreadManager::get(); r=erahm
Defining get() in the declaration of nsThreadManager implicitly sticks
an "inline" on the function, which is not what we want: inlining it
spreads around a lot of static initialization code.  Providing an
out-of-line definition is much better in terms of code size.
2017-09-20 17:10:20 -04:00
Michael Layzell
eb8ee79616 Bug 1401685 - Don't skip sending BHR ping if it is empty, r=froydnj 2017-09-20 17:07:02 -04:00
jason laster
d0ed05261f Bug 1401573 - Fix PoE, Link, and linux issue. r=nchevobbe
MozReview-Commit-ID: 35TA6bhW1Wr
2017-09-20 10:52:54 -04:00
John Dai
c891a377df Bug 1401726 - Fix crash in nsLabelsNodeList::PopulateSelf. r=smaug 2017-09-21 02:06:00 -04:00
Tim Taubert
3d449e1af3 Bug 1400668 - Process key handle exclusion list when registering a token r=jcj 2017-09-21 16:09:53 +02:00
Andreas Tolfsen
e3681ac449 Bug 1400226 - Wait for visibilitychange event on window minimize/restore. r=whimboo
The sizemodechange event is not strongly connected to the
visibilitychange event that the WPT minimize_window.py test is now
using to ascertain whether the window has been successfully iconified.

Because Marionette uses the sizemodechange event it is causing
intermittents such as https://bugzil.la/1397007.  You can also read a
lengthy summary I did on the problem in https://bugzil.la/1397007#c11.

The fix for the problem is to wait for the visibilitychange DOM
event content.

MozReview-Commit-ID: B6i33Ee5iMC
2017-09-21 15:02:36 +01:00
Marco Castelluccio
7a77f0d9e6 Bug 1401814 - Don't disable crash reporter in coverage builds. r=jmaher
--HG--
extra : rebase_source : cf03bb5f87b4919f7177f69c132de31cb191afa3
2017-09-21 02:58:29 +02:00