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

Issue 11801: Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf,... (Closed)

Created:
12 years, 1 month ago by please use my chromium address
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Wrap MSVC-specific pragmas. As -Wunknown-pragmas has been disabled for wtf, some of these sneaked in. BUG=2053

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -19 lines) Patch
M base/compiler_specific.h View 2 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/common/logging_chrome.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/glue/autofill_form.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/glue/searchable_form_data.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/stacking_order_iterator.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/glue/weburlrequest_impl.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/port/bridge/chromium/PluginsChromium.cpp View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M webkit/port/loader/IconLoader.cpp View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/port/platform/chromium/ClipboardChromium.cpp View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/port/platform/chromium/FileChooserChromium.cpp View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/port/platform/chromium/PopupMenuChromium.h View 1 2 1 chunk +8 lines, -2 lines 0 comments Download
M webkit/port/platform/chromium/PopupMenuChromium.cpp View 1 2 2 chunks +6 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
please use my chromium address
12 years, 1 month ago (2008-11-17 16:41:23 UTC) #1
Dean McNamee
http://codereview.chromium.org/11801/diff/1/12 File chrome/common/logging_chrome.cc (left): http://codereview.chromium.org/11801/diff/1/12#oldcode37 Line 37: #pragma optimize("", off) It seems like we probably ...
12 years, 1 month ago (2008-11-17 17:23:12 UTC) #2
Nicolas Sylvain
http://codereview.chromium.org/11801/diff/1/12 File chrome/common/logging_chrome.cc (left): http://codereview.chromium.org/11801/diff/1/12#oldcode37 Line 37: #pragma optimize("", off) On 2008/11/17 17:23:12, Dean McNamee ...
12 years, 1 month ago (2008-11-17 18:03:22 UTC) #3
please use my chromium address
On 2008/11/17 18:03:22, Nicolas Sylvain wrote: > I made this change at a couple of ...
12 years, 1 month ago (2008-11-17 18:38:19 UTC) #4
agl
http://codereview.chromium.org/11801/diff/202/407 File webkit/port/loader/IconLoader.cpp (right): http://codereview.chromium.org/11801/diff/202/407#newcode28 Line 28: #if COMPILER(MSVC) What's the reason for doing this ...
12 years, 1 month ago (2008-11-18 18:41:02 UTC) #5
please use my chromium address
Patch updated. I used different style because these files use webkit style. I also switched ...
12 years, 1 month ago (2008-11-18 19:54:00 UTC) #6
Dean McNamee
12 years, 1 month ago (2008-11-21 18:33:13 UTC) #7
LG, I'll try to test / commit it today

Powered by Google App Engine
This is Rietveld 408576698