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

Issue 756823004: Do the early return when role is different than UnknownRole (Closed)

Created:
6 years ago by k.czech
Modified:
6 years ago
Reviewers:
dmazzoni
CC:
dmazzoni
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Do the early return when role is different than UnknownRole We do not need to call ariaRoleAttribute() to check whether current role is different than UnknownRole. Just check m_ariaRole instead. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186527

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M Source/modules/accessibility/AXTableRow.cpp View 1 chunk +2 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
k.czech
6 years ago (2014-12-04 10:23:52 UTC) #1
dmazzoni
lgtm
6 years ago (2014-12-04 16:44:13 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/756823004/1
6 years ago (2014-12-04 16:45:02 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=186527
6 years ago (2014-12-04 17:51:01 UTC) #6
dominicc (has gone to gerrit)
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/773213003/ by dominicc@chromium.org. ...
6 years ago (2014-12-05 05:00:28 UTC) #7
k.czech
6 years ago (2014-12-05 11:03:51 UTC) #8
Message was sent while issue was closed.
On 2014/12/05 05:00:28, dominicc wrote:
> A revert of this CL (patchset #1 id:1) has been created in
> https://codereview.chromium.org/773213003/ by mailto:dominicc@chromium.org.
> 
> The reason for reverting is: Two Nexus 4 tests started crashing after this
> change:
> 
> ast/animation/request-animation-frame-callback-id.html
> svg/canvas/canvas-pattern-svg.html
> 
> See eg
> 
>
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=fas...
> 
> First failure is here:
> 
>
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Android%20%28Ne...
> 
> However the Nexus 4 bot is exhibiting other problems from build 23691 that
might
> be related. So this is a speculative rollout..

It's strange, this change is rather small refactoring in accessibility module.
It should not have any negative impact on those aforementioned tests.

Powered by Google App Engine
This is Rietveld 408576698