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

Issue 491483006: Add accessibilityEnabled and inlineTextBoxAccessiblityEnabled to Settings, but don't use them yet. (Closed)

Created:
6 years, 4 months ago by aboxhall
Modified:
6 years, 3 months ago
CC:
abarth-chromium, blink-reviews, dglazkov+blink, jamesr
Project:
blink
Visibility:
Public.

Description

Add accessibilityEnabled and inlineTextBoxAccessiblityEnabled to Settings, but don't use them yet. BUG=406622 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181001

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review comments #

Total comments: 2

Patch Set 3 : No setAccessibility methods on WebFrame #

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -10 lines) Patch
M Source/core/frame/Settings.in View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M Source/web/WebRemoteFrameImpl.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebSettingsImpl.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M Source/web/WebSettingsImpl.cpp View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 chunk +0 lines, -3 lines 0 comments Download
M public/web/WebFrame.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M public/web/WebSettings.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
aboxhall
6 years, 4 months ago (2014-08-22 23:02:23 UTC) #1
dmazzoni
lgtm https://codereview.chromium.org/491483006/diff/1/Source/web/WebLocalFrameImpl.cpp File Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/491483006/diff/1/Source/web/WebLocalFrameImpl.cpp#newcode579 Source/web/WebLocalFrameImpl.cpp:579: fprintf(stderr, "setting inline text box accessibility to %d\n", ...
6 years, 4 months ago (2014-08-22 23:13:26 UTC) #2
aboxhall
https://codereview.chromium.org/491483006/diff/1/Source/web/WebLocalFrameImpl.cpp File Source/web/WebLocalFrameImpl.cpp (right): https://codereview.chromium.org/491483006/diff/1/Source/web/WebLocalFrameImpl.cpp#newcode579 Source/web/WebLocalFrameImpl.cpp:579: fprintf(stderr, "setting inline text box accessibility to %d\n", enabled); ...
6 years, 4 months ago (2014-08-22 23:30:51 UTC) #3
dmazzoni
still lgtm; I'm happy with the ASSERT_NOT_REACHED. If we happen to trip this when --site-per-process ...
6 years, 4 months ago (2014-08-22 23:32:38 UTC) #4
dcheng
https://codereview.chromium.org/491483006/diff/1/Source/web/WebRemoteFrameImpl.h File Source/web/WebRemoteFrameImpl.h (right): https://codereview.chromium.org/491483006/diff/1/Source/web/WebRemoteFrameImpl.h#newcode39 Source/web/WebRemoteFrameImpl.h:39: virtual void setAccessibilityEnabled(bool) OVERRIDE; On 2014/08/22 23:30:51, aboxhall wrote: ...
6 years, 4 months ago (2014-08-22 23:45:52 UTC) #5
dmazzoni
On 2014/08/22 23:45:52, dcheng (OOO) wrote: > https://codereview.chromium.org/491483006/diff/1/Source/web/WebRemoteFrameImpl.h > File Source/web/WebRemoteFrameImpl.h (right): > > https://codereview.chromium.org/491483006/diff/1/Source/web/WebRemoteFrameImpl.h#newcode39 ...
6 years, 4 months ago (2014-08-22 23:49:43 UTC) #6
aboxhall
On 2014/08/22 23:49:43, dmazzoni wrote: > On 2014/08/22 23:45:52, dcheng (OOO) wrote: > > > ...
6 years, 4 months ago (2014-08-22 23:53:55 UTC) #7
dcheng
On 2014/08/22 at 23:49:43, dmazzoni wrote: > On 2014/08/22 23:45:52, dcheng (OOO) wrote: > > ...
6 years, 4 months ago (2014-08-22 23:56:26 UTC) #8
dcheng
On 2014/08/22 at 23:53:55, aboxhall wrote: > On 2014/08/22 23:49:43, dmazzoni wrote: > > On ...
6 years, 4 months ago (2014-08-22 23:57:14 UTC) #9
aboxhall
On 2014/08/22 23:56:26, dcheng (OOO) wrote: > On 2014/08/22 at 23:49:43, dmazzoni wrote: > > ...
6 years, 4 months ago (2014-08-23 00:02:43 UTC) #10
aboxhall
On 2014/08/22 23:57:14, dcheng (OOO) wrote: > On 2014/08/22 at 23:53:55, aboxhall wrote: > > ...
6 years, 4 months ago (2014-08-23 00:02:55 UTC) #11
dcheng
On 2014/08/23 at 00:02:43, aboxhall wrote: > On 2014/08/22 23:56:26, dcheng (OOO) wrote: > > ...
6 years, 4 months ago (2014-08-23 00:11:32 UTC) #12
aboxhall
On 2014/08/23 00:11:32, dcheng (OOO) wrote: > On 2014/08/23 at 00:02:43, aboxhall wrote: > > ...
6 years, 4 months ago (2014-08-23 00:31:47 UTC) #13
dcheng
On 2014/08/23 at 00:31:47, aboxhall wrote: > On 2014/08/23 00:11:32, dcheng (OOO) wrote: > > ...
6 years, 4 months ago (2014-08-23 02:03:22 UTC) #14
dmazzoni
On 2014/08/22 23:56:26, dcheng (OOO) wrote: > 1) "The topmost frame will never be remote.": ...
6 years, 4 months ago (2014-08-23 05:34:26 UTC) #15
abarth-chromium
You shouldn't need to touch any of the Web*Frame* classes. WebSettings should be sufficient. https://codereview.chromium.org/491483006/diff/20001/public/web/WebFrame.h ...
6 years, 4 months ago (2014-08-23 06:01:43 UTC) #16
abarth-chromium
You shouldn't need to touch any of the Web*Frame* classes. WebSettings should be sufficient.
6 years, 4 months ago (2014-08-23 06:01:44 UTC) #17
aboxhall
https://codereview.chromium.org/491483006/diff/20001/public/web/WebFrame.h File public/web/WebFrame.h (right): https://codereview.chromium.org/491483006/diff/20001/public/web/WebFrame.h#newcode157 public/web/WebFrame.h:157: virtual void setInlineTextBoxAccessibilityEnabled(bool) = 0; On 2014/08/23 06:01:42, abarth ...
6 years, 4 months ago (2014-08-25 22:50:07 UTC) #18
aboxhall
On 2014/08/25 22:50:07, aboxhall wrote: > https://codereview.chromium.org/491483006/diff/20001/public/web/WebFrame.h > File public/web/WebFrame.h (right): > > https://codereview.chromium.org/491483006/diff/20001/public/web/WebFrame.h#newcode157 > ...
6 years, 3 months ago (2014-08-27 14:21:47 UTC) #19
abarth-chromium
lgtm
6 years, 3 months ago (2014-08-27 21:51:10 UTC) #20
aboxhall
The CQ bit was checked by aboxhall@chromium.org
6 years, 3 months ago (2014-08-27 22:14:46 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aboxhall@chromium.org/491483006/60001
6 years, 3 months ago (2014-08-27 22:15:57 UTC) #22
commit-bot: I haz the power
6 years, 3 months ago (2014-08-27 22:19:45 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 181001

Powered by Google App Engine
This is Rietveld 408576698