Граф коммитов

659101 Коммитов

Автор SHA1 Сообщение Дата
Victor Porof 34da32ec3c Bug 1558517 - Pre 3.1: Change conflicting "camelcase" rule which would fail after running Prettier, r=standard8
Differential Revision: https://phabricator.services.mozilla.com/D34695

--HG--
extra : source : 078747ad644246551a165a176a691e0440553c85
extra : intermediate-source : 3b39b237ae3c49eb6c9d56a2ef8bfb5134b878da
2019-06-12 11:43:25 +02:00
Victor Porof b5a4cb3848 Bug 1558517 - Pre 3.0: Remove conflicting eslint rules, and turn on "curly: all" everywhere, r=standard8
Differential Revision: https://phabricator.services.mozilla.com/D34535

--HG--
extra : source : 74ed7ee773393d305c4e948a57a1b1e32b1f12e8
extra : intermediate-source : 403d0757d61683e0a85d0bb07768eb39fbd0af72
2019-06-28 17:14:01 +02:00
Victor Porof cb98e2f464 Bug 1558517 - Pre 2: Move the **/*.*html overrides to recommended.js, r=standard8
Differential Revision: https://phabricator.services.mozilla.com/D34534

--HG--
extra : source : ed2cf27ca3ec535e1dbc634f3a603ad41678e646
extra : intermediate-source : 9b1f833b858f9bcdeed1fd7cd45d3fe051748712
2019-06-11 14:30:40 +02:00
Victor Porof f64de7f91e Bug 1558517 - Pre 1: Add eslint-plugin-fetch-options as a peer dependency, r=standard8
Differential Revision: https://phabricator.services.mozilla.com/D34533

--HG--
extra : source : 18abd00a8919909a5c51fdb906a18de21310ff28
extra : intermediate-source : b86586c6a5995f7ea2fbe07ebdf9db402d26f94b
2019-06-19 13:52:53 -07:00
Victor Porof 41fa633fdd Bug 1558517 - Pre 0: Prevent circular dependencies between the top-level .eslintrc and eslint-plugin-mozilla, r=standard8
Differential Revision: https://phabricator.services.mozilla.com/D34532

--HG--
extra : source : a5c75883cb8fd56f92d984a4323ee5b8f8bb8e76
extra : intermediate-source : 81d50b2acc5cb1dbd0b81fc89a90200890b4187f
2019-06-12 11:12:04 +02:00
Victor Porof 07dca45a77 Bug 1556393 - Pre 1 (m-c): Update .hg-format-source to use Prettier when running format-source, r=andi, CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D36719

--HG--
extra : source : 63ae0f90503d187bd2a1c4bf49874f538de3768c
extra : amend_source : 5d828afe9c0ef3cff55c0038a1dbc1621b52b519
extra : intermediate-source : 18d01e76936799b473fdce30bb702dcc92753c9b
2019-07-03 20:48:37 +02:00
Victor Porof fc0105c226 Bug 1556393 - Pre 0 (m-c): Create a simple Prettier command for running format-source, r=andi
Differential Revision: https://phabricator.services.mozilla.com/D36720

--HG--
extra : source : c168aefc21dfec8a1935272201592f3781df07b0
extra : intermediate-source : 008847a148cfd171e6e23425be5d6876c6174ef0
2019-07-04 14:50:20 +02:00
Victor Porof 9a679d6903 Added tag PRE_TREEWIDE_PRETTIER_FORMAT for changeset b7030ce607ec, a=tagging, CLOSED TREE, DONTBUILD
--HG--
extra : amend_source : cfe96f0342e6ee571f73832126426f245405dc2f
2019-07-05 13:52:22 +02:00
Oana Pop Rus 9e980da784 Merge autoland to mozilla-central. a=merge 2019-07-05 09:45:22 +03:00
Matthew Noorenberghe 99e62017f5 Bug 1563325 - Disable login autocomplete for subdomains on non-Nightly. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36824

--HG--
extra : moz-landing-system : lando
2019-07-05 01:05:33 +00:00
Jared Wein 391d8152be Bug 1558242 - Don't show a border on the copy button when clicked. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36641

--HG--
extra : moz-landing-system : lando
2019-07-04 23:32:08 +00:00
Jared Wein df96855961 Bug 1558242 - On initial page load select the first login if available. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36640

--HG--
extra : moz-landing-system : lando
2019-07-04 23:32:01 +00:00
Jared Wein 7235fecd37 Bug 1558242 - Website address should be clickable and look like a link. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36639

--HG--
extra : moz-landing-system : lando
2019-07-04 23:32:00 +00:00
Jared Wein 5abe977845 Bug 1558242 - Focus the search box on page load. r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D36638

--HG--
extra : moz-landing-system : lando
2019-07-04 23:31:48 +00:00
Coroiu Cristina 6fc70401c4 Backed out changeset cbb9a325576e (bug 1557058) for browser-chrome failures at browser/components/protections/test/browser/browser_protections_ui.js 2019-07-05 02:20:34 +03:00
Jorg K 71e34d3108 Bug 1560400 - Follow-up: add include of WindowProxyHolder.h to XrayWrapper.cpp. r=kmag a=Aryx 2019-07-05 00:40:16 +02:00
Rob Wu ecba58f27a Bug 1563581 - Remove redundant log warning when add-on is loaded r=mixedpuppy,kmag
Temporary add-ons were already ignored by the `isRecommended` getter of
`AddonWrapper, but they were still read and parsed, and consequently
resulted in unnecessary warning messages in the console.

This patch stops with warning about IO errors (because those are
expected for the majority of cases), and only logs a warning if there is
an actual parser error.

Differential Revision: https://phabricator.services.mozilla.com/D36987

--HG--
extra : moz-landing-system : lando
2019-07-04 22:32:39 +00:00
Razvan Maries daed363fd7 Merge mozilla-inbound to mozilla-central a=merge 2019-07-05 00:40:17 +03:00
Kartikaya Gupta 615038de48 Bug 1525314 - Run gecko reftests for WebRender on pixel 2. r=gbrown
Only enabled on try/m-c as tier-2 for now, per email discussion, to minimize
load on bitbar Pixel 2 devices.

Depends on D36799

Differential Revision: https://phabricator.services.mozilla.com/D36800

--HG--
extra : moz-landing-system : lando
2019-07-04 21:35:08 +00:00
Kartikaya Gupta 30a866a3ac Bug 1525314 - Disable tests that crash. r=gbrown
Depends on D36798

Differential Revision: https://phabricator.services.mozilla.com/D36799

--HG--
extra : moz-landing-system : lando
2019-07-04 21:34:59 +00:00
Kartikaya Gupta ec2096ed3f Bug 1525314 - Update reftest annotations for WebRender on GeckoView. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D36798

--HG--
extra : moz-landing-system : lando
2019-07-04 21:57:48 +00:00
Kartikaya Gupta b4060b7612 Bug 1525314 - Skip assertion intermittently failing on Android. r=aosmond
Depends on D36796

Differential Revision: https://phabricator.services.mozilla.com/D36797

--HG--
extra : moz-landing-system : lando
2019-07-04 21:35:02 +00:00
Kartikaya Gupta a898111144 Bug 1525314 - Auto-fuzz WR on Android with maxDifference<=2. r=jmaher
Due to the sheer number of tests that exhibit a random fuzz with maxDifference=1
and maxDifference=2 with WR on Android, it's easier to just tweak the harness
to autofuzz these away. This adds machinery to do so, and also adds a new
annotation that can be used to disable the autofuzzing on specific tests.

Depends on D36794

Differential Revision: https://phabricator.services.mozilla.com/D36796

--HG--
extra : moz-landing-system : lando
2019-07-04 21:35:04 +00:00
Kartikaya Gupta e997669828 Bug 1525314 - Disable tile markers on Android as they seem to crash a lot. r=gw
Differential Revision: https://phabricator.services.mozilla.com/D36794

--HG--
extra : moz-landing-system : lando
2019-07-04 21:35:06 +00:00
Daniel Varga 5369a40c1d Backed out changeset c97ef13f37d2 (bug 1563059) for BPGO (run) failure. 2019-07-04 23:01:50 +03:00
Iain Ireland 2270ae3c92 Bug 1535031: Don't force slow path for negative indices in typed arrays r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D36937

--HG--
extra : moz-landing-system : lando
2019-07-04 17:43:17 +00:00
Gregory Mierzwinski e6c7c808a0 Bug 1563296 - Run android power tests once a week with cron. r=perftest-reviewers,AlexandruIonescu,tomprince
With this patch, all android power tests (idle, idle-bg, and speedometer) will only run once a week, through cron, on saturday.

Differential Revision: https://phabricator.services.mozilla.com/D36827

--HG--
extra : moz-landing-system : lando
2019-07-04 17:38:12 +00:00
Razvan Caliman 0bde9bbef6 Bug 724505 - Map minified CSS to prettyfied CSS. r=gl
Ensure source links for selectors in the Rules view and warning links in Web Console for minified CSS go to the right location in the Style Editor after applying automatic prettification.

This only works for linked stylesheets. [Bug 1169770](https://bugzilla.mozilla.org/show_bug.cgi?id=1169770) needs to be fixed first before this can work correctly on inline minified stylesheets.

This patch augments the `prettifyCSS()` method to generate the mappings necessary to generate a sourcemap from the original to the prettified source. It uses these mappings to translate the cursor position when invoking the Style Editor to be opened at a specific location.

The mappings from the minified to the prettified source are used only until the stylesheet is changed in the Style Editor. Upon editing the source in the Style Editor, the associated mappings are cleared because it's likely they have been rendered invalid.

The updated stylesheet will already be prettified so it bypasses the `prettifyCSS()` method, thus avoiding the need to re-generate mappings. New CSS warnings will be listed in the Web Console which point to the right location in the edited stylesheet (the old warnings no longer point to the right place, but that's an acceptable side-effect). The Rules view in the Inspector also lists selectors with the new positions within the edited stylesheet.

Differential Revision: https://phabricator.services.mozilla.com/D36585

--HG--
extra : moz-landing-system : lando
2019-07-04 17:30:00 +00:00
Tim Nguyen 289d3a014f Bug 1563529 - Make HTML inputs inherit font in global.css. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D36933

--HG--
extra : moz-landing-system : lando
2019-07-04 16:24:52 +00:00
Mathieu Leplatre 56afa0ab7c Bug 1559514 - Emit sync event when up-to-date if JSON dump is loaded r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D35240

--HG--
extra : moz-landing-system : lando
2019-07-04 15:15:48 +00:00
Mike Hommey 1e693768bf Bug 1563465 - Remove leftovers from bug 1451104. r=froydnj
Bug 1451104 removed the GCC 4.9 toolchain, but left the build script and
the patch that only that toolchain build was using.

Differential Revision: https://phabricator.services.mozilla.com/D36886

--HG--
extra : moz-landing-system : lando
2019-07-04 13:00:43 +00:00
Erica Wright 012b683977 Bug 1557058 - use real data for protection report graph r=nhnt11,johannh
Differential Revision: https://phabricator.services.mozilla.com/D36249

--HG--
extra : moz-landing-system : lando
2019-07-04 20:57:16 +00:00
Aaron Klotz 7acf7a06ca Bug 1563336: Add a common implementation of module version info extraction to WinHeaderOnlyUtils; r=mhowell
Differential Revision: https://phabricator.services.mozilla.com/D36817

--HG--
extra : moz-landing-system : lando
2019-07-04 21:30:30 +00:00
Razvan Maries 960e4c47d4 Merge mozilla-central to autoland. a=merge on a CLOSED TREE 2019-07-05 00:43:53 +03:00
Coroiu Cristina 96da04d3c6 Backed out changeset f4ec67ebfc94 (bug 1561732) for run failures on a CLOSED TREE 2019-07-05 00:31:39 +03:00
Coroiu Cristina 3983fddf6d Backed out 6 changesets (bug 1525314) for reftest failures at reftests/svg/filters/css-filters/saturate-zero.html om a CLOSED TREE
Backed out changeset 0ed2509b7191 (bug 1525314)
Backed out changeset af72d1c4c107 (bug 1525314)
Backed out changeset ab21a3ff4ae4 (bug 1525314)
Backed out changeset 02399933ac4b (bug 1525314)
Backed out changeset 95790a07a93c (bug 1525314)
Backed out changeset 28f52fd3934e (bug 1525314)
2019-07-05 00:29:12 +03:00
Coroiu Cristina 2235f4d92e Backed out changeset 14faf5e9443e (bug 1529591) for multiple failures. e.g. toolkit/components/extensions/test/mochitest/test_ext_geolocation.html on a CLOSED TREE 2019-07-05 00:28:07 +03:00
Edwin Gao de645c1949 Bug 1555454 - migrate mochitest-chrome to macosx1014 and disable some tests in toolkit/content/tests/chrome/chrome.ini r=gbrown
Changes:
- disable some tests in `toolkit/content/tests/chrome/chrome.ini` with approval from enndeakin
- migrate tests to run on macosx1014

Differential Revision: https://phabricator.services.mozilla.com/D36985

--HG--
extra : moz-landing-system : lando
2019-07-04 20:44:40 +00:00
Coroiu Cristina 4b035e2872 Backed out changeset 93b614e367ac (bug 1557058) for browser-chrome failures at browser/components/protections/test/browser/browser_protections_ui.js on a CLOSED TREE 2019-07-04 23:44:18 +03:00
Edwin Gao 3321d2cd32 Bug 1555454 - migrate webgl2-core tests to macosx1014 by disabling test_2_conformance2__textures__misc__tex-base-level-bug.html r=gbrown
Changes:
- remove `fail-if` conditions for tests that now pass on macosx1014
- add one `fail-if` condition for macosx1014 (`test_2_conformance2__textures__misc__tex-base-level-bug.html`) with approval from jgilbert
- migrate mochitest-webgl2-core test to run on macosx1014

Differential Revision: https://phabricator.services.mozilla.com/D36982

--HG--
extra : moz-landing-system : lando
2019-07-04 20:40:38 +00:00
Edwin Gao a9000dd3c7 Bug 1555454 - remove mochitest from running on macosx1010 r=gbrown
Changes:
- tying up loose ends from D34589 where I forgot to remove mochitest-plain from macosx1010

Differential Revision: https://phabricator.services.mozilla.com/D36983

--HG--
extra : moz-landing-system : lando
2019-07-04 20:39:38 +00:00
Iain Ireland 64cafcc6db Bug 1561732: Remove sincos optimization r=mgaudet
Differential Revision: https://phabricator.services.mozilla.com/D36976

--HG--
extra : moz-landing-system : lando
2019-07-04 20:00:35 +00:00
Thomas Nguyen 2cf9034d70 Bug 1556827 - Dont send referrer in case of meta refresh redirect r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D35810

--HG--
extra : moz-landing-system : lando
2019-07-04 19:58:35 +00:00
Kartikaya Gupta 61ff199d59 Bug 1563264 - More early-exits to reduce nesting and maybe increase clarity. r=jrmuizel
Depends on D36779

Differential Revision: https://phabricator.services.mozilla.com/D36780

--HG--
extra : moz-landing-system : lando
2019-07-04 18:54:44 +00:00
Kartikaya Gupta a93c3f45a0 Bug 1563264 - Extract conditions for each graphics vendor; no functional change. r=jrmuizel
Depends on D36778

Differential Revision: https://phabricator.services.mozilla.com/D36779

--HG--
extra : moz-landing-system : lando
2019-07-04 18:48:39 +00:00
Daniel Holbert 83b1768801 Bug 1563059: Give contain-paint-clip-015.html & -016.html a fuzzy annotation instead of a failure annotation. (no review, test-annotation-only)
Differential Revision: https://phabricator.services.mozilla.com/D36844

--HG--
extra : rebase_source : c73577030577cb4a0f4e3f0ba2f2314ceef3423c
2019-07-03 15:26:41 -07:00
Mirko Brodesser ea1a270a6d Bug 1563450: rename `Selection::AddItemInternal` to `Selection::MaybeAddRangeAndTruncateOverlaps`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36883
2019-07-04 16:36:02 +02:00
Mirko Brodesser f25bf86439 Bug 1563450: rename `Selection::RemoveItem` to `Selection::RemoveRangeInternal`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36882
2019-07-04 16:36:01 +02:00
Mirko Brodesser 52a6a9821a Bug 1563450: rename `Selection::AddItem` to `Selection::AddRangesForSelectableNodes`. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36881
2019-07-04 16:36:01 +02:00
Csoregi Natalia 0c754625a9 Merge mozilla-central to mozilla-inbound. CLOSED TREE 2019-07-04 12:54:22 +03:00