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

669130 Коммитов

Автор SHA1 Сообщение Дата
Jared Wein 1a4aaa114c Bug 1576272 - Show the empty-search results view of about:logins if the page is opened with a filter that doesn't match any stored logins. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D44207

--HG--
extra : moz-landing-system : lando
2019-09-04 00:36:43 +00:00
Toshihito Kikuchi 55ae74e010 Bug 1557564 - Enable Base Profiler in Windows. r=aklotz,gerald
Bug 1556993 fixed the crash in PoisonIOInterposer (due to missing stdout&stderr
fd's), bug 1559379 fixed the mozglue memory issue that the unit test
experienced, and this patch also includes a fix for the test failure in
browser_checkdllblockliststate.js.

So now Base Profiler can be enabled by default on Windows, still using
`MOZ_BASE_PROFILER_...` env-vars for now (upcoming bug will merge these with
non-BASE env-vars soon).

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

--HG--
extra : moz-landing-system : lando
2019-09-03 23:27:46 +00:00
Chris Manchester 5ac1f64990 Bug 1578493 - Suggest using an sccache-dist binary from automation in our docs. r=nalexander
Differential Revision: https://phabricator.services.mozilla.com/D44577

--HG--
extra : moz-landing-system : lando
2019-09-03 23:12:51 +00:00
Masayuki Nakano e356eee3f9 Bug 1574852 - part 47: Move `HTMLEditRules::ReturnInParagraph()` to `HTMLEditor` r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D44184

--HG--
extra : moz-landing-system : lando
2019-09-02 08:49:18 +00:00
James Teh 187e20b6ae Bug 1578140: Use nsXULElement::Click for DoAction on XULLabelAccessible so it works for labels inside buttons. r=eeejay
For labels inside buttons, The base implementation of DispatchClickEvent doesn't fire a command event on the button.
To fix this, override DispatchClickEvent to use nsXULElement::Click, which does fire a command event on the button.

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

--HG--
extra : moz-landing-system : lando
2019-09-03 19:11:35 +00:00
janelledement 4b6fa71ccf Bug 1565715 - Stop preview highlight at non-element nodes.
By tweaking the while loop in addHighlightToTargetSiblings, the preview highlight will not continue beyond a non-text node. (Example in the case of a semi colon or a period.

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

--HG--
extra : moz-landing-system : lando
2019-09-03 22:51:30 +00:00
Andrew McCreight 926c5e732a Bug 1578041 - Re-mark test_ext_cookies.html as failing with Fission. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D44489

--HG--
extra : moz-landing-system : lando
2019-09-03 23:01:25 +00:00
Andrew McCreight 137785f6b7 Bug 1578039 - Re-disable test_postMessage_onOther.html with Fission. r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D44490

--HG--
extra : moz-landing-system : lando
2019-09-03 22:53:34 +00:00
Jason Laster 9d0541854d Bug 1575240 - inspect(x) should show x in the appropriate panel. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D42747

--HG--
extra : moz-landing-system : lando
2019-09-03 20:57:40 +00:00
harry 60ef93e2ce Bug 1577000 - Fix Megabar breakout width on window resize. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D43674

--HG--
extra : moz-landing-system : lando
2019-09-03 22:28:39 +00:00
Dana Keeler b108e38d22 bug 1576755 - split "unknown" bucket in CERT_VALIDATION_SUCCESS_BY_CA (and other _BY_CA probes) r=jcj,kjacobs
The "unknown" bucket is inconsistent and often much higher than we expect. This
patch splits that bucket by adding the categories "from softoken (cert9.db)",
"from an external PKCS#11 token", and "imported from the OS via the 'Enterprise
Roots' feature". Hopefully this will give us more insight into this data.

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

--HG--
extra : moz-landing-system : lando
2019-09-03 22:19:14 +00:00
arthur.iakab 29b12fa49c Merge mozilla-central to autoland 2019-09-04 01:00:04 +03:00
arthur.iakab fa025e9d21 Merge inbound to mozilla-central. a=merge 2019-09-04 00:55:31 +03:00
Ryan VanderMeulen d3c953f0c6 Bug 1576613 - Update pdf.js to version 2.3.129. r=bdahl
Differential Revision: https://phabricator.services.mozilla.com/D43439

--HG--
extra : moz-landing-system : lando
2019-09-03 21:16:18 +00:00
Noemi Erli d738ac5bf2 Backed out 5 changesets (bug 1570337) for breaking Android builds in AndroidEncoderModule.cpp CLOSED TREE
Backed out changeset 36f045ffd19f (bug 1570337)
Backed out changeset 1c7be21d77b9 (bug 1570337)
Backed out changeset ca5a747f59d9 (bug 1570337)
Backed out changeset 1d0871b5c1d6 (bug 1570337)
Backed out changeset 9ee134756e92 (bug 1570337)
2019-09-04 00:48:54 +03:00
Mark Banner 418b7275dd Bug 1578194 - ESLint's ignore should properly ignore dot files in node_modules as well. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D44364

--HG--
extra : moz-landing-system : lando
2019-09-03 16:45:09 +00:00
James Graham bc4d425cac Bug 1578207 - Resote intermittents, a=testonly
MANUAL PUSH: wpt sync fixup
2019-09-03 17:24:38 +01:00
Razvan Maries 279ea203bd Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2019-09-03 18:44:32 +03:00
Jason Laster f93e5fd1de Bug 1578252 - Highlight messages that are at the same location. r=bhackett
Differential Revision: https://phabricator.services.mozilla.com/D44381

--HG--
extra : moz-landing-system : lando
2019-09-03 15:34:02 +00:00
arthur.iakab 4ea120b5cb Backed out changeset e3f06f11de62 (bug 1237782) for causing browser-chrome failure on automation.py CLOSED TREE 2019-09-03 21:04:49 +03:00
arthur.iakab e843afd6cd Backed out 6 changesets (bug 1575682) for causing devtools failures on browser_all_files_referenced.js CLOSED TREE
Backed out changeset 7e60a2013e96 (bug 1575682)
Backed out changeset c44c69605b87 (bug 1575682)
Backed out changeset abee6fadcd4d (bug 1575682)
Backed out changeset e4a75438c032 (bug 1575682)
Backed out changeset 985902e9abdb (bug 1575682)
Backed out changeset 31a67b9d47ab (bug 1575682)

--HG--
rename : devtools/client/performance-new/popup/popup.xhtml => devtools/client/performance-new/popup/popup.html
2019-09-03 21:01:24 +03:00
arthur.iakab ffeeb56270 Backed out changeset 1b54dc70e042 (bug 1530709) for causing browser-chrome failures on browser_selectpopup_colors.js CLOSED TREE 2019-09-03 20:58:45 +03:00
Ehsan Akhgari 86c74f0485 Bug 1576641 - Add two new content blocking event flags to indicate a tracking/social-tracking cookie has been loaded in a tab; r=baku,droeh
Differential Revision: https://phabricator.services.mozilla.com/D44216

--HG--
extra : moz-landing-system : lando
2019-09-03 17:37:43 +00:00
Edouard Oger 1aa9ec41ed Bug 1572439 - Don't import browser.css in Synced Tabs sidebar. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D44475

--HG--
extra : moz-landing-system : lando
2019-09-03 17:32:06 +00:00
Noemi Erli 2e68e62cd7 Bug 1573832 - Fix ES Lint failure CLOSED TREE 2019-09-03 20:18:46 +03:00
Noemi Erli 5dcfb63635 Backed out changeset 4e344973418a (bug 1572144) for failing in browser_accessibility_mutations.js CLOSED TREE 2019-09-03 20:12:10 +03:00
Erica Wright e7972c9fce Bug 1570537 - Fix intermittent by waiting for condition. r=johannh
Differential Revision: https://phabricator.services.mozilla.com/D44176

--HG--
extra : moz-landing-system : lando
2019-09-03 16:57:06 +00:00
Alex Chronopoulos a6260130cf Bug 1573832 - Enumerate the stored benchmark entries in about support. r=chunmin,fluent-reviewers,flod
In media section of the about:support page, create a button that enumerate the benchmark entries from the database.

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

--HG--
extra : moz-landing-system : lando
2019-09-03 16:31:27 +00:00
Jonathan Kingston dbfd29b586 Bug 1237782 - Remove http override and add appcache pref r=baku
Differential Revision: https://phabricator.services.mozilla.com/D44472

--HG--
extra : moz-landing-system : lando
2019-09-03 16:44:13 +00:00
Razvan Maries 45a753ed46 Backed out changeset 05f1cba504d0 (bug 1573859) for perma fails on browser_misused_characters_in_strings.js. CLOSED TREE 2019-09-03 19:40:15 +03:00
moz-wptsync-bot 41d9bdff2d Bug 1578207 - [wpt-sync] Update web-platform-tests to 8509904597cfaa936f973569b9b7d8843787a3b6, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 8509904597cfaa936f973569b9b7d8843787a3b6
wpt-type: landing
2019-09-03 14:23:42 +00:00
autofoolip 0cdc1c36a0 Bug 1577968 [wpt PR 18776] - Update interfaces/html.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/html.idl (#18776)

Source: https://github.com/tidoust/reffy-reports/blob/a1fde73/whatwg/idl/html.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/579102609
--

wpt-commits: 8509904597cfaa936f973569b9b7d8843787a3b6
wpt-pr: 18776
2019-09-03 14:23:42 +00:00
autofoolip e834259018 Bug 1577967 [wpt PR 18775] - Update interfaces/SVG.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/SVG.idl (#18775)

Source: https://github.com/tidoust/reffy-reports/blob/a1fde73/whatwg/idl/SVG.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/579102609
--

wpt-commits: 976b466f9ec1baca88e1e47905bfcd242b0c6777
wpt-pr: 18775
2019-09-03 14:23:41 +00:00
jgraham d1ecb29a5e Bug 1577971 [wpt PR 18777] - Revert "Update idlharness to support constructor operations.", a=testonly
Automatic update from web-platform-tests
Revert "Add a test."

This reverts commit 41a14253769e09c10a40a4612be7e51ef0fac46f.

--
Revert "Update idlharness to support constructor operations."

This reverts commit 5c67f16d023a23177da4fc6457cffa8905c66985.

--
Revert "Update webidl2 to 23.6.0."

This reverts commit ae8cc6c08076ef5071e5e4d35cc2d4e92c2e8e4a.

--

wpt-commits: 628fd16556638142433a245f2dc5435332412d00, 33d9415528e4804cc03c9cc41ad1e67736af7817, 9fa0c4a378b96e242adda6d1f921fa2fb7ed4abe
wpt-pr: 18777
2019-09-03 14:23:41 +00:00
autofoolip 2e5be5a5f7 Bug 1577966 [wpt PR 18774] - Update interfaces/InputDeviceCapabilities.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/InputDeviceCapabilities.idl (#18774)

Source: https://github.com/tidoust/reffy-reports/blob/a1fde73/whatwg/idl/InputDeviceCapabilities.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/579102609
--

wpt-commits: 00787d305e68711f5b20af310ab9bc508d6cb5ab
wpt-pr: 18774
2019-09-03 14:23:40 +00:00
Hiroshige Hayashizaki e8a409895a Bug 1575170 [wpt PR 18561] - [Import Maps] Introduce PendingImportMap and report exceptions, a=testonly
Automatic update from web-platform-tests
[Import Maps] Introduce PendingImportMap and report exceptions

This CL introduce PendingImportMap to align import map implementation
with spec structure and PendingScript processing.
(When external import maps are introduced, PendingImportMap will
control pending fetches and import map registration order)

This CL also plumbs parse errors via PendingImportMap
to ModulatorImplBase::RegisterImportMap() and fires
window error events. Previously, console errors were
output but no error events were fired.

(This CL also adds a check for import maps moved between documents,
but currently it is no-op because we can't move inline import maps
between documents before registration)

Bug: 990561
Change-Id: Ic3f818bcc52b698dde5456a70bbe3516eee73f5b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760841
Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692320}

--

wpt-commits: 9c72f2058d37a9320d82c56689f9677e9bb30f55
wpt-pr: 18561
2019-09-03 14:23:40 +00:00
Eric Willigers 4e89a1d2d8 Bug 1577753 [wpt PR 18767] - CSS: Serialize using 1% - 2px instead of 1% + -2px, a=testonly
Automatic update from web-platform-tests
CSS: Serialize using  1% - 2px  instead of  1% + -2px

We now use subtraction when the length in a computed length-percentage
calc is negative.

Discussed in https://github.com/w3c/csswg-drafts/issues/3335

Change-Id: I24822de431059a97cf8f9203950b6d84de72180e
Bug: 904805
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777843
Reviewed-by: Xiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692249}

--

wpt-commits: c34b04b97e387dd3aa8cdd6a390731d947a76e77
wpt-pr: 18767
2019-09-03 14:23:39 +00:00
Lan Wei 4818a0575f Bug 1577547 [wpt PR 18752] - Use promise in wpt tests to end the tests to avoid memory leak, a=testonly
Automatic update from web-platform-tests
Use promise in wpt tests to end the tests to avoid memory leak

When we add default tick duration of two-frame time, we see some tests
memory leak which may end the tests when the page is still active, so
I add promise to each tests, once the actions are all finished, we will
call the test end in the promise callback.

Bug: 606367
Change-Id: I679e7b066087b1a6ba68f79fccf9d5432e1f873c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774713
Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org>
Commit-Queue: Lan Wei <lanwei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692172}

--

wpt-commits: 47e506162d84e974fd18e6d4aa380695d0ac3a9b
wpt-pr: 18752
2019-09-03 14:23:39 +00:00
jugglinmike 859b7300ee Bug 1577854 [wpt PR 18772] - [docs] Describe legacy submission preview system, a=testonly
Automatic update from web-platform-tests
[docs] Describe legacy submission preview system (#18772)

The replacement for w3c-test.org is not currently available at the
specified URL. Remove it from the documentation until it is available at
a stable location. Introduce an explanation of the legacy system.
--

wpt-commits: 742135b6f645d849026cf3fc4312e2ccda3fe2f6
wpt-pr: 18772
2019-09-03 14:23:38 +00:00
Javier Fernandez 57a7a0ea8a Bug 1575674 [wpt PR 18599] - [css-grid] Ignore previously computed auto margins when relayout, a=testonly
Automatic update from web-platform-tests
[css-grid] Ignore previously computed auto margins when relayout

This new NG layout engine implements a different approach for margin
calculation, giving the containing block the responsibility of its
children's margin computation.

However, in legacy layout this is children's responsibility; this is
the reason why the issue this patch tries to fix is only only
reproducible using layout-ng.

The grid code assumed this legacy behavior when computing the 'auto'
margins of the grid items. So, in order to fix the bug, this patch
just ignores any previously computed 'auto' margin when performing a
a relayout of a grid cntainer.

Bug: 994300
Change-Id: I44658876f7c2f2067202e45c6a552593bddfe6c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763749
Commit-Queue: Javier Fernandez <jfernandez@igalia.com>
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692108}

--

wpt-commits: fb9b5a1d816ab6e90f20534d6f3282f82075e460
wpt-pr: 18599
2019-09-03 14:23:38 +00:00
moz-wptsync-bot df6616fe2a Bug 1577126 [wpt PR 18722] - Update wpt metadata, a=testonly
wpt-pr: 18722
wpt-type: metadata
2019-09-03 14:23:38 +00:00
Ms2ger 9ab6450440 Bug 1577126 [wpt PR 18722] - Update idlharness to support constructor operations., a=testonly
Automatic update from web-platform-tests
Update webidl2 to 23.6.0.

--
Update idlharness to support constructor operations.

--
Add a test.

--

wpt-commits: ae8cc6c08076ef5071e5e4d35cc2d4e92c2e8e4a, 5c67f16d023a23177da4fc6457cffa8905c66985, 41a14253769e09c10a40a4612be7e51ef0fac46f
wpt-pr: 18722
2019-09-03 14:23:37 +00:00
Philip Jägenstedt ac2a1d371c Bug 1577709 [wpt PR 18766] - Remove service-workers/tools/blink-import.py, a=testonly
Automatic update from web-platform-tests
Remove service-workers/tools/blink-import.py (#18766)

This script was added in https://github.com/web-platform-tests/wpt/pull/1735
to help import cache-storage tests from Blink.

Since then, in http://crbug.com/688116, most service worker tests were
upstreamed to WPT. Those that remain are documented as Chromium-specific:
https://cs.chromium.org/chromium/src/third_party/blink/web_tests/http/tests/serviceworker/README.md?rcl=15c110468daab849824a2187a599308c7f1bbd52

The script also would no longer work after https://crbug.com/843412.
--

wpt-commits: d208ff4d3606a3f70ff84e282d56ecc9e52c794e
wpt-pr: 18766
2019-09-03 14:23:37 +00:00
moz-wptsync-bot 63b1a6664c Bug 1576840 [wpt PR 18689] - Update wpt metadata, a=testonly
wpt-pr: 18689
wpt-type: metadata
2019-09-03 14:23:36 +00:00
Leon Han dd3e4b2344 Bug 1576840 [wpt PR 18689] - [webnfc] Use AbortController for NFCReader, a=testonly
Automatic update from web-platform-tests
[webnfc] Use AbortController for NFCReader

This CL uses AbortController to replace the stop() method of NFCReader
interface.

The corresponding spec change is from:
https://github.com/w3c/web-nfc/pull/300

BUG=520391

Change-Id: Ia28bfb283a7ad66fb9c4cb0fc744582671a62fa0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769245
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Reilly Grant <reillyg@chromium.org>
Reviewed-by: Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
Commit-Queue: Leon Han <leon.han@intel.com>
Cr-Commit-Position: refs/heads/master@{#691988}

--

wpt-commits: fb898b46adaf656c9807ed0b8adb39d84162cb98
wpt-pr: 18689
2019-09-03 14:23:36 +00:00
Makoto Shimazu 5854faffe4 Bug 1577455 [wpt PR 18742] - Modernize wpt: service-worker/getregistrations.https.html, a=testonly
Automatic update from web-platform-tests
Modernize wpt: service-worker/getregistrations.https.html

This CL modernizes the test by using ES6 styles.

Bug: 925740
Change-Id: I3d74a2629d8d6b8d44da06e4ecec60485f909ce0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775945
Commit-Queue: Makoto Shimazu <shimazu@chromium.org>
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691986}

--

wpt-commits: 2909c676a9c27c87493570589422a83e2f6f1964
wpt-pr: 18742
2019-09-03 14:23:35 +00:00
moz-wptsync-bot 7285c987a2 Bug 1576987 [wpt PR 18705] - Update wpt metadata, a=testonly
wpt-pr: 18705
wpt-type: metadata
2019-09-03 14:23:35 +00:00
Nick Burris eaafab1b5b Bug 1576987 [wpt PR 18705] - Implement fallback to element anchor, a=testonly
Automatic update from web-platform-tests
Implement fallback to element anchor

If we parse a TextFragmentAnchor but don't find a match, we should
fallback to matching the element anchor, if there is one.

Example:
https://spaceplace.nasa.gov/blue-sky/en/#similar##targetText=notamatch

Bug: 992522
Change-Id: Ie6dd2a4f5b35a612d563a3acb81392df756ce1d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1746210
Commit-Queue: Nick Burris <nburris@chromium.org>
Reviewed-by: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#690845}

--

wpt-commits: 29beb469ba8e5e611225061d3bc5d1c9d94082d7
wpt-pr: 18705
2019-09-03 14:23:34 +00:00
autofoolip 65527bf484 Bug 1577696 [wpt PR 18765] - Update interfaces/webaudio.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webaudio.idl (#18765)

Source: https://github.com/tidoust/reffy-reports/blob/83e21a8/whatwg/idl/webaudio.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/578671211
--

wpt-commits: 6fc210158d44dca75862a22585fe63ff9924577e
wpt-pr: 18765
2019-09-03 14:23:34 +00:00
autofoolip adc77992da Bug 1577695 [wpt PR 18764] - Update interfaces/web-nfc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/web-nfc.idl (#18764)

Source: https://github.com/tidoust/reffy-reports/blob/83e21a8/whatwg/idl/web-nfc.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/578671211
--

wpt-commits: 5109f62830b7973a2928601cae3c92b1e8fa3dac
wpt-pr: 18764
2019-09-03 14:23:33 +00:00