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

Issue 736943002: Support aria-grabbed attribute. (Closed)

Created:
6 years, 1 month ago by je_julie(Not used)
Modified:
6 years, 1 month ago
Reviewers:
*dmazzoni, Mike West
CC:
blink-reviews, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Support aria-grabbed attribute. This patch adds implementation for isAriaGrabbed() and introduces new enum type for true,false and undefined for aria attributs. The related spec is http://goo.gl/QIFcWc and http://goo.gl/tYnx6G. BUG=98817 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185648

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update enum name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -1 line) Patch
M Source/modules/accessibility/AXNodeObject.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 1 chunk +11 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 1 chunk +4 lines, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 1 chunk +8 lines, -0 lines 0 comments Download
M public/web/WebAXEnums.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
je_julie(Not used)
Hi Dominic and Mike, This patch introduces new enum type for checking if aria attribute ...
6 years, 1 month ago (2014-11-19 15:18:24 UTC) #3
Mike West
This LGTM. Please wait for Dominic to sign off on the implementation before landing it, ...
6 years, 1 month ago (2014-11-19 16:01:02 UTC) #5
dmazzoni
https://codereview.chromium.org/736943002/diff/1/Source/modules/accessibility/AXObject.h File Source/modules/accessibility/AXObject.h (right): https://codereview.chromium.org/736943002/diff/1/Source/modules/accessibility/AXObject.h#newcode264 Source/modules/accessibility/AXObject.h:264: enum AccessibilityDefined { The enum looks great but I'm ...
6 years, 1 month ago (2014-11-19 17:20:17 UTC) #6
je_julie(Not used)
I updated patchset with new enum type. PTAL. https://codereview.chromium.org/736943002/diff/1/Source/modules/accessibility/AXObject.h File Source/modules/accessibility/AXObject.h (right): https://codereview.chromium.org/736943002/diff/1/Source/modules/accessibility/AXObject.h#newcode264 Source/modules/accessibility/AXObject.h:264: enum ...
6 years, 1 month ago (2014-11-20 02:37:43 UTC) #7
dmazzoni
lgtm
6 years, 1 month ago (2014-11-20 07:02:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/736943002/20001
6 years, 1 month ago (2014-11-20 07:03:03 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-20 08:25:35 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=185648

Powered by Google App Engine
This is Rietveld 408576698