Closed
Bug 1359346
Opened 8 years ago
Closed 8 years ago
Implement custom element state
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
()
Details
(Whiteboard: dom-ce-m2 )
Attachments
(2 files)
8.85 KB,
patch
|
Details | Diff | Splinter Review | |
4.81 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•8 years ago
|
Blocks: custom-elements-initial-release, 1299363
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Comment 3•8 years ago
|
||
interdiff with the review granted patch (attachment 8838497 [details] [diff] [review]).
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8861727 [details] [diff] [review]
Patch, v3, r=wchen
This patch is originally from the part 2 patch of bug 1299363 which has been r+ed in bug 1299363 comment# 67. Because other bugs is blocked by this change, I split it from bug 1299363 to this bug in order to let other bugs can move forward.
Changes in this version:
- Addressed review comment #67, use enum class.
- Rebase since some code depends on the part 1 patch of bug 1299363.
I also attach the interdiff, see attachment 8861728 [details] [diff] [review].
Hi William, is this patch okay to land or maybe you want to take a look again.
Thank you.
Flags: needinfo?(wchen)
Assignee | ||
Updated•8 years ago
|
Whiteboard: dom-ce-m2
Comment 5•8 years ago
|
||
(In reply to Edgar Chen [:edgar] from comment #4)
> Comment on attachment 8861727 [details] [diff] [review]
> Patch, v3, r=wchen
>
> This patch is originally from the part 2 patch of bug 1299363 which has been
> r+ed in bug 1299363 comment# 67. Because other bugs is blocked by this
> change, I split it from bug 1299363 to this bug in order to let other bugs
> can move forward.
>
> Changes in this version:
> - Addressed review comment #67, use enum class.
> - Rebase since some code depends on the part 1 patch of bug 1299363.
>
> I also attach the interdiff, see attachment 8861728 [details] [diff] [review]
> [review].
>
> Hi William, is this patch okay to land or maybe you want to take a look
> again.
> Thank you.
Yes, it's okay to land.
Flags: needinfo?(wchen)
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/553d3684230c
Implement custom element state; r=wchen
Comment 7•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•