RESOLVED FIXED Bug 53190
Change the rest of HTMLMediaElement shadow DOM parts to use shadowPseudoId.
https://bugs.webkit.org/show_bug.cgi?id=53190
Summary Change the rest of HTMLMediaElement shadow DOM parts to use shadowPseudoId.
Dimitri Glazkov (Google)
Reported 2011-01-26 13:33:33 PST
Change the rest of HTMLMediaElement shadow DOM parts to use shadowPseudoId.
Attachments
Patch (28.37 KB, patch)
2011-01-26 13:44 PST, Dimitri Glazkov (Google)
darin: review+
Dimitri Glazkov (Google)
Comment 1 2011-01-26 13:44:21 PST
Dimitri Glazkov (Google)
Comment 2 2011-01-26 13:56:55 PST
Apologies that the patch doesn't apply. I'll resubmit to ews once bug 53190 and bug 53136 land and make sure I don't break stuff.
Darin Adler
Comment 3 2011-01-26 16:44:55 PST
Comment on attachment 80228 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80228&action=review > Source/WebCore/rendering/MediaControlElements.cpp:96 > + RefPtr<RenderStyle> timelineContainerStyle = document()->styleSelector()->styleForElement(this, 0, true); > renderer()->setStyle(timelineContainerStyle); You should release the style to avoid a tiny bit of reference count churn or not use the local variable at all here.
WebKit Review Bot
Comment 4 2011-01-26 17:03:34 PST
Dimitri Glazkov (Google)
Comment 5 2011-02-08 10:35:32 PST
Note You need to log in before you can comment on or make changes to this bug.