Bug 73288 - Upstream platform/network/blackberry/ProxyServerBlackBerry.cpp
Summary: Upstream platform/network/blackberry/ProxyServerBlackBerry.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Yang
URL:
Keywords:
Depends on:
Blocks: 73144
  Show dependency treegraph
 
Reported: 2011-11-29 00:17 PST by Leo Yang
Modified: 2011-11-29 19:19 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.36 KB, patch)
2011-11-29 00:22 PST, Leo Yang
tonikitoo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Yang 2011-11-29 00:17:50 PST
The BlackBerry implement of ProxyServerBlackBerry.cpp.
Comment 1 Leo Yang 2011-11-29 00:22:53 PST
Created attachment 116908 [details]
Patch
Comment 2 Antonio Gomes 2011-11-29 06:52:50 PST
Comment on attachment 116908 [details]
Patch

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

No RIM copyright needed?

> Source/WebCore/platform/network/blackberry/ProxyServerBlackBerry.cpp:35
> +    // FIXME: Implement.

It could be a notImplemented() call.
Comment 3 Leo Yang 2011-11-29 18:04:44 PST
(In reply to comment #2)
> (From update of attachment 116908 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=116908&action=review
> 
> No RIM copyright needed?
> 
No, it's copied from the other port.

> > Source/WebCore/platform/network/blackberry/ProxyServerBlackBerry.cpp:35
> > +    // FIXME: Implement.
> 
> It could be a notImplemented() call.
Good idea, I'll add it when landing.

Thanks for review.
Comment 4 Leo Yang 2011-11-29 19:19:42 PST
Committed r101444: <http://trac.webkit.org/changeset/101444>