RESOLVED FIXED 73845
[Chromium] Remove no-longer-used forwarding headers in the WebKit API
https://bugs.webkit.org/show_bug.cgi?id=73845
Summary [Chromium] Remove no-longer-used forwarding headers in the WebKit API
Adam Barth
Reported 2011-12-05 11:00:08 PST
[Chromium] Remove no-longer-used forwarding headers in the WebKit API
Attachments
Patch (263.00 KB, patch)
2011-12-05 11:01 PST, Adam Barth
no flags
Patch (254.94 KB, patch)
2011-12-05 11:04 PST, Adam Barth
no flags
Patch (255.83 KB, patch)
2011-12-05 11:14 PST, Adam Barth
fishd: review+
Adam Barth
Comment 1 2011-12-05 11:01:45 PST
Adam Barth
Comment 2 2011-12-05 11:02:09 PST
Comment on attachment 117901 [details] Patch Oops. Actually that patch has one cheat still in it.
Adam Barth
Comment 3 2011-12-05 11:04:47 PST
WebKit Review Bot
Comment 4 2011-12-05 11:05:02 PST
Please wait for approval from fishd@chromium.org before submitting because this patch contains changes to the Chromium public API.
James Robinson
Comment 5 2011-12-05 11:09:16 PST
Comment on attachment 117902 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117902&action=review > Source/WebKit/chromium/WebKit.gyp:279 > + 'public/android/WebInputEventFactory.h', it looks like this is re-sorted in a case-sensitive way. are we supposed to do sorts ignoring case? > Source/WebKit/chromium/src/AssociatedURLLoader.cpp:48 > #include "WebFrameImpl.h" > -#include "WebHTTPHeaderVisitor.h" > +#include "platform/WebHTTPHeaderVisitor.h" > #include "WebKit.h" > -#include "WebKitPlatformSupport.h" > -#include "WebURLError.h" > -#include "WebURLLoaderClient.h" > -#include "WebURLRequest.h" > +#include "platform/WebKitPlatformSupport.h" > +#include "platform/WebURLError.h" > +#include "platform/WebURLLoaderClient.h" > +#include "platform/WebURLRequest.h" > #include "WrappedResourceRequest.h" i think you need to resort these headers or the style bot will yell at you, won't it?
Adam Barth
Comment 6 2011-12-05 11:10:53 PST
(In reply to comment #5) > (From update of attachment 117902 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=117902&action=review > > > Source/WebKit/chromium/WebKit.gyp:279 > > + 'public/android/WebInputEventFactory.h', > > it looks like this is re-sorted in a case-sensitive way. are we supposed to do sorts ignoring case? WebKit uses case-sensitive sorting. > > Source/WebKit/chromium/src/AssociatedURLLoader.cpp:48 > > #include "WebFrameImpl.h" > > -#include "WebHTTPHeaderVisitor.h" > > +#include "platform/WebHTTPHeaderVisitor.h" > > #include "WebKit.h" > > -#include "WebKitPlatformSupport.h" > > -#include "WebURLError.h" > > -#include "WebURLLoaderClient.h" > > -#include "WebURLRequest.h" > > +#include "platform/WebKitPlatformSupport.h" > > +#include "platform/WebURLError.h" > > +#include "platform/WebURLLoaderClient.h" > > +#include "platform/WebURLRequest.h" > > #include "WrappedResourceRequest.h" > > i think you need to resort these headers or the style bot will yell at you, won't it? Done. I'm not sure why check-webkit-style didn't complain.
Adam Barth
Comment 7 2011-12-05 11:14:00 PST
I sorted a bunch of these includes, but ran out of steam somewhere around BlobRegistry.
Adam Barth
Comment 8 2011-12-05 11:14:34 PST
Adam Barth
Comment 9 2011-12-05 14:07:47 PST
Note You need to log in before you can comment on or make changes to this bug.