WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2011-01-26 13:44:21 PST
Created
attachment 80228
[details]
Patch
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
Attachment 80228
[details]
did not build on mac: Build output:
http://queues.webkit.org/results/7632211
Dimitri Glazkov (Google)
Comment 5
2011-02-08 10:35:32 PST
Committed
r77954
: <
http://trac.webkit.org/changeset/77954
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug