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

Issue 10833017: Fix gcc 4.7 building problems - cont 2. (Closed)

Created:
8 years, 5 months ago by Han
Modified:
8 years, 5 months ago
CC:
chromium-reviews, agl, cbentzel+watch_chromium.org, darin-cc_chromium.org, jln+watch_chromium.org, mmenke, agl2, Markus Gutschke (顧孟勤), bauerb at google, yunchao, asharif
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix gcc 4.7 building problems - cont 2. (The gcc 4.7 building problems keep popping up as I sync the repo, so there are several "fix gcc 4.7 .." cls.) Fixes include - - added static_cast for narrowing conversion in simple(short) initiliazation lists - added explicit <unistd.h> inclusion BUG=None TEST=Built successfully using GCC-4.7 under linux and under chromeos chroot. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148519

Patch Set 1 #

Total comments: 6

Patch Set 2 : Modified per Adam's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -12 lines) Patch
M net/dns/dns_config_service.cc View 1 1 chunk +12 lines, -10 lines 0 comments Download
M sandbox/linux/services/libc_urandom_override.cc View 1 chunk +1 line, -0 lines 0 comments Download
M sandbox/linux/suid/client/setuid_sandbox_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/plugins/npapi/test/plugin_execute_stream_javascript.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M webkit/plugins/npapi/test/plugin_windowless_test.cc View 1 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Han
Hi Adam, Julien and Bernhard, could you take a look at the following fix for ...
8 years, 5 months ago (2012-07-25 20:29:09 UTC) #1
Bernhard Bauer
webkit/plugins/npapi LGTM.
8 years, 5 months ago (2012-07-25 20:30:57 UTC) #2
agl
https://chromiumcodereview.appspot.com/10833017/diff/1/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): https://chromiumcodereview.appspot.com/10833017/diff/1/net/dns/dns_config_service.cc#newcode19 net/dns/dns_config_service.cc:19: #define _C_(x) static_cast<unsigned char>(x) _C_ is an odd name ...
8 years, 5 months ago (2012-07-25 20:32:34 UTC) #3
Markus (顧孟勤)
lgtm LGTM (for adding unistd.h in sandbox/*)
8 years, 5 months ago (2012-07-25 20:34:35 UTC) #4
Han
Hi all, thanks! https://chromiumcodereview.appspot.com/10833017/diff/1/net/dns/dns_config_service.cc File net/dns/dns_config_service.cc (right): https://chromiumcodereview.appspot.com/10833017/diff/1/net/dns/dns_config_service.cc#newcode19 net/dns/dns_config_service.cc:19: #define _C_(x) static_cast<unsigned char>(x) On 2012/07/25 ...
8 years, 5 months ago (2012-07-25 22:28:44 UTC) #5
agl
lgtm
8 years, 5 months ago (2012-07-25 23:12:56 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shenhan@google.com/10833017/6002
8 years, 5 months ago (2012-07-25 23:29:41 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-26 04:57:38 UTC) #8
Change committed as 148519

Powered by Google App Engine
This is Rietveld 408576698