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

Issue 2418: Unignore most warnings on POSIX in build/SConscript.main. (Closed)

Created:
12 years, 3 months ago by please use my chromium address
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, fqian, vega.james, Feng Qian, Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Unignore most warnings on POSIX in build/SConscript.main. BUG=2053

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -47 lines) Patch
M base/compiler_specific.h View 3 2 chunks +8 lines, -0 lines 0 comments Download
M build/SConscript.main View 1 2 3 1 chunk +3 lines, -14 lines 0 comments Download
M skia/SConscript View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/icu38/SConscript View 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/event_conversion.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/glue/plugins/test/plugin_npobject_proxy_test.cc View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M webkit/glue/webframe_impl.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/webframeloaderclient_impl.h View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/weburlrequest_impl.h View 1 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M webkit/glue/webview_impl.h View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/port/bindings/scripts/CodeGeneratorV8.pm View 1 2 3 4 5 3 chunks +20 lines, -11 lines 0 comments Download
M webkit/port/bindings/v8/v8_binding.h View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M webkit/port/platform/TemporaryLinkStubs.cpp View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
please use my chromium address
*Please find reviewers for this changeset.* Changes were needed in code generator because some warnings ...
12 years, 3 months ago (2008-09-11 11:49:22 UTC) #1
Evan Martin
I'll take a look at this one.
12 years, 3 months ago (2008-09-11 15:05:31 UTC) #2
Evan Martin
+Mark -- you maybe have comments on all the pragma workarounds here? +Feng -- can ...
12 years, 3 months ago (2008-09-11 15:08:46 UTC) #3
Evan Martin
I get this error: Compiling Hammer/third_party/icu38/source/common/usetiter.o ... cc1plus: warnings being treated as errors /work/chrome/git/src/third_party/icu38/source/common/unistr.cpp:1410: warning: ...
12 years, 3 months ago (2008-09-11 15:22:59 UTC) #4
Mark Mentovai
Commentary on specific warnings is more "for the record" than for this change. http://codereview.chromium.org/2418/diff/1/13 File ...
12 years, 3 months ago (2008-09-11 16:36:03 UTC) #5
please use my chromium address
On 2008/09/11 15:22:59, Evan Martin wrote: > I get this error: > > Compiling Hammer/third_party/icu38/source/common/usetiter.o ...
12 years, 3 months ago (2008-09-11 18:34:06 UTC) #6
Mark Mentovai
This is coming along. I'd still like Feng to look at the v8 codegen bit ...
12 years, 3 months ago (2008-09-11 19:28:03 UTC) #7
please use my chromium address
On 2008/09/11 19:28:03, Mark Mentovai wrote: > http://codereview.chromium.org/2418/diff/205/40 > File skia/SConscript (right): > > http://codereview.chromium.org/2418/diff/205/40#newcode41 ...
12 years, 3 months ago (2008-09-11 20:11:00 UTC) #8
Evan Martin
On 2008/09/11 20:11:00, phajdan.jr wrote: > > http://codereview.chromium.org/2418/diff/205/40#newcode41 > > Line 41: env['CXXFLAGS'].append('-Wno-unused-variable') > > ...
12 years, 3 months ago (2008-09-11 20:15:43 UTC) #9
Mark Mentovai
LGTM with a couple more tiny changes, provided: - Feng looks at the codegen - ...
12 years, 3 months ago (2008-09-11 20:33:03 UTC) #10
Evan Martin
The non-v8 bits LGTM. I'll test it with my compiler once Feng looks at the ...
12 years, 3 months ago (2008-09-11 20:46:08 UTC) #11
vega.james_gmail.com
I had been taking a look at doing this cleanup last night. phaldan.jr handled most ...
12 years, 3 months ago (2008-09-11 23:22:56 UTC) #12
please use my chromium address
On 2008/09/11 20:33:03, Mark Mentovai wrote: > LGTM with a couple more tiny changes, provided: ...
12 years, 3 months ago (2008-09-12 14:35:59 UTC) #13
Feng Qian
http://codereview.chromium.org/2418/diff/401/602 File webkit/port/bindings/scripts/CodeGeneratorV8.pm (right): http://codereview.chromium.org/2418/diff/401/602#newcode428 Line 428: my $useExceptions = 1 if @{$attribute->getterExceptions} and !($isPodType); ...
12 years, 3 months ago (2008-09-12 16:31:18 UTC) #14
please use my chromium address
On 2008/09/12 16:31:18, Feng Qian wrote: > http://codereview.chromium.org/2418/diff/401/602 > File webkit/port/bindings/scripts/CodeGeneratorV8.pm (right): > > http://codereview.chromium.org/2418/diff/401/602#newcode428 ...
12 years, 3 months ago (2008-09-12 17:21:41 UTC) #15
Feng Qian
I only have a minor comment, otherwise, LGTM. http://codereview.chromium.org/2418/diff/633/404 File webkit/port/bindings/scripts/CodeGeneratorV8.pm (right): http://codereview.chromium.org/2418/diff/633/404#newcode493 Line 493: ...
12 years, 3 months ago (2008-09-12 17:54:28 UTC) #16
please use my chromium address
On 2008/09/12 17:54:28, Feng Qian wrote: > I only have a minor comment, otherwise, LGTM. ...
12 years, 3 months ago (2008-09-12 18:57:28 UTC) #17
Evan Martin
I am verifying this patch: - fixing the one new warning that came up since ...
12 years, 3 months ago (2008-09-16 17:37:41 UTC) #18
Evan Martin
12 years, 3 months ago (2008-09-16 19:29:20 UTC) #19
r2272

Powered by Google App Engine
This is Rietveld 408576698