WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
90117
[chromium] Split WebScrollbar into WebPluginScrollbar and WebScrollbar
https://bugs.webkit.org/show_bug.cgi?id=90117
Summary
[chromium] Split WebScrollbar into WebPluginScrollbar and WebScrollbar
Adrienne Walker
Reported
2012-06-27 17:47:47 PDT
[chromium] Split WebScrollbar into WebPluginScrollbar and WebScrollbar
Attachments
Patch
(54.83 KB, patch)
2012-06-27 17:57 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Take 2
(54.90 KB, patch)
2012-06-28 11:18 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Patch
(54.83 KB, patch)
2012-06-28 12:54 PDT
,
Adrienne Walker
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Adrienne Walker
Comment 1
2012-06-27 17:57:27 PDT
Created
attachment 149835
[details]
Patch
WebKit Review Bot
Comment 2
2012-06-27 18:00:27 PDT
Please wait for approval from
abarth@webkit.org
,
dglazkov@chromium.org
,
fishd@chromium.org
,
jamesr@chromium.org
or
tkent@chromium.org
before submitting, as this patch contains changes to the Chromium public API. See also
https://trac.webkit.org/wiki/ChromiumWebKitAPI
.
James Robinson
Comment 3
2012-06-27 19:00:34 PDT
Comment on
attachment 149835
[details]
Patch R=me
WebKit Review Bot
Comment 4
2012-06-27 19:23:32 PDT
Comment on
attachment 149835
[details]
Patch
Attachment 149835
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/13102871
Adrienne Walker
Comment 5
2012-06-28 11:18:48 PDT
Created
attachment 149977
[details]
Take 2
Adrienne Walker
Comment 6
2012-06-28 11:19:08 PDT
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp index 12cf8a8..8eb0985 100644 --- a/Source/WebKit/chromium/WebKit.gyp +++ b/Source/WebKit/chromium/WebKit.gyp @@ -76,7 +76,7 @@ '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8', ], 'export_dependent_settings': [ - '../../Platform/Platform.gyp/Platform.gyp:webkit_platform', + '../../WebCore/WebCore.gyp/WebCore.gyp:webcore', '<(chromium_src_dir)/skia/skia.gyp:skia', '<(chromium_src_dir)/third_party/icu/icu.gyp:icuuc', '<(chromium_src_dir)/third_party/npapi/npapi.gyp:npapi',
Adrienne Walker
Comment 7
2012-06-28 11:24:30 PDT
Alternatively, I think I could add Platform as a dependency on webkit_glue if you think that'd be better?
James Robinson
Comment 8
2012-06-28 11:27:52 PDT
Comment on
attachment 149977
[details]
Take 2 View in context:
https://bugs.webkit.org/attachment.cgi?id=149977&action=review
> Source/WebKit/chromium/WebKit.gyp:79 > + '../../WebCore/WebCore.gyp/WebCore.gyp:webcore',
So folks who depend on WebKit.gyp:webkit see all of WebCore's dependent settings? Is that so they can pick up the Platform include path?
Adrienne Walker
Comment 9
2012-06-28 11:30:53 PDT
(In reply to
comment #8
)
> (From update of
attachment 149977
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=149977&action=review
> > > Source/WebKit/chromium/WebKit.gyp:79 > > + '../../WebCore/WebCore.gyp/WebCore.gyp:webcore', > > So folks who depend on WebKit.gyp:webkit see all of WebCore's dependent settings? Is that so they can pick up the Platform include path?
Yeah. Maybe Platform isn't exporting its include path properly? Since webkit_glue depends on WebKit and WebKit (in patch 1) was exporting Platform's dependent settings.
Adrienne Walker
Comment 10
2012-06-28 12:54:58 PDT
Created
attachment 149989
[details]
Patch
Adrienne Walker
Comment 11
2012-06-28 12:56:39 PDT
Back to patch 1. I had some local build errors, but I think something was stale. Once DEPS rolls in 90196, things should be ok.
WebKit Review Bot
Comment 12
2012-06-28 16:28:03 PDT
Comment on
attachment 149989
[details]
Patch Clearing flags on attachment: 149989 Committed
r121486
: <
http://trac.webkit.org/changeset/121486
>
WebKit Review Bot
Comment 13
2012-06-28 16:28:11 PDT
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.
Top of Page
Format For Printing
XML
Clone This Bug