Bug 50808

Summary: [GTK] Unskipping some test cases in userscripts dependent on addUserStyleSheet
Product: WebKit Reporter: Joone Hur <joone>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, gustavo, mrobinson, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 50783    
Bug Blocks:    
Attachments:
Description Flags
Proposed Patch
none
Proposed Patch2
mrobinson: review+, commit-queue: commit-queue-
Proposed Patch3 none

Description Joone Hur 2010-12-10 04:44:21 PST
Unskipping:
#userscripts/mixed-case-stylesheet.html
#userscripts/simple-stylesheet.html
#userscripts/user-style-all-frames.html
Comment 1 Joone Hur 2010-12-10 05:08:22 PST
Created attachment 76184 [details]
Proposed Patch
Comment 2 Martin Robinson 2010-12-10 06:33:13 PST
Comment on attachment 76184 [details]
Proposed Patch

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

> WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h:56
> +    static void addUserStyleSheet(WebKitWebFrame* mainFrame, const char* sourceCode, bool allFrames);

Please remove the mainFrame variable name here.
Comment 3 Joone Hur 2010-12-10 07:32:24 PST
Created attachment 76197 [details]
Proposed Patch2

Yes, I did it.
Comment 4 WebKit Commit Bot 2010-12-10 07:44:11 PST
Comment on attachment 76197 [details]
Proposed Patch2

Rejecting attachment 76197 [details] from commit-queue.

Failed to run "['./WebKitTools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-sf', 'apply-attachment', '--non-interactive', 76197]" exit_code: 2
Last 500 characters of output:
pRenderTreeSupportGtk.cpp
patching file WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h
Hunk #1 FAILED at 53.
1 out of 1 hunk FAILED -- saving rejects to file WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h.rej
patching file WebKitTools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp

Failed to run "[u'/Projects/CommitQueue/WebKitTools/Scripts/svn-apply', u'--reviewer', u'Martin Robinson', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/6896027
Comment 5 Joone Hur 2010-12-10 08:36:24 PST
Created attachment 76206 [details]
Proposed Patch3

I fixed the confict with http://trac.webkit.org/changeset/73727
Comment 6 WebKit Commit Bot 2010-12-10 09:16:27 PST
Comment on attachment 76206 [details]
Proposed Patch3

Clearing flags on attachment: 76206

Committed r73735: <http://trac.webkit.org/changeset/73735>
Comment 7 WebKit Commit Bot 2010-12-10 09:16:33 PST
All reviewed patches have been landed.  Closing bug.