Commit Graph

562329 Commits

Author SHA1 Message Date
Christian Holler
566f9ff84a Bug 1406081 - Add GCOV signal handlers to JS shell. r=jandem
MozReview-Commit-ID: PKChrt45KO

--HG--
extra : rebase_source : 76440b58b4bb9936926f072b5959e48d54b57b86
2017-10-05 18:32:51 +02:00
Christian Holler
a351d70944 Bug 1406081 - Make --enable-coverage flag available in JS shell. r=froydnj
MozReview-Commit-ID: 5GGTGu2oMc3

--HG--
extra : rebase_source : 85c079b02f6b408ddfd13e518ed136c3a26b20b1
2017-10-05 18:30:26 +02:00
Mark Banner
bf63e702dc Bug 1404126 - Upgrade Follow-on search add-on to 0.9.5. r=past
--HG--
extra : rebase_source : a59c272e89e1c1f45e34c67650e04c00d1e86813
2017-10-06 13:13:31 +01:00
Cameron McCormack
48db8f11a0 Bug 1406275 - Don't assert the status of dirty bits in an unbinding subtree when choosing a new restyle root. r=emilio
MozReview-Commit-ID: 7EVGjjCoF6p

--HG--
extra : rebase_source : daed5fccd763b585ed69b8dc48815dfe523fb39a
2017-10-06 17:26:07 +08:00
abhinav
802264baa1 Bug 1385995 - Adding Copy object to the context menu which allows to copy the object/variable logged to the console. r=nchevobbe
MozReview-Commit-ID: EbOE9qrpikn

--HG--
extra : rebase_source : 58e4f4fd5dfb74e99163decc18b8f3b4b45ca8cf
2017-09-28 00:12:00 +05:30
Louis Chang
033835901f Bug 1404770 Part 3 - Remove test case checkbox-radio-auto-sized-ref.html. r=mats
MozReview-Commit-ID: 6np49zh2u1l

--HG--
extra : rebase_source : bfaba9c5803ee048b190c1969b22c724222506e8
2017-10-06 11:08:58 +08:00
Louis Chang
9257089c9c Bug 1404770 Part 2 - Add test case for testing minimum size of checkbox/radio. r=mats
MozReview-Commit-ID: ElnFKUCuCrK

--HG--
extra : rebase_source : 26bd8d7aa2b6c3355b4af675d0e61e0be3ff3d3b
2017-10-05 16:49:09 +08:00
Louis Chang
5f569b5d2c Bug 1404770 Part 1 - Return device pixels instead of css pixels in GetMinimumWidgetSize. r=mats
MozReview-Commit-ID: 4DenoFuKb12

--HG--
extra : rebase_source : a351438f3002eaa255bf6c1c11ef749f7804060f
2017-10-05 16:49:08 +08:00
Nevin Chen(:nechen)
da23228565 Bug 1403132 - Orange color when tapping Get started button. r=jwu
MozReview-Commit-ID: BffcsiT1wrF

--HG--
extra : rebase_source : 23ce73c8576a52e6a99ff47cbe24353f1809a0e1
2017-10-06 14:00:51 +08:00
Marco Bonardo
c14d0488a0 Bug 1356758 - Intermittent timeouts in browser_UsageTelemetry_urlbar.js. r=adw
MozReview-Commit-ID: 3pCG35lHis2

--HG--
extra : rebase_source : 23427009c0848ef4bcd09280567da065539747bd
2017-10-04 17:39:59 +02:00
Phil Ringnalda
6ea2792d77 Backed out 9 changesets (bug 1396066) for Windows reftest failures
CLOSED TREE

Backed out changeset e41f9295ee00 (bug 1396066)
Backed out changeset 7a22efa8df6b (bug 1396066)
Backed out changeset ed95eea7105c (bug 1396066)
Backed out changeset 635746c88630 (bug 1396066)
Backed out changeset 5b1997aeaead (bug 1396066)
Backed out changeset 19c9ea492f5e (bug 1396066)
Backed out changeset b9d8e4588584 (bug 1396066)
Backed out changeset 87b44ea10407 (bug 1396066)
Backed out changeset e5b9aed44133 (bug 1396066)

MozReview-Commit-ID: K9q3MfPBc5E
2017-10-06 20:48:23 -07:00
Markus Stange
089e60417f Bug 1406494 - Add a WR_RESOURCE_PATH environment variable that lets you set a resource override path for webrender. r=kats
This allows easier testing of shader changes. If you point this environment
variable at your gfx/webrender/res/ directory, the shaders will be read from
that directory when Firefox is launched, so you can test shader changes just by
restarting Firefox and don't need to recompile.

MozReview-Commit-ID: 9Dt6MhErnGS

--HG--
extra : rebase_source : 3c8cb83f28a6b6b00fb4437a7fd7f04dd5511633
2017-10-06 14:38:56 -04:00
Xidorn Quan
aeab286746 servo: Merge #18772 - Backout #18759 on a CLOSED TREE (from upsuper:backout-unshipping); r=backout
Backout #18759

Source-Repo: https://github.com/servo/servo
Source-Revision: 8dece5e74e32223d968648080bb371f3be7fbd7c

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 28541d798e6556870fa9134ff87ff7fe1a2508cc
2017-10-06 20:31:52 -05:00
Emilio Cobos Álvarez
7a87742b16 servo: Merge #18763 - style: Check transitions per longhand to know which transitions to keep (from emilio:transition-longhand-id); r=hiro,birtles
This fixes bug https://bugzilla.mozilla.org/show_bug.cgi?id=1406111

This fixes the fishy TransitionProperty mapping which I complained about in my
previous refactor.

Turns out that those properties could only be longhands, and thus the expansion
we did before that (and which I removed) was correct.

This fixes the bug by moving back to the previous correct behavior but using the
correct types.

The optimization to avoid creating a HashSet if we're transitioning all
properties or had no existing transition is removed since now we're creating a
LonghandIdSet, which is cheap, and that was only a performance optimization.

Source-Repo: https://github.com/servo/servo
Source-Revision: 04f787dbf9b235bf3af58dc7f3160689cdb2311c

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 72e10febd57baaffd77eea420c905de7dc5f9a9d
2017-10-06 12:56:27 -05:00
Paul Rouget
8cfb223feb servo: Merge #18737 - remove android specific workaround (from paulrouget:rm_errno_location); r=emilio
https://github.com/lfairy/rust-errno/pull/5 has landed.

I tested on Android. It runs.

Source-Repo: https://github.com/servo/servo
Source-Revision: cfca26a7e0efdf3a2835a576bb1bca998779dadb

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : e4cbdcef66b39498c2811724b7180f82e2d61468
2017-10-06 10:09:40 -05:00
Glenn Watson
44615ecbd2 servo: Merge #18766 - Update WR (from glennw:update-wr-drv-op-clip-rad); r=pcwalton
* Support border radii clips on radial gradients.
* Optimizations to DL building time.
* Remove deprecated nested DL APIs.
* Another mac driver bug workaround.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7188b348587b06d31f939be99dcf73392c7f3def

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 4a2b75c4201b56a589b9af81ab64c38ec413cd81
2017-10-06 07:40:59 -05:00
Brian Stack
68903cd4e9 Bug 1405740 - Add a cancel-all action task r=garndt,jonasfj
MozReview-Commit-ID: 2V8ztB5Pdkc

--HG--
extra : rebase_source : c9badef0654a9e2f24471cba34c866b681503580
2017-10-05 13:31:56 -07:00
Andrew Halberstadt
e03d78fada Bug 1324961 - [reftest] Process stdout/stderr separately on Windows, r=gbrown
On Windows log lines are buffered in 4kb chunks instead of line buffered. This
means when a log on stdout exceeds this limit, a log from stderr can be
interleaved in the middle. This was causing frequent intermittent failures on
Windows when logging the suite_start message (which is much larger than 4kb).

This patch ensures that instead of redirecting stderr to stdout, we process
that stream independtly (though still using the same output handler). This
means we are guaranteed not to have any log interleaving, but it comes at the
cost of potentially losing the true log ordering. For that reason, this
behaviour is only enabled on Windows. Only the ordering between streams can be
different, and in practice this difference should be really small.

There is currently no good solution for both separating stdout/stderr and
preserving exact log ordering. See bug 798300 for more details.

MozReview-Commit-ID: 5W8I4u15uyM

--HG--
extra : rebase_source : ff6ce214b738dd09081b4b359a49ea7c3b0e4f65
2017-10-05 15:58:31 -04:00
Johann Hofmann
c6be8da32b Bug 1391539 - Show tab separators when hovering tabs. r=dao
This patch also fixes the hover background color of tabs in
Windows 7 (it was mistakenly being overriden), which got a little
more noticeable through the non-changing tab separators.

This patch further adds a missing top border on selected
tabs when drag space or title bar is enabled (which is
required to set the correct border-image on hovered tabs borders).

MozReview-Commit-ID: FJ9wMtA6Pb5

--HG--
extra : rebase_source : 7b8bb1c30bce7b13dcc551ee21f07e74c6e8fa3d
2017-10-05 13:59:28 +02:00
Oriol Brufau
c06b45beac Bug 1406085 - Only consider array indices to be indexed properties. r=nchevobbe
MozReview-Commit-ID: AEH4BeFunxh

--HG--
extra : rebase_source : e61ca2d40e5026bb8e4caaeedacb5278353788c8
2017-10-05 17:03:07 +02:00
Emilio Cobos Álvarez
28bfd5dbba Bug 1396066 another followup. Load input.css from a chrome uri, so it can use :-moz-system-metric. This requires exposing the reftest chrome package to content, but that should be OK. r=bzbarsky
The CLOSED TREE odyssey must end.

MozReview-Commit-ID: EWkwqTHW3dg
2017-10-06 20:16:43 +02:00
Boris Zbarsky
8f7b55fa2b Bug 1396066 followup. Fix the expected message to be the right non-ASCII thing, admit that devtools don't use UA-only media features.
The path to a no-longer-CLOSED TREE beckons.

MozReview-Commit-ID: KPbT6HvbDGF
2017-10-06 12:14:37 -04:00
Sebastian Hengst
859547cf29 Backed out changeset b05a80fad5bc (bug 1405539) for frequently failing chrome-3's toolkit/components/extensions/test/mochitest/test_chrome_ext_downloads_saveAs.html on Windows debug. r=backout on a CLOSED TREE 2017-10-06 17:58:26 +02:00
Kearwood "Kip" Gilbert
f9d0915510 Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert on a CLOSED TREE
- As the aLayersChannel parameter is never passed and now no longer used,
  it has been removed from the SurfaceFactory::NewTextClient.
MozReview-Commit-ID: 58K4Tbj92gO

--HG--
extra : amend_source : d25875293b59ad261d48fae537ed6d8867c15714
2017-10-06 17:38:40 +02:00
Sebastian Hengst
f7316170f3 Backed out changeset 0b70ead3e555 (bug 1405950) on suspicion of causing assertions at widget/windows/WinCompositorWidget.cpp:256 in chrome-3 tests on Windows. r=backout on a CLOSED TREE 2017-10-06 17:34:55 +02:00
Emilio Cobos Álvarez
cb60710747 Bug 1396066: Tentatively fix browser_parsable_css.js. r=me
On a CLOSED TREE.

MozReview-Commit-ID: AoXRdaInYbM
2017-10-06 17:02:20 +02:00
Emilio Cobos Álvarez
fec2a9ebed Bug 1396066: Fix bug 418986 tests. r=me
On a CLOSED TREE.

MozReview-Commit-ID: 9bulxAwhsTM
2017-10-06 17:01:30 +02:00
Boris Zbarsky
9219018480 Backed out changeset 680e3de137fb (bug 1404334) for causing all sorts of tests to try loading planet.mozilla.org and hence a CLOSED TREE.
MozReview-Commit-ID: 9od1twpyJ9T
2017-10-06 10:39:12 -04:00
Boris Zbarsky
9a669f71b3 Bug 1406140 followup. Fix the formatting so the CLOSED TREE is less red.
MozReview-Commit-ID: LAskse3XmLN
2017-10-06 09:54:31 -04:00
Tom Ritter
596e8665ea Bug 1389965 Redefine macros to inline functions to fix MinGW build r=jfkthame
MozReview-Commit-ID: 55Rr9Tk2tdD

--HG--
extra : rebase_source : 297a74d0a95a34fe28584609057e87a1eed73317
2017-10-02 12:46:26 -05:00
Dão Gottwald
96b3a321b0 Bug 1389462 - Update autoscroll icon. r=daleharvey
MozReview-Commit-ID: 4z7pmm1fkIC

--HG--
extra : rebase_source : 60a4dc8527e7f59c70b6fb9f95993c4d46ebbb9d
2017-10-06 13:15:54 +02:00
Andi-Bogdan Postelnicu
80b3b45176 Bug 1405602 - add clang-apply-replacements to path used by mach static-analysis. r=sylvestre
MozReview-Commit-ID: CiJ8sckSXNw

--HG--
extra : rebase_source : cbc692dc5ab46202a5c998b350363fe3f78dc300
2017-10-04 17:02:50 +03:00
Marco Bonardo
e5991df3ec Bug 1405687 - Remove some deprecated code from Places related code. r=standard8
MozReview-Commit-ID: 411z07otlfN

--HG--
extra : rebase_source : 43f91cb30a7ad85f633b653d153a657ebdad1893
2017-10-04 16:33:46 +02:00
Jan Odvarko
3aa5ba0c3e Bug 1404227 - Enhance test for network logs in the Console panel; r=nchevobbe
MozReview-Commit-ID: KMiuawrEwYe

--HG--
extra : rebase_source : 0b06ec1daa4fe6deb5d2071ce1c2c776a915c113
2017-10-03 13:33:39 +02:00
Alex Chronopoulos
643923ac4c Bug 1400889 - Keep constant output channels in MediaStreamGraph. r=padenot
MozReview-Commit-ID: JlQdxU0aNOf

--HG--
extra : rebase_source : 25b6f223c2158a4eb9175731cdbb8521de4ce312
2017-10-03 17:56:53 +03:00
Sylvestre Ledru
772b9c6088 Bug 1406140 - build-clang.py: flake8 consitency r=andi
MozReview-Commit-ID: 6w1QesvVyyc

--HG--
extra : rebase_source : 759fb035a3ffe7c9e8963f9861548d917acb695e
2017-10-05 21:03:19 +02:00
Sylvestre Ledru
fbc1ec3b7d Bug 1406140 - Simplify a bit the code to have a single call to build_tar_package r=andi
MozReview-Commit-ID: 9yGw8bJhQwR

--HG--
extra : rebase_source : e3ed5144a8bbdd6e3bba27d97decd6935904e3cb
2017-10-05 21:00:25 +02:00
John Lin
00a6c9045b Bug 1403849 - p3: add telemetry to record tunneled playback support. r=francois,jya
MozReview-Commit-ID: 52HCnvYT56P

--HG--
extra : rebase_source : f2b3b390e326328b90cce2dfc659972fed7ed02e
2017-09-29 18:12:09 +08:00
John Lin
69fb7ed20e Bug 1403849 - p2: add JNI method for native code to query tunneled playback support. r=esawin
MozReview-Commit-ID: 29HgjCanjGP

--HG--
extra : rebase_source : a9e388883a1e561fbbb4a58f97957662b657028e
2017-09-29 18:04:20 +08:00
John Lin
84b53d828f Bug 1403849 - p1: introduce IPC method to query tunneled playback support. r=esawin
MozReview-Commit-ID: 3wiKC46ZjvY

--HG--
extra : rebase_source : 8d87656737c5ace1bb47b968e9a1cc958616afa1
2017-09-29 18:01:15 +08:00
Nevin Chen
a981553464 Bug 1389343 - Make default background grey so it can occupied the entire favicon. r=jwu
MozReview-Commit-ID: 93ZWdpnlIuX

--HG--
extra : rebase_source : 6117e942029c976f88d5b6c1f22249d9260f2206
2017-09-04 13:36:47 +08:00
Ed Lee
b6f0a8f2d8 Bug 1405539 - Add responsive bookmarking, info doorhanger and bug fixes to Activity Stream. r=k88hudson
MozReview-Commit-ID: C5LXhbuI0EA

--HG--
extra : rebase_source : 580d19a032d6d033317c88470256d864ea8bc529
2017-10-05 15:38:54 -07:00
Nevin Chen(:nechen)
1272df551e Bug 1403728 - Remove unwanted padding. r=jwu
MozReview-Commit-ID: lMO3l83226

--HG--
extra : rebase_source : 52f9bfe70deb08936d27bf6e4f014904fc84228c
2017-10-06 13:02:09 +08:00
Kearwood "Kip" Gilbert
58a055b1f7 Bug 1405950 - Corrected bug in SurfaceFactory::NewTextClient preventing matching textures from being located in mRecycleFreePool r=jgilbert
- As the aLayersChannel parameter is never passed and now no longer used,
  it has been removed from the SurfaceFactory::NewTextClient.
MozReview-Commit-ID: 58K4Tbj92gO

--HG--
extra : rebase_source : d9639dcd81f03f71514a5b288002b7c446805d06
2017-10-05 12:54:32 -07:00
Xidorn Quan
b30f093d94 Bug 1391141 - Reenable test_docload.html on stylo Windows. r=xidorn
MozReview-Commit-ID: FAlrc8mwmGi

--HG--
extra : rebase_source : b6481754565b89c8352ac056e7d44be4617c9208
2017-10-06 14:46:08 +11:00
Ricky Chien
e413f2f6ce Bug 1389550 - Move help button into category and remove init_dynamic_padding in preferences.js r=jaws
MozReview-Commit-ID: 3IU7jTqYr5g

--HG--
extra : rebase_source : aa594d7e839776ca0f20f085203c6c38428f45b2
2017-09-28 15:43:12 +08:00
Emilio Cobos Álvarez
df1739abac Bug 1396066: Remove -moz-physical-home-button. r=xidorn
MozReview-Commit-ID: IaXLKNuHomI
2017-10-06 14:34:59 +02:00
Emilio Cobos Álvarez
b90c5280f4 Bug 1396066: Restrict -moz-is-glyph to UA and chrome only. r=xidorn
MozReview-Commit-ID: A2Jiw8KtJSM
2017-10-06 14:34:58 +02:00
Emilio Cobos Álvarez
81f719cb23 Bug 1396066: Restrict -moz-windows-theme and -moz-os-version to UA and chrome only. r=xidorn
MozReview-Commit-ID: 9iEhkcZb52C
2017-10-06 14:34:57 +02:00
Emilio Cobos Álvarez
4efbb7d1dd Bug 1396066: Restrict system-metric media features to UA and chrome sheets only. r=xidorn
MozReview-Commit-ID: 38jRV6mPbE3
2017-10-06 14:34:56 +02:00