Closed
Bug 1947740
Opened 3 months ago
Closed 2 months ago
Enable browser.dom.window.dump.enabled for all remote protocols
Categories
(Remote Protocol :: Agent, defect, P3)
Remote Protocol
Agent
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: jdescottes, Assigned: speneth1, Mentored)
Details
(Whiteboard: [webdriver:m15][webdriver:external][webdriver:relnote])
Attachments
(1 file, 1 obsolete file)
Without this preference, dump
(used by the toolkit Log module) will not be piped to stdout, making it impossible to see remote protocol logs, regardless of the log level.
Reporter | ||
Updated•3 months ago
|
Mentor: jdescottes
Severity: -- → S3
Points: --- → 1
Priority: -- → P3
Whiteboard: [webdriver:backlog]
Reporter | ||
Comment 1•2 months ago
|
||
The goal here is to set the preference browser.dom.window.dump.enabled to true. The following guidelines can be followed to update the preference correctly : https://searchfox.org/mozilla-central/rev/a2abcf7ff6b7ae0c2d8a04b9a35679f8c84634e7/remote/shared/RecommendedPreferences.sys.mjs#29-75
Reporter | ||
Comment 2•2 months ago
|
||
Hi Spencer!
Would you be interested to pick this one up?
Flags: needinfo?(speneth1)
Sure! I can take care of this one.
Flags: needinfo?(speneth1)
Updated•2 months ago
|
Assignee: nobody → speneth1
Status: NEW → ASSIGNED
- Added a new preference to the RecommendedPreferences.sys.mjs file to set browser.dom.window.dump.enabled to true for Remote Protocol instances.
Reporter | ||
Comment 6•2 months ago
|
||
Thanks for the update Spencer, can you abandon D240963 now that you attached a new revision?
Flags: needinfo?(speneth1)
Updated•2 months ago
|
Attachment #9470956 -
Attachment is obsolete: true
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae71249e8a2d
[Remote Protocol] Set browser.dom.window.dump.enabled=false instances in core code to true for Remote Protocols. r=jdescottes,webdriver-reviewers
Comment 8•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
Updated•2 months ago
|
Points: 1 → ---
Whiteboard: [webdriver:backlog] → [webdriver:m15][webdriver:external]
Updated•2 months ago
|
Flags: needinfo?(speneth1)
Reporter | ||
Updated•23 days ago
|
Whiteboard: [webdriver:m15][webdriver:external] → [webdriver:m15][webdriver:external][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•