Closed Bug 1612723 Opened 4 years ago Closed 4 years ago

Keyboard shortcut for toggle reader view (F9) doesn't work

Categories

(Toolkit :: Reader Mode, defect, P1)

74 Branch
defect

Tracking

()

VERIFIED FIXED
mozilla74
Tracking Status
firefox-esr68 --- unaffected
firefox72 --- unaffected
firefox73 --- unaffected
firefox74 + verified

People

(Reporter: rgeisler, Assigned: zbraniecki)

References

(Regression)

Details

(Keywords: regression)

Attachments

(2 files)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0

Steps to reproduce:

Open a page where the Reader view is available - the Reader View icon appears in the address bar.

Press F9 to toggle the Reader Mode.

The tooltip shows VK_F9 instead of F9, see Attachment.

A new profile doesn't fix the problem.

Actual results:

Nothing happens.

Expected results:

The Reader view schould be opened.

Status: UNCONFIRMED → NEW
Has STR: --- → yes
Ever confirmed: true
Keywords: regression

Old HTML:

#ifndef XP_WIN
    <key id="key_toggleReaderMode" key="&toggleReaderMode.key;" command="View:ReaderView" modifiers="accel,alt" disabled="true"/>
#else
    <key id="key_toggleReaderMode" keycode="&toggleReaderMode.win.keycode;" command="View:ReaderView" disabled="true"/>
#endif

Old DTD:

<!ENTITY toggleReaderMode.key "R">
<!ENTITY toggleReaderMode.win.keycode "VK_F9">

New HTML:

    <key id="key_toggleReaderMode"
         data-l10n-id="reader-mode-toggle-shortcut"
         command="View:ReaderView"
#ifndef XP_WIN
         modifiers="accel,alt"
#endif
         disabled="true"/>

New Fluent:

reader-mode-toggle-shortcut =
    .key = { PLATFORM() ->
        [windows] VK_F9
       *[other] R
    }

It's the key vs keycode.

Would it be ok to use keycode for both or do we need two keys - one for Windows and another for others because of the shape diff?

Flags: needinfo?(gijskruitbosch+bugs)
Assignee: nobody → gandalf
Status: NEW → ASSIGNED

This seems to work (tested on linux).

Flags: needinfo?(gijskruitbosch+bugs)
QA Whiteboard: [qa-regression-triage]

[Tracking Requested - why for this release]:
We shouldn't be breaking the shortcut key.

Component: Untriaged → Reader Mode
Priority: -- → P1
Product: Firefox → Toolkit
Pushed by zbraniecki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6495336fced4
Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod

Backed out changeset 6495336fced4 (Bug 1612723) for assertion failure on ErrorResult.h

Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&searchStr=os%2Cx%2C10.14%2Cdebug%2Cmochitests%2Cwith%2Csocket%2Cprocess%2Ctest-macosx1014-64%2Fdebug-mochitest-media-spi-e10s-2%2Cm-spi%28mda2%29&fromchange=66d07ba43d6def0cfb7a344e5784aca055856b81&tochange=76e89be089dac2e4a34d8bf5b5e317e4734ebd56&selectedJob=287831946

Backout link: https://hg.mozilla.org/integration/autoland/rev/76e89be089dac2e4a34d8bf5b5e317e4734ebd56

Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=287831946&repo=autoland&lineNumber=939

[task 2020-02-06T23:46:26.616Z] 23:46:26     INFO - TEST-START | dom/media/test/test_vp9_superframes.html
[task 2020-02-06T23:46:26.618Z] 23:46:26     INFO - TEST-SKIP | dom/media/test/test_vp9_superframes.html | took 0ms
[task 2020-02-06T23:46:26.618Z] 23:46:26     INFO - Running manifest: dom/media/test/mochitest.ini
[task 2020-02-06T23:46:26.893Z] 23:46:26     INFO -  pk12util: PKCS12 IMPORT SUCCESSFUL
[task 2020-02-06T23:46:26.914Z] 23:46:26     INFO - MochitestServer : launching [u'/Users/cltbld/tasks/task_1581032661/build/tests/bin/xpcshell', '-g', '/Users/cltbld/tasks/task_1581032661/build/application/Firefox NightlyDebug.app/Contents/Resources', '-f', '/Users/cltbld/tasks/task_1581032661/build/tests/bin/components/httpd.js', '-e', "const _PROFILE_PATH = '/var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner'; const _SERVER_PORT = '8888'; const _SERVER_ADDR = '127.0.0.1'; const _TEST_PREFIX = undefined; const _DISPLAY_RESULTS = false;", '-f', '/Users/cltbld/tasks/task_1581032661/build/tests/mochitest/server.js']
[task 2020-02-06T23:46:26.914Z] 23:46:26     INFO - runtests.py | Server pid: 1679
[task 2020-02-06T23:46:26.914Z] 23:46:26     INFO - runtests.py | Websocket server pid: 1680
[task 2020-02-06T23:46:26.923Z] 23:46:26     INFO - runtests.py | websocket/process bridge pid: 1681
[task 2020-02-06T23:46:27.002Z] 23:46:27     INFO -  [1679, Unnamed thread 10dd53080] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.002Z] 23:46:27     INFO -  [1679, Unnamed thread 10dd53080] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.010Z] 23:46:27     INFO -  [1679, Main Thread] WARNING: 'result.isErr()', file /builds/worker/workspace/build/src/startupcache/StartupCache.cpp, line 167
[task 2020-02-06T23:46:27.101Z] 23:46:27     INFO -  [1679, Main Thread] WARNING: 'result.isErr()', file /builds/worker/workspace/build/src/startupcache/StartupCache.cpp, line 167
[task 2020-02-06T23:46:27.102Z] 23:46:27     INFO -  [1679, Main Thread] WARNING: 'result.isErr()', file /builds/worker/workspace/build/src/startupcache/StartupCache.cpp, line 167
[task 2020-02-06T23:46:27.102Z] 23:46:27     INFO -  [1679, Main Thread] WARNING: 'result.isErr()', file /builds/worker/workspace/build/src/startupcache/StartupCache.cpp, line 167
[task 2020-02-06T23:46:27.151Z] 23:46:27     INFO -  Couldn't convert chrome URL: chrome://branding/locale/brand.properties
[task 2020-02-06T23:46:27.152Z] 23:46:27     INFO -  [1679, Main Thread] WARNING: Could not get the program name for a cubeb stream.: 'NS_SUCCEEDED(rv)', file /builds/worker/workspace/build/src/dom/media/CubebUtils.cpp, line 381
[task 2020-02-06T23:46:27.262Z] 23:46:27     INFO - runtests.py | SSL tunnel pid: 1682
[task 2020-02-06T23:46:27.262Z] 23:46:27     INFO - runtests.py | Running with scheme: http
[task 2020-02-06T23:46:27.262Z] 23:46:27     INFO - runtests.py | Running with e10s: True
[task 2020-02-06T23:46:27.262Z] 23:46:27     INFO - runtests.py | Running with fission: False
[task 2020-02-06T23:46:27.262Z] 23:46:27     INFO - runtests.py | Running with serviceworker_e10s: True
[task 2020-02-06T23:46:27.265Z] 23:46:27     INFO - runtests.py | Running with socketprocess_e10s: True
[task 2020-02-06T23:46:27.266Z] 23:46:27     INFO - runtests.py | Running tests: start.
[task 2020-02-06T23:46:27.266Z] 23:46:27     INFO - 
[task 2020-02-06T23:46:27.291Z] 23:46:27     INFO - Application command: /Users/cltbld/tasks/task_1581032661/build/application/Firefox NightlyDebug.app/Contents/MacOS/firefox -marionette -foreground -profile /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner
[task 2020-02-06T23:46:27.291Z] 23:46:27     INFO - runtests.py | Application pid: 1683
[task 2020-02-06T23:46:27.291Z] 23:46:27     INFO - TEST-INFO | started process GECKO(1683)
[task 2020-02-06T23:46:27.341Z] 23:46:27     INFO - GECKO(1683) | [1683, Unnamed thread 10d3412e0] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.341Z] 23:46:27     INFO - GECKO(1683) | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner/runtests_leaks.log
[task 2020-02-06T23:46:27.341Z] 23:46:27     INFO - GECKO(1683) | [1683, Unnamed thread 10d3412e0] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.710Z] 23:46:27     INFO - GECKO(1683) | [1685, Unnamed thread 10f31e080] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.710Z] 23:46:27     INFO - GECKO(1683) | ### XPCOM_MEM_BLOAT_LOG defined -- logging bloat/leaks to /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner/runtests_leaks.log
[task 2020-02-06T23:46:27.711Z] 23:46:27     INFO - GECKO(1683) | [1685, Unnamed thread 10f31e080] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.711Z] 23:46:27     INFO - GECKO(1683) | [1685, MainThread] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.711Z] 23:46:27     INFO - GECKO(1683) | [1685, MainThread] WARNING: XPCOM objects created/destroyed from static ctor/dtor: file /builds/worker/workspace/build/src/xpcom/base/nsTraceRefcnt.cpp, line 198
[task 2020-02-06T23:46:27.953Z] 23:46:27     INFO - GECKO(1683) | [1683, Main Thread] WARNING: Workers don't support the 'mem.mem.' preference!: file /builds/worker/workspace/build/src/dom/workers/RuntimeService.cpp, line 536
[task 2020-02-06T23:46:28.576Z] 23:46:28     INFO - GECKO(1683) | 1581032788559	addons.webextension.doh-rollout@mozilla.org	WARN	Loading extension 'doh-rollout@mozilla.org': Reading manifest: Invalid extension permission: networkStatus
[task 2020-02-06T23:46:29.548Z] 23:46:29     INFO - GECKO(1683) | 1581032789528	addons.webextension.screenshots@mozilla.org	WARN	Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
[task 2020-02-06T23:46:29.548Z] 23:46:29     INFO - GECKO(1683) | 1581032789528	addons.webextension.screenshots@mozilla.org	WARN	Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
[task 2020-02-06T23:46:29.548Z] 23:46:29     INFO - GECKO(1683) | 1581032789529	addons.webextension.screenshots@mozilla.org	WARN	Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
[task 2020-02-06T23:46:29.548Z] 23:46:29     INFO - GECKO(1683) | 1581032789529	addons.webextension.screenshots@mozilla.org	WARN	Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader*
[task 2020-02-06T23:46:29.651Z] 23:46:29     INFO - GECKO(1683) | [1683, GMPThread] WARNING: Failed to delete GMP storage directory: file /builds/worker/workspace/build/src/dom/media/gmp/GMPServiceParent.cpp, line 1570
[task 2020-02-06T23:46:29.667Z] 23:46:29     INFO - GECKO(1683) | 1581032789662	Marionette	TRACE	Received observer notification profile-after-change
[task 2020-02-06T23:46:29.672Z] 23:46:29     INFO - GECKO(1683) | [1683, Main Thread] WARNING: 'NS_FAILED(rv)', file /builds/worker/workspace/build/src/dom/presentation/provider/MulticastDNSDeviceProvider.cpp, line 124
[task 2020-02-06T23:46:29.672Z] 23:46:29     INFO - GECKO(1683) | [1683, Main Thread] WARNING: 'NS_FAILED(rv = Init())', file /builds/worker/workspace/build/src/dom/presentation/provider/MulticastDNSDeviceProvider.cpp, line 568
[task 2020-02-06T23:46:29.891Z] 23:46:29     INFO - GECKO(1683) | 1581032789877	Marionette	TRACE	Received observer notification command-line-startup
[task 2020-02-06T23:46:29.891Z] 23:46:29     INFO - GECKO(1683) | 1581032789877	Marionette	DEBUG	Init aborted (running=false, enabled=true, finalUIStartup=false)
[task 2020-02-06T23:46:30.018Z] 23:46:30     INFO - GECKO(1683) | [1683, Main Thread] WARNING: 'mIndex >= Count()', file /builds/worker/workspace/build/src/xpcom/ds/nsStringEnumerator.cpp, line 202
[task 2020-02-06T23:46:30.110Z] 23:46:30     INFO - GECKO(1683) | 1581032790084	Marionette	TRACE	Received observer notification toplevel-window-ready
[task 2020-02-06T23:46:30.751Z] 23:46:30     INFO - GECKO(1683) | JavaScript error: , line 0: uncaught exception: [fluent] Missing translations in en-US: reader-mode-toggle-shortcut-win.
[task 2020-02-06T23:46:30.751Z] 23:46:30     INFO - GECKO(1683) | [1683, Main Thread] WARNING: 'aRv.Failed()', file /builds/worker/workspace/build/src/dom/l10n/DOMLocalization.cpp, line 361
[task 2020-02-06T23:46:30.754Z] 23:46:30     INFO - GECKO(1683) | [1683, Main Thread] WARNING: '!translatePromise || rv.Failed()', file /builds/worker/workspace/build/src/dom/l10n/DocumentL10n.cpp, line 153
[task 2020-02-06T23:46:30.771Z] 23:46:30     INFO - GECKO(1683) | Assertion failure: !Failed(), at /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/ErrorResult.h:539
[task 2020-02-06T23:46:53.379Z] 23:46:53     INFO - GECKO(1683) | #01: mozilla::dom::DocumentL10n::TriggerInitialDocumentTranslation() [dom/bindings/ErrorResult.h:0]
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - GECKO(1683) | #02: mozilla::dom::PrototypeDocumentContentSink::StyleSheetLoaded(mozilla::StyleSheet*, bool, nsresult) [dom/prototype/PrototypeDocumentContentSink.cpp:689]
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - GECKO(1683) | #03: non-virtual thunk to mozilla::dom::PrototypeDocumentContentSink::StyleSheetLoaded(mozilla::StyleSheet*, bool, nsresult) [dom/prototype/PrototypeDocumentContentSink.cpp:0]
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - GECKO(1683) | #04: mozilla::css::Loader::SheetComplete(mozilla::css::SheetLoadData&, nsresult) [xpcom/ds/nsTObserverArray.h:274]
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - GECKO(1683) | #05: mozilla::MozPromise<bool, bool, true>::ThenValue<mozilla::css::Loader::ParseSheet(nsTSubstring<char> const&, mozilla::css::SheetLoadData&, mozilla::css::Loader::AllowAsyncParse)::$_18, mozilla::css::Loader::ParseSheet(nsTSubstring<char> const&, mozilla::css::SheetLoadData&, mozilla::css::Loader::AllowAsyncParse)::$_19>::DoResolveOrRejectInternal(mozilla::MozPromise<bool, bool, true>::ResolveOrRejectValue&) [xpcom/threads/MozPromise.h:740]
[task 2020-02-06T23:46:53.380Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - GECKO(1683) | #06: mozilla::MozPromise<bool, bool, true>::ThenValueBase::ResolveOrRejectRunnable::Run() [xpcom/threads/MozPromise.h:404]
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - GECKO(1683) | #07: nsThread::ProcessNextEvent(bool, bool*) [mfbt/RefPtr.h:312]
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - GECKO(1683) | #08: NS_ProcessPendingEvents(nsIThread*, unsigned int) [xpcom/threads/nsThreadUtils.cpp:434]
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - GECKO(1683) | #09: nsBaseAppShell::NativeEventCallback() [widget/nsBaseAppShell.cpp:88]
[task 2020-02-06T23:46:53.381Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - GECKO(1683) | #10: nsAppShell::ProcessGeckoEvents(void*) [widget/cocoa/nsAppShell.mm:441]
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - GECKO(1683) | #11: CoreFoundation + 0x58083
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - GECKO(1683) | #12: CoreFoundation + 0x58029
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - GECKO(1683) | #13: CoreFoundation + 0x3b9eb
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - GECKO(1683) | #14: CoreFoundation + 0x3afb5
[task 2020-02-06T23:46:53.386Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #15: CoreFoundation + 0x3a8be
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #16: HIToolbox + 0xa96b
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #17: HIToolbox + 0xa6a5
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #18: HIToolbox + 0xa436
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #19: AppKit + 0x1a987
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #20: AppKit + 0x1971f
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #21: -[GeckoNSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] [widget/cocoa/nsAppShell.mm:0]
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - GECKO(1683) | #22: AppKit + 0x1383c
[task 2020-02-06T23:46:53.387Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #23: nsAppShell::Run() [widget/cocoa/nsAppShell.mm:708]
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #24: nsAppStartup::Run() [toolkit/components/startup/nsAppStartup.cpp:273]
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #25: XREMain::XRE_mainRun() [toolkit/xre/nsAppRunner.cpp:4566]
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #26: XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) [toolkit/xre/nsAppRunner.cpp:4701]
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #27: XRE_main(int, char**, mozilla::BootstrapConfig const&) [toolkit/xre/nsAppRunner.cpp:4752]
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | #28: firefox + 0x1684
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - 
[task 2020-02-06T23:46:53.388Z] 23:46:53     INFO - GECKO(1683) | [Socket 1685, Main Thread] WARNING: Shutting down Socket process early due to a crash!: file /builds/worker/workspace/build/src/netwerk/ipc/SocketProcessChild.cpp, line 110
[task 2020-02-06T23:49:27.348Z] 23:49:27     INFO - runtests.py | Waiting for browser...
[task 2020-02-06T23:49:27.348Z] 23:49:27     INFO - TEST-INFO | Main app process: exit 1
[task 2020-02-06T23:49:27.348Z] 23:49:27     INFO - Buffered messages finished
[task 2020-02-06T23:49:27.348Z] 23:49:27    ERROR - TEST-UNEXPECTED-FAIL | automation.py | application terminated with exit code 1
[task 2020-02-06T23:49:27.348Z] 23:49:27     INFO - runtests.py | Application ran for: 0:03:00.065489
[task 2020-02-06T23:49:27.348Z] 23:49:27     INFO - zombiecheck | Reading PID log: /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmphsOdl7pidlog
[task 2020-02-06T23:49:27.349Z] 23:49:27     INFO - ==> process 1683 launched child process 1685
[task 2020-02-06T23:49:27.349Z] 23:49:27     INFO - zombiecheck | Checking for orphan process with PID: 1685
[task 2020-02-06T23:49:27.349Z] 23:49:27     INFO - mozcrash Copy/paste: /Users/cltbld/tasks/task_1581032661/build/macosx64-minidump_stackwalk /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner/minidumps/2DBD2607-3609-4E20-9B5C-3B7360250049.dmp /Users/cltbld/tasks/task_1581032661/build/symbols
[task 2020-02-06T23:49:34.815Z] 23:49:34     INFO - mozcrash Saved minidump as /Users/cltbld/tasks/task_1581032661/build/blobber_upload_dir/2DBD2607-3609-4E20-9B5C-3B7360250049.dmp
[task 2020-02-06T23:49:34.815Z] 23:49:34     INFO - mozcrash Saved app info as /Users/cltbld/tasks/task_1581032661/build/blobber_upload_dir/2DBD2607-3609-4E20-9B5C-3B7360250049.extra
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - PROCESS-CRASH | automation.py | application crashed [@ mozilla::binding_danger::TErrorResult<mozilla::binding_danger::AssertAndSuppressCleanupPolicy>::~TErrorResult()]
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Mozilla crash reason: MOZ_ASSERT(!Failed())
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Crash dump filename: /var/folders/mt/0j1f94rn49s4w9qpkw6014s8000017/T/tmpu8cTxH.mozrunner/minidumps/2DBD2607-3609-4E20-9B5C-3B7360250049.dmp
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Operating system: Mac OS X
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -                   10.14.5 18F132
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - CPU: amd64
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -      family 6 model 69 stepping 1
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -      4 CPUs
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - 
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - GPU: UNKNOWN
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - 
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Crash reason:  EXC_BAD_ACCESS / KERN_INVALID_ADDRESS
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Crash address: 0x0
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Process uptime: 3 seconds
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - 
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO - Thread 0 (crashed)
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -  0  XUL!mozilla::binding_danger::TErrorResult<mozilla::binding_danger::AssertAndSuppressCleanupPolicy>::~TErrorResult() [ErrorResult.h:6495336fced43235df5856ee42f081bbacd67862 : 0 + 0x29]
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     rax = 0x0000000120368584   rdx = 0x0000000000000000
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     rcx = 0x000000010d0e8168   rbx = 0x00007ffee2bbb890
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     rsi = 0x00000000000120a8   rdi = 0x00007fffa97d5028
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbb830   rsp = 0x00007ffee2bbb820
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -      r8 = 0x00000000000130a8    r9 = 0x00007fffa97d5048
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     r10 = 0x0000000000000000   r11 = 0x00007fffa97d5040
[task 2020-02-06T23:49:34.939Z] 23:49:34     INFO -     r12 = 0x0000000000000000   r13 = 0x0000000000000000
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     r14 = 0x000000012ba55000   r15 = 0x00000000000008e0
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011789d117
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: given as instruction pointer in context
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  1  XUL!mozilla::dom::DocumentL10n::TriggerInitialDocumentTranslation() [DocumentL10n.cpp:6495336fced43235df5856ee42f081bbacd67862 : 207 + 0xbf]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbb990   rsp = 0x00007ffee2bbb840
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011ba04c5e
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  2  XUL!mozilla::dom::PrototypeDocumentContentSink::StyleSheetLoaded(mozilla::StyleSheet*, bool, nsresult) [PrototypeDocumentContentSink.cpp:6495336fced43235df5856ee42f081bbacd67862 : 685 + 0x1a]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbb9a0   rsp = 0x00007ffee2bbb9a0
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011b466073
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  3  XUL!non-virtual thunk to mozilla::dom::PrototypeDocumentContentSink::StyleSheetLoaded(mozilla::StyleSheet*, bool, nsresult) [PrototypeDocumentContentSink.cpp:6495336fced43235df5856ee42f081bbacd67862 : 0 + 0xd]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbb9b0   rsp = 0x00007ffee2bbb9b0
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011b46610d
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  4  XUL!mozilla::css::Loader::SheetComplete(mozilla::css::SheetLoadData&, nsresult) [Loader.cpp:6495336fced43235df5856ee42f081bbacd67862 : 1740 + 0x8]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbba80   rsp = 0x00007ffee2bbb9c0
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011bcdfe60
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  5  XUL!mozilla::MozPromise<bool, bool, true>::ThenValue<mozilla::css::Loader::ParseSheet(nsTSubstring<char> const&, mozilla::css::SheetLoadData&, mozilla::css::Loader::AllowAsyncParse)::$_18, mozilla::css::Loader::ParseSheet(nsTSubstring<char> const&, mozilla::css::SheetLoadData&, mozilla::css::Loader::AllowAsyncParse)::$_19>::DoResolveOrRejectInternal(mozilla::MozPromise<bool, bool, true>::ResolveOrRejectValue&) [MozPromise.h:6495336fced43235df5856ee42f081bbacd67862 : 727 + 0x12]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbbab0   rsp = 0x00007ffee2bbba90
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x000000011bced185
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -  6  XUL!mozilla::MozPromise<bool, bool, true>::ThenValueBase::ResolveOrRejectRunnable::Run() [MozPromise.h:6495336fced43235df5856ee42f081bbacd67862 : 403 + 0x30]
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbbad0   rsp = 0x00007ffee2bbbac0
[task 2020-02-06T23:49:34.940Z] 23:49:34     INFO -     rip = 0x00000001188a2787
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -  7  XUL!nsThread::ProcessNextEvent(bool, bool*) [nsThread.cpp:6495336fced43235df5856ee42f081bbacd67862 : 1220 + 0x6]
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc020   rsp = 0x00007ffee2bbbae0
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x000000011795bd23
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -  8  XUL!NS_ProcessPendingEvents(nsIThread*, unsigned int) [nsThreadUtils.cpp:6495336fced43235df5856ee42f081bbacd67862 : 434 + 0xf]
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc070   rsp = 0x00007ffee2bbc030
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x00000001179589a6
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -  9  XUL!nsBaseAppShell::NativeEventCallback() [nsBaseAppShell.cpp:6495336fced43235df5856ee42f081bbacd67862 : 87 + 0x14]
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc0a0   rsp = 0x00007ffee2bbc080
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x000000011ba9c5df
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO - 10  XUL!nsAppShell::ProcessGeckoEvents(void*) [nsAppShell.mm:6495336fced43235df5856ee42f081bbacd67862 : 440 + 0x8]
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc100   rsp = 0x00007ffee2bbc0b0
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x000000011bb0e0b4
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO - 11  CoreFoundation + 0x58083
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc110   rsp = 0x00007ffee2bbc110
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x00007fff46f60083
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO - 12  CoreFoundation + 0x58029
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc140   rsp = 0x00007ffee2bbc120
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     rip = 0x00007fff46f60029
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.941Z] 23:49:34     INFO - 13  CoreFoundation + 0x3b9eb
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbc1b0   rsp = 0x00007ffee2bbc150
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff46f439eb
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 14  CoreFoundation + 0x3afb5
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbcec0   rsp = 0x00007ffee2bbc1c0
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff46f42fb5
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 15  CoreFoundation + 0x3a8be
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbcf50   rsp = 0x00007ffee2bbced0
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff46f428be
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 16  HIToolbox!RunCurrentEventLoopInMode + 0x124
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbcfa0   rsp = 0x00007ffee2bbcf60
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff4622e96b
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 17  HIToolbox!ReceiveNextEventCommon + 0x25b
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd020   rsp = 0x00007ffee2bbcfb0
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff4622e6a5
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 18  HIToolbox!_BlockUntilNextEventMatchingListInModeWithFilter + 0x40
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd040   rsp = 0x00007ffee2bbd030
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff4622e436
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO - 19  AppKit!_DPSNextEvent + 0x3c5
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd450   rsp = 0x00007ffee2bbd050
[task 2020-02-06T23:49:34.942Z] 23:49:34     INFO -     rip = 0x00007fff445c8987
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 20  AppKit!-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 0x551
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd6d0   rsp = 0x00007ffee2bbd460
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x00007fff445c771f
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 21  XUL!-[GeckoNSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] [nsAppShell.mm:6495336fced43235df5856ee42f081bbacd67862 : 169 + 0x2c]
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd740   rsp = 0x00007ffee2bbd6e0
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x000000011bb0d019
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 22  AppKit!-[NSApplication run] + 0x2bb
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd810   rsp = 0x00007ffee2bbd750
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x00007fff445c183c
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 23  XUL!nsAppShell::Run() [nsAppShell.mm:6495336fced43235df5856ee42f081bbacd67862 : 703 + 0x1a]
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd860   rsp = 0x00007ffee2bbd820
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x000000011bb0ea7d
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 24  XUL!nsAppStartup::Run() [nsAppStartup.cpp:6495336fced43235df5856ee42f081bbacd67862 : 272 + 0xf]
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbd880   rsp = 0x00007ffee2bbd870
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x000000011d28081e
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 25  XUL!XREMain::XRE_mainRun() [nsAppRunner.cpp:6495336fced43235df5856ee42f081bbacd67862 : 4566 + 0x16]
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbda10   rsp = 0x00007ffee2bbd890
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x000000011d40a377
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO - 26  XUL!XREMain::XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp:6495336fced43235df5856ee42f081bbacd67862 : 4701 + 0x8]
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbdab0   rsp = 0x00007ffee2bbda20
[task 2020-02-06T23:49:34.943Z] 23:49:34     INFO -     rip = 0x000000011d40b5c3
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO - 27  XUL!XRE_main(int, char**, mozilla::BootstrapConfig const&) [nsAppRunner.cpp:6495336fced43235df5856ee42f081bbacd67862 : 4752 + 0x11]
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbdc00   rsp = 0x00007ffee2bbdac0
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rip = 0x000000011d40be32
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO - 28  firefox + 0x1684
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbe080   rsp = 0x00007ffee2bbdc10
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rip = 0x000000010d042684
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO - 29  libdyld.dylib!start + 0x1
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbe098   rsp = 0x00007ffee2bbe090
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rip = 0x00007fff72e6d3d5
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     Found by: previous frame's frame pointer
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO - 30  libdyld.dylib!start + 0x1
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rbp = 0x00007ffee2bbe098   rsp = 0x00007ffee2bbe098
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     rip = 0x00007fff72e6d3d5
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO -     Found by: stack scanning
[task 2020-02-06T23:49:34.944Z] 23:49:34     INFO - 
Flags: needinfo?(gandalf)
Flags: needinfo?(gandalf)
Pushed by zbraniecki@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d8f42111f9df
Move reader mode l10n to use keycode. r=Gijs,fluent-reviewers,flod
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla74

74.0a1 (2020-02-07) (64-bit) on Win10
Tooltip for toggle reader view now shows as Ctrl+Alt+F9 which does work, but previously the shortcut only required F9. Please reopen this bug.

Blocks: 1614107

(In reply to custom.firefox.lady [:tawn] from comment #13)

74.0a1 (2020-02-07) (64-bit) on Win10
Tooltip for toggle reader view now shows as Ctrl+Alt+F9 which does work, but previously the shortcut only required F9. Please reopen this bug.

I have filed new Bug 1614107 .

Regressions: 1614107
Flags: qe-verify+

Reproduced the initial issue using an old Nightly build 74.0a1 (Build id: 20200202092920).
Verified - Fixed in Beta version 74.0b2 (Build id: 20200211200559) and latest Nightly 75.0a1 (Build id: 20200212205745) using Windows 10.

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: