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

Issue 1045693002: Expose multiline attribute from blink (Closed)

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

Description

Expose multiline attribute from blink This CL adds a method to expose multiline attr to chromium. This CL is starting patch to Get rid of separate TextField and TextArea AX roles and support a single role TextField with multiline attribute. More CLs will follow this. BUG=471152 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192998 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193175

Patch Set 1 #

Patch Set 2 : modifying ariaIsMultiline to isMultiline to support html textarea element #

Total comments: 2

Patch Set 3 : Incorporating comments #

Patch Set 4 : #

Patch Set 5 : Reland #

Patch Set 6 : rebasing #

Patch Set 7 : Reland #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -22 lines) Patch
M Source/modules/accessibility/AXLayoutObject.cpp View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M Source/modules/accessibility/AXNodeObject.cpp View 1 2 3 4 5 6 4 chunks +3 lines, -6 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/accessibility/AXObject.cpp View 1 2 3 4 5 6 8 chunks +17 lines, -8 lines 0 comments Download
M Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -5 lines 0 comments Download
M Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebAXObject.cpp View 1 2 3 4 5 1 chunk +8 lines, -0 lines 0 comments Download
M public/web/WebAXEnums.h View 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebAXObject.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 37 (12 generated)
shreeramk
PTAL. Thanks!!
5 years, 8 months ago (2015-03-30 06:07:10 UTC) #2
shreeramk
mkwst@chromium.org: Please review changes in web/
5 years, 8 months ago (2015-03-30 06:14:04 UTC) #4
dmazzoni
https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp File Source/modules/accessibility/AXObject.cpp (right): https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp#newcode521 Source/modules/accessibility/AXObject.cpp:521: bool AXObject::isMultiline() const Let's do two more things while ...
5 years, 8 months ago (2015-03-30 06:17:54 UTC) #5
shreeramk
https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp File Source/modules/accessibility/AXObject.cpp (right): https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp#newcode521 Source/modules/accessibility/AXObject.cpp:521: bool AXObject::isMultiline() const On 2015/03/30 06:17:54, dmazzoni wrote: > ...
5 years, 8 months ago (2015-03-30 06:36:28 UTC) #6
dmazzoni
On 2015/03/30 06:36:28, shreeramk wrote: > https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp > File Source/modules/accessibility/AXObject.cpp (right): > > https://codereview.chromium.org/1045693002/diff/20001/Source/modules/accessibility/AXObject.cpp#newcode521 > ...
5 years, 8 months ago (2015-03-30 07:04:43 UTC) #7
Mike West
web/ LGTM, but please do not land the patch until Dominic is happy with the ...
5 years, 8 months ago (2015-03-30 07:11:26 UTC) #9
shreeramk
@dmazzoni: Updated patch. PTAL.
5 years, 8 months ago (2015-03-30 07:12:56 UTC) #10
shreeramk
On 2015/03/30 07:12:56, shreeramk wrote: > @dmazzoni: > Updated patch. PTAL. Following tests are failing ...
5 years, 8 months ago (2015-03-30 11:21:12 UTC) #11
dmazzoni
Remember that Blink and Chromium update independently - any change that lands in Blink will ...
5 years, 8 months ago (2015-03-30 13:35:02 UTC) #12
dmazzoni
lgtm Actually I took another look and I think this change looks good now. i ...
5 years, 8 months ago (2015-03-30 13:38:28 UTC) #13
shreeramk
On 2015/03/30 13:38:28, dmazzoni wrote: > lgtm > > Actually I took another look and ...
5 years, 8 months ago (2015-03-30 13:57:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045693002/60001
5 years, 8 months ago (2015-03-31 08:29:26 UTC) #17
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192814
5 years, 8 months ago (2015-03-31 08:49:55 UTC) #18
jianli
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1047253003/ by jianli@chromium.org. ...
5 years, 8 months ago (2015-03-31 19:07:54 UTC) #19
shreeramk
On 2015/03/31 19:07:54, jianli wrote: > A revert of this CL (patchset #4 id:60001) has ...
5 years, 8 months ago (2015-04-01 03:37:47 UTC) #20
dmazzoni
On 2015/04/01 03:37:47, shreeramk wrote: > On 2015/03/31 19:07:54, jianli wrote: > > A revert ...
5 years, 8 months ago (2015-04-01 04:13:07 UTC) #21
shreeramk
This CL can be committed after this chromium side CL lands https://codereview.chromium.org/1051713003/
5 years, 8 months ago (2015-04-01 10:14:53 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045693002/80001
5 years, 8 months ago (2015-04-02 03:02:54 UTC) #25
shreeramk
On 2015/04/01 10:14:53, shreeramk wrote: > This CL can be committed after this chromium side ...
5 years, 8 months ago (2015-04-02 03:03:16 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/40543)
5 years, 8 months ago (2015-04-02 03:09:22 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045693002/100001
5 years, 8 months ago (2015-04-02 03:22:53 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192998
5 years, 8 months ago (2015-04-02 05:48:13 UTC) #32
Justin Novosad
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/1057923002/ by junov@chromium.org. ...
5 years, 8 months ago (2015-04-02 15:20:28 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1045693002/120001
5 years, 8 months ago (2015-04-06 07:14:17 UTC) #36
commit-bot: I haz the power
5 years, 8 months ago (2015-04-06 09:40:14 UTC) #37
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193175

Powered by Google App Engine
This is Rietveld 408576698