[de-xbl] Migrate selection-bar to custom element.
Categories
(Calendar :: Lightning Only, enhancement)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
Details
Attachments
(1 file, 14 obsolete files)
37.99 KB,
patch
|
arshad
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Assignee | ||
Comment 5•6 years ago
|
||
The reason why I didn't try extending richlistbox here, is that MozElements.RichListBox is not available in scope and there are other parts of code which are trying to call selection-bar methods so delaying the decalaration or selection-bar custom element untill the Richlistbox isn't loaded in scope, will throw error from those other parts.
Comment 6•6 years ago
|
||
You could probably make RichListBox available by creating one. Same thing as https://searchfox.org/comm-central/source/chat/content/conversation-browser.js#13
Dunno if it's wanted though.
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #6)
You could probably make RichListBox available by creating one. Same thing as https://searchfox.org/comm-central/source/chat/content/conversation-browser.js#13
Dunno if it's wanted though.
Tried that. But overall result is not different. :(
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Try failures don't look like related to this bug.
Assignee | ||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
I have tried to remove all the issues mentioned in other patches, I think the comments in the patch are quite explanatory.
Assignee | ||
Comment 19•6 years ago
|
||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Comment 22•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 23•6 years ago
|
||
Assignee | ||
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
Assignee | ||
Comment 26•6 years ago
|
||
Assignee | ||
Comment 27•6 years ago
|
||
Assignee | ||
Comment 28•6 years ago
|
||
Comment 29•6 years ago
|
||
Assignee | ||
Comment 30•6 years ago
|
||
If this patch is pushed first then scroll-container and freebusy-day patch needs rebase.
Assignee | ||
Comment 31•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 32•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6212f5166af1
Migrate selection-bar binding to custom element. r=philipp
Updated•6 years ago
|
Description
•