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

Issue 6990051: Unix ifdefs patch for ui/ and webkit/ (Closed)

Created:
9 years, 7 months ago by ruben
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Erik does not do reviews, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, so that these files can be used on multiple POSIX platforms. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86742

Patch Set 1 #

Total comments: 5

Patch Set 2 : removed some too general ifdefs and ppapi changes #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -54 lines) Patch
M ui/base/clipboard/clipboard_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/base/l10n/l10n_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/font_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/gl/gl_bindings.h View 5 chunks +6 lines, -7 lines 0 comments Download
M ui/gfx/gl/gl_context_egl.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/gl/gl_surface_egl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/image.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/image.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M ui/gfx/image_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image_unittest_util.h View 1 chunk +1 line, -1 line 1 comment Download
M ui/gfx/image_unittest_util.cc View 3 chunks +3 lines, -3 lines 2 comments Download
M ui/gfx/native_widget_types.h View 1 chunk +1 line, -1 line 1 comment Download
M ui/views/events/accelerator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/focus/accelerator_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/focus/focus_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/extensions/v8/profiler_extension.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/webkitclient_impl.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M webkit/glue/webkitclient_impl.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/plugin_lib_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/test_webkit_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
ruben
Lei: webkit/ ifdefs Robert: ui/ ifdefs Tony: general feedback
9 years, 7 months ago (2011-05-24 00:02:55 UTC) #1
Lei Zhang
http://codereview.chromium.org/6990051/diff/1/webkit/extensions/v8/profiler_extension.cc File webkit/extensions/v8/profiler_extension.cc (right): http://codereview.chromium.org/6990051/diff/1/webkit/extensions/v8/profiler_extension.cc#newcode17 webkit/extensions/v8/profiler_extension.cc:17: #include "third_party/tcmalloc/chromium/src/google/profiler.h" does tcmalloc work on non-Linux Unices? http://codereview.chromium.org/6990051/diff/1/webkit/glue/webkitclient_impl.cc ...
9 years, 7 months ago (2011-05-24 00:11:32 UTC) #2
ruben
On 2011/05/24 00:11:32, Lei Zhang wrote: > http://codereview.chromium.org/6990051/diff/1/webkit/extensions/v8/profiler_extension.cc#newcode17 > webkit/extensions/v8/profiler_extension.cc:17: #include > "third_party/tcmalloc/chromium/src/google/profiler.h" > does ...
9 years, 7 months ago (2011-05-24 00:23:49 UTC) #3
Lei Zhang
The other potential problem I see is that the changes to webkit/plugins/ppapi/ppb_flash_impl.h and webkit/glue/webkitclient_impl.* will ...
9 years, 7 months ago (2011-05-24 00:37:25 UTC) #4
ruben
On 2011/05/24 00:37:25, Lei Zhang wrote: > The other potential problem I see is that ...
9 years, 7 months ago (2011-05-24 00:43:57 UTC) #5
Lei Zhang
Ok, great. LGTM on the webkit/ bits.
9 years, 7 months ago (2011-05-24 00:46:17 UTC) #6
Robert Sesek
http://codereview.chromium.org/6990051/diff/4001/ui/gfx/image_unittest_util.cc File ui/gfx/image_unittest_util.cc (right): http://codereview.chromium.org/6990051/diff/4001/ui/gfx/image_unittest_util.cc#newcode37 ui/gfx/image_unittest_util.cc:37: #elif defined(TOOLKIT_GTK) USES? http://codereview.chromium.org/6990051/diff/4001/ui/gfx/image_unittest_util.cc#newcode47 ui/gfx/image_unittest_util.cc:47: #elif defined(TOOLKIT_GTK) USES? http://codereview.chromium.org/6990051/diff/4001/ui/gfx/image_unittest_util.h ...
9 years, 7 months ago (2011-05-24 16:24:12 UTC) #7
ruben
On 2011/05/24 16:24:12, rsesek wrote: > http://codereview.chromium.org/6990051/diff/4001/ui/gfx/image_unittest_util.cc#newcode37 > ui/gfx/image_unittest_util.cc:37: #elif defined(TOOLKIT_GTK) > USES? TOOLKIT_GTK appears ...
9 years, 7 months ago (2011-05-24 20:10:50 UTC) #8
Robert Sesek
ui/ changes LGTM. Please send this through the linux_view trybot before landing. Didn't know about ...
9 years, 7 months ago (2011-05-25 12:39:06 UTC) #9
ruben
On 2011/05/25 12:39:06, rsesek wrote: > ui/ changes LGTM. Please send this through the linux_view ...
9 years, 7 months ago (2011-05-25 12:57:44 UTC) #10
tony
On 2011/05/25 12:57:44, ruben wrote: > On 2011/05/25 12:39:06, rsesek wrote: > > ui/ changes ...
9 years, 7 months ago (2011-05-25 17:50:51 UTC) #11
commit-bot: I haz the power
Try job failure for 6990051-4001 on win: http://build.chromium.org/p/tryserver.chromium//buildstatus?builder=win&number=33540
9 years, 7 months ago (2011-05-25 20:43:25 UTC) #12
ruben
On 2011/05/25 20:43:25, commit-bot wrote: > Try job failure for 6990051-4001 on win: > http://build.chromium.org/p/tryserver.chromium//buildstatus?builder=win&number=33540 ...
9 years, 7 months ago (2011-05-25 21:11:42 UTC) #13
commit-bot: I haz the power
9 years, 7 months ago (2011-05-25 23:45:00 UTC) #14
Change committed as 86742

Powered by Google App Engine
This is Rietveld 408576698