WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109300
[BlackBerry] Add form navigation control state tracking.
https://bugs.webkit.org/show_bug.cgi?id=109300
Summary
[BlackBerry] Add form navigation control state tracking.
Mike Fenton
Reported
2013-02-08 07:13:01 PST
SSIA.
Attachments
Patch
(11.78 KB, patch)
2013-02-08 07:14 PST
,
Mike Fenton
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Updated Patch
(11.76 KB, patch)
2013-02-08 11:35 PST
,
Mike Fenton
no flags
Details
Formatted Diff
Diff
Updated patch with better variable naming.
(11.95 KB, patch)
2013-02-11 08:52 PST
,
Mike Fenton
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Mike Fenton
Comment 1
2013-02-08 07:14:03 PST
Created
attachment 187315
[details]
Patch
WebKit Review Bot
Comment 2
2013-02-08 07:31:35 PST
Attachment 187315
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit/blackberry/Api/WebPage.cpp', u'Source/WebKit/blackberry/Api/WebPage.h', u'Source/WebKit/blackberry/Api/WebPageClient.h', u'Source/WebKit/blackberry/ChangeLog', u'Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp', u'Source/WebKit/blackberry/WebKitSupport/InputHandler.h']" exit_code: 1 Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:934: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:936: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:938: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:939: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:940: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:941: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:942: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:943: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:944: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:945: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:946: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:947: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:948: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:949: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:950: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:951: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:952: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:953: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:954: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:955: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 20 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Build Bot
Comment 3
2013-02-08 09:32:34 PST
Comment on
attachment 187315
[details]
Patch
Attachment 187315
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://queues.webkit.org/results/16443652
New failing tests: http/tests/cache/cached-main-resource.html
Mike Fenton
Comment 4
2013-02-08 11:35:27 PST
Created
attachment 187341
[details]
Updated Patch
Rob Buis
Comment 5
2013-02-11 08:45:45 PST
Comment on
attachment 187341
[details]
Updated Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187341&action=review
> Source/WebKit/blackberry/WebKitSupport/InputHandler.cpp:948 > + for (int j = i + 1; j < formElementCount; j++) {
I think using j twice is confusing. Most compilers can probably deal with it but better not risk anything, and maybe choose more descriptive variable names.
Mike Fenton
Comment 6
2013-02-11 08:52:01 PST
Created
attachment 187587
[details]
Updated patch with better variable naming.
Rob Buis
Comment 7
2013-02-11 08:54:39 PST
Comment on
attachment 187587
[details]
Updated patch with better variable naming. LGTM.
WebKit Review Bot
Comment 8
2013-02-11 09:19:24 PST
Comment on
attachment 187587
[details]
Updated patch with better variable naming. Clearing flags on attachment: 187587 Committed
r142482
: <
http://trac.webkit.org/changeset/142482
>
WebKit Review Bot
Comment 9
2013-02-11 09:19:28 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.
Top of Page
Format For Printing
XML
Clone This Bug