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

Issue 797223002: Provides an API to cope with table headers in Accessibility (Closed)

Created:
6 years ago by k.czech
Modified:
5 years, 11 months ago
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Provides an API to cope with table headers in Accessibility Updating AXTable to have rowHeaders method together with columnHeaders. BUG=441706 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187738

Patch Set 1 #

Total comments: 1

Patch Set 2 : Separated tableHeaders into rowHeaders and columnHeaders. #

Total comments: 1

Patch Set 3 : Moved declarations to the section labeled "For a table" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M Source/modules/accessibility/AXTable.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXTable.cpp View 1 chunk +14 lines, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 2 2 chunks +40 lines, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
k.czech
6 years ago (2014-12-12 11:39:23 UTC) #1
k.czech
6 years ago (2014-12-16 19:20:10 UTC) #3
dmazzoni
https://codereview.chromium.org/797223002/diff/1/public/web/WebAXObject.h File public/web/WebAXObject.h (right): https://codereview.chromium.org/797223002/diff/1/public/web/WebAXObject.h#newcode208 public/web/WebAXObject.h:208: BLINK_EXPORT void tableHeaders(WebVector<WebAXObject>&, bool) const; You need to name ...
6 years ago (2014-12-17 01:05:57 UTC) #4
k.czech
On 2014/12/17 01:05:57, dmazzoni wrote: > https://codereview.chromium.org/797223002/diff/1/public/web/WebAXObject.h > File public/web/WebAXObject.h (right): > > https://codereview.chromium.org/797223002/diff/1/public/web/WebAXObject.h#newcode208 > ...
6 years ago (2014-12-19 11:12:51 UTC) #5
dmazzoni
lgtm +jochen for owners review of public/ https://codereview.chromium.org/797223002/diff/20001/public/web/WebAXObject.h File public/web/WebAXObject.h (right): https://codereview.chromium.org/797223002/diff/20001/public/web/WebAXObject.h#newcode200 public/web/WebAXObject.h:200: BLINK_EXPORT void ...
6 years ago (2014-12-19 19:02:36 UTC) #7
jochen (gone - plz use gerrit)
lgtm
6 years ago (2014-12-22 14:31:44 UTC) #8
k.czech
On 2014/12/19 19:02:36, dmazzoni wrote: > lgtm > > +jochen for owners review of public/ ...
5 years, 12 months ago (2014-12-29 10:05:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797223002/40001
5 years, 12 months ago (2014-12-29 10:06:46 UTC) #11
commit-bot: I haz the power
5 years, 11 months ago (2014-12-29 11:20:07 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187738

Powered by Google App Engine
This is Rietveld 408576698