Closed
Bug 839439
Opened 12 years ago
Closed 12 years ago
Convert HTMLAreaElement to WebIDL
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: baku, Assigned: baku)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
22.20 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
8.04 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•12 years ago
|
Summary: Convert HTMAreaElement to WebIDL → Convert HTMLAreaElement to WebIDL
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #711774 -
Flags: review?(Ms2ger)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #711775 -
Flags: review?(Ms2ger)
Assignee | ||
Comment 3•12 years ago
|
||
Updated•12 years ago
|
Attachment #711774 -
Flags: review?(Ms2ger) → review+
Comment 4•12 years ago
|
||
Comment on attachment 711775 [details] [diff] [review]
part 2 - webidl
Review of attachment 711775 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #711775 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
I assume SetHref never throws?
Assignee | ||
Comment 6•12 years ago
|
||
not actually it can throws. We should probably do:
void SetHref(const nsAString&url, ErrorResult& rv) {
rv = SetHref(url);
}
I'll fix this in a follow up bug.
Comment 7•12 years ago
|
||
OK. Please file the followup, mark as blocking this bug?
Comment 8•12 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b35e4ac3824
https://hg.mozilla.org/integration/mozilla-inbound/rev/9417a5b0c452
Flags: in-testsuite?
Keywords: checkin-needed
Comment 9•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7b35e4ac3824
https://hg.mozilla.org/mozilla-central/rev/9417a5b0c452
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
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
•