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

Issue 242113014: Partial revert of r164563 as those changes have no effect (Closed)

Created:
6 years, 8 months ago by Inactive
Modified:
6 years, 8 months ago
Reviewers:
tkent, eseidel
CC:
blink-reviews, dglazkov+blink, adamk+blink_chromium.org, ojan, gnanasekar
Visibility:
Public.

Description

Partial revert of r164563 as those changes have no effect Revert the changes to HTMLSelectElement.cpp from r164563 as those changes have no effect and the layout test added in that commit still passes without. The dragSelection variable is set to true in an "else if" scope. Therefore, it can never be true when it is evaluated in another "else if" scope below. The clang static code analyzer was complaining about the dragSelection=true being a dead assignment. R=tkent@chromium.org, eseidel@chromium.org BUG=317809 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=172005

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -8 lines) Patch
M Source/core/html/HTMLSelectElement.cpp View 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
6 years, 8 months ago (2014-04-20 01:22:10 UTC) #1
tkent
lgtm
6 years, 8 months ago (2014-04-20 23:51:00 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/242113014/1
6 years, 8 months ago (2014-04-20 23:51:02 UTC) #3
commit-bot: I haz the power
6 years, 8 months ago (2014-04-21 01:13:25 UTC) #4
Message was sent while issue was closed.
Change committed as 172005

Powered by Google App Engine
This is Rietveld 408576698