Bug 50224 - Upstream recent changes to WebCore/platform/network/android
Summary: Upstream recent changes to WebCore/platform/network/android
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 04:26 PST by Steve Block
Modified: 2010-12-01 13:23 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.56 KB, patch)
2010-11-30 06:44 PST, Steve Block
jorlow: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-11-30 04:26:49 PST
NetworkingContext::isPrivateBrowsingEnabled() is no longer required due to refactoring of Android code not yet upstreamed.
Comment 1 Steve Block 2010-11-30 06:32:39 PST
It turns out the no-longer-needed method isn't present upstream, so I'm broadening this bug to cover more general upstreaming in WebCore/platform/network/android.
Comment 2 Steve Block 2010-11-30 06:44:29 PST
Created attachment 75139 [details]
Patch
Comment 3 Jeremy Orlow 2010-11-30 06:53:25 PST
Comment on attachment 75139 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=75139&action=review

r=me

> WebCore/platform/network/android/ResourceHandleAndroid.cpp:85
> +// TODO: this needs upstreaming.

FIXME
Comment 4 Steve Block 2010-12-01 13:23:26 PST
Landed as r73062 <http://trac.webkit.org/changeset/73062>