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

Issue 1156353003: Added ability to distinguished between rich and plain text editables on accessibility objects. (Closed)

Created:
5 years, 6 months ago by nektarios
Modified:
5 years, 6 months ago
Reviewers:
dmazzoni, dglazkov, pfeldman
CC:
aboxhall, blink-reviews, dglazkov+blink, dmazzoni, je_julie
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Added ability to distinguished between rich and plain text editables on accessibility objects. BUG=491027 R=dmazzoni,pfeldman Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196783

Patch Set 1 #

Total comments: 1

Patch Set 2 : Renamed new function to isContentRichlyEditable. #

Total comments: 1

Patch Set 3 : Renamed to isRichlyEditable. #

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

Messages

Total messages: 26 (8 generated)
nektarios
5 years, 6 months ago (2015-05-28 05:45:47 UTC) #1
dmazzoni
https://codereview.chromium.org/1156353003/diff/1/Source/modules/accessibility/AXObject.cpp File Source/modules/accessibility/AXObject.cpp (right): https://codereview.chromium.org/1156353003/diff/1/Source/modules/accessibility/AXObject.cpp#newcode756 Source/modules/accessibility/AXObject.cpp:756: if (node->hasEditableStyle()) This will return true for everything in ...
5 years, 6 months ago (2015-05-28 05:55:56 UTC) #2
blink-reviews
On 5/28/2015 1:55 AM, dmazzoni@chromium.org wrote: > > https://codereview.chromium.org/1156353003/diff/1/Source/modules/accessibility/AXObject.cpp > > File Source/modules/accessibility/AXObject.cpp (right): > ...
5 years, 6 months ago (2015-05-28 06:03:42 UTC) #3
blink-reviews
Comments addressed. To unsubscribe from this group and stop receiving emails from it, send an ...
5 years, 6 months ago (2015-06-04 01:09:41 UTC) #4
dmazzoni
For the record: the corresponding test is here (in case any drive-by code reviewers want ...
5 years, 6 months ago (2015-06-04 03:42:28 UTC) #5
dmazzoni
Remember that inside a canvas or for a node that's visible only to screen readers ...
5 years, 6 months ago (2015-06-04 03:45:26 UTC) #6
blink-reviews
I thought of that but when I read the code for isContentRichlyEditable(), I found out ...
5 years, 6 months ago (2015-06-04 16:19:18 UTC) #7
dmazzoni
lgtm OK, that makes sense - if we can't really have rich text in AXNodeObject ...
5 years, 6 months ago (2015-06-04 16:37:25 UTC) #8
blink-reviews
Your comments have been addressed. Added a comment in the isRichlyEditable method for devs not ...
5 years, 6 months ago (2015-06-04 18:36:44 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1156353003/40001
5 years, 6 months ago (2015-06-04 23:59:17 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/34652)
5 years, 6 months ago (2015-06-05 00:06:00 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1156353003/40001
5 years, 6 months ago (2015-06-05 00:13:13 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/34655)
5 years, 6 months ago (2015-06-05 00:18:50 UTC) #18
nektarios
On 2015/06/05 at 00:18:50, commit-bot wrote: > Try jobs failed on following builders: > blink_presubmit ...
5 years, 6 months ago (2015-06-05 00:32:39 UTC) #20
nektarios
5 years, 6 months ago (2015-06-05 18:08:50 UTC) #21
dglazkov
lgtm
5 years, 6 months ago (2015-06-09 15:45:57 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1156353003/40001
5 years, 6 months ago (2015-06-09 15:48:38 UTC) #25
commit-bot: I haz the power
5 years, 6 months ago (2015-06-09 16:54:54 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196783

Powered by Google App Engine
This is Rietveld 408576698