RESOLVED FIXED 111118
Add FeatureObserver for marquee and reflection
https://bugs.webkit.org/show_bug.cgi?id=111118
Summary Add FeatureObserver for marquee and reflection
Julien Chaffraix
Reported 2013-02-28 15:02:46 PST
These 2 features are still proprietary / prefixed and we will need to unprefix them some day. In order to know if that's an option, we need to gather some numbers about their popularity. That's where FeatureObserver kicks in.
Attachments
Proposed change. (2.69 KB, patch)
2013-02-28 15:28 PST, Julien Chaffraix
no flags
Proposed change 2: Split marquee between <marquee> and overflow: -webkit-marquee. (2.92 KB, patch)
2013-02-28 16:04 PST, Julien Chaffraix
no flags
Julien Chaffraix
Comment 1 2013-02-28 15:28:17 PST
Created attachment 190823 [details] Proposed change.
Levi Weintraub
Comment 2 2013-02-28 15:33:14 PST
Comment on attachment 190823 [details] Proposed change. Great! I'm really curious :)
Simon Fraser (smfr)
Comment 3 2013-02-28 15:33:19 PST
What are you trying to observe? <marquee> or overflow: -webkit-marquee ?
Julien Chaffraix
Comment 4 2013-02-28 15:37:12 PST
(In reply to comment #3) > What are you trying to observe? <marquee> or overflow: -webkit-marquee ? Both, basically whenever we create a RenderMarquee on a page. For now, I am not really concerned by what generated the marquee. If needed, we can always add more granularity.
Simon Fraser (smfr)
Comment 5 2013-02-28 15:39:00 PST
(In reply to comment #4) > (In reply to comment #3) > > What are you trying to observe? <marquee> or overflow: -webkit-marquee ? > > Both, basically whenever we create a RenderMarquee on a page. For now, I am not really concerned by what generated the marquee. If needed, we can always add more granularity. It's obvious that <marquee> is pretty popular (perhaps less so with the demise of Geocities).
Julien Chaffraix
Comment 6 2013-02-28 16:04:47 PST
Created attachment 190833 [details] Proposed change 2: Split marquee between <marquee> and overflow: -webkit-marquee.
Levi Weintraub
Comment 7 2013-02-28 16:13:08 PST
Comment on attachment 190833 [details] Proposed change 2: Split marquee between <marquee> and overflow: -webkit-marquee. LGTM, but I'll wait for smfr.
WebKit Review Bot
Comment 8 2013-03-01 07:49:23 PST
Comment on attachment 190833 [details] Proposed change 2: Split marquee between <marquee> and overflow: -webkit-marquee. Clearing flags on attachment: 190833 Committed r144456: <http://trac.webkit.org/changeset/144456>
WebKit Review Bot
Comment 9 2013-03-01 07:49:27 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.