Closed
Bug 1372426
Opened 8 years ago
Closed 8 years ago
Better naming for nsInputStreamReadyEvent
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla56
| Tracking | Status | |
|---|---|---|
| firefox56 | --- | fixed |
People
(Reporter: billm, Assigned: billm)
References
Details
Attachments
(1 file)
|
12.01 KB,
patch
|
erahm
:
review+
|
Details | Diff | Splinter Review |
The nsInputStreamReadyEvent shows up a lot in telemetry. There are a lot of different ways this runnable is used. I would like to use more precise names so that we can figure out which uses are the most common. That will make it easier to decide which ones to prioritize for labeling.
Eric, I know you haven't been reviewing these patches, but I'm trying to lighten the load on Nathan. I think the patch is pretty straightforward, but let me know if you need more context. https://wiki.mozilla.org/Quantum/DOM has some background.
Attachment #8876936 -
Flags: review?(erahm)
Comment 1•8 years ago
|
||
Comment on attachment 8876936 [details] [diff] [review]
patch
Review of attachment 8876936 [details] [diff] [review]:
-----------------------------------------------------------------
r=me. The amount of copy and paste going on with those imgEncoders is kind of sad but obviously not your fault! Feel free to send other reviews my way.
Attachment #8876936 -
Flags: review?(erahm) → review+
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e8a63038d787
More detailed names for nsInputStreamReadyEvent (r=erahm)
Backed out for build failures in nsStringStream.cpp like https://treeherder.mozilla.org/logviewer.html#?job_id=106832406&repo=mozilla-inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/df7898194f590a0bcc8cfe02766617101e3aa26b
Flags: needinfo?(wmccloskey)
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/45b5cadadc22
More detailed names for nsInputStreamReadyEvent (r=erahm)
| Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(wmccloskey)
I had to back this out because it was conflicting with my backout of bug 1371699. https://hg.mozilla.org/integration/mozilla-inbound/rev/d14e2e6cae0e185a8c04b7b906c8784c6916a614
Flags: needinfo?(wmccloskey)
Pushed by wmccloskey@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/dfee29c06556
More detailed names for nsInputStreamReadyEvent (r=erahm)
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
| Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(wmccloskey)
You need to log in
before you can comment on or make changes to this bug.
Description
•