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

Issue 2865003: Working towards -Wextra... (Closed)

Created:
10 years, 6 months ago by TVL
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, jam+cc_chromium.org, cbentzel+watch_chromium.org, ben+cc_chromium.org, John Grabowski, brettw-cc_chromium.org, apatrick_chromium, darin-cc_chromium.org, Paweł Hajdan Jr., pam+watch_chromium.org
Visibility:
Public.

Description

Working towards -Wextra - Make loops use {} instead of a ';' to make it clear there is no body to the loop. - Remove checks of unsigned values for <0 - coordinates should be CGFloat, not NSUInteger. BUG=34160 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49939

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -18 lines) Patch
M base/third_party/dmg_fp/README.chromium View 2 1 chunk +1 line, -0 lines 0 comments Download
M base/third_party/dmg_fp/dtoa.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/third_party/dmg_fp/g_fmt.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
A base/third_party/dmg_fp/mac_wextra.patch View 2 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/objc_zombie.mm View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/privacy_blacklist/blacklist.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/tab_restore_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/pepper_plugin_delegate_impl.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/id_allocator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/cookie_monster.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M net/http/http_response_headers.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
TVL
10 years, 6 months ago (2010-06-15 13:08:57 UTC) #1
Mark Mentovai
LGO http://codereview.chromium.org/2865003/diff/1/2 File base/third_party/dmg_fp/dtoa.cc (right): http://codereview.chromium.org/2865003/diff/1/2#newcode3866 base/third_party/dmg_fp/dtoa.cc:3866: while(*--s == '0') {} Put the tabs back. ...
10 years, 6 months ago (2010-06-15 14:05:25 UTC) #2
TVL
tabs back, readme done, also added a patch file. can you take another peek?
10 years, 6 months ago (2010-06-15 14:18:48 UTC) #3
Mark Mentovai
LG™ http://codereview.chromium.org/2865003/diff/13001/14004 File base/third_party/dmg_fp/mac_wextra.patch (right): http://codereview.chromium.org/2865003/diff/13001/14004#newcode1 base/third_party/dmg_fp/mac_wextra.patch:1: Index: g_fmt.cc Ensure svn:eol-style is set (not sure ...
10 years, 6 months ago (2010-06-15 14:35:40 UTC) #4
TVL
10 years, 6 months ago (2010-06-16 12:51:35 UTC) #5
fyi - i'm taking the translate infobar out of this cl because it needs changes
so the tests pass.

Powered by Google App Engine
This is Rietveld 408576698