Closed Bug 1484153 Opened 6 years ago Closed 6 years ago

Unnecessary logging of outerWindowID in listener.js

Categories

(Remote Protocol :: Marionette, enhancement, P1)

enhancement

Tracking

(firefox63 fixed)

RESOLVED FIXED
mozilla63
Tracking Status
firefox63 --- fixed

People

(Reporter: ato, Assigned: ato)

Details

Attachments

(1 file)

When receiving observer notifications during navigation, we log the
outerWindowID:

> logger.debug(`Received observer notification ${topic} for ${winID}`);

This is no longer necessary as
https://bugzilla.mozilla.org/show_bug.cgi?id=1464469 introduced the
outerWindowID as a prefix to all log messages originating from this
frame script.
Assignee: nobody → ato
Status: NEW → ASSIGNED
When receiving observer notifications during navigation, we log the
outerWindowID:

	logger.debug(`Received observer notification ${topic} for ${winID}`);

This is no longer necessary as
https://bugzilla.mozilla.org/show_bug.cgi?id=1464469 introduced the
outerWindowID as a prefix to all log messages originating from this
frame script.
Attachment #9001882 - Flags: review?(hskupin)
Priority: -- → P1
Attachment #9001882 - Flags: review?(hskupin) → review+
Pushed by atolfsen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f334098ab7bc
Drop duplicate outerWindowID logging in listener.js. r=whimboo
https://hg.mozilla.org/mozilla-central/rev/f334098ab7bc
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Product: Testing → Remote Protocol
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: