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

Issue 1034493005: Fire AX notifications on list box options. (Closed)

Created:
5 years, 9 months ago by dmazzoni
Modified:
5 years, 8 months ago
CC:
aboxhall, blink-reviews, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, dglazkov+blink, eae+blinkwatch, nektarios, rwlbuis, sof
Base URL:
https://chromium.googlesource.com/chromium/blink.git@menu_list_more
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fire AX notifications on list box options. Previously we just sent a single notification on the list box when the selection changed, now we send separate notifications on each option that changes state too. BUG=323462 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192997

Patch Set 1 #

Patch Set 2 : Added test #

Patch Set 3 : Rebase #

Total comments: 6

Patch Set 4 : Rebase again #

Patch Set 5 : Add comment and remove extra null check #

Patch Set 6 : Fix compile error from bad merge #

Patch Set 7 : Update expectations for other test that failed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -21 lines) Patch
A LayoutTests/accessibility/listbox-focus.html View 1 1 chunk +45 lines, -0 lines 0 comments Download
M LayoutTests/accessibility/multiselect-list-reports-active-option-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/AXObjectCache.h View 3 2 chunks +5 lines, -1 line 0 comments Download
M Source/core/html/HTMLOptionElement.cpp View 1 2 3 4 2 chunks +13 lines, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M Source/modules/accessibility/AXListBox.h View 1 chunk +8 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXListBox.cpp View 1 2 3 4 3 chunks +41 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXListBoxOption.h View 1 2 3 4 5 3 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/AXObject.h View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.h View 1 3 2 chunks +4 lines, -3 lines 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 3 4 chunks +26 lines, -9 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
dmazzoni
5 years, 8 months ago (2015-03-30 15:11:43 UTC) #2
Mike West
The bots are on fire. :(
5 years, 8 months ago (2015-03-30 18:44:03 UTC) #3
dmazzoni
I just jumped the gun on "git cl try", it's based on top of the ...
5 years, 8 months ago (2015-03-30 19:32:45 UTC) #4
je_julie(Not used)
Nice change! There is no expected result. https://codereview.chromium.org/1034493005/diff/40001/Source/core/html/HTMLOptionElement.cpp File Source/core/html/HTMLOptionElement.cpp (right): https://codereview.chromium.org/1034493005/diff/40001/Source/core/html/HTMLOptionElement.cpp#newcode272 Source/core/html/HTMLOptionElement.cpp:272: if (!select->layoutObject() ...
5 years, 8 months ago (2015-03-31 03:51:04 UTC) #5
Mike West
The rebase seems to have failed. Now _all_ the bots are red. ;)
5 years, 8 months ago (2015-03-31 05:20:52 UTC) #6
dmazzoni
https://codereview.chromium.org/1034493005/diff/40001/Source/core/html/HTMLOptionElement.cpp File Source/core/html/HTMLOptionElement.cpp (right): https://codereview.chromium.org/1034493005/diff/40001/Source/core/html/HTMLOptionElement.cpp#newcode272 Source/core/html/HTMLOptionElement.cpp:272: if (!select->layoutObject() || select->layoutObject()->isListBox()) { On 2015/03/31 03:51:04, je_julie ...
5 years, 8 months ago (2015-03-31 06:57:37 UTC) #7
je_julie(Not used)
On 2015/03/31 06:57:37, dmazzoni wrote: > I want to fire these notifications under two circumstances: ...
5 years, 8 months ago (2015-03-31 14:54:53 UTC) #8
dmazzoni
> BTW, don't we need expected result for the added layout test? No, if you ...
5 years, 8 months ago (2015-03-31 15:03:47 UTC) #9
je_julie(Not used)
On 2015/03/31 15:03:47, dmazzoni wrote: > > BTW, don't we need expected result for the ...
5 years, 8 months ago (2015-03-31 16:16:42 UTC) #10
dmazzoni
@mkwst, I fixed all of the errors and the try bots are happy now. Thanks!
5 years, 8 months ago (2015-04-01 05:11:18 UTC) #11
dmazzoni
+tkent - would you mind reviewing the changes to Source/core/?
5 years, 8 months ago (2015-04-01 19:35:24 UTC) #13
tkent
core lgtm
5 years, 8 months ago (2015-04-01 23:52:29 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1034493005/120001
5 years, 8 months ago (2015-04-02 02:24:19 UTC) #16
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://src.chromium.org/viewvc/blink?view=rev&revision=192997
5 years, 8 months ago (2015-04-02 05:37:38 UTC) #17
mark a. foltz
5 years, 7 months ago (2015-05-06 22:25:12 UTC) #18
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:120001) has been created in
https://codereview.chromium.org/1127283002/ by mfoltz@chromium.org.

The reason for reverting is: Suspect as cause of #1 crash in Windows canaries
44.0.2392.0 and 44.0.2393.0

BUG=484642.

Powered by Google App Engine
This is Rietveld 408576698