RESOLVED FIXED 30901
[Gtk] Need to de-lint the Atk a11y code
https://bugs.webkit.org/show_bug.cgi?id=30901
Summary [Gtk] Need to de-lint the Atk a11y code
Joanmarie Diggs
Reported 2009-10-28 23:06:05 PDT
* Remove trailing whitespace * NULL should be 0 * AXFoo should be axFoo Feel free to add to this list, as long as it's in the Atk code. :-)
Attachments
proposed patch (14.32 KB, patch)
2009-11-09 17:30 PST, Joanmarie Diggs
no flags
Correct some capitalization nits (3.18 KB, patch)
2009-11-10 20:36 PST, Joanmarie Diggs
no flags
Joanmarie Diggs
Comment 1 2009-11-09 17:30:42 PST
Created attachment 42813 [details] proposed patch Discovered a signed/unsigned comparison warning that I was responsible for. :-/ Seemed like a good excuse to de-lint... :-) * NULL should be 0 * Caps in keeping with the style guidelines * Remove trailing whitespace * No space between the pointer type and the '*' * Remove the aforementioned signed/unsigned comparison
Jan Alonzo
Comment 2 2009-11-10 01:43:49 PST
Comment on attachment 42813 [details] proposed patch Thanks for the cleanup. r=me.
WebKit Commit Bot
Comment 3 2009-11-10 01:53:42 PST
Comment on attachment 42813 [details] proposed patch Clearing flags on attachment: 42813 Committed r50727: <http://trac.webkit.org/changeset/50727>
WebKit Commit Bot
Comment 4 2009-11-10 01:53:46 PST
All reviewed patches have been landed. Closing bug.
Joanmarie Diggs
Comment 5 2009-11-10 20:35:47 PST
Reopening because I found another handful of capitalization style-guideline violations I had missed and just don't see opening a new bug.
Joanmarie Diggs
Comment 6 2009-11-10 20:36:42 PST
Created attachment 42921 [details] Correct some capitalization nits
Jan Alonzo
Comment 7 2009-11-11 03:05:06 PST
Comment on attachment 42921 [details] Correct some capitalization nits r=me.
WebKit Commit Bot
Comment 8 2009-11-11 03:17:29 PST
Comment on attachment 42921 [details] Correct some capitalization nits Clearing flags on attachment: 42921 Committed r50797: <http://trac.webkit.org/changeset/50797>
WebKit Commit Bot
Comment 9 2009-11-11 03:17:33 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.