WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
157390
Add WebKitAdditions extension points in media controls related code in RenderThemeMac
https://bugs.webkit.org/show_bug.cgi?id=157390
Summary
Add WebKitAdditions extension points in media controls related code in Render...
Ada Chan
Reported
2016-05-05 14:34:52 PDT
Add WebKitAdditions extension points in media controls related code in RenderThemeMac. For <
rdar://problem/25837401
>
Attachments
Patch
(2.87 KB, patch)
2016-05-05 15:11 PDT
,
Ada Chan
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ada Chan
Comment 1
2016-05-05 15:11:04 PDT
Created
attachment 278195
[details]
Patch
Anders Carlsson
Comment 2
2016-05-05 16:09:16 PDT
Comment on
attachment 278195
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=278195&action=review
> Source/WebCore/rendering/RenderThemeMac.mm:238 > +#if USE(APPLE_INTERNAL_SDK) > +#import <WebKitAdditions/RenderThemeMacMediaControlsStyleSheetAdditions.mm> > +#endif
I'd put newlines before and after this to make it look less crowded.
> Source/WebCore/rendering/RenderThemeMac.mm:256 > +#if USE(APPLE_INTERNAL_SDK) > +#import <WebKitAdditions/RenderThemeMacMediaControlsScriptAdditions.mm> > +#endif
Same here!
Ada Chan
Comment 3
2016-05-05 16:31:40 PDT
(In reply to
comment #2
)
> Comment on
attachment 278195
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=278195&action=review
> > > Source/WebCore/rendering/RenderThemeMac.mm:238 > > +#if USE(APPLE_INTERNAL_SDK) > > +#import <WebKitAdditions/RenderThemeMacMediaControlsStyleSheetAdditions.mm> > > +#endif > > I'd put newlines before and after this to make it look less crowded. > > > Source/WebCore/rendering/RenderThemeMac.mm:256 > > +#if USE(APPLE_INTERNAL_SDK) > > +#import <WebKitAdditions/RenderThemeMacMediaControlsScriptAdditions.mm> > > +#endif > > Same here!
Newlines added. Thanks for the review! Committed:
http://trac.webkit.org/changeset/200491
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