Bug 29147

Summary: run-webkit-tests: make -h show help
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch v1
none
The real Patch v1 mrowe: review+

Description David Kilzer (:ddkilzer) 2009-09-10 13:47:11 PDT
Created attachment 39373 [details]
Patch v1

Reviewed by Mark Rowe.

No change to layout test results.

* DumpRenderTree/mac/AccessibilityUIElementMac.mm:
(AccessibilityUIElement::clickPointY): Changed to return y value
instead of x value.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48206 268f45cc-cd09-0410-ab3c-d52691b4dbfc
---
 2 files changed, 13 insertions(+), 1 deletions(-)
Comment 1 David Kilzer (:ddkilzer) 2009-09-10 13:56:16 PDT
Oops..I used the wrong syntax with 'bugzilla-tool create-bug'.  Should have used "HEAD" instead of "HEAD^".
Comment 2 David Kilzer (:ddkilzer) 2009-09-10 13:57:18 PDT
Created attachment 39374 [details]
The real Patch v1

Ignore the first patch posted--it was the wrong commit.
Comment 3 Mark Rowe (bdash) 2009-09-10 16:22:02 PDT
Comment on attachment 39374 [details]
The real Patch v1

r=me
Comment 4 Eric Seidel (no email) 2009-09-10 17:57:24 PDT
(In reply to comment #1)
> Oops..I used the wrong syntax with 'bugzilla-tool create-bug'.  Should have
> used "HEAD" instead of "HEAD^".

I used to get confused by this too. :)  As a former git-send-bugzilla user...
Comment 5 David Kilzer (:ddkilzer) 2009-09-10 19:15:29 PDT
Committed r48278: <http://trac.webkit.org/changeset/48278>