Closed
Bug 826602
Opened 12 years ago
Closed 12 years ago
Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
69.76 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
I'm doing this separately to avoid bit-rot while I'm working on moving HTMLCanvasElement to Web IDL.
Assignee | ||
Comment 1•12 years ago
|
||
![]() |
||
Comment 2•12 years ago
|
||
Comment on attachment 697792 [details] [diff] [review]
Patch (v1)
>+DOMCI_DATA(MozCanvasPrintState, HTMLCanvasPrintState)
This probably doesn't work, I would expect. Normally DOMCI_DATA needs to be outside namespaces.
>NS_NewHTMLCanvasElement(already_AddRefed<nsINodeInfo> aNodeInfo,
And this needs to be outside namespaces too, no?
>+DOMCI_NODE_DATA(HTMLCanvasElement, HTMLCanvasElement)
Likewise.
r=me with those fixed
Attachment #697792 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #2)
> Comment on attachment 697792 [details] [diff] [review]
> Patch (v1)
>
> >+DOMCI_DATA(MozCanvasPrintState, HTMLCanvasPrintState)
>
> This probably doesn't work, I would expect. Normally DOMCI_DATA needs to be
> outside namespaces.
>
> >NS_NewHTMLCanvasElement(already_AddRefed<nsINodeInfo> aNodeInfo,
>
> And this needs to be outside namespaces too, no?
>
> >+DOMCI_NODE_DATA(HTMLCanvasElement, HTMLCanvasElement)
>
> Likewise.
Sorry, submitted the patch too soon, before the linker did a review very similar to yours. :-)
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Sigh... backed out because of build failures: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=bfb788e7ef51
https://hg.mozilla.org/integration/mozilla-inbound/rev/e2441f515b0d
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
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
•