Commit Graph

728825 Commits

Author SHA1 Message Date
Bert Peers
5444eeeaf6 Bug 1668145 - Detect all Mac GPUs. r=jrmuizel,haik
This also adds a diagonstic assert to make sure the code works in all process types.
And it adds another item to the sandbox IOKit property name allowlist, so that
the detection works in content processes.

This landed before, in bug 1649490, but without the sandbox adjustment (so it
didn't work in content processes).

Differential Revision: https://phabricator.services.mozilla.com/D91950
2020-10-02 01:10:20 +00:00
Alexis Beingessner
dc6f1e5b44 Bug 1668750 - manually expand JammedWithFlags tests for compat with clang-cl-9. r=decoder
I have no idea what the issue is, but this fixes it. I figure it's not
worth putting too much effort into since this was just to make the tests
as DRY as possible, and not actually important.

Differential Revision: https://phabricator.services.mozilla.com/D92237
2020-10-02 15:00:28 +00:00
Paul Adenot
0e5d4a42a3 Bug 1668248 - Test that DataChannel.send fails gracefully when the argument is too big. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D91930
2020-10-02 12:42:14 +00:00
Paul Adenot
f18e95d3c1 Bug 1668248 - Use fallible string operations in WebSocket::Send. r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D91929
2020-10-02 12:42:06 +00:00
Paul Adenot
0778d12718 Bug 1668248 - Use fallible string operations in nsDOMDataChannel::Send. r=bwc
Differential Revision: https://phabricator.services.mozilla.com/D91928
2020-10-02 12:41:54 +00:00
Hunter Jones
bb1d276f41 Bug 1664667: Fix test for closing Picture-in-Picture when fullscreening another video r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D92208
2020-10-02 13:38:07 +00:00
Emma Malysz
f1eaa12c10 Bug 1663503, only update custom margins settings if it has been initialized r=sfoster
Differential Revision: https://phabricator.services.mozilla.com/D92097
2020-10-02 14:47:18 +00:00
Nicolas Chevobbe
30e2fd6b18 Bug 1668810 - [devtools] Remove unnecessary if-block in build.js. r=jdescottes.
Differential Revision: https://phabricator.services.mozilla.com/D92232
2020-10-02 14:32:41 +00:00
Emilio Cobos Álvarez
43e7bad0b6 Bug 1666497 - Fix various issues with anchored popups. r=NeilDeakin
The patch in bug 1666497 (which makes regular <window>-based XUL
documents with other the XHTML-based ones) uncovers an issue in the
anchored popup tests, which starts timing out.

The underlying issue is that it changes the reflow order from popups in
XUL-only documents with respect to their anchors. Note that Firefox
already uses the "broken" code, because we moved to xhtml and
browser.xhtml doesn't use a XUL <window> anymore.

Since we reflow now the popup _after_ the anchor rather than before, we
don't need to rely on CheckForAnchorChange() to deal with changes. This
means that we need to notify on the positioning changes that happen
during reflow though.

We should be able to simplify a bit the CheckForAnchorChange() stuff
now, but it also takes care of hiding popups and such so I don't plan to
do it on this bug to minimize risk.

Differential Revision: https://phabricator.services.mozilla.com/D91012
2020-10-02 14:33:14 +00:00
Razvan Maries
6e146b7ab6 Bug 1668809 - Disabled browser_privilegedmozilla_process_pref.js on fission. a=test-only DONTBUILD CLOSED TREE 2020-10-02 19:37:33 +03:00
Emilio Cobos Álvarez
941e868780 Bug 1668767 - Make "print selection" setting independent of page range. r=jfkthame
It conceptually is, and this will allow to have UI independent of the
page range in bug 140718.

Differential Revision: https://phabricator.services.mozilla.com/D92201
2020-10-02 13:59:48 +00:00
Paul Adenot
9c766cc22e Bug 1668824 - On macOS and Windows, prefer ffmpeg to decode mp3s. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D92235
2020-10-02 14:23:56 +00:00
Dzmitry Malyshau
6bed8e6181 Bug 1655732 - Fix backface-visibility checks with regards to intermediate flattening. r=gw
When we are looking at a transform of an element relative to the surface
it's rendered into, we used to only consider the final transformation
when determining back-face visibility.
However, in case there are any Flat reference frames on the way,
the transformation is flattened. We should be checking for back-face
visibility on each such step.

This doc was helpful, although it doesn't have all the answers:
https://docs.google.com/document/d/1yb4a_uhTG3KmcbGPta4B9p67v1HO_qY8ZMk-otGOwTc/

Differential Revision: https://phabricator.services.mozilla.com/D92135
2020-10-02 14:02:08 +00:00
Olli Pettay
34f1de3fc9 Bug 1668809 - Disable some intermittently failing tests, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D92231
2020-10-02 13:57:05 +00:00
Ted Campbell
1d99957f22 Bug 1668565 - Update help for --setpref in Marionette r=marionette-reviewers,whimboo
Differential Revision: https://phabricator.services.mozilla.com/D92070
2020-10-02 07:52:52 +00:00
Ted Campbell
37b5890c05 Bug 1668565 - Update help for --setpref in Raptor/talos r=perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D92069
2020-10-02 13:42:33 +00:00
Bryce Van Dyk
6b7522e2fc Bug 1551615 - Have GeckoMediaPluginServiceChild use async shutdown blocker. r=jbauman
Differential Revision: https://phabricator.services.mozilla.com/D75180
2020-10-02 13:32:41 +00:00
Bryce Seager van Dyk
4abf2b993c Bug 1551615 - Make PGMPService protocol refcounted. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D75178
2020-10-02 13:32:10 +00:00
Bryce Seager van Dyk
24bf867f09 Bug 1551615 - Make PGMPContent protocol refcounted. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D68904
2020-10-02 13:31:40 +00:00
Simon Giesecke
20a9b720d4 Bug 1666219 - Renamed QM_TRY_VAR etc. to QM_TRY_UNWRAP etc. r=dom-workers-and-storage-reviewers,ttung,janv
Also change some left-over QM_TRY_VAR uses with const target declarations to
QM_TRY_INSPECT et al.

Differential Revision: https://phabricator.services.mozilla.com/D90873
2020-10-02 13:23:49 +00:00
Lars T Hansen
bcbf842a92 Bug 1609381 - arm64 baseline simd, part 3: masm support. r=jseward
Add porting interfaces for arm64 and adapt the baseline compiler to
use them.

Differential Revision: https://phabricator.services.mozilla.com/D90743
2020-10-02 13:09:12 +00:00
Lars T Hansen
365854c452 Bug 1609381 - arm64 baseline simd, part 2: sundry cleanup. r=jseward
Various cleanup:

- significantly simplify SIMD emitters in the baseline compiler: we
  don't need to have various emitters with names like ...WithTemp and
  ...WithTwoTemps, it is enough to use the base name of the operation
  and rely on overloading.  This in turn leads to opportunities for
  templates, which are introduced systematically here, leading to the
  removal of many special-case emitters.
- remove some dead SIMD code in the masm
- rename a misnamed API (the SIMD averages are unsigned averages)
- rename some mismatched parameter names

Differential Revision: https://phabricator.services.mozilla.com/D90742
2020-10-02 13:13:07 +00:00
Lars T Hansen
76380e533c Bug 1609381 - arm64 baseline simd, part 1: config, register sets, stubs. r=jseward
This lays the groundwork for ARM64 simd in the baseline compiler and
runtime.  Mostly this is non-dramatic.

The main problem to be solved is SIMD register allocation and
save/restore in the stubs.  We can't use the register sets in the
usual way to do this for reasons that are explained at length in
comments in Architecture-arm64.h, WasmStubs.cpp, and
WasmBaselineCompile.cpp, so there are a couple of cheats, that
basically come down to (sometimes contextually) treating doubles as
vectors.  By and large this is surprisingly clean.

The patch also splits a huge test file (simd/spec/nan-flavors.js) into
many smaller files so as to avoid OOM conditions when testing on
device with --ion-eager and similar switch settings that cause massive
amounts of jit code to be allocated.

Differential Revision: https://phabricator.services.mozilla.com/D90740
2020-10-02 13:12:42 +00:00
Lars T Hansen
b0211fa348 Bug 1666747 - Check for partial writes with partial-OOB stores. r=rhunt
Factor existing partial-OOB-store checks out of the SIMD tests into a
separate file.

Add non-SIMD partial-OOB-store tests in a separate file.

Disable these tests for ARM and ARM64 because we don't handle that
correctly on all devices yet.

Differential Revision: https://phabricator.services.mozilla.com/D91415
2020-10-02 13:12:14 +00:00
Razvan Maries
59c799b78f Backed out changeset a3cbffeb24a3 (bug 1668577) for perma failures on location_reload.html. CLOSED TREE 2020-10-02 19:11:53 +03:00
Razvan Maries
365b429d6e Backed out changeset 20fadec3e9dc (bug 1187682) for perma failures on layout/reftests/mathml/stretchy-munderover-1c.html. CLOSED TREE 2020-10-02 17:11:33 +03:00
moz-wptsync-bot
959e655415 Bug 1668392 - [wpt-sync] Update web-platform-tests to 2531feaeef0530450b7a7271b2bb4cc450edb831, a=testonly
MANUAL PUSH: wpt sync bot

wpt-head: 2531feaeef0530450b7a7271b2bb4cc450edb831
wpt-type: landing
2020-10-02 12:32:41 +00:00
moz-wptsync-bot
f00fa3ba26 Bug 1667626 [wpt PR 25805] - Update wpt metadata, a=testonly
wpt-pr: 25805
wpt-type: metadata
2020-10-02 12:32:41 +00:00
David Grogan
c504cea279 Bug 1667626 [wpt PR 25805] - [css-flex] Pass a ConstraintSpace to ortho_table.ComputeMinMaxSizes(), a=testonly
Automatic update from web-platform-tests
[css-flex] Pass a ConstraintSpace to ortho_table.ComputeMinMaxSizes()

ComputeMinMaxSizes needs a ConstraintSpace when the child is not in a
parallel writing mode. Flex wasn't providing one when it retrieved a
table's intrinsic min size.

Before this bug was introduced, flex was calling
ComputeMinAndMaxContentContribution(..., table, ...) instead of
table.ComputeMinMaxSizes(...). ComputeMinAndMaxContentContribution
builds its own ConstraintSpace for ortho items, so flex didn't need to
provide one.

We originally switched from ComputeMinAndMaxContentContribution to
table.ComputeMinMaxSizes because:

* One input to the flex algorithm is the item's used min-width (for a
  row flexbox). The flex algorithm will never assign a flex item a width
  smaller than its used min-width. For most elements, we get this value
  via ResolveMinInlineLength(..., style.LogicalMinWidth(), ...).

* But table's used min-width is defined specially to be "the greater of
  the resolved min-width, CAPMIN, and GRIDMIN". So to get the
  table-as-flex-item's used min-width, we need to retrieve max(CAPMIN,
  GRIDMIN) in addition to resolving style.LogicalMinWidth from the
  above step.

* ComputeMinAndMaxContentContribution(table).min returns max(CAPMIN,
  GRIDMIN, style.LogicalWidth()). I.e. it obeys any specified width on
  the table.

* But table.ComputeMinMaxSizes().min returns only max(CAPMIN, GRIDMIN)[1],
  which is what we want.

In the example below, the flexbox will try to shrink the table's width
to 75px. Using ComputeMinAndMaxContentContribution for the table's
min-width computation would result in the table being 100px wide. Using
table.ComputeMinMaxSizes would make it 75px wide. 75px is correct.

<div style="display: flex; width: 75px;">
  <table style="width: 100px; min-width: 0px;">
    <td>
      <div style="float: left; width:50px"></div>
      <div style="float: left; width:50px"></div>
    </td>
  </table>
</div>
https://jsfiddle.net/dgrogan/gwu4ac82/3/

[1] This is actually not true today but is true for TablesNG. Switching
to table.ComputeMinMaxSizes gets us closer.

Bug: 1128262
Fixed: 1131890
Change-Id: Ie5a4eac97e4a6a2e96104397bd5c5ec483d40e78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433594
Commit-Queue: David Grogan <dgrogan@chromium.org>
Reviewed-by: Christian Biesinger <cbiesinger@chromium.org>
Reviewed-by: Morten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811216}

--

wpt-commits: 2531feaeef0530450b7a7271b2bb4cc450edb831
wpt-pr: 25805
2020-10-02 12:32:40 +00:00
Antonio Sartori
2b0dc7a31f Bug 1667773 [wpt PR 25811] - Increase timeout of Content-Security-Policy WP test, a=testonly
Automatic update from web-platform-tests
Increase timeout of Content-Security-Policy WP test

The WP test
content-security-policy/embedded-enforcement/required_csp-header-crlf.html
has been marked as flaky lately on Mac because it was incurring in the
timeout (see https://crbug.com/1091896). Since the test opens and
navigates several iframes, this is understandable, so let's increase
the timeout.

Bug: 1091896
Change-Id: Ibdc05589eed0188a4782f45693963aa15cfb671a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435347
Reviewed-by: Arthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811199}

--

wpt-commits: df557c6e8643150676ce4d4a3c5145dbd0c1ecf0
wpt-pr: 25811
2020-10-02 12:32:40 +00:00
moz-wptsync-bot
8c5a2a8434 Bug 1667107 [wpt PR 25774] - Update wpt metadata, a=testonly
wpt-pr: 25774
wpt-type: metadata
2020-10-02 12:32:39 +00:00
Stephen McGruer
347203790a Bug 1667107 [wpt PR 25774] - Add interfaces/webrtc-insertable-streams.idl and test, a=testonly
Automatic update from web-platform-tests
Add interfaces/webrtc-insertable-streams.idl and test (#25774)

Closes https://github.com/web-platform-tests/wpt/pull/25766
--

wpt-commits: b1d0f5495d39d36b7853d0c53a9fd096abba226d
wpt-pr: 25774
2020-10-02 12:32:39 +00:00
Stephen McGruer
f7e7b01b26 Bug 1667083 [wpt PR 25769] - Rename text-detection-api.tentative.idl to text-detection-api.idl, a=testonly
Automatic update from web-platform-tests
Rename text-detection-api.tentative.idl to text-detection-api.idl (#25769)

Closes https://github.com/web-platform-tests/wpt/pull/25753
--

wpt-commits: 14d4862beeb02904dc6712d62a36c04474bacf12
wpt-pr: 25769
2020-10-02 12:32:38 +00:00
Javier Fernández García-Boente
5a7a08eb0d Bug 1667452 [wpt PR 25795] - Reset trailing space structure when rewinding due to overflow handling, a=testonly
Automatic update from web-platform-tests
Reset trailing space structure when rewinding due to overflow handling

During the HandleOverflow we consider the possibility of breaking at
previous opportunity. The logic for this case is implemented in the
BreakTextAtPreviousBreakOpportunity function.

In case that there is such suitable previous opportunity, we modify the
ItemResult that includes this opportunity in its offset range. We also
create a new ShapeResultView associated to this item_result, using the
new offset range.

However, it's possible that the trailing_collapsible_space_ structure
already has this ItemResult instance, that we are now altering as part
of the HandleOverflow logic.

The problem described in the issue 1131470 is caused by this situation,
where an ItemResult instance hold by the trailing_collapsible_space_ is
modified. During the computation of the trailing spaces size, as part
of the RemoveTrailingCollapsibleSpace function, we avoid calling to the
TruncateLineEndResult, which will reshape again, in case the item_result
considered is already present in the trailing_collapsible_space_
structure. This causes that we end up with an ItemREsult of a different
size than the previously computed collapsed_shape_result.

Bug: 1131470
Change-Id: I15b31303fb8ec52b6d7359880f2785d16e1a0c59
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429411
Commit-Queue: Koji Ishii <kojii@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811115}

--

wpt-commits: 1916d3f4f67ab06325b4f0f8ac65b5ebad404bf2
wpt-pr: 25795
2020-10-02 12:32:38 +00:00
Javier Fernández García-Boente
2142ccafb9 Bug 1667598 [wpt PR 25804] - The adjusted_start must be computed based on the part_start, a=testonly
Automatic update from web-platform-tests
The adjusted_start must be computed based on the part_start

In order to create a new ShapeResultView, we use segments of a previous
instance, analyzing its runs based on a new index range for the new
instance. Since the start/end of the RunInfo structure may be different
than the start index of the ShapeResultView, we use an adjusted_start
to adapt the logic to the different data structures.

We assume that if the passed start_index for the new range is greater
than the current run's part start being processed, we should define the
new run's start as the difference of these two values. However, we must
also ensure that start_index is at least equal to the the part_start
value for such run.

The problem described in the issue 1130153 comes from the fact that
we use the start_index on cases where it's smaller than the run's
part_start. This leads to an incorrect (longer than expected) run.

Bug: 1130153
Change-Id: Id5dd505baf1f990d2fe7a9406e191979cbd6b9f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431523
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Koji Ishii <kojii@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811105}

--

wpt-commits: f2cb066328f2035c20b2a9726febd82056b7ac41
wpt-pr: 25804
2020-10-02 12:32:37 +00:00
Gérard Talbot
9a77a360c8 Bug 1667694 [wpt PR 25808] - Reinstated y.png needed for css-border-radius-ref-001.html, a=testonly
Automatic update from web-platform-tests
Reinstated y.png needed for css-border-radius-ref-001.html (#25808)

--

wpt-commits: f1205f0bdf688bafc1c99f3902ce6f112dc08320
wpt-pr: 25808
2020-10-02 12:32:37 +00:00
moz-wptsync-bot
6f246eed74 Bug 1667508 [wpt PR 25801] - Update wpt metadata, a=testonly
wpt-pr: 25801
wpt-type: metadata
2020-10-02 12:32:36 +00:00
autofoolip
441a9ab8fb Bug 1667508 [wpt PR 25801] - Update interfaces/css-font-loading.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/css-font-loading.idl (#25801)

Source: https://github.com/w3c/webref/blob/1f2b15c/ed/idl/css-font-loading.idl
Build: https://travis-ci.org/w3c/webref/builds/186774168
--

wpt-commits: 95cc99a748191209ee28294b6bf0463b256dca2e
wpt-pr: 25801
2020-10-02 12:32:36 +00:00
Stephen McGruer
ef7d21f5c3 Bug 1667097 [wpt PR 25770] - Add interfaces/serial.idl and test, a=testonly
Automatic update from web-platform-tests
Add interfaces/serial.idl and test (#25770)

Closes https://github.com/web-platform-tests/wpt/pull/25745
--

wpt-commits: 6dbdce64a0ff49973a4542d503263ef598afd4c6
wpt-pr: 25770
2020-10-02 12:32:35 +00:00
autofoolip
5b2579bbcf Bug 1667287 [wpt PR 25782] - Update interfaces/webrtc-svc.idl, a=testonly
Automatic update from web-platform-tests
Update interfaces/webrtc-svc.idl (#25782)

Source: https://github.com/w3c/webref/blob/409dc56/ed/idl/webrtc-svc.idl
Build: https://travis-ci.org/w3c/webref/builds/730125092
--

wpt-commits: 9f6a7e3cfdae54795a0ca58e194b828537f9659e
wpt-pr: 25782
2020-10-02 12:32:35 +00:00
Xianzhu Wang
c3c209d7c2 Bug 1667474 [wpt PR 25796] - Invalidate GraphicsLayer::CcLayer() when switching "create layers after paint", a=testonly
Automatic update from web-platform-tests
Invalidate GraphicsLayer::CcLayer() when switching "create layers after paint"

When we switch on "create layers after paint" and back, the contents of
the original GraphicsLayer::CcLayer() and RasterInvalidator which are
not used during "create layers after paint" may not be valid.
Invalidate them to ensure correct rendering.

Bug: 1132218
Change-Id: Ia717e8202e2627cedbc9e5305619223a5a833f47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432766
Reviewed-by: Philip Rogers <pdr@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#811013}

--

wpt-commits: 589d1d54b73d37f1efde64f75cc408bdd640b44a
wpt-pr: 25796
2020-10-02 12:32:35 +00:00
Mason Freed
6ecc95c31f Bug 1667446 [wpt PR 25794] - Add testing of :defined prior to call to super(), a=testonly
Automatic update from web-platform-tests
Add testing of :defined prior to call to super()

Per the conversation here [1], there is a desire to add more
testing of the :defined pseudo state, prior to the call to super().
Note that `this` is not accessible prior to super(), so the
instance itself is used. Also note that :defined already does not
match anywhere inside the constructor, for upgrades.

[1] https://github.com/whatwg/dom/pull/894#discussion_r495092027

Bug: 1042130
Change-Id: I2372900981247ea5624e737d2597d004398de477
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431558
Auto-Submit: Mason Freed <masonfreed@chromium.org>
Commit-Queue: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810991}

--

wpt-commits: 0e252e7d3d8f95725f6ae177148da85eac333ca2
wpt-pr: 25794
2020-10-02 12:32:34 +00:00
Frederic Wang
6391eed8cc Bug 1187682 - Use ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants. r=emilio
The math-depth implementation is refined to take into account the
ScriptPercentScaleDown and ScriptScriptPercentScaleDown constants (if the
parent's first valid font has a MATH table) in order to calculate the
scale factor between math-deth 0 and 1, and between 0 and 2 respectively.

Behavior is unchanged if the legacy scriptsizemultiplier attribute is
specified or if no MATH table is available.

The preference layout.css.math-depth.enabled remains disabled in nightly
until the remaining bit (support for font-size: math) is implemented in
bug 1667090.

Differential Revision: https://phabricator.services.mozilla.com/D91604
2020-10-02 11:33:34 +00:00
Robert Mader
55405b7afc Bug 1667116 - Request to stay unredirected on WR/OGL, too. r=stransky
Until bug 1617002 Firefox would unintendedly not get unredirected on X11
when used with WR and OpenGL as it didn't fullfill the requirements -
not being transparent.

Now that this is fixed, fullscreen unredirection can happen on certain
compositors. For the basic compositor we already explicitely ask to not
get unredirected - do that for all backends.

Differential Revision: https://phabricator.services.mozilla.com/D92180
2020-10-02 11:33:06 +00:00
Dão Gottwald
6f1b5977ef Bug 1644972 - Restrict browser.urlbar.disableExtendForTests to tests and remove it from tests that don't need it. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D92154
2020-10-02 11:56:16 +00:00
Olli Pettay
29e269dd12 Bug 1668577 - Make child process to send offset to parent process, not index, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D92074
2020-10-02 12:05:57 +00:00
Olli Pettay
a9405496ad Bug 1668357 - enable SHIP with Fission, r=peterv
Differential Revision: https://phabricator.services.mozilla.com/D91978
2020-10-01 20:59:27 +00:00
Olli Pettay
4d9024b735 Bug 1668357, still one more failure when running SHIP with fission, r=peterv
Depends on D92150

Differential Revision: https://phabricator.services.mozilla.com/D92151
2020-10-02 11:12:35 +00:00
Olli Pettay
5cb8d35726 Bug 1668215 - Bail out loading if the SessionHistoryEntry for LoadingSessionHistoryInfo isn't available anymore, r=peterv
I haven't managed to reproduce the crash

Differential Revision: https://phabricator.services.mozilla.com/D92150
2020-10-02 11:53:18 +00:00
Nicolas Chevobbe
19eb2d240b Bug 1668480 - [devtools] Update CodeMirror to 5.58.1. r=jdescottes. CLOSED TREE
The build script was broken because of the usage of the optional chaining operator,
which is not supported by Node yet, so we fix it.

We also move one modification that was made for Bug 1651443 directly to
codemirror.css (which should be an exact copy of what's provided by the library),
to mozilla.css, our internal, devtools-specific stylesheet.

Differential Revision: https://phabricator.services.mozilla.com/D92041
2020-10-01 13:06:55 +00:00