Daniel Varga
c841751cfe
Backed out changeset f7a55a3ba113 (bug 1606503) for causing mochitest failures at test_mq_prefers_reduced_motion_dynamic.html
2020-01-06 02:56:37 +02:00
Hiroyuki Ikezoe
a57321b161
Bug 1606503 - Wait for a frame or a media query change event depending on the corresponding initial system setting. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D58723
--HG--
extra : moz-landing-system : lando
2020-01-05 22:53:17 +00:00
Emilio Cobos Álvarez
ab672d9f29
Bug 1605803 - Use cbindgen for content property. r=xidorn
...
This cleans up and also allows us to keep the distinction between content: none
and content: normal, which allows us to fix the computed style we return from
getComputedStyle().
Do this last bit from the resolved value instead of StyleAdjuster, because
otherwise we need to tweak every initial struct for ::before / ::after.
Differential Revision: https://phabricator.services.mozilla.com/D58276
--HG--
extra : moz-landing-system : lando
2020-01-05 13:10:39 +00:00
Ting-Yu Lin
bc3ffa5195
Bug 1499281 - Remove column-span pref in mochitests and property databases. r=dbaron
...
Move the content of bug1503420.html to
test_frame_reconstruction_for_column_span.html because we don't need to
flip the pref and load the test in an iframe.
The modification to devtools's properties-db.js is generated via
`./mach devtools-css-db`.
Differential Revision: https://phabricator.services.mozilla.com/D58402
--HG--
extra : moz-landing-system : lando
2019-12-31 19:33:15 +00:00
Nathan Froyd
e4d9fe5e10
Bug 1605418 - use GeneratedFile template in layout/style/test/gtest/; r=firefox-style-system-reviewers,jwatt
...
The template is slightly nicer and slighty more modern.
Differential Revision: https://phabricator.services.mozilla.com/D58009
--HG--
extra : moz-landing-system : lando
2019-12-20 17:52:11 +00:00
Hiroyuki Ikezoe
3e3b2d6ac9
Bug 1596317 - Use EnumerateBrowsers to notify the theme change into all remote documents. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D57262
--HG--
extra : moz-landing-system : lando
2019-12-19 07:58:57 +00:00
Hiroyuki Ikezoe
11f2716492
Bug 1596317 - Implement SetPrefersReducedMotionOverrideForTest backend for GTK. r=emilio
...
On GTK changing gtk-enable-animation in a process doesn't affect in different
processes for some reasons. So we take the same approach as what we did for
OSX[1] that is when SetPrefersReducedMotionOverrideForTest is called we set the
given value as a cache in the parent process and send a notification to system
as if the value changed thus the notification kicks PBroser.ThemeChanged to
update the cache in the content process, thus we can use the cache value on
querying the corresponding value in the content process.
[1] https://hg.mozilla.org/mozilla-central/rev/67a5acf7363d
Differential Revision: https://phabricator.services.mozilla.com/D57260
--HG--
extra : moz-landing-system : lando
2019-12-19 09:04:58 +00:00
Bogdan Tara
a96ffb25c5
Backed out 7 changesets (bug 1596317) for causing build bustages CLOSED TREE
...
Backed out changeset 0d3208fcb948 (bug 1596317)
Backed out changeset fe5554dc4115 (bug 1596317)
Backed out changeset 019de59cbc93 (bug 1596317)
Backed out changeset f4851472b087 (bug 1596317)
Backed out changeset a984cf515db8 (bug 1596317)
Backed out changeset d0da5bf9b4d4 (bug 1596317)
Backed out changeset abe5f2030dd9 (bug 1596317)
2019-12-19 06:49:39 +02:00
Hiroyuki Ikezoe
6837a57ea8
Bug 1596317 - Use EnumerateBrowsers to notify the theme change into all remote documents. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D57262
--HG--
extra : moz-landing-system : lando
2019-12-19 04:16:59 +00:00
Hiroyuki Ikezoe
3b2739a1da
Bug 1596317 - Implement SetPrefersReducedMotionOverrideForTest backend for GTK. r=emilio
...
On GTK changing gtk-enable-animation in a process doesn't affect in different
processes for some reasons. So we take the same approach as what we did for
OSX[1] that is when SetPrefersReducedMotionOverrideForTest is called we set the
given value as a cache in the parent process and send a notification to system
as if the value changed thus the notification kicks PBroser.ThemeChanged to
update the cache in the content process, thus we can use the cache value on
querying the corresponding value in the content process.
[1] https://hg.mozilla.org/mozilla-central/rev/67a5acf7363d
Differential Revision: https://phabricator.services.mozilla.com/D57260
--HG--
extra : moz-landing-system : lando
2019-12-19 04:15:44 +00:00
Sean Voisen
0e463d054a
Bug 1453472
- Add support for logical versions of overscroll-behavior. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D57363
--HG--
extra : moz-landing-system : lando
2019-12-17 11:27:41 +00:00
Kris Maglione
295e55e227
Bug 1596918: Part 4d - Fix callers which try to return non-clonable values. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53745
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:37 +00:00
Kris Maglione
94e3b0bd8d
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:16 +00:00
Emilio Cobos Álvarez
fe173632c7
Bug 1602843 - Preserve CSS input exactly during sanitization. r=hsivonen
...
This avoids the mutation due to the different serialization in some cases.
Differential Revision: https://phabricator.services.mozilla.com/D56732
--HG--
extra : moz-landing-system : lando
2019-12-12 13:57:54 +00:00
shindli
91924fedc7
Backed out 9 changesets (bug 1596918) for causing mochitest permafailures in toolkit/content/tests/chrome/test_findbar_events.xhtml CLOSED TREE
...
Backed out changeset 45a1c42118f2 (bug 1596918)
Backed out changeset db09910ffa56 (bug 1596918)
Backed out changeset 5c9d9f141c10 (bug 1596918)
Backed out changeset 6a135670d603 (bug 1596918)
Backed out changeset 3a0184e0df72 (bug 1596918)
Backed out changeset 2f0036486823 (bug 1596918)
Backed out changeset a770c6d08d52 (bug 1596918)
Backed out changeset ef062eb7a6ee (bug 1596918)
Backed out changeset a6ea596e98db (bug 1596918)
2019-12-11 03:09:26 +02:00
Kris Maglione
37c15883a5
Bug 1596918: Part 4d - Fix callers which try to return non-clonable values. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53745
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:34 +00:00
Kris Maglione
16a9b29848
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-10 23:07:13 +00:00
Emilio Cobos Álvarez
353b658d5a
Bug 1600773 - Invalidate shadow part pseudo-class styles correctly. r=heycam
...
I was going to send a test for `:focus` via wpt, but then realized it was
probably not spec-compliant with the new rules people want to follow for
:focus, so I filed https://github.com/w3c/csswg-drafts/issues/4555 instead.
Testing `:hover` / `:active` via wpt looked quite a bit of a hassle.
Differential Revision: https://phabricator.services.mozilla.com/D55591
--HG--
extra : moz-landing-system : lando
2019-12-09 13:40:16 +00:00
Noemi Erli
82d41a33b2
Backed out 9 changesets (bug 1596918) for causing multiple browser-chrome failures
...
Backed out changeset 415007efd8c9 (bug 1596918)
Backed out changeset 011eb5ce927b (bug 1596918)
Backed out changeset e5fd3ee22ea1 (bug 1596918)
Backed out changeset 0bca4de31d40 (bug 1596918)
Backed out changeset 11ec4393f23d (bug 1596918)
Backed out changeset c5404a7c286d (bug 1596918)
Backed out changeset 7e9304405a46 (bug 1596918)
Backed out changeset fa0f0aeabf99 (bug 1596918)
Backed out changeset de196b077000 (bug 1596918)
2019-12-07 22:26:43 +02:00
Kris Maglione
8c28f5ff8d
Bug 1596918: Part 4d - Fix callers which try to return non-clonable values. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53745
--HG--
extra : moz-landing-system : lando
2019-12-07 18:44:35 +00:00
Kris Maglione
910eab35d2
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-07 19:11:58 +00:00
Daniel Varga
84a601a6d4
Backed out 17 changesets (bug 1596918) for multiple browser-chrome and dev-tools failures. On a CLOSED TREE
...
Backed out changeset ab87d2c1afae (bug 1596918)
Backed out changeset 775f3b06a687 (bug 1596918)
Backed out changeset 67cc63ef5d7f (bug 1596918)
Backed out changeset 7d290bcd2067 (bug 1596918)
Backed out changeset 048db9f4db7c (bug 1596918)
Backed out changeset 96a79d2ba614 (bug 1596918)
Backed out changeset be770d112dd8 (bug 1596918)
Backed out changeset 302c8ab8391c (bug 1596918)
Backed out changeset 44ef8f20732e (bug 1596918)
Backed out changeset 38c11ebfb8ff (bug 1596918)
Backed out changeset b586fc081374 (bug 1596918)
Backed out changeset 12283166716f (bug 1596918)
Backed out changeset 99b0421015d8 (bug 1596918)
Backed out changeset 97ec49dbbbf3 (bug 1596918)
Backed out changeset ec79478f58f1 (bug 1596918)
Backed out changeset c6d356833bb8 (bug 1596918)
Backed out changeset 5ef6026806c8 (bug 1596918)
2019-12-07 03:12:07 +02:00
Kris Maglione
6d5729ccb5
Bug 1596918: Part 4d - Fix callers which try to return non-clonable values. r=mccr8
...
Differential Revision: https://phabricator.services.mozilla.com/D53745
--HG--
extra : moz-landing-system : lando
2019-12-06 22:15:27 +00:00
Kris Maglione
20da940e14
Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato
...
This is generally pretty straightforward, and rewrites nearly all calls. It
skips the ones that it can detect using frame script globals like
`sendAsyncMessage`, though.
Differential Revision: https://phabricator.services.mozilla.com/D53740
--HG--
extra : moz-landing-system : lando
2019-12-06 22:14:14 +00:00
Jonathan Kew
3b87f01682
Bug 770780 - Add support for parsing of the CSS text-underline-position property. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D54722
--HG--
extra : moz-landing-system : lando
2019-12-04 11:39:15 +00:00
Thomas Nguyen
18482671c9
Bug 1595720 - Disable fullscreen in third party by default r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D54194
--HG--
extra : moz-landing-system : lando
2019-12-02 16:01:09 +00:00
Ciure Andrei
1b5b6af7bd
Backed out 2 changesets (bug 1598470, bug 1595720) for causing browser_fullscreen_cross_origin.js to permafail CLOSED TREE
...
Backed out changeset 02fbe3085e54 (bug 1598470)
Backed out changeset 40f6133b6b61 (bug 1595720)
2019-12-02 12:55:37 +02:00
Thomas Nguyen
8962c61512
Bug 1595720 - Disable fullscreen in third party by default r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D54194
--HG--
extra : moz-landing-system : lando
2019-12-02 09:39:33 +00:00
Emilio Cobos Álvarez
0ff42b5218
Bug 1600155 - Remove StyleSheet{Added,Removed} and StyleRule{Added,Removed,Changed} events. r=heycam,smaug
...
They're only used by tests, and are not exposed.
Differential Revision: https://phabricator.services.mozilla.com/D55185
--HG--
extra : moz-landing-system : lando
2019-11-30 12:24:32 +00:00
enordin
d69bff9bdb
Bug 1597642 - Have scale function and scale property accept percentage value. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D55012
--HG--
extra : moz-landing-system : lando
2019-11-29 04:40:03 +00:00
Andrew McCreight
b7a0475f37
Bug 1599470, part 2 - Inline the now-infallible NullPrincipalURI::Create(). r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D54818
--HG--
extra : moz-landing-system : lando
2019-11-27 16:08:28 +00:00
Emilio Cobos Álvarez
da1d6b2724
No bug - Escape \r in the parsing bench.
...
Some stylesheets you may want to benchmark may contain windows newlines.
Differential Revision: https://phabricator.services.mozilla.com/D54571
--HG--
extra : moz-landing-system : lando
2019-11-25 18:27:01 +00:00
Mats Palmgren
f96607afa0
Bug 1597884 - [css-grid] Make some grid/grid-template values serialize to a shorter form. r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D53913
--HG--
extra : moz-landing-system : lando
2019-11-23 19:58:35 +00:00
Brindusan Cristian
116ada0728
Backed out changeset f07b485c29ad (bug 1595620) for xpcshell failures at test_css-properties-db.js. CLOSED TREE
2019-11-23 14:48:06 +02:00
Markivo
9dcd8c4485
Bug 1595620 Add support for -webkit-font-feature-settings as an alias of font-feature-settings.r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D54159
--HG--
extra : moz-landing-system : lando
2019-11-23 10:29:58 +00:00
Boris Chiou
7a959a5da5
Bug 1582554 - Add a preference for offset-path:ray(). r=emilio
...
Differential Revision: https://phabricator.services.mozilla.com/D53110
--HG--
extra : moz-landing-system : lando
2019-11-20 22:38:26 +00:00
Emma Malysz
733458951b
Bug 1595877, replace .xul mochitest files in layout/ with .xhtml r=dholbert
...
Differential Revision: https://phabricator.services.mozilla.com/D52728
--HG--
rename : layout/base/tests/chrome/chrome_content_integration_window.xul => layout/base/tests/chrome/chrome_content_integration_window.xhtml
rename : layout/base/tests/chrome/chrome_over_plugin_window.xul => layout/base/tests/chrome/chrome_over_plugin_window.xhtml
rename : layout/base/tests/chrome/default_background_window.xul => layout/base/tests/chrome/default_background_window.xhtml
rename : layout/base/tests/chrome/dialog_with_positioning_window.xul => layout/base/tests/chrome/dialog_with_positioning_window.xhtml
rename : layout/base/tests/chrome/file_bug1018265.xul => layout/base/tests/chrome/file_bug1018265.xhtml
rename : layout/base/tests/chrome/printpreview_bug396024_helper.xul => layout/base/tests/chrome/printpreview_bug396024_helper.xhtml
rename : layout/base/tests/chrome/printpreview_bug482976_helper.xul => layout/base/tests/chrome/printpreview_bug482976_helper.xhtml
rename : layout/base/tests/chrome/printpreview_helper.xul => layout/base/tests/chrome/printpreview_helper.xhtml
rename : layout/base/tests/chrome/test_bug1018265.xul => layout/base/tests/chrome/test_bug1018265.xhtml
rename : layout/base/tests/chrome/test_bug1041200.xul => layout/base/tests/chrome/test_bug1041200.xhtml
rename : layout/base/tests/chrome/test_bug420499.xul => layout/base/tests/chrome/test_bug420499.xhtml
rename : layout/base/tests/chrome/test_bug465448.xul => layout/base/tests/chrome/test_bug465448.xhtml
rename : layout/base/tests/chrome/test_bug514660.xul => layout/base/tests/chrome/test_bug514660.xhtml
rename : layout/base/tests/chrome/test_bug533845.xul => layout/base/tests/chrome/test_bug533845.xhtml
rename : layout/base/tests/chrome/test_bug812817.xul => layout/base/tests/chrome/test_bug812817.xhtml
rename : layout/base/tests/chrome/test_chrome_content_integration.xul => layout/base/tests/chrome/test_chrome_content_integration.xhtml
rename : layout/base/tests/chrome/test_chrome_over_plugin.xul => layout/base/tests/chrome/test_chrome_over_plugin.xhtml
rename : layout/base/tests/chrome/test_css_visibility_propagation.xul => layout/base/tests/chrome/test_css_visibility_propagation.xhtml
rename : layout/base/tests/chrome/test_default_background.xul => layout/base/tests/chrome/test_default_background.xhtml
rename : layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xul => layout/base/tests/chrome/test_leaf_layers_partition_browser_window.xhtml
rename : layout/base/tests/chrome/test_printpreview.xul => layout/base/tests/chrome/test_printpreview.xhtml
rename : layout/base/tests/chrome/test_printpreview_bug396024.xul => layout/base/tests/chrome/test_printpreview_bug396024.xhtml
rename : layout/base/tests/chrome/test_printpreview_bug482976.xul => layout/base/tests/chrome/test_printpreview_bug482976.xhtml
rename : layout/forms/test/bug665540_window.xul => layout/forms/test/bug665540_window.xhtml
rename : layout/generic/test/file_bug514732_window.xul => layout/generic/test/file_bug514732_window.xhtml
rename : layout/generic/test/test_backspace_delete.xul => layout/generic/test/test_backspace_delete.xhtml
rename : layout/generic/test/test_bug469613.xul => layout/generic/test/test_bug469613.xhtml
rename : layout/generic/test/test_bug469774.xul => layout/generic/test/test_bug469774.xhtml
rename : layout/generic/test/test_bug508115.xul => layout/generic/test/test_bug508115.xhtml
rename : layout/generic/test/test_bug514732-2.xul => layout/generic/test/test_bug514732-2.xhtml
rename : layout/generic/test/test_bug632379.xul => layout/generic/test/test_bug632379.xhtml
rename : layout/inspector/tests/chrome/test_bug467669.xul => layout/inspector/tests/chrome/test_bug467669.xhtml
rename : layout/inspector/tests/chrome/test_bug695639.xul => layout/inspector/tests/chrome/test_bug695639.xhtml
rename : layout/inspector/tests/chrome/test_bug708874.xul => layout/inspector/tests/chrome/test_bug708874.xhtml
rename : layout/inspector/tests/chrome/test_bug727834.xul => layout/inspector/tests/chrome/test_bug727834.xhtml
rename : layout/inspector/tests/chrome/test_fontFaceGeneric.xul => layout/inspector/tests/chrome/test_fontFaceGeneric.xhtml
rename : layout/inspector/tests/chrome/test_fontFaceRanges.xul => layout/inspector/tests/chrome/test_fontFaceRanges.xhtml
rename : layout/inspector/tests/chrome/test_fontFeaturesAPI.xul => layout/inspector/tests/chrome/test_fontFeaturesAPI.xhtml
rename : layout/inspector/tests/chrome/test_fontVariationsAPI.xul => layout/inspector/tests/chrome/test_fontVariationsAPI.xhtml
rename : layout/style/test/chrome/bug535806-xul.xul => layout/style/test/chrome/bug535806-xul.xhtml
rename : layout/style/test/chrome/test_bug1160724.xul => layout/style/test/chrome/test_bug1160724.xhtml
rename : layout/style/test/chrome/test_bug418986-2.xul => layout/style/test/chrome/test_bug418986-2.xhtml
rename : layout/style/test/chrome/test_bug535806.xul => layout/style/test/chrome/test_bug535806.xhtml
rename : layout/xul/test/test_bug1197913.xul => layout/xul/test/test_bug1197913.xhtml
rename : layout/xul/test/test_bug159346.xul => layout/xul/test/test_bug159346.xhtml
rename : layout/xul/test/test_bug372685.xul => layout/xul/test/test_bug372685.xhtml
rename : layout/xul/test/test_bug393970.xul => layout/xul/test/test_bug393970.xhtml
rename : layout/xul/test/test_bug398982-1.xul => layout/xul/test/test_bug398982-1.xhtml
rename : layout/xul/test/test_bug398982-2.xul => layout/xul/test/test_bug398982-2.xhtml
rename : layout/xul/test/test_bug467442.xul => layout/xul/test/test_bug467442.xhtml
rename : layout/xul/test/test_bug477754.xul => layout/xul/test/test_bug477754.xhtml
rename : layout/xul/test/test_bug703150.xul => layout/xul/test/test_bug703150.xhtml
rename : layout/xul/test/test_bug987230.xul => layout/xul/test/test_bug987230.xhtml
rename : layout/xul/test/test_popupReflowPos.xul => layout/xul/test/test_popupReflowPos.xhtml
rename : layout/xul/test/test_popupSizeTo.xul => layout/xul/test/test_popupSizeTo.xhtml
rename : layout/xul/test/test_popupZoom.xul => layout/xul/test/test_popupZoom.xhtml
rename : layout/xul/test/test_resizer.xul => layout/xul/test/test_resizer.xhtml
rename : layout/xul/test/test_resizer_incontent.xul => layout/xul/test/test_resizer_incontent.xhtml
rename : layout/xul/test/test_splitter.xul => layout/xul/test/test_splitter.xhtml
rename : layout/xul/test/test_submenuClose.xul => layout/xul/test/test_submenuClose.xhtml
rename : layout/xul/test/test_windowminmaxsize.xul => layout/xul/test/test_windowminmaxsize.xhtml
rename : layout/xul/test/titledpanelwindow.xul => layout/xul/test/titledpanelwindow.xhtml
rename : layout/xul/test/window_resizer.xul => layout/xul/test/window_resizer.xhtml
rename : layout/xul/test/window_resizer_element.xul => layout/xul/test/window_resizer_element.xhtml
rename : layout/xul/test/windowminmaxsize1.xul => layout/xul/test/windowminmaxsize1.xhtml
rename : layout/xul/test/windowminmaxsize10.xul => layout/xul/test/windowminmaxsize10.xhtml
rename : layout/xul/test/windowminmaxsize2.xul => layout/xul/test/windowminmaxsize2.xhtml
rename : layout/xul/test/windowminmaxsize3.xul => layout/xul/test/windowminmaxsize3.xhtml
rename : layout/xul/test/windowminmaxsize4.xul => layout/xul/test/windowminmaxsize4.xhtml
rename : layout/xul/test/windowminmaxsize5.xul => layout/xul/test/windowminmaxsize5.xhtml
rename : layout/xul/test/windowminmaxsize6.xul => layout/xul/test/windowminmaxsize6.xhtml
rename : layout/xul/test/windowminmaxsize7.xul => layout/xul/test/windowminmaxsize7.xhtml
rename : layout/xul/test/windowminmaxsize8.xul => layout/xul/test/windowminmaxsize8.xhtml
rename : layout/xul/test/windowminmaxsize9.xul => layout/xul/test/windowminmaxsize9.xhtml
extra : moz-landing-system : lando
2019-11-14 20:25:21 +00:00
Emilio Cobos Álvarez
019f75cee4
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-13 16:36:09 +00:00
Narcis Beleuzu
a30e00cd9c
Backed out changeset b73d74bcafda (bug 1595285) for multiple bc failures. CLOSED TREE
2019-11-13 18:31:41 +02:00
Emilio Cobos Álvarez
eafae9973a
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-12 05:06:36 +00:00
Tim Nguyen
b081bf6c33
Bug 1576946 - Remove nsStackFrame platform code. r=mats
...
Differential Revision: https://phabricator.services.mozilla.com/D49487
--HG--
extra : moz-landing-system : lando
2019-11-12 19:50:19 +00:00
Tim Nguyen
e9cf7725cf
Bug 1576946 - Rewrite and remove tests relying on `display: -moz-stack;`. r=mats
...
Differential Revision: https://phabricator.services.mozilla.com/D49485
--HG--
extra : moz-landing-system : lando
2019-11-12 19:50:06 +00:00
Dorel Luca
be7de717dd
Backed out changeset e19c5df398de (bug 1595285) for causing leaks on browser-chrome in toolkit/components/places/tests/browser/browser_bug461710.js. CLOSED TREE
2019-11-11 20:58:06 +02:00
Emilio Cobos Álvarez
87b2a95c52
Bug 1595285 - Do not track TRANSITION_EMBED visits for link-coloring purposes. r=mak
...
Other browsers don't, plus it blocks work I want to do to query multiple links
at the same time.
Differential Revision: https://phabricator.services.mozilla.com/D52443
--HG--
extra : moz-landing-system : lando
2019-11-11 13:28:52 +00:00
Emilio Cobos Álvarez
df7e6010eb
Bug 1593690 - Start visited queries from an idle timer. r=mak,lina
...
Getting visited colors is relatively low priority during page load. GeckoView
was using a 250ms timer, which was somewhat arbitrary.
If this turns out not to be acceptable for desktop, we can change it to a higher
priority timer.
This enables batching queries from the content process. The lesser priority of
the queries, plus the batching that this enables on the content process I hope
will make a dent on the performance regression that bug 1506842 introduces
as-is.
We should probably introduce batching in the other direction too, both of those
are potential follow-up work.
Differential Revision: https://phabricator.services.mozilla.com/D51621
--HG--
extra : moz-landing-system : lando
2019-11-06 12:10:59 +00:00
Emilio Cobos Álvarez
ff3e25047b
Bug 1593009 - Make zoom: 0 mean the same as zoom: 1. r=heycam
...
This matches the WebKit implementation, and is clearly a violation of the rules
we generally use for ranges in CSS.
But it seems to be depended-on legacy behavior, see the linked WebKit bug, this
bug, and bug 1593317.
Differential Revision: https://phabricator.services.mozilla.com/D51539
--HG--
extra : moz-landing-system : lando
2019-11-06 05:54:17 +00:00
Brian Grinstead
7be32e6d1b
Bug 1587142 - Remove XBL tests in layout/ r=bzbarsky
...
Differential Revision: https://phabricator.services.mozilla.com/D50651
--HG--
extra : moz-landing-system : lando
2019-11-05 20:45:28 +00:00
Boris Chiou
d77411c397
Bug 1429305 - Enable OMTA for motion path and add some tests for it. r=hiro
...
Differential Revision: https://phabricator.services.mozilla.com/D50015
--HG--
extra : moz-landing-system : lando
2019-10-31 21:16:35 +00:00
Daniel Varga
b747b90cd8
Backed out changeset ec25a8482342 (bug 1592389) for mochitest failure at layout/style/test/test_value_computation.html. On a CLOSED TREE
2019-10-30 10:17:29 +02:00
Sam Mauldin
09a1cf803b
Bug 1592389 - Rename Mozfield / Mozfieldtext to Field and Fieldtext r=emilio
...
Split off of Bug 1590894
Rename these to support unprefixed version
Also add alias to keep compatibility
Differential Revision: https://phabricator.services.mozilla.com/D50989
--HG--
extra : moz-landing-system : lando
2019-10-30 05:51:38 +00:00