Closed
Bug 329254
Opened 19 years ago
Closed 19 years ago
use NS[_CHROME]_WEBNAVIGATION_CREATE instead of "domwindowcreated" notification
Categories
(Toolkit Graveyard :: Data Collection/Metrics, defect)
Toolkit Graveyard
Data Collection/Metrics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
3.38 KB,
patch
|
Details | Diff | Splinter Review |
Bug 326742 added notifications for domwindow create and destroy, but both turn out to be fairly useless. The create notification is redundant with the existing NS_WEBNAVIGATION_CREATE topic, and the destroy notification can run too late to be useful (NS_WEBNAVIGATION_DESTROY works better). I'm going to just revert the patch that added those notifications, so the metrics code needs to stop using them.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #213912 -
Flags: first-review?(marria)
Updated•19 years ago
|
Attachment #213912 -
Flags: first-review?(marria) → first-review+
Assignee | ||
Comment 2•19 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•