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

Issue 1056763002: Reland: Made content editables report the caret and text selection by treating them as text controls (Closed)

Created:
5 years, 8 months ago by nektarios
Modified:
5 years, 8 months ago
Reviewers:
dmazzoni, dcheng
CC:
nektarios, aboxhall, blink-reviews, dmazzoni, je_julie(Not used)
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Made content editables report the caret and text selection by treating them as text controls. Reland after CL 1080533004, which disables content editable descendents accessibility browser test. BUG=347859 R=dmazzoni,dcheng Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193803 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193910

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated layout tests. #

Patch Set 3 : Moved layout tests to other CLs. #

Total comments: 3

Patch Set 4 : Moved layout test back into this CL. #

Patch Set 5 : Created a default implementation of isTextControl in AXObject abstract class that always returns fa… #

Patch Set 6 : Added override modifier. #

Patch Set 7 : Fixed compiler warning concerning priority of relational operators. #

Patch Set 8 : Fixed compiler warning. #

Patch Set 9 : Added blank line in test expectations. #

Patch Set 10 : Fix test expectations. #

Patch Set 11 : Copy pasted expectation file from test output in order to remove extra blank line. #

Patch Set 12 : Rebased on master. #

Patch Set 13 : Merged with master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -28 lines) Patch
A LayoutTests/accessibility/contenteditable-caret-position.html View 1 2 3 4 1 chunk +90 lines, -0 lines 0 comments Download
A LayoutTests/accessibility/contenteditable-caret-position-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +32 lines, -0 lines 0 comments Download
A LayoutTests/accessibility/editable-selected-range.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +37 lines, -0 lines 0 comments Download
A LayoutTests/accessibility/editable-selected-range-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXLayoutObject.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXLayoutObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +9 lines, -11 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +18 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/accessibility/AXObject.cpp View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download

Messages

Total messages: 41 (20 generated)
dmazzoni
https://codereview.chromium.org/1056763002/diff/1/Source/modules/accessibility/AXLayoutObject.cpp File Source/modules/accessibility/AXLayoutObject.cpp (right): https://codereview.chromium.org/1056763002/diff/1/Source/modules/accessibility/AXLayoutObject.cpp#newcode1648 Source/modules/accessibility/AXLayoutObject.cpp:1648: AXObject::PlainTextRange AXLayoutObject::selectedTextRange() const I believe this function needs to ...
5 years, 8 months ago (2015-04-02 06:54:55 UTC) #1
blink-reviews
PTAL To unsubscribe from this group and stop receiving emails from it, send an email ...
5 years, 8 months ago (2015-04-10 20:49:07 UTC) #2
dmazzoni
does this affect any tests? could you add at least one new test or a ...
5 years, 8 months ago (2015-04-10 21:23:25 UTC) #3
blink-reviews
All comments addressed. To unsubscribe from this group and stop receiving emails from it, send ...
5 years, 8 months ago (2015-04-13 15:29:21 UTC) #4
dmazzoni
lgtm
5 years, 8 months ago (2015-04-13 17:44:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/180001
5 years, 8 months ago (2015-04-15 02:58:41 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/57528)
5 years, 8 months ago (2015-04-15 07:29:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/200001
5 years, 8 months ago (2015-04-15 15:33:54 UTC) #13
commit-bot: I haz the power
Committed patchset #11 (id:200001) as https://src.chromium.org/viewvc/blink?view=rev&revision=193803
5 years, 8 months ago (2015-04-15 16:51:49 UTC) #14
dcheng
A revert of this CL (patchset #11 id:200001) has been created in https://codereview.chromium.org/1086253002/ by dcheng@chromium.org. ...
5 years, 8 months ago (2015-04-15 22:43:15 UTC) #15
dcheng
Failing test: content_browsertests --gtest_filter=DumpAccessibilityTreeTest.AccessibilityContenteditableDescendants Sample log: https://build.chromium.org/p/chromium.webkit/builders/Mac10.8%20Tests/builds/459/steps/content_browsertests/logs/DumpAccessibilityTreeTest.AccessibilityContenteditableDescendants/text
5 years, 8 months ago (2015-04-15 22:45:40 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/200001
5 years, 8 months ago (2015-04-16 00:28:21 UTC) #19
commit-bot: I haz the power
This issue passed the CQ dry run.
5 years, 8 months ago (2015-04-16 00:29:07 UTC) #21
nektarios
5 years, 8 months ago (2015-04-16 16:24:49 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/200001
5 years, 8 months ago (2015-04-16 16:26:27 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 8 months ago (2015-04-16 16:29:38 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/200001
5 years, 8 months ago (2015-04-16 16:42:27 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 8 months ago (2015-04-16 16:42:42 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/240001
5 years, 8 months ago (2015-04-16 21:15:11 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1056763002/240001
5 years, 8 months ago (2015-04-16 23:34:20 UTC) #40
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 23:35:26 UTC) #41
Message was sent while issue was closed.
Committed patchset #13 (id:240001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193910

Powered by Google App Engine
This is Rietveld 408576698