Bug 82707 - [BlackBerry] Use KURL::protocolIsInHTTPFamily() instead KURL::protocolInHTTPFamily()
Summary: [BlackBerry] Use KURL::protocolIsInHTTPFamily() instead KURL::protocolInHTTPF...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-30 02:28 PDT by Charles Wei
Modified: 2012-03-30 20:50 PDT (History)
6 users (show)

See Also:


Attachments
use KURL::protocolIsInHTTPFamily() instead protocolInHTTPFamily() (2.22 KB, patch)
2012-03-30 02:38 PDT, Charles Wei
rwlbuis: review+
Details | Formatted Diff | Diff
Resubmit after fixing the comments from the reviewer. (2.22 KB, patch)
2012-03-30 04:48 PDT, Charles Wei
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Resubmit after filling in the reviewer info. (2.22 KB, patch)
2012-03-30 05:10 PDT, Charles Wei
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
resubmit after fixing reviewer info. (2.21 KB, patch)
2012-03-30 18:57 PDT, Charles Wei
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Wei 2012-03-30 02:28:23 PDT
KURL::protocolInHTTPFamily() is removed, should use KURL::protocolIsInHTTPFamily() instead,  in Source/WebCore/platform/network/blackberry/NetworkManager.cpp.
Comment 1 Charles Wei 2012-03-30 02:31:02 PDT
Internal: 147117
Comment 2 Charles Wei 2012-03-30 02:38:25 PDT
Created attachment 134754 [details]
use KURL::protocolIsInHTTPFamily() instead protocolInHTTPFamily()
Comment 3 Rob Buis 2012-03-30 04:26:22 PDT
Comment on attachment 134754 [details]
use KURL::protocolIsInHTTPFamily() instead protocolInHTTPFamily()

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

Looks good.

> Source/WebCore/ChangeLog:8
> +        No new tests,just BlackBerry build fix.

Add a space after ','.
Comment 4 Charles Wei 2012-03-30 04:48:53 PDT
Created attachment 134778 [details]
Resubmit after fixing the comments from the reviewer.
Comment 5 WebKit Review Bot 2012-03-30 04:57:16 PDT
Comment on attachment 134778 [details]
Resubmit after fixing the comments from the reviewer.

Rejecting attachment 134778 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/12266246
Comment 6 Charles Wei 2012-03-30 05:10:56 PDT
Created attachment 134787 [details]
Resubmit after filling in the reviewer info.
Comment 7 WebKit Review Bot 2012-03-30 05:29:18 PDT
Comment on attachment 134787 [details]
Resubmit after filling in the reviewer info.

Rejecting attachment 134787 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1

ERROR: /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).

Full output: http://queues.webkit.org/results/12247262
Comment 8 Charles Wei 2012-03-30 18:57:14 PDT
Created attachment 134929 [details]
resubmit after fixing reviewer info.
Comment 9 WebKit Review Bot 2012-03-30 20:07:40 PDT
Comment on attachment 134929 [details]
resubmit after fixing reviewer info.

Clearing flags on attachment: 134929

Committed r112766: <http://trac.webkit.org/changeset/112766>
Comment 10 Charles Wei 2012-03-30 20:50:03 PDT
Resolved and patch landed.