WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
100708
[WK2] Add a NetworkingContext for NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=100708
Summary
[WK2] Add a NetworkingContext for NetworkProcess
Alexey Proskuryakov
Reported
2012-10-29 15:55:39 PDT
ResourceHandle needs a NetworkingContext to operate, so we need to have something suitable for NetworkProcess.
Attachments
proposed patch
(10.56 KB, patch)
2012-10-29 16:01 PDT
,
Alexey Proskuryakov
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2012-10-29 16:01:19 PDT
Created
attachment 171331
[details]
proposed patch
Anders Carlsson
Comment 2
2012-10-29 16:15:28 PDT
Comment on
attachment 171331
[details]
proposed patch View in context:
https://bugs.webkit.org/attachment.cgi?id=171331&action=review
> Source/WebKit2/NetworkProcess/mac/RemoteNetworkingContext.h:43 > + virtual bool isValid() const; > + > + virtual bool needsSiteSpecificQuirks() const; > + virtual bool localFileContentSniffingEnabled() const; > + virtual WebCore::SchedulePairHashSet* scheduledRunLoopPairs() const; > + virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) const;
These should all be marked OVERRIDE.
Alexey Proskuryakov
Comment 3
2012-10-29 16:18:50 PDT
Committed <
http://trac.webkit.org/changeset/132857
>.
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