Emilio Cobos Álvarez
9a6ef770c1
Bug 1381764: Cleanup the Gecko bits. r=manishearth
...
MozReview-Commit-ID: dbVDy1u4vp
2017-07-18 16:22:00 -07:00
Emilio Cobos Álvarez
2eaa179077
Bug 1381764 - stylo: remove unused Servo_StyleContext_NewContext ; r=manishearth
...
MozReview-Commit-ID: A9BSuTw0GR8
2017-07-18 16:21:31 -07:00
Jean-Yves Avenard
afd44b0d23
Bug 1381908 - Remove left over files from bug 1379190. r=dmajor
...
Left of following an incomplete rebase.
MozReview-Commit-ID: 1p71CoYfPUl
--HG--
extra : rebase_source : b8f464d501b8c2d8f0b6a62aeb1cb096ef708c74
2017-07-18 19:37:51 +02:00
Mark Banner
de21cc127c
Bug 1381049 - Fix cases of async function definitions without await in Places code. r=mak
...
MozReview-Commit-ID: 3G3BD5SrJ8b
--HG--
extra : rebase_source : 29d06e076a7fda3cf9b2d6089cefb7bd43de1a03
2017-07-14 17:32:22 +01:00
Mike Conley
a521e2d736
Bug 1374333 - Bump and sign new versions of TalosPowers, Pageloader, damp and tps. r=rwood
...
MozReview-Commit-ID: CzfJWJre7xY
--HG--
extra : rebase_source : df1898b99db1d760e66351e819993fc0b3f29d10
2017-07-13 18:29:15 -04:00
Mike Conley
81fc5777fb
Bug 1374333 - Use TalosContentProfiler to fix profiling in dromaeo tests. r=rwood
...
MozReview-Commit-ID: 8EAESTvLnVP
--HG--
extra : rebase_source : 53d593a0a24d578d962dd9db6383fbbbd700470c
2017-07-13 18:24:42 -04:00
Mike Conley
ab8b2e5d48
Bug 1374333 - Use TalosContentProfiler to fix profiling in kraken tests. r=rwood
...
MozReview-Commit-ID: HlkQYpkPMnM
--HG--
extra : rebase_source : 56fb76f7f88673f5a2bebe261a5aa187b96748ec
2017-07-13 16:46:00 -04:00
Mike Conley
bb27c7303f
Bug 1374333 - Ensure we get profiles for all content processes for tps by waiting until the profiles are gathered before closing the tabs. r=rwood
...
There seems to be a race where the ProfilerParent::SendGatherProfile Promise can fail
if the shutdown message has been sent by ContentParent. This means that exit profiles
are on their way, but the gatherer is going to hear about the rejected Promises first
and decrement the mPendingProfiles counter (with empty profiles) before the exit
profiles can arrive.
This is a workaround. Bug 1380785 has been filed for the ProfilerParent race.
MozReview-Commit-ID: LacBwp4ttiP
--HG--
extra : rebase_source : 6d4095683840978db422f85272855c51b7c41a0c
2017-07-13 11:05:46 -04:00
Mike Conley
3d289d8248
Bug 1374333 - Use TalosContentProfiler to fix profiling in bloom_basic tests. r=rwood
...
MozReview-Commit-ID: 6EH02ebboBu
--HG--
extra : rebase_source : 43a4c987f77819b53362d9df317cdf32db5386b6
2017-07-12 14:09:26 -04:00
Mike Conley
3b35c36356
Bug 1374333 - Use TalosContentProfiler to fix profiling in a11yr tests. r=rwood
...
MozReview-Commit-ID: 43rb6DEzTJ8
--HG--
extra : rebase_source : fca7494a75d684f93bf00246f0a1ebc62c5b3efc
2017-07-12 13:52:52 -04:00
Mike Conley
a6576c6078
Bug 1374333 - Use TalosContentProfiler to fix profiling in basic_compositor_video tests. r=rwood
...
MozReview-Commit-ID: 9CzZC0C3Ty
--HG--
extra : rebase_source : b7d1f2e8f57f836a8ec35af6cdbb992f388c7779
2017-07-11 18:16:17 -04:00
Mike Conley
8862255d44
Bug 1374333 - Use TalosContentProfiler to fix profiling in tcanvasmark tests. r=rwood
...
MozReview-Commit-ID: AWGSqVeOaB6
--HG--
extra : rebase_source : 254a6524929c0d70670c7cee37bdcfeaea30f382
2017-07-11 18:05:24 -04:00
Mike Conley
e78b623730
Bug 1374333 - Use TalosContentProfiler to fix profiling in tpaint tests. r=rwood
...
MozReview-Commit-ID: FPHZr3tFCEj
--HG--
extra : rebase_source : 116d01f37106ca456c73cf892c80a0032b18b1cc
2017-07-11 17:39:40 -04:00
Mike Conley
29affc1143
Bug 1374333 - Use TalosContentProfiler to fix profiling in glvideo tests. r=rwood
...
MozReview-Commit-ID: EUNQG3Jhyp0
--HG--
extra : rebase_source : 4e2e3ff95c32475cf1c06da5a949159eb6a8ea32
2017-07-11 17:29:41 -04:00
Mike Conley
8f4e743a25
Bug 1374333 - Use TalosContentProfiler to fix profiling in glterrain tests. r=rwood
...
MozReview-Commit-ID: FQl58ZNyFCl
--HG--
extra : rebase_source : fa9e7e71bf8e35b35170bce6ca9281eb2420f149
2017-07-11 17:22:14 -04:00
Mike Conley
9b11c1fa40
Bug 1374333 - Use TalosParentProfiler to fix profiling in damp tests. r=rwood
...
MozReview-Commit-ID: 6soeiMl2NXx
--HG--
extra : rebase_source : 241f91af7d88f73f96c71e5ceb29336874992eea
2017-07-11 17:16:40 -04:00
Mike Conley
e55b23e1d4
Bug 1374333 - Make pageloader start and capture profiles at better times. r=rwood
...
Before, we were doing capture after moving from page to page, but keeping the cycles all
within the same profile.
This change causes us to capture separate profiles for each page load, regardless of whether
or not they're just another cycle for a particular page.
This is particularly useful for tests like tps which use the pageloader to load a single test
URL over multiple cycles.
MozReview-Commit-ID: 5u0jxC4P75q
--HG--
extra : rebase_source : 11aa84d7c5d8879afbc932d962bceb1908268f25
2017-07-10 11:54:41 -04:00
Mike Conley
f9b18e55c0
Bug 1374333 - Use TalosContentProfiler to fix profiling in tscroll tests. r=rwood
...
MozReview-Commit-ID: B7ymFcpTMSC
--HG--
extra : rebase_source : e1a9a9366038a81624c967f85e2f6696da858ce4
extra : source : f45e66dda938bd15dc3427cef63cc5aed36b90a6
2017-06-19 14:59:05 -04:00
Mike Conley
a3fd2a7da6
Bug 1374333 - Use TalosContentProfiler for profiling in tsvgx tests. r=rwood
...
MozReview-Commit-ID: 9auT5RxW2lh
--HG--
extra : rebase_source : 88c9619da71766a5cc2ecfe360bc929d5e9cea3d
extra : source : f91587a87a0b8c72feb8168636b46fb7365a8f08
2017-06-16 18:09:45 -04:00
Mike Conley
3400474bb0
Bug 1374333 - Allow TalosContentProfiler.js to be loaded as both a frame script and as a normal DOM script. r=rwood
...
MozReview-Commit-ID: FMejiIsulkS
--HG--
extra : rebase_source : e1fa7fb68c6f52b4e10c7f1f961400810b03ddc4
2017-07-06 15:15:44 -04:00
Mike Conley
5c3cefddb8
Bug 1374333 - Allow TalosContentProfiler.js to pause and resume without initializing if the profiler should already be running in the parent. r=rwood
...
MozReview-Commit-ID: 4Cpo91QA6OH
--HG--
extra : rebase_source : 3c16c071cbae98657fc0d20cc2c9af5f55dcabde
2017-07-06 15:09:32 -04:00
Mike Conley
29886a2060
Bug 1374333 - Make Pageloader use TalosParentProfiler. r=rwood
...
MozReview-Commit-ID: BgxsCdrmCKD
--HG--
extra : rebase_source : efecf923da4d3e96ab6b09003825269df065b838
extra : source : ae75704a8abccf3a67995b8a407cce729bf0bde4
2017-06-16 17:07:21 -04:00
Mike Conley
0188ce3ae1
Bug 1374333 - TalosParentProfiler should be initted if the Gecko Profiler is already active when loaded. r=rwood
...
MozReview-Commit-ID: F1a3s6Q38wX
--HG--
extra : rebase_source : 96ac3c68c90c5ff544df2f52bb417a2f6a1cf142
extra : source : ced258d9eaabee5d2a6a1355f2bad34f2ca104c2
2017-06-19 16:35:38 -04:00
Francois Marier
a81cb6de63
Bug 1381691 - Extend Application Reputation telemetry probes. r=bsmedberg
...
MozReview-Commit-ID: AUeW0U4oPsT
--HG--
extra : rebase_source : 5668b3383d716b60f38e8fce4a657aea53a70b28
2017-07-18 11:35:31 -07:00
Emilio Cobos Álvarez
4c1df51aa3
servo: Merge #17773 - style: Cleanup post #17767 (from emilio:removing-the-ugly); r=manishearth
...
Reviewed in https://bugzilla.mozilla.org/show_bug.cgi?id=1381764
Source-Repo: https://github.com/servo/servo
Source-Revision: 66e06578ee68b98c94029fba3cfc3ae7d3782044
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 58815fbe282d109ca50b75b025dc06ef5fe718fe
2017-07-18 09:23:03 -07:00
Daniel Holbert
4aff74aee9
Bug 1373767: Always make nsMathMLmathBlockFrame a block formatting context. r=bz
...
(This makes it behave a bit more like a normal CSS block, and it ensures that
it can provide a float manager to its descendants.)
MozReview-Commit-ID: FmnQYjzD2eD
--HG--
extra : rebase_source : fe5bc96985b0e13a805b014653c422a83b27cfc0
2017-07-13 15:34:20 -07:00
Alastor Wu
881ab25b5c
Bug 1332862 - remove useless test. r=baku
...
MozReview-Commit-ID: 8bul0OFLeU6
--HG--
extra : rebase_source : c086b32e8abae8a802cc4577a7dfe7adf29583e2
2017-07-18 14:45:57 +08:00
Ryan VanderMeulen
84f63b9d2f
Merge m-c to autoland. a=merge
2017-07-18 12:52:05 -04:00
ffxbld
a83a4b6897
No bug, Automated HPKP preload list update from host bld-linux64-spot-307 - a=hpkp-update
2017-07-18 09:16:36 -07:00
ffxbld
1a42bbc6f4
No bug, Automated HSTS preload list update from host bld-linux64-spot-307 - a=hsts-update
2017-07-18 09:16:33 -07:00
Ryan VanderMeulen
366f48ad7e
Merge inbound to m-c. a=merge
2017-07-18 12:14:50 -04:00
Sebastian Hengst
6c82200d23
Backed out changeset 5c974dcdddd7 (bug 1363361) for running and failing browser_windowopen_reflows.js on Windows 8 x64. r=backout
2017-07-18 13:44:44 +02:00
Sebastian Hengst
db6237b457
Backed out changeset 4e3857566e76 (bug 1363361)
2017-07-18 13:43:40 +02:00
Sebastian Hengst
9592e32e28
Backed out changeset db627e28977e (bug 1363361)
2017-07-18 13:43:36 +02:00
Sebastian Hengst
9d645f7069
Backed out changeset 355a7da0154c (bug 1363361)
2017-07-18 13:43:31 +02:00
Sebastian Hengst
461782b301
Backed out changeset 40505345a865 (bug 1363361)
2017-07-18 13:43:26 +02:00
Ed Lee
e6028a1224
Bug 1381569 - Turn on Activity Stream by default for Nightly. r=mconley
...
MozReview-Commit-ID: Bsv1hIigZ0K
2017-07-18 13:37:46 +02:00
sotaro
602705a552
Bug 1372083 - Do not compare depth in attachmentsHaveSameDimensions() r=jgilbert
2017-07-18 19:25:29 +09:00
Sebastian Hengst
cb2227a5c7
Backed out changeset 6dc016256eba (bug 1378067) for bustage at dom/media/webaudio/WebAudioUtils.cpp:107. r=backout on a CLOSED TREE
2017-07-18 11:51:22 +02:00
Paul Adenot
ac12821115
Bug 1378067 - Label more runnables in dom/media (GraphDriver.cpp, CubebUtils.cpp, DOMMediaStream.cpp). r=jesup
...
MozReview-Commit-ID: EQzR1AfzvzE
2017-07-18 11:26:58 +02:00
Michal Novotny
a565b2a018
Bug 1381766 - Remove wrong assertions from CacheFile::SetNetworkTimes, r=junior
...
kIndexTimeNotAvailable has a special meaning when reading the times from the index, but measured times are passed to CacheFile::SetNetworkTimes and 65535ms is a valid time.
2017-07-18 11:04:16 +02:00
Jan de Mooij
826fed3c48
Bug 1381461 part 1 - Don't skip the receiver object in PropertyReadNeedsTypeBarrier. r=bhackett
2017-07-18 10:58:56 +02:00
Shawn Huang
7009f26800
Bug 1370701 - Part 2: Null out the private window, r=btseng
2017-07-18 15:31:03 +08:00
Wes Kocher
e58c76131e
Backed out changeset 9b44720d645b (bug 1357902) for android xpcshell failures in test_ext_startup_cache.js a=backout
...
MozReview-Commit-ID: KzJWDUsEJoK
2017-07-17 23:28:33 -07:00
Christoph Kerschbaumer
87798d9abf
Bug 1337270 - Convert tests within layout/ to not rely on principal inheritance for data: URIs. r=smaug
2017-07-18 07:50:07 +02:00
Gabriel Luong
35445f0c8b
Bug 1381692 - Reorder and rename the Grid display settings checkboxes. r=micah
2017-07-18 01:06:07 -04:00
Boris Zbarsky
bcbf54502c
Bug 1379762 part 3. Don't mess about with load blockers if our document is already in the COMPLETE readyState. r=smaug
2017-07-17 23:21:41 -04:00
Boris Zbarsky
8fd50f23d4
Bug 1379762 part 2. Use a more reliable test to figure out when we can skip firing onload in nsDocumentViewer::LoadComplete. r=smaug
...
Unfortunately, GetRestoringDocument can be false by the time we reach
LoadComplete, if part of the restoration process managed to set up and then
remove onload blockers. If that happens, we still don't want to fire a load
event for a document that has already has one fired.
Note that we could also use a boolean on the document to record whether we've
fired a load event, as long as we were careful to unset it when the readyState
transitions backwards from COMPLETE (e.g. document.open). It's not clear which
approach is more robust.
2017-07-17 23:21:41 -04:00
Boris Zbarsky
24a1bc48da
Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device pixel ratio is set to its current value. r=dbaron
2017-07-17 23:21:41 -04:00
Boris Zbarsky
d51238dc20
Bug 1380549. Remove unnecessary strdup in stringbundle code. r=glandium
...
We just have one allocator around now.
2017-07-17 23:21:31 -04:00