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

Issue 596393004: Add AX attribute for input type (Closed)

Created:
6 years, 2 months ago by je_julie(Not used)
Modified:
6 years, 2 months ago
Reviewers:
dmazzoni, dglazkov
CC:
abarth-chromium, aboxhall, blink-reviews, dglazkov+blink, jamesr, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add AX attribute for input type When Input type is url, tel, search and email, AX attributes for them will be exposed. BUG=323161 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183119

Patch Set 1 #

Total comments: 4

Patch Set 2 : Move TextInputType to AXNodeObject #

Total comments: 3

Patch Set 3 : Using isTextField() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M Source/core/accessibility/AXNodeObject.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/accessibility/AXNodeObject.cpp View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M Source/core/accessibility/AXObject.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 chunk +8 lines, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
je_julie(Not used)
Dominic, PTAL.
6 years, 2 months ago (2014-09-26 14:24:23 UTC) #2
dmazzoni
lgtm with changes below https://codereview.chromium.org/596393004/diff/1/Source/core/accessibility/AXObject.cpp File Source/core/accessibility/AXObject.cpp (right): https://codereview.chromium.org/596393004/diff/1/Source/core/accessibility/AXObject.cpp#newcode634 Source/core/accessibility/AXObject.cpp:634: const AtomicString& AXObject::textInputType() const This ...
6 years, 2 months ago (2014-09-26 15:17:26 UTC) #3
je_julie(Not used)
https://codereview.chromium.org/596393004/diff/1/Source/core/accessibility/AXObject.cpp File Source/core/accessibility/AXObject.cpp (right): https://codereview.chromium.org/596393004/diff/1/Source/core/accessibility/AXObject.cpp#newcode634 Source/core/accessibility/AXObject.cpp:634: const AtomicString& AXObject::textInputType() const Thanks. I'll update it. On ...
6 years, 2 months ago (2014-09-27 09:05:46 UTC) #4
je_julie(Not used)
Hi Dominic, I updated patch. PTAL.
6 years, 2 months ago (2014-09-27 09:08:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/596393004/20001
6 years, 2 months ago (2014-09-29 05:46:25 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/16242)
6 years, 2 months ago (2014-09-29 05:57:18 UTC) #9
je_julie(Not used)
On 2014/09/29 05:57:18, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 2 months ago (2014-09-29 06:28:16 UTC) #10
dmazzoni
+dglazkov for owners review of public/web and src/web
6 years, 2 months ago (2014-09-29 07:02:21 UTC) #12
je_julie(Not used)
On 2014/09/29 07:02:21, dmazzoni wrote: > +dglazkov for owners review of public/web and src/web Hi ...
6 years, 2 months ago (2014-10-01 02:23:03 UTC) #13
dglazkov
lgtm
6 years, 2 months ago (2014-10-01 04:35:59 UTC) #14
dglazkov
https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1052 Source/core/accessibility/AXNodeObject.cpp:1052: if (input.type() == InputTypeNames::tel || input.type() == InputTypeNames::url Should ...
6 years, 2 months ago (2014-10-01 04:37:11 UTC) #15
je_julie(Not used)
https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1052 Source/core/accessibility/AXNodeObject.cpp:1052: if (input.type() == InputTypeNames::tel || input.type() == InputTypeNames::url On ...
6 years, 2 months ago (2014-10-01 04:53:52 UTC) #16
dmazzoni
https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp File Source/core/accessibility/AXNodeObject.cpp (right): https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1052 Source/core/accessibility/AXNodeObject.cpp:1052: if (input.type() == InputTypeNames::tel || input.type() == InputTypeNames::url On ...
6 years, 2 months ago (2014-10-01 05:22:57 UTC) #17
je_julie(Not used)
On 2014/10/01 05:22:57, dmazzoni wrote: > https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp > File Source/core/accessibility/AXNodeObject.cpp (right): > > https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp#newcode1052 > ...
6 years, 2 months ago (2014-10-01 05:28:52 UTC) #18
je_julie(Not used)
On 2014/10/01 05:28:52, je_julie.kim wrote: > On 2014/10/01 05:22:57, dmazzoni wrote: > > > https://codereview.chromium.org/596393004/diff/20001/Source/core/accessibility/AXNodeObject.cpp ...
6 years, 2 months ago (2014-10-01 06:42:32 UTC) #19
dmazzoni
still lgtm
6 years, 2 months ago (2014-10-01 19:47:14 UTC) #20
je_julie(Not used)
dglazkov, I updated patch with isTextField() as you commented. Could you take a look one ...
6 years, 2 months ago (2014-10-02 00:22:55 UTC) #21
dmazzoni
On 2014/10/02 00:22:55, je_julie.kim wrote: > dglazkov, I updated patch with isTextField() as you commented. ...
6 years, 2 months ago (2014-10-02 06:21:59 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/596393004/40001
6 years, 2 months ago (2014-10-02 06:23:02 UTC) #24
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 07:45:57 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 183119

Powered by Google App Engine
This is Rietveld 408576698