Closed
Bug 933563
Opened 12 years ago
Closed 12 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•12 years ago
|
Assignee: nobody → vendo.ruzicka
Comment 2•12 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•12 years ago
|
Attachment #826158 -
Flags: review?(jonas) → review+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•12 years ago
|
||
updated to tip, document.load() lower cased
Attachment #826158 -
Attachment is obsolete: true
Attachment #828295 -
Flags: review?(jonas)
| Reporter | ||
Updated•12 years ago
|
Attachment #828295 -
Flags: review?(jonas) → review+
Comment 4•12 years ago
|
||
Actually, can we avoid the key change for the strings?
| Assignee | ||
Comment 5•12 years ago
|
||
updated, previous version of strings used
Attachment #828295 -
Attachment is obsolete: true
Attachment #830254 -
Flags: review?(Ms2ger)
Comment 6•12 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•12 years ago
|
||
ok, patch updated
Attachment #830254 -
Attachment is obsolete: true
Attachment #830284 -
Flags: review?(Ms2ger)
Comment 8•12 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•12 years ago
|
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Keywords: checkin-needed
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•