Closed
Bug 933563
Opened 11 years ago
Closed 11 years ago
Consolidate ReportUseOfDeprecatedMethod and WarnOnceAbout
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: sicking, Assigned: vendo)
Details
(Whiteboard: [qa-])
Attachments
(1 file, 3 obsolete files)
9.84 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
The two seem to have exactly the same goal. And if we fix bug 933042 we get telemetry for both.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → vendo.ruzicka
Comment 2•11 years ago
|
||
With this patch everything is reported as "DOM Core" instead of DOM Events/DOM3 Load. I assume it doesn't matter. Otherwise, it looks good to me.
Reporter | ||
Updated•11 years ago
|
Attachment #826158 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•11 years ago
|
||
updated to tip, document.load() lower cased
Attachment #826158 -
Attachment is obsolete: true
Attachment #828295 -
Flags: review?(jonas)
Reporter | ||
Updated•11 years ago
|
Attachment #828295 -
Flags: review?(jonas) → review+
Comment 4•11 years ago
|
||
Actually, can we avoid the key change for the strings?
Assignee | ||
Comment 5•11 years ago
|
||
updated, previous version of strings used
Attachment #828295 -
Attachment is obsolete: true
Attachment #830254 -
Flags: review?(Ms2ger)
Comment 6•11 years ago
|
||
Comment on attachment 830254 [details] [diff] [review]
bug933563
Review of attachment 830254 [details] [diff] [review]:
-----------------------------------------------------------------
Actually, the main annoyance is changing the *key*, like UseOfCaptureEventsWarning -> CaptureEventsWarning. It would be better to use eUseOfCaptureEvents, so the key doesn't need to change.
Attachment #830254 -
Flags: review?(Ms2ger)
Assignee | ||
Comment 7•11 years ago
|
||
ok, patch updated
Attachment #830254 -
Attachment is obsolete: true
Attachment #830284 -
Flags: review?(Ms2ger)
Comment 8•11 years ago
|
||
Comment on attachment 830284 [details] [diff] [review]
bug933563
Review of attachment 830284 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm, thanks!
Attachment #830284 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 9•11 years ago
|
||
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•