Summary: | Make correspondence of file name related with event to other port. | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | ChangSeok Oh <kevin.cs.oh> | ||||||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, kevin.cs.oh | ||||||||
Priority: | P3 | ||||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | Linux | ||||||||||
Attachments: |
|
Description
ChangSeok Oh
2011-03-29 19:34:32 PDT
Created attachment 87668 [details]
Proposed patch
This patch just changes three file names.
KeyEventGtk.cpp -> PlatformKeyboardEventGtk.cpp
MouseEventGtk.cpp -> PlatformMouseEventGtk.cpp
WheelEventGtk.cpp -> PlatformWheelEventGtk.cpp
Comment on attachment 87668 [details]
Proposed patch
Seems fine. I can't remember if teh cq can handle renames or not.
Comment on attachment 87668 [details] Proposed patch Rejecting attachment 87668 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sf', 'ap..." exit_code: 2 Last 500 characters of output: ects to file Source/WebCore/GNUmakefile.am.rej patching file Source/WebCore/platform/gtk/KeyEventGtk.cpp rm 'Source/WebCore/platform/gtk/KeyEventGtk.cpp' patching file Source/WebCore/platform/gtk/MouseEventGtk.cpp rm 'Source/WebCore/platform/gtk/MouseEventGtk.cpp' patching file Source/WebCore/platform/gtk/WheelEventGtk.cpp rm 'Source/WebCore/platform/gtk/WheelEventGtk.cpp' Failed to run "[u'/Projects/CommitQueue/Tools/Scripts/svn-apply', u'--reviewer', u'Eric Seidel', u'--force']" exit_code: 1 Full output: http://queues.webkit.org/results/8374755 Created attachment 88966 [details] revised patch to meet latest version(r83419) Created attachment 88967 [details] revised patch to meet latest version(r83419) To fix build break. The commit-queue encountered the following flaky tests while processing attachment 88967 [details]: java/lc3/JavaObject/JavaObjectToLong-003-n.html bug 58218 (author: ap@webkit.org) The commit-queue is continuing to process your patch. Comment on attachment 88967 [details] revised patch to meet latest version(r83419) Clearing flags on attachment: 88967 Committed r83429: <http://trac.webkit.org/changeset/83429> All reviewed patches have been landed. Closing bug. |