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

Issue 8131: More stubbing out. With this and the rest of Linux pending, test_shell links. (Closed)

Created:
12 years, 2 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

More stubbing out. With this and the rest of Linux pending, test_shell links. There doesn't appear to be a WebKit PLATFORM macro for LINUX and, since we're in the middle of a merge, adding one isn't a great idea either. So I'm using __linux__ here. Also, several the stubs were very temporary and since stubbing them required getting their headers to work as well I just aliased them away.

Patch Set 1 #

Patch Set 2 : Merge with SVN #

Patch Set 3 : Addressing comments #

Patch Set 4 : Only two undefs left #

Patch Set 5 : It links #

Unified diffs Side-by-side diffs Delta from patch set Stats (+188 lines, -4 lines) Patch
M chrome/common/resource_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M webkit/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/SConscript.port View 1 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/glue/SConscript View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M webkit/port/bridge/chromium/PluginsChromium.cpp View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A webkit/port/platform/chromium/EditorLinux.cpp View 1 chunk +40 lines, -0 lines 0 comments Download
A webkit/port/platform/chromium/IconLinux.cpp View 1 chunk +52 lines, -0 lines 0 comments Download
M webkit/port/platform/chromium/RenderThemeGtk.cpp View 1 chunk +1 line, -1 line 0 comments Download
M webkit/port/platform/chromium/TemporaryLinkStubs.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
A webkit/port/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp View 1 chunk +46 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/SConscript View 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/gtk/test_shell.cc View 1 2 3 4 3 chunks +18 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Evan Martin
http://codereview.chromium.org/8131/diff/1/3 File webkit/glue/SConscript (right): http://codereview.chromium.org/8131/diff/1/3#newcode72 Line 72: if env['PLATFORM'] == 'posix': Please doc with a ...
12 years, 2 months ago (2008-10-24 01:14:14 UTC) #1
Evan Martin
Checkout TemporaryLinkStubs.cpp used in this: http://codereview.chromium.org/8116 Can we get away with that?
12 years, 2 months ago (2008-10-24 01:19:04 UTC) #2
Evan Martin
http://codereview.chromium.org/8061/show
12 years, 2 months ago (2008-10-24 03:04:44 UTC) #3
agl
http://codereview.chromium.org/8131/diff/1/3 File webkit/glue/SConscript (right): http://codereview.chromium.org/8131/diff/1/3#newcode72 Line 72: if env['PLATFORM'] == 'posix': On 2008/10/24 01:14:15, Evan ...
12 years, 2 months ago (2008-10-24 05:16:53 UTC) #4
Evan Martin
12 years, 2 months ago (2008-10-24 20:51:10 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698