WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
54588
[chromium] Roll Chromium DEPS to 75190
https://bugs.webkit.org/show_bug.cgi?id=54588
Summary
[chromium] Roll Chromium DEPS to 75190
Steve Lacey
Reported
2011-02-16 14:18:22 PST
Chromium DEPS needs to roll forward.
Attachments
Patch
(973 bytes, patch)
2011-02-16 14:22 PST
,
Steve Lacey
no flags
Details
Formatted Diff
Diff
Patch
(967 bytes, patch)
2011-02-16 14:47 PST
,
Steve Lacey
no flags
Details
Formatted Diff
Diff
Patch
(1.38 KB, patch)
2011-02-16 16:15 PST
,
Steve Lacey
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Steve Lacey
Comment 1
2011-02-16 14:22:01 PST
Created
attachment 82695
[details]
Patch
James Robinson
Comment 2
2011-02-16 14:25:22 PST
Comment on
attachment 82695
[details]
Patch R=me - let's let the EWs bots have a swing at this before cq+'ing just to be safe.
WebKit Review Bot
Comment 3
2011-02-16 14:35:23 PST
Attachment 82695
[details]
did not build on chromium: Build output:
http://queues.webkit.org/results/7919484
James Robinson
Comment 4
2011-02-16 14:38:47 PST
Welp. Looks like upstream has added some more dependencies that didn't used to be there.
Steve Lacey
Comment 5
2011-02-16 14:47:13 PST
Created
attachment 82702
[details]
Patch
WebKit Review Bot
Comment 6
2011-02-16 15:17:50 PST
Attachment 82702
[details]
did not build on chromium: Build output:
http://queues.webkit.org/results/7927356
Steve Lacey
Comment 7
2011-02-16 16:15:06 PST
Created
attachment 82718
[details]
Patch
Steve Lacey
Comment 8
2011-02-16 16:15:46 PST
Includes new libjingle dependency.
James Robinson
Comment 9
2011-02-16 16:22:30 PST
This makes me sad :( Why does DumpRenderTree need libjingle? What added this dependency?
Steve Lacey
Comment 10
2011-02-16 17:10:36 PST
+Albert No idea why DumpRenderTree is now dependent on libjingle. Albert - The only thing that depends on libjingle afaik is remoting. Any idea what would cause DumpRenderTree to now rely on it (changed sometime between now (Weds 5pm PST) and 30 hours ago (Tues, 11am PST).
Albert J. Wong
Comment 11
2011-02-16 17:24:40 PST
(In reply to
comment #10
)
> +Albert > > No idea why DumpRenderTree is now dependent on libjingle. > > Albert - The only thing that depends on libjingle afaik is remoting. Any idea what would cause DumpRenderTree to now rely on it (changed sometime between now (Weds 5pm PST) and 30 hours ago (Tues, 11am PST).
+Sergey Actually, there's a few places that depend on libjingle (eg., sync). Also, we're starting to use it in PPAPI (albeit to support remoting and similar use cases, but technically its a separate feature). The CL that added the dependency is this:
http://codereview.chromium.org/6478018
I think the larger question is if DRT needs to depend on PPAPI...it's just testing the webkit renderer right? Do we actually need pepper plugins for that?
James Robinson
Comment 12
2011-02-16 17:29:57 PST
(In reply to
comment #11
)
> (In reply to
comment #10
) > > +Albert > > > > No idea why DumpRenderTree is now dependent on libjingle. > > > > Albert - The only thing that depends on libjingle afaik is remoting. Any idea what would cause DumpRenderTree to now rely on it (changed sometime between now (Weds 5pm PST) and 30 hours ago (Tues, 11am PST). > > +Sergey > > Actually, there's a few places that depend on libjingle (eg., sync). > > Also, we're starting to use it in PPAPI (albeit to support remoting and similar use cases, but technically its a separate feature). > > The CL that added the dependency is this: >
http://codereview.chromium.org/6478018
> > I think the larger question is if DRT needs to depend on PPAPI...it's just testing the webkit renderer right? Do we actually need pepper plugins for that?
Indeed. I think eventually we might want to run layout tests that test pepper plugins (we currently have layout tests for NPAPI plugins), but we don't currently have any such layout tests. It sucks that we keep having to add more and more (large) dependencies to this checkout. It increases the complexity of rolling, build+cycle times, and makes it harder to understand what's going on with the code.
Sergey Ulanov
Comment 13
2011-02-16 17:44:38 PST
(In reply to
comment #12
)
> (In reply to
comment #11
) > > (In reply to
comment #10
) > > > +Albert > > > > > > No idea why DumpRenderTree is now dependent on libjingle. > > > > > > Albert - The only thing that depends on libjingle afaik is remoting. Any idea what would cause DumpRenderTree to now rely on it (changed sometime between now (Weds 5pm PST) and 30 hours ago (Tues, 11am PST). > > > > +Sergey > > > > Actually, there's a few places that depend on libjingle (eg., sync). > > > > Also, we're starting to use it in PPAPI (albeit to support remoting and similar use cases, but technically its a separate feature). > > > > The CL that added the dependency is this: > >
http://codereview.chromium.org/6478018
> > > > I think the larger question is if DRT needs to depend on PPAPI...it's just testing the webkit renderer right? Do we actually need pepper plugins for that? > > Indeed. I think eventually we might want to run layout tests that test pepper plugins (we currently have layout tests for NPAPI plugins), but we don't currently have any such layout tests. > > It sucks that we keep having to add more and more (large) dependencies to this checkout. It increases the complexity of rolling, build+cycle times, and makes it harder to understand what's going on with the code.
In future I plan to add an abstract interface for P2P, so it will be possible to mock it for layout tests, but I'm not sure if it worth it (do we need to test the full network stack in the layout tests?).
Darin Fisher (:fishd, Google)
Comment 14
2011-02-16 21:48:19 PST
DRT should not need to depend on PPAPI. This dependency is just an artifact of the PPAPI implementation living in src/webkit/plugins/ppapi/ (within the chromium tree), and DRT depends on src/webkit. We should ideally break this dependency since it serves no value.
Steve Lacey
Comment 15
2011-02-17 06:03:45 PST
Could we break the dependency later? Would like to roll DEPS...
Darin Fisher (:fishd, Google)
Comment 16
2011-02-17 08:55:37 PST
Comment on
attachment 82718
[details]
Patch Yes, of course. Can you please make sure that happens?
WebKit Commit Bot
Comment 17
2011-02-17 09:25:08 PST
The commit-queue encountered the following flaky tests while processing
attachment 82718
[details]
: http/tests/security/cross-frame-access-port-explicit-domain.html
bug 54668
(author:
sam@webkit.org
) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 18
2011-02-17 09:26:40 PST
Comment on
attachment 82718
[details]
Patch Clearing flags on attachment: 82718 Committed
r78838
: <
http://trac.webkit.org/changeset/78838
>
WebKit Commit Bot
Comment 19
2011-02-17 09:26:48 PST
All reviewed patches have been landed. Closing bug.
Steve Lacey
Comment 20
2011-02-17 09:36:27 PST
(In reply to
comment #16
)
> (From update of
attachment 82718
[details]
) > Yes, of course. Can you please make sure that happens?
http://code.google.com/p/chromium/issues/detail?id=73304
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