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

Issue 681503002: Add Android AX functions to set the value and selection of a text field. (Closed)

Created:
6 years, 2 months ago by dmazzoni
Modified:
6 years, 1 month ago
Reviewers:
Peter Lundblad, nasko
CC:
chromium-reviews, creis+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, nasko+codewatch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@link_text_from_image
Project:
chromium
Visibility:
Public.

Description

Add Android AX functions to set the value and selection of a text field. BUG=414571 Committed: https://crrev.com/ab9f8645f966c4d01a8009ac6a67a7c7f082e273 Cr-Commit-Position: refs/heads/master@{#302756}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add to supported actions #

Total comments: 4

Patch Set 3 : Rebase and fix formatting issues #

Patch Set 4 : Fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -16 lines) Patch
M content/browser/accessibility/browser_accessibility_android.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_android.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.cc View 1 2 1 chunk +10 lines, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_android.h View 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_android.cc View 1 2 chunks +17 lines, -0 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_unittest.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M content/common/accessibility_messages.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/accessibility/BrowserAccessibilityManager.java View 1 7 chunks +40 lines, -6 lines 0 comments Download
M content/renderer/accessibility/renderer_accessibility.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/accessibility/renderer_accessibility.cc View 1 2 3 chunks +20 lines, -8 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
dmazzoni
nasko: OWNERS review of content/browser/frame_host and content/common plundblad: everything else
6 years, 2 months ago (2014-10-24 22:41:47 UTC) #2
Peter Lundblad
Hi, I don't see the newly supported actions being added to the list of supported ...
6 years, 1 month ago (2014-10-27 10:21:15 UTC) #3
dmazzoni
On 2014/10/27 10:21:15, Peter Lundblad wrote: > Hi, > > I don't see the newly ...
6 years, 1 month ago (2014-10-27 16:17:02 UTC) #4
nasko
https://codereview.chromium.org/681503002/diff/20001/content/browser/accessibility/browser_accessibility_manager.cc File content/browser/accessibility/browser_accessibility_manager.cc (right): https://codereview.chromium.org/681503002/diff/20001/content/browser/accessibility/browser_accessibility_manager.cc#newcode288 content/browser/accessibility/browser_accessibility_manager.cc:288: const BrowserAccessibility& node, const base::string16& value) { nit: In ...
6 years, 1 month ago (2014-10-27 17:18:25 UTC) #5
Peter Lundblad
dmazzoni@chromium.org writes: > On 2014/10/27 10:21:15, Peter Lundblad wrote: > > Hi, > > > ...
6 years, 1 month ago (2014-10-29 13:14:33 UTC) #6
Peter Lundblad
lgtm
6 years, 1 month ago (2014-10-29 13:21:40 UTC) #7
dmazzoni
https://codereview.chromium.org/681503002/diff/20001/content/browser/accessibility/browser_accessibility_manager.cc File content/browser/accessibility/browser_accessibility_manager.cc (right): https://codereview.chromium.org/681503002/diff/20001/content/browser/accessibility/browser_accessibility_manager.cc#newcode288 content/browser/accessibility/browser_accessibility_manager.cc:288: const BrowserAccessibility& node, const base::string16& value) { On 2014/10/27 ...
6 years, 1 month ago (2014-11-04 23:22:53 UTC) #8
nasko
LGTM
6 years, 1 month ago (2014-11-04 23:28:01 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/681503002/60001
6 years, 1 month ago (2014-11-05 00:00:21 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel/builds/8634)
6 years, 1 month ago (2014-11-05 01:20:06 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/681503002/60001
6 years, 1 month ago (2014-11-05 04:49:42 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-05 05:16:39 UTC) #16
commit-bot: I haz the power
6 years, 1 month ago (2014-11-05 05:18:35 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/ab9f8645f966c4d01a8009ac6a67a7c7f082e273
Cr-Commit-Position: refs/heads/master@{#302756}

Powered by Google App Engine
This is Rietveld 408576698