Closed
Bug 1664437
Opened 5 years ago
Closed 5 years ago
Extract Window global logger to dedicated module
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(3 files)
We have a development helper to log window globals used from both the frame-helper and the JsWindowActor DevToolsFrameChild:
- https://searchfox.org/mozilla-central/rev/eb9d5c97927aea75f0c8e38bbc5b5d288099e687/devtools/server/connectors/js-window-actor/DevToolsFrameChild.jsm#96
- https://searchfox.org/mozilla-central/rev/eb9d5c97927aea75f0c8e38bbc5b5d288099e687/devtools/server/actors/watcher/target-helpers/frame-helper.js#295
Since it was introduced, a few things seem to have changed (eg the uri is no longer accessible via the same path). We could move it to a dedicated file.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D89908
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D89909
Updated•5 years ago
|
Attachment #9175178 -
Attachment description: Bug 1664437 - Support MULTILINE mode in WindowGlobalLogger → Bug 1664437 - Update WindowGlobalLogger to format logs on several lines
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ff2258094f8
Extract DevTools WindowGlobalLogger to a dedicated module r=ochameau
https://hg.mozilla.org/integration/autoland/rev/98e838e65257
Update WindowGlobalLogger to format logs on several lines r=ochameau
https://hg.mozilla.org/integration/autoland/rev/40f92c48e485
Fix uri logging in WindowGlobalLogger r=ochameau
![]() |
||
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1ff2258094f8
https://hg.mozilla.org/mozilla-central/rev/98e838e65257
https://hg.mozilla.org/mozilla-central/rev/40f92c48e485
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•