RESOLVED FIXED 108615
[Soup] Wrap SoupSession by NetworkStorageSession
https://bugs.webkit.org/show_bug.cgi?id=108615
Summary [Soup] Wrap SoupSession by NetworkStorageSession
Balazs Kelemen
Reported 2013-02-01 04:32:08 PST
Soup should use this abstraction.
Attachments
Patch (24.79 KB, patch)
2013-02-01 10:57 PST, Balazs Kelemen
no flags
Fixing builds, incorporate review comments. (21.58 KB, patch)
2013-02-03 04:39 PST, Balazs Kelemen
no flags
Adding new file (25.27 KB, patch)
2013-02-03 09:04 PST, Balazs Kelemen
no flags
Balazs Kelemen
Comment 1 2013-02-01 10:57:03 PST
WebKit Review Bot
Comment 2 2013-02-01 11:02:11 PST
Comment on attachment 186080 [details] Patch Attachment 186080 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16305884
Early Warning System Bot
Comment 3 2013-02-01 11:02:55 PST
Alexey Proskuryakov
Comment 4 2013-02-01 11:03:26 PST
Comment on attachment 186080 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186080&action=review Cool! > Source/WebCore/platform/network/soup/NetworkStorageSessionSoup.cpp:2 > + * Copyright (C) 2013 Apple Computer, Inc. All rights reserved. Did the Mac version say "Apple Computer"? The correct name is "Apple Inc." > Source/WebKit2/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.h:33 > +using namespace WebCore; We normally don't put "using" into headers.
Early Warning System Bot
Comment 5 2013-02-01 11:03:30 PST
WebKit Review Bot
Comment 6 2013-02-01 11:03:39 PST
Comment on attachment 186080 [details] Patch Attachment 186080 [details] did not pass cr-linux-debug-ews (chromium-xvfb): Output: http://queues.webkit.org/results/16305887
Peter Beverloo (cr-android ews)
Comment 7 2013-02-01 11:08:14 PST
Comment on attachment 186080 [details] Patch Attachment 186080 [details] did not pass cr-android-ews (chromium-android): Output: http://queues.webkit.org/results/16309894
Balazs Kelemen
Comment 8 2013-02-03 04:39:21 PST
Created attachment 186258 [details] Fixing builds, incorporate review comments.
EFL EWS Bot
Comment 9 2013-02-03 04:42:25 PST
Comment on attachment 186258 [details] Fixing builds, incorporate review comments. Attachment 186258 [details] did not pass efl-ews (efl): Output: http://queues.webkit.org/results/16354502
Chris Dumez
Comment 10 2013-02-03 05:00:14 PST
Comment on attachment 186258 [details] Fixing builds, incorporate review comments. Did you forget to include NetworkStorageSessionSoup.cpp ?
Build Bot
Comment 11 2013-02-03 05:41:48 PST
Comment on attachment 186258 [details] Fixing builds, incorporate review comments. Attachment 186258 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16356484
Build Bot
Comment 12 2013-02-03 06:42:03 PST
Comment on attachment 186258 [details] Fixing builds, incorporate review comments. Attachment 186258 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16350527
Balazs Kelemen
Comment 13 2013-02-03 09:04:23 PST
Created attachment 186265 [details] Adding new file
Build Bot
Comment 14 2013-02-03 10:10:04 PST
Comment on attachment 186265 [details] Adding new file Attachment 186265 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16360598
Build Bot
Comment 15 2013-02-03 11:14:34 PST
Comment on attachment 186265 [details] Adding new file Attachment 186265 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/16357581
Balazs Kelemen
Comment 16 2013-02-03 11:19:31 PST
(In reply to comment #15) > (From update of attachment 186265 [details]) > Attachment 186265 [details] did not pass win-ews (win): > Output: http://queues.webkit.org/results/16357581 Does not seem to be my fault: ImageDiffCG.cpp 1>..\cg\ImageDiffCG.cpp(37) : fatal error C1083: Cannot open include file: 'wtf/Platform.h': No such file or directory I guess this bot is plain broken.
Alexey Proskuryakov
Comment 17 2013-02-03 19:22:32 PST
Comment on attachment 186265 [details] Adding new file View in context: https://bugs.webkit.org/attachment.cgi?id=186265&action=review > Source/WebCore/ChangeLog:6 > + Reviewed by Alexey Proskuryakov. Unsure why this is marked r?. Is there anything in particular you'd like me to have another look at?
Balazs Kelemen
Comment 18 2013-02-04 01:31:07 PST
(In reply to comment #17) > (From update of attachment 186265 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=186265&action=review > > > Source/WebCore/ChangeLog:6 > > + Reviewed by Alexey Proskuryakov. > > Unsure why this is marked r?. Is there anything in particular you'd like me to have another look at? Actually no, nothing important has changed, just I was needing the ews outputs. I was believing that setting r+ myself is not a acceptable behavior :)
Balazs Kelemen
Comment 19 2013-02-04 01:35:06 PST
Comment on attachment 186265 [details] Adding new file Clearing flags on attachment: 186265 Committed r141749: <http://trac.webkit.org/changeset/141749>
Balazs Kelemen
Comment 20 2013-02-04 01:35:14 PST
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 21 2013-02-04 08:27:25 PST
> I was believing that setting r+ myself is not a acceptable behavior :) This is indeed not right. However a patch that already has reviewer name in ChangeLog does not need any review flag, commit-queue won't complain (and so won't people if you manually commit a reviewed patch with build fixes).
Note You need to log in before you can comment on or make changes to this bug.