Bug 82709 - [BlackBerry] EventLoop::platformInit() obsolete.
Summary: [BlackBerry] EventLoop::platformInit() obsolete.
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:51 PDT by Charles Wei
Modified: 2012-03-30 18:53 PDT (History)
5 users (show)

See Also:


Attachments
This patch removes EventLoop::platformInit() (1.63 KB, patch)
2012-03-30 03:07 PDT, Charles Wei
rwlbuis: review+
Details | Formatted Diff | Diff
Resubmit the patch after fixing comments from the reviewer. (1.63 KB, patch)
2012-03-30 04:44 PDT, Charles Wei
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Resubmit after filling the reviewer info. (1.63 KB, patch)
2012-03-30 05:06 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:51:25 PDT
EventLoop::platformInit() has been removed , we don't need to have an empty imp anymore. Remove it.
Comment 1 Charles Wei 2012-03-30 03:07:38 PDT
Created attachment 134763 [details]
This patch removes EventLoop::platformInit()
Comment 2 Rob Buis 2012-03-30 04:27:13 PDT
Comment on attachment 134763 [details]
This patch removes EventLoop::platformInit()

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

Ok.

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

Add a space after ','.
Comment 3 Charles Wei 2012-03-30 04:44:14 PDT
Created attachment 134777 [details]
Resubmit the patch after fixing comments from the reviewer.
Comment 4 WebKit Review Bot 2012-03-30 04:55:46 PDT
Comment on attachment 134777 [details]
Resubmit the patch after fixing comments from the reviewer.

Rejecting attachment 134777 [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/12291211
Comment 5 Charles Wei 2012-03-30 05:06:47 PDT
Created attachment 134782 [details]
Resubmit after filling the reviewer info.
Comment 6 WebKit Review Bot 2012-03-30 06:12:39 PDT
Comment on attachment 134782 [details]
Resubmit after filling the reviewer info.

Clearing flags on attachment: 134782

Committed r112657: <http://trac.webkit.org/changeset/112657>
Comment 7 Charles Wei 2012-03-30 18:53:25 PDT
Resolved and patch landed.