Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Issue 616473002: Expose IA and IA2 role and state for HTML input type attributes related to date and time. (Closed)

Created:
6 years, 2 months ago by shreeramk
Modified:
6 years, 2 months ago
CC:
chromium-reviews, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Expose IA and IA2 role and state for HTML input type attributes related to date and time. For input type date, datetime and datetime-local, time, month, week - IA and IA2 role and states are not exposed properly. This is chromium side CL for this blink side CL https://codereview.chromium.org/615773002 BUG=418486, 170586, 170575 Committed: https://crrev.com/a89bdd193687e7cb9ad022bc01e97c93cbd018a6 Cr-Commit-Position: refs/heads/master@{#299677}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : Incorporating comments #

Patch Set 5 : Rebasing changes #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Rebase #

Patch Set 9 : DISABLE AX test for input type month for WIN Platform #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -20 lines) Patch
M chrome/common/extensions/api/automation.idl View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 1 2 3 4 5 6 7 8 2 chunks +11 lines, -0 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +29 lines, -0 lines 0 comments Download
M content/renderer/accessibility/blink_ax_enum_conversion.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/web_ax_object_proxy.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/input-date.html View 1 chunk +3 lines, -1 line 0 comments Download
A + content/test/data/accessibility/input-date-expected-android.txt View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A content/test/data/accessibility/input-date-expected-mac.txt View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A content/test/data/accessibility/input-date-expected-win.txt View 1 1 chunk +14 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/input-datetime.html View 1 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-datetime-expected-android.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-datetime-expected-mac.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-datetime-expected-win.txt View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A + content/test/data/accessibility/input-datetime-local.html View 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-datetime-local-expected-android.txt View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A content/test/data/accessibility/input-datetime-local-expected-mac.txt View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A + content/test/data/accessibility/input-datetime-local-expected-win.txt View 1 2 1 chunk +7 lines, -2 lines 0 comments Download
A + content/test/data/accessibility/input-month.html View 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-month-expected-android.txt View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A content/test/data/accessibility/input-month-expected-mac.txt View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A content/test/data/accessibility/input-month-expected-win.txt View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M content/test/data/accessibility/input-time-expected-android.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/test/data/accessibility/input-time-expected-mac.txt View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/test/data/accessibility/input-time-expected-win.txt View 1 1 chunk +1 line, -2 lines 0 comments Download
A + content/test/data/accessibility/input-week.html View 1 chunk +1 line, -1 line 0 comments Download
A + content/test/data/accessibility/input-week-expected-android.txt View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A content/test/data/accessibility/input-week-expected-mac.txt View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A content/test/data/accessibility/input-week-expected-win.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (6 generated)
shreeramk
Please review. Expectations file for mac will have AXUnknown for respective input types. Presently I ...
6 years, 2 months ago (2014-10-01 16:27:51 UTC) #2
Mike West
The code change LGTM, though I defer to Dominic regarding whether or not the exact ...
6 years, 2 months ago (2014-10-01 17:56:41 UTC) #3
shreeramk
On 2014/10/01 17:56:41, Mike West wrote: > The code change LGTM, though I defer to ...
6 years, 2 months ago (2014-10-01 18:35:52 UTC) #4
Mike West
On 2014/10/01 18:35:52, shreeram.k wrote: > Chromium side changes are required for mac platform to ...
6 years, 2 months ago (2014-10-01 18:42:01 UTC) #5
dmazzoni
lgtm with two fixes https://codereview.chromium.org/616473002/diff/40001/content/shell/renderer/test_runner/web_ax_object_proxy.cc File content/shell/renderer/test_runner/web_ax_object_proxy.cc (right): https://codereview.chromium.org/616473002/diff/40001/content/shell/renderer/test_runner/web_ax_object_proxy.cc#newcode64 content/shell/renderer/test_runner/web_ax_object_proxy.cc:64: return result.append("TextField"); This should be ...
6 years, 2 months ago (2014-10-01 19:42:06 UTC) #6
shreeramk
On 2014/10/01 19:42:06, dmazzoni wrote: > lgtm with two fixes > > https://codereview.chromium.org/616473002/diff/40001/content/shell/renderer/test_runner/web_ax_object_proxy.cc > File ...
6 years, 2 months ago (2014-10-06 03:55:38 UTC) #7
shreeramk
On 2014/10/06 03:55:38, shreeram.k wrote: > On 2014/10/01 19:42:06, dmazzoni wrote: > > lgtm with ...
6 years, 2 months ago (2014-10-06 04:30:16 UTC) #8
shreeramk
PTAL! Thanks
6 years, 2 months ago (2014-10-06 07:18:15 UTC) #9
dmazzoni
lgtm
6 years, 2 months ago (2014-10-06 15:36:45 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/616473002/120001
6 years, 2 months ago (2014-10-06 15:38:01 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/16764)
6 years, 2 months ago (2014-10-06 17:25:05 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/616473002/140001
6 years, 2 months ago (2014-10-07 06:57:11 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/17077)
6 years, 2 months ago (2014-10-07 08:40:12 UTC) #18
shreeramk
On 2014/10/07 08:40:12, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-10-07 08:41:49 UTC) #19
dmazzoni
On 2014/10/07 08:41:49, shreeram.k wrote: > On 2014/10/07 08:40:12, I haz the power (commit-bot) wrote: ...
6 years, 2 months ago (2014-10-07 15:56:34 UTC) #20
shreeramk
On 2014/10/07 15:56:34, dmazzoni wrote: > On 2014/10/07 08:41:49, shreeram.k wrote: > > On 2014/10/07 ...
6 years, 2 months ago (2014-10-08 12:09:13 UTC) #21
dmazzoni
On 2014/10/08 12:09:13, shreeram.k wrote: > On 2014/10/07 15:56:34, dmazzoni wrote: > > On 2014/10/07 ...
6 years, 2 months ago (2014-10-08 19:31:10 UTC) #22
shreeramk
With the comments by tkent@chromium.org in this bug https://crbug.com/423675, it doesn't seems to be a ...
6 years, 2 months ago (2014-10-15 10:31:28 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/616473002/160001
6 years, 2 months ago (2014-10-15 10:52:01 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
6 years, 2 months ago (2014-10-15 12:01:05 UTC) #26
commit-bot: I haz the power
6 years, 2 months ago (2014-10-15 12:01:54 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/a89bdd193687e7cb9ad022bc01e97c93cbd018a6
Cr-Commit-Position: refs/heads/master@{#299677}

Powered by Google App Engine
This is Rietveld 408576698