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

Issue 377683002: Fixes for re-enabling more MSVC level 4 warnings: chrome/ edition (Closed)

Created:
6 years, 5 months ago by Peter Kasting
Modified:
6 years, 5 months ago
Reviewers:
sky
CC:
chromium-reviews, extensions-reviews_chromium.org, grt+watch_chromium.org, rpetterson, rouslan+spellwatch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, stgao
Visibility:
Public.

Description

Fixes for re-enabling more MSVC level 4 warnings: chrome/ edition This contains fixes for the following sorts of issues: * Signedness mismatch * Assignment inside conditional * Constant value was truncated * Possibly-uninitialized local variable BUG=81439 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283305

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -30 lines) Patch
M chrome/common/favicon/favicon_url_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/spellcheck_marker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/setup/install_worker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/setup/setup_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/google_update_settings_unittest.cc View 4 chunks +12 lines, -10 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_dom_feature_extractor.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/chrome/automation_extension.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/test/chromedriver/element_util.cc View 4 chunks +9 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/media_galleries/pmp_column_reader_unittest.cc View 3 chunks +4 lines, -4 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Peter Kasting
https://codereview.chromium.org/377683002/diff/1/chrome/utility/media_galleries/pmp_column_reader_unittest.cc File chrome/utility/media_galleries/pmp_column_reader_unittest.cc (right): https://codereview.chromium.org/377683002/diff/1/chrome/utility/media_galleries/pmp_column_reader_unittest.cc#newcode143 chrome/utility/media_galleries/pmp_column_reader_unittest.cc:143: bad_magic_bytes[0] = static_cast<char>(-128); 0xff is considered by the compiler ...
6 years, 5 months ago (2014-07-07 20:55:47 UTC) #1
Peter Kasting
Somehow I mailed this without setting a reviewer first...
6 years, 5 months ago (2014-07-07 21:19:02 UTC) #2
Peter Kasting
Friendly ping
6 years, 5 months ago (2014-07-11 17:21:46 UTC) #3
Peter Kasting
Scott, no good deed goes unpunished, so I'm going to send you another two of ...
6 years, 5 months ago (2014-07-14 22:16:52 UTC) #4
sky
Are you telling me I should instead be slower in my reviews? LGTM
6 years, 5 months ago (2014-07-15 04:16:25 UTC) #5
Peter Kasting
The CQ bit was checked by pkasting@chromium.org
6 years, 5 months ago (2014-07-15 18:55:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pkasting@chromium.org/377683002/1
6 years, 5 months ago (2014-07-15 18:57:29 UTC) #7
commit-bot: I haz the power
6 years, 5 months ago (2014-07-16 00:34:56 UTC) #8
Message was sent while issue was closed.
Change committed as 283305

Powered by Google App Engine
This is Rietveld 408576698