Matt Woodrow
94247181df
Bug 1377324 - Don't compute prepared data multiple times for ContainerLayers that are duplicated. r=miko
2017-07-07 14:14:19 +12:00
Matt Woodrow
4fd709b953
Bug 1377324 - Don't clear prepared data during rendering since we can visit Layers multiple times in the presence of plane splitting. r=miko
2017-07-07 14:14:11 +12:00
David Anderson
3d539c41cb
Fail gently when a D3D11 TextureHost uses a stale provider. (bug 1378282, r=vliu)
2017-07-06 18:35:37 -07:00
David Anderson
89e8ddea26
Block Advanced Layers on older Intel HD Graphics hardware. (bug 1377866 part 2, r=jrmuizel)
2017-07-06 18:31:27 -07:00
David Anderson
de0153ddb7
Move AL configuration code to a separate function. (bug 1377866 part 1, r=jrmuizel)
2017-07-06 18:31:23 -07:00
David Anderson
fa09d4e240
Disable Advanced Layers on transparent popups. (bug 1379014, r=mattwoodrow)
2017-07-06 18:29:38 -07:00
Robert Strong
8f8743afac
Bug 1378641 - add more app update test logging. r=mhowell
2017-07-06 18:20:22 -07:00
Mike Hommey
7ccc8afe84
Bug 1378658 - When page_purges doesn't zero pages, only record arena chunks or previously recycled chunks for future recycling. r=njn
2017-07-07 09:18:03 +09:00
Steve Fink
d08266fbd1
Bug 1367900 - Record the values and thresholds for GC triggers, r=jonco
...
--HG--
extra : rebase_source : 324a41ddd6a0f577c5f44611e5fcdd092ef05d2d
extra : amend_source : 34470a4ff7d1591811bd6d8f757c71747fd86f99
2017-05-25 14:05:34 -07:00
Wes Kocher
a6d47c0012
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: KowMPlgSlAW
2017-07-06 16:17:24 -07:00
Wes Kocher
bbb26fe90e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 2nFzji7su8C
2017-07-06 16:10:49 -07:00
Wes Kocher
ab1e399bcd
Merge autoland to central, a=merge
...
MozReview-Commit-ID: 1tRIig3iCAm
2017-07-06 15:34:32 -07:00
Aaron Klotz
a4d74945cd
Bug 1378818: Add MOZ_CRASHREPORTER guards around a11y::Compatibility code; r=eeejay
...
MozReview-Commit-ID: 6ASeCgJNPV
2017-07-06 13:59:14 -06:00
Aaron Klotz
390e6ee8d7
Bug 1374792: Remove static keyword from declaration of event in mscom::EnsureMTA::EnsureMTA to prevent reuse when thread reenters; r=handymand
...
MozReview-Commit-ID: IfE3b6ZZAxs
2017-07-06 16:44:21 -06:00
sotaro
35fc8b0347
Bug 1378649 - Use skia as default content backend on windows r=jrmuizel
2017-07-07 07:47:40 +09:00
Ehsan Akhgari
23e03fa69b
Bug 1378983 - Improve the packing of HTMLFormElement; r=mystor
...
This brings the size of this node to 512 bytes on 64-bit debug builds.
2017-07-06 18:04:51 -04:00
Nathan Froyd
a7e99ae521
Bug 1378387 - use dependent strings in the url-classifier where possible; r=gcp
...
Doing this makes various operations more efficient, as we don't have to
allocate, copy strings, and deallocate needlessly. The remaining
instances of nsCString temporaries are in logging code, which didn't
seem worthwhile to deal with here.
2017-07-06 15:26:12 -04:00
David Anderson
208baf0a94
Backed out changeset 8eb05f9fc699 for breaking Mac URL bars. (bug 1366618)
2017-07-06 12:13:46 -07:00
Sebastian Hengst
7b9c3ddcde
Backed out changeset 7529213e3375 (bug 1377861) for failing reftest iframe-border-radius.html on Windows 8 x64. r=backout
2017-07-06 20:45:40 +02:00
Andrea Marchesini
68ee090884
Bug 1333981 - Introduce StorageNotifierService for the dispatching of StorageEvent using the correct mainthread event target, r=billm
2017-07-06 19:35:33 +02:00
Eugen Sawin
50e4c4c5da
Bug 1368701 - [3.0] Guard shutdown intent action via Gecko pref on Fennec. r=snorp,bc
2017-07-06 19:20:43 +02:00
Eugen Sawin
ffad978150
Bug 1368701 - [1.2] Add shutdown intent action to shutdown Fennec. r=snorp,bc
2017-07-06 19:20:43 +02:00
Sebastian Hengst
7f761bf821
Backed out changeset f3fc2ea88f60 (bug 1378794) for failing browser/components/extensions/test/browser/browser_ext_popup_corners.js. r=backout
2017-07-06 18:33:55 +02:00
Sebastian Hengst
b90c33261c
Backed out changeset ff995f2f71f2 (bug 1378313) for frequently failing test_accessiblecaret_cursor_mode.py on Linux opt. r=backout
2017-07-06 18:33:05 +02:00
ffxbld
f1472e5b57
No bug, Automated HPKP preload list update from host bld-linux64-spot-303 - a=hpkp-update
2017-07-06 08:48:52 -07:00
ffxbld
9ec86dd99e
No bug, Automated HSTS preload list update from host bld-linux64-spot-303 - a=hsts-update
2017-07-06 08:48:49 -07:00
Fernando Jiménez Moreno
e78edcc736
servo: Merge #17536 - Add cli options to write profiler output to InfluxDB (from ferjm:influxdb.profiler); r=jdm
...
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
This patch adds the command line options and associated code to write the output of running the profiler to an InfluxDB instance, so we can create graphs like [1] with Grafana.
This is part of the work required to record and watch PWM results during CI to catch performance regressions.
[1] https://screenshots.firefox.com/j6sSZrN7pTuPK2kX/localhost
Source-Repo: https://github.com/servo/servo
Source-Revision: 901525c9116ee0945781811c97fd3395db7c5cf9
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 85f6a2600bc0911bfc0167fab230c7c45ddfbe59
2017-07-06 08:27:55 -07:00
Carsten "Tomcat" Book
dd6d76f10a
Backed out changeset 2f3454d832c6 (bug 1372892) for breaking nightly signing - causing bug 1378744
2017-07-06 14:53:35 +02:00
Carsten "Tomcat" Book
7857fa0a5e
merge mozilla-inbound to mozilla-central a=merge
2017-07-06 11:18:05 +02:00
Timothy Nikkel
e2e23f6bc4
Bug 1376722. r=aosmond a=abillings
2017-07-06 01:16:41 -05:00
Carsten "Tomcat" Book
7986433daa
Backed out changeset a93c71a7ef8b (bug 1376026) for failures like DirectWrite not supported on Windows 2008 or older
2017-07-06 08:12:22 +02:00
Carsten "Tomcat" Book
fbc9f302f1
Backed out changeset d09fb3a5cedf (bug 1376026)
2017-07-06 08:11:48 +02:00
Carsten "Tomcat" Book
cd6ff28835
Backed out changeset 581652145f1b (bug 1376026)
2017-07-06 08:11:47 +02:00
Carsten "Tomcat" Book
6969a898fd
Backed out changeset af8c0e8089fc (bug 1376026)
2017-07-06 08:11:45 +02:00
Lee Salzman
4a11a3a52d
Bug 1376026 - fix ScaledFontDWrite::InstanceData constructor to be explicit. r=me
2017-07-06 00:28:07 -04:00
Kit Cambridge
8098b7036f
Bug 1378554 - Allow empty titles for synced separators. r=markh
...
MozReview-Commit-ID: 7dDcIBjhDS4
--HG--
extra : rebase_source : 1acee6f8364f354af8412cebdf7cfebf3c4b9cbc
2017-07-05 11:25:02 -07:00
Kit Cambridge
a4f06209c9
Bug 1378545 - Ensure `test_misreconciled_root` waits for the test server to start. r=markh
...
MozReview-Commit-ID: AyjdR5hfSOf
--HG--
extra : rebase_source : 9483f7f2d0c0437da1a3e97d9477ea8eae243843
2017-07-05 15:19:17 -07:00
Haik Aftandilian
5d3493e27d
Bug 1377614 - Part 2 - System extensions fail to load on Mac and Linux local builds. r=jimm
...
On Mac and Linux, allow unpacked extension resources to load from outside the extension directory if they're in the repo.
MozReview-Commit-ID: 1xsKV72aUJx
--HG--
extra : rebase_source : 1adefb0977e63935366a45dbf7c471d868655838
2017-07-05 14:11:48 -07:00
Marco Castelluccio
f7de4bc88d
Bug 1378839 - Simplify GenerateLcovInfo function. r=nbp
...
--HG--
extra : histedit_source : 6d6d0acc20e14a3a746758fe034fa332e9a82886
2017-07-05 15:24:20 +02:00
Ryan VanderMeulen
03ac3fe709
Bug 1378866 - Update pdf.js to version 1.8.522. r=bdahl
2017-07-06 12:31:16 -04:00
James Willcox
0ffe4de890
Bug 1374647
- Disable mDNS JS fallback in Fennec r=esawin
...
MozReview-Commit-ID: CB8zKbNd8FF
2017-07-06 11:26:07 -05:00
Nathan Froyd
6447359f2a
Bug 1378443 - add missing argument to forget_add_remove_files; r=rillian,f=jdm
...
Leaving off this argument makes `mach vendor rust` with large files fall
over with a Python error. While the user still gets a semi-useful error
message prior to this failing, it would be better to not fail here at all.
2017-07-06 12:07:17 -04:00
Ryan Hunt
81eda4a130
Bug 1378543 - Update webrender_bindings for cbindgen:0.1.13. r=kats
...
MozReview-Commit-ID: LB1LLzBUWd2
--HG--
extra : rebase_source : 0f4486fc7248a4b4e9a33f9d8a0855c6ac034324
extra : amend_source : e510f9bf238975229fabe15475eb6ed6e9e0a7ab
2017-07-05 18:16:44 -04:00
Nathan Froyd
846cfd2498
Bug 1378493 - label PromiseDebugging's FlushRejections runnable; r=billm
...
Rejections can come from anywhere, so SystemGroup is appropriate for this.
2017-07-06 11:41:48 -04:00
Nathan Froyd
fa32de6af4
Bug 1378492 - label nsSMILTimedElement's AsyncTimeEventRunner; r=billm
...
Dispatching it to the associated document should be good enough.
2017-07-06 11:41:48 -04:00
Mason Chang
8a70db6bdb
Bug 1378538. Copy Dash data when recording StrokeLines in DrawTargetCapture. r=jrmuizel
2017-07-06 08:04:10 -07:00
Jan de Mooij
db3fda15b3
Bug 1378740 - Share RegExpShareds across compartments within a zone. r=jonco
2017-07-06 16:40:39 +02:00
Amola Singh
273176fa28
Bug 1377537 - Move urlbar zoom icon styling into urlbar-searchbar.inc.css, r=gijs
...
MozReview-Commit-ID: 9hIk7xRc3hL
--HG--
extra : rebase_source : 0024018c232678f8e5019ca33a6c60c35afa1775
2017-07-06 15:10:52 +01:00
Jonathan Kew
4e933d3a3f
Bug 1378718 - pt 2 - Remove support for persistently caching omnijar data-URI fonts in the user-font cache. r=heycam
2017-07-06 15:06:53 +01:00
Jonathan Kew
d99da5c4f5
Bug 1378718 - pt 1 - Remove support for pre-loading "hidden" system fonts in gfxFT2FontList, as this was only used for FxOS. r=heycam
2017-07-06 15:06:45 +01:00