Bug 29147 - run-webkit-tests: make -h show help
Summary: run-webkit-tests: make -h show help
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-10 13:47 PDT by David Kilzer (:ddkilzer)
Modified: 2009-09-10 19:15 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 (1.30 KB, patch)
2009-09-10 13:47 PDT, David Kilzer (:ddkilzer)
no flags Details | Formatted Diff | Diff
The real Patch v1 (2.31 KB, patch)
2009-09-10 13:57 PDT, David Kilzer (:ddkilzer)
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>