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

Issue 203743002: Fix "unreachable code" warnings (MSVC warning 4702) in Blink. (Closed)

Created:
6 years, 9 months ago by Peter Kasting
Modified:
6 years, 9 months ago
Reviewers:
Nico, eseidel
CC:
blink-reviews, zoltan1, dsinclair, bemjb+rendering_chromium.org, eae+blinkwatch, ed+blinkwatch_opera.com, leviw+renderwatch, dglazkov+blink, apavlov+blink_chromium.org, jchaffraix+rendering, darktears, pdr., rune+blink, rwlbuis, keishi, kenneth.r.christiansen, eseidel
Visibility:
Public.

Description

Fix "unreachable code" warnings (MSVC warning 4702) in Blink. BUG=346399 TEST=none R=thakis@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169581

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -31 lines) Patch
M Source/build/scripts/make_css_value_keywords.py View 1 2 chunks +0 lines, -5 lines 0 comments Download
M Source/core/core.gyp View 1 1 chunk +3 lines, -1 line 0 comments Download
M Source/core/css/RuleFeature.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 1 chunk +1 line, -23 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Kasting
https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py File Source/build/scripts/make_css_value_keywords.py (left): https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py#oldcode90 Source/build/scripts/make_css_value_keywords.py:90: // two as only QuirksOrUASheet is used in CSSValueKeyword.in ...
6 years, 9 months ago (2014-03-18 17:40:47 UTC) #1
Nico
https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py File Source/build/scripts/make_css_value_keywords.py (left): https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py#oldcode95 Source/build/scripts/make_css_value_keywords.py:95: return isQuirksModeBehavior(mode); I don't understand this part. Is this ...
6 years, 9 months ago (2014-03-18 17:47:51 UTC) #2
eseidel
https://codereview.chromium.org/203743002/diff/1/Source/core/rendering/RenderBox.cpp File Source/core/rendering/RenderBox.cpp (right): https://codereview.chromium.org/203743002/diff/1/Source/core/rendering/RenderBox.cpp#newcode360 Source/core/rendering/RenderBox.cpp:360: #if 1 On 2014/03/18 17:47:51, Nico (on GMT time ...
6 years, 9 months ago (2014-03-18 18:10:22 UTC) #3
Peter Kasting
https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py File Source/build/scripts/make_css_value_keywords.py (left): https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py#oldcode95 Source/build/scripts/make_css_value_keywords.py:95: return isQuirksModeBehavior(mode); On 2014/03/18 17:47:51, Nico (on GMT time ...
6 years, 9 months ago (2014-03-18 20:58:04 UTC) #4
Nico
lgtm with minor code deletion Thanks for explaining! https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py File Source/build/scripts/make_css_value_keywords.py (left): https://codereview.chromium.org/203743002/diff/1/Source/build/scripts/make_css_value_keywords.py#oldcode95 Source/build/scripts/make_css_value_keywords.py:95: return ...
6 years, 9 months ago (2014-03-19 10:20:05 UTC) #5
Peter Kasting
https://codereview.chromium.org/203743002/diff/1/Source/core/rendering/RenderBox.cpp File Source/core/rendering/RenderBox.cpp (right): https://codereview.chromium.org/203743002/diff/1/Source/core/rendering/RenderBox.cpp#newcode360 Source/core/rendering/RenderBox.cpp:360: #if 1 On 2014/03/19 10:20:05, Nico (on GMT time ...
6 years, 9 months ago (2014-03-19 20:50:00 UTC) #6
Peter Kasting
6 years, 9 months ago (2014-03-19 20:50:04 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r169581 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698