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

Issue 1706353002: Added the selected text marker range to the dictionary for the selection change notification (Closed)

Created:
4 years, 10 months ago by nektarios
Modified:
4 years, 10 months ago
CC:
aboxhall+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, Elly Fong-Jones, jam, je_julie, nektar+watch_chromium.org, plundblad+watch_chromium.org, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added the selected text marker range to the dictionary that accompanies the text selection change notification. This makes cursor navigation with VoiceOver work in content editables. <textarea> and <input> will need further investigation. BUG=530826 TESTED=Manually with VoiceOver Committed: https://crrev.com/4909d921b4be8870e3de62d9eb24467452232900 Cr-Commit-Position: refs/heads/master@{#376515}

Patch Set 1 #

Patch Set 2 : Small changes. #

Patch Set 3 : Still does not work. #

Patch Set 4 : Now works the first time you start the browser. #

Total comments: 4

Patch Set 5 : Removed all logging. #

Patch Set 6 : Merged with dmazzoni's change to GetFocus. #

Total comments: 2

Patch Set 7 : Fixed merge issues. #

Patch Set 8 : fixed standard text fields. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -10 lines) Patch
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_mac.mm View 1 2 3 4 5 6 7 1 chunk +10 lines, -7 lines 0 comments Download

Messages

Total messages: 29 (11 generated)
nektarios
You may have a first look. It works the first time you alt+tab to the ...
4 years, 10 months ago (2016-02-18 21:10:56 UTC) #4
dmazzoni
Great, glad you figured it out! https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm File content/browser/accessibility/browser_accessibility_cocoa.mm (right): https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_cocoa.mm#newcode194 content/browser/accessibility/browser_accessibility_cocoa.mm:194: LOG(ERROR) << "GetTextRange ...
4 years, 10 months ago (2016-02-18 21:16:42 UTC) #5
Avi (use Gerrit)
All the ObjC stuff LGTM. Follow up on dmazzoni's issues, and remove all the logging ...
4 years, 10 months ago (2016-02-18 21:24:08 UTC) #6
chromium-reviews
https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_manager_mac.h#newcode27 content/browser/accessibility/browser_accessibility_manager_mac.h:27: using BrowserAccessibilityManager::GetFocus; Is this needed? Yes, it seems that C++ auto hides overloaded ...
4 years, 10 months ago (2016-02-18 21:25:34 UTC) #7
Mark Mentovai
https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_manager_mac.mm File content/browser/accessibility/browser_accessibility_manager_mac.mm (right): https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_manager_mac.mm#newcode322 content/browser/accessibility/browser_accessibility_manager_mac.mm:322: LOG(ERROR) << "Marker range " << ([native_focus_object selectedTextMarkerRange] == ...
4 years, 10 months ago (2016-02-19 00:33:29 UTC) #8
nektarios
On 2016/02/19 at 00:33:29, mark wrote: > https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_manager_mac.mm > File content/browser/accessibility/browser_accessibility_manager_mac.mm (right): > > https://codereview.chromium.org/1706353002/diff/60001/content/browser/accessibility/browser_accessibility_manager_mac.mm#newcode322 ...
4 years, 10 months ago (2016-02-19 17:12:05 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706353002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706353002/100001
4 years, 10 months ago (2016-02-19 17:12:57 UTC) #12
Mark Mentovai
Not sure if this was supposed to go atop another (Dominic’s) change or combined with ...
4 years, 10 months ago (2016-02-19 17:16:16 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/24273) linux_chromium_compile_dbg_32_ng on ...
4 years, 10 months ago (2016-02-19 17:27:50 UTC) #15
dmazzoni
not lgtm. this accidentally adds back a few things i deliberately deleted in a recent ...
4 years, 10 months ago (2016-02-19 17:29:24 UTC) #16
nektarios
Oh well, it's not the first time that I have been bitten by git. Merge ...
4 years, 10 months ago (2016-02-19 17:48:08 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706353002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706353002/120001
4 years, 10 months ago (2016-02-19 17:49:52 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-19 18:25:01 UTC) #21
dmazzoni
lgtm
4 years, 10 months ago (2016-02-19 18:26:41 UTC) #22
Mark Mentovai
LGTM
4 years, 10 months ago (2016-02-19 18:32:13 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1706353002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1706353002/120001
4 years, 10 months ago (2016-02-19 19:30:59 UTC) #26
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-19 19:47:49 UTC) #27
commit-bot: I haz the power
4 years, 10 months ago (2016-02-19 19:48:45 UTC) #29
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4909d921b4be8870e3de62d9eb24467452232900
Cr-Commit-Position: refs/heads/master@{#376515}

Powered by Google App Engine
This is Rietveld 408576698