Closed
Bug 1170799
Opened 10 years ago
Closed 10 years ago
Remove unused SetBlockingOnload declaration from nsImageLoadingContent
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jdm, Assigned: ma.steiman, Mentored)
References
Details
(Whiteboard: [lang=c++][good first bug])
Attachments
(1 file)
1.16 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
It doesn't appear to be implemented anywhere. No test required; if mozilla-central still compiles after removing it, that's good enough.
Code: dom/base/nsImageLoadingContent.h
Assignee | ||
Comment 1•10 years ago
|
||
Hey I would love to work on this bug, can somebody please assign it to me? Thanks!
Flags: needinfo?(josh)
Assignee | ||
Comment 2•10 years ago
|
||
After removing setBlockingOnload Firefox builds and runs cleanly.
Attachment #8614634 -
Flags: review?(josh)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → ma.steiman
Flags: needinfo?(josh)
Reporter | ||
Comment 3•10 years ago
|
||
Looks great! I'm not a reviewer for this part of the code though; you'll need to choose someone from the list at https://wiki.mozilla.org/Modules/Core#Document_Object_Model (or from the suggested reviewers dropdown).
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8614634 [details] [diff] [review]
Patch to Remove setBlockingOnload
Review of attachment 8614634 [details] [diff] [review]:
-----------------------------------------------------------------
Bug 1170799 - removes unused declaration setBlockingOnLoad
Attachment #8614634 -
Flags: review?(josh) → review?(mounir)
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Josh Matthews [:jdm] from comment #3)
> Looks great! I'm not a reviewer for this part of the code though; you'll
> need to choose someone from the list at
> https://wiki.mozilla.org/Modules/Core#Document_Object_Model (or from the
> suggested reviewers dropdown).
I do apologize, I saw your name in the suggested reviewers dropdown. Just for my future knowledge, are bolded names in the dropdown not reviewers and just mentors? I'm new and trying to get the hang of things so thank you for any help!
Reporter | ||
Comment 6•10 years ago
|
||
(In reply to Muhsin Ali from comment #5)
> (In reply to Josh Matthews [:jdm] from comment #3)
> > Looks great! I'm not a reviewer for this part of the code though; you'll
> > need to choose someone from the list at
> > https://wiki.mozilla.org/Modules/Core#Document_Object_Model (or from the
> > suggested reviewers dropdown).
>
> I do apologize, I saw your name in the suggested reviewers dropdown. Just
> for my future knowledge, are bolded names in the dropdown not reviewers and
> just mentors? I'm new and trying to get the hang of things so thank you for
> any help!
That's not a problem; the mentor should always be in a good position to suggest another review if they're not appropriate. I assume bolded names are mentors, and there may or may not be overlap between the reviewers. Finally, you may want to select Ehsan or Andrea as the reviewer; I'm not sure if Mounir is active any longer. Sorry this process isn't clearer!
Assignee | ||
Comment 7•10 years ago
|
||
Comment on attachment 8614634 [details] [diff] [review]
Patch to Remove setBlockingOnload
Review of attachment 8614634 [details] [diff] [review]:
-----------------------------------------------------------------
Bug 1170799 - removes unused declaration setBlockingOnload
Attachment #8614634 -
Flags: review?(mounir) → review?(jonas)
Comment on attachment 8614634 [details] [diff] [review]
Patch to Remove setBlockingOnload
Review of attachment 8614634 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry, my backlog is long enough that you should probably find another reviewer for this.
Attachment #8614634 -
Flags: review?(jonas)
Reporter | ||
Updated•10 years ago
|
Attachment #8614634 -
Flags: review?(bugs)
Updated•10 years ago
|
Attachment #8614634 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•10 years ago
|
||
I don't have commit access, can someone help me with checking this in? Thanks!!
Flags: needinfo?(josh)
Comment 10•10 years ago
|
||
Add checkin-needed keyword.
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(josh)
Comment 11•10 years ago
|
||
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
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
•