Commit Graph

669144 Commits

Author SHA1 Message Date
Masayuki Nakano
298b98043f Bug 1574852 - part 51: Move HTMLEditRules::IsInListItem() to HTMLEditor r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D44189

--HG--
extra : moz-landing-system : lando
2019-09-02 23:59:49 +00:00
Masayuki Nakano
b588b7f775 Bug 1574852 - part 50: Move TextEditRules::UndefineCaretBidiLevel() to EditorBase r=m_kato
It's used both by `TextEditRules` and `HTMLEditRules` so that `EditorBase`
should have it instead.

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

--HG--
extra : moz-landing-system : lando
2019-09-02 10:08:57 +00:00
Masayuki Nakano
d6d83bd331 Bug 1574852 - part 49: Move HTMLEditRules::ReturnInListItem() to HTMLEditor r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D44186

--HG--
extra : moz-landing-system : lando
2019-09-02 09:16:31 +00:00
Cosmin Sabou
e5327b05c8 Bug 1578333 - Disable test because of frequent failures. r=egao
Differential Revision: https://phabricator.services.mozilla.com/D44593

--HG--
extra : moz-landing-system : lando
2019-09-04 04:23:42 +00:00
Andrew Halberstadt
41d9e6e547 Bug 1578198 - [configure] Ensure wrapped_subprocess uses text env with Python 3 r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D44483

--HG--
extra : moz-landing-system : lando
2019-09-04 02:37:48 +00:00
Tom Ritter
7b2c56c93a Bug 1577872 - Bump MinGW version for updater fix r=froydnj
This picks up 0a1d495478d8ed1a94fc77b9dbb428b7e0372588 needed by
Tor for the updater.

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

--HG--
extra : moz-landing-system : lando
2019-09-03 20:45:55 +00:00
sotaro
45201fa9a1 Bug 1578605 - Remove workaround of Bug 1569881 r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D44592

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:27 +00:00
Tom Ritter
1f279f7006 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium
In the MinGW build, calls to malloc inside mozglue were not being
redirected as defined in the .def file. We create aliases for the
redirected functions to correctly redirect them inside mozglue.

An alternate solution for this exists. Rather than creating the
importlib during the linking step for mozglue, we could have used
dlltool to create it, and then provided it during linking. This
would allow mozglue to know that it should redirect calls to malloc
to je_malloc as specified in the .def file.

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

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:08 +00:00
Tom Ritter
d922064696 Bug 1547519 - Rename NS_STRINGIFY to MOZ_STRINGIFY, move to mfbt, and unify stragglers r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D39961

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:32 +00:00
Tim Nguyen
862d219a7c Bug 1578324 - Cleanup some text-align properties in about:logins. r=jaws
Differential Revision: https://phabricator.services.mozilla.com/D44509

--HG--
extra : moz-landing-system : lando
2019-09-04 01:27:36 +00:00
Noemi Erli
7a9186aefb Backed out changeset 55386bf32ae0 (bug 1578606) for devtools failures
--HG--
rename : devtools/client/debugger/flow-typed/npm-custom/devtools-modules_vx.x.x.js => devtools/client/debugger/flow-typed/npm-custom/devtools-shared-utils_vx.x.x.js
2019-09-04 05:23:11 +03:00
Jason Laster
7ea67f4d41 Bug 1578606 - Fix jest. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D44591

--HG--
rename : devtools/client/debugger/flow-typed/npm-custom/devtools-shared-utils_vx.x.x.js => devtools/client/debugger/flow-typed/npm-custom/devtools-modules_vx.x.x.js
extra : moz-landing-system : lando
2019-09-04 00:56:52 +00:00
Masayuki Nakano
5941cef758 Bug 1574852 - part 48: Move HTMLEditRules::ReturnInHeader() to HTMLEditor r=m_kato
Differential Revision: https://phabricator.services.mozilla.com/D44185

--HG--
extra : moz-landing-system : lando
2019-09-02 09:14:23 +00:00
David Walsh
7f20101b2a Bug 1573859 - Allow users to get to inspector from Dom Mutation Breakpoints panel r=jlast,flod
Differential Revision: https://phabricator.services.mozilla.com/D43682

--HG--
extra : moz-landing-system : lando
2019-09-03 19:08:39 +00:00
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