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

Issue 14504: Get render_process_host to build on Linux by butchering a bunch of files. (Closed)

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

Description

Get render_process_host to build on Linux by butchering a bunch of files. [this will need to be rebased after agl finishes his work on SyncChannel and ObjectWatcher]

Patch Set 1 #

Total comments: 9

Patch Set 2 : rebased, fix agl's comments #

Patch Set 3 : rebased, fix agl's comments #

Patch Set 4 : render process host #

Patch Set 5 : based on agl's syncchan #

Patch Set 6 : cleaner #

Total comments: 11

Patch Set 7 : rebased #

Patch Set 8 : re-upload #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -93 lines) Patch
M base/process_util.h View 1 chunk +3 lines, -0 lines 0 comments Download
M base/process_util_win.cc View 1 chunk +14 lines, -11 lines 0 comments Download
M chrome/browser/browser.scons View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/cache_manager_host.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/plugin_service.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/render_widget_helper.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.h View 7 5 chunks +11 lines, -24 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 7 19 chunks +98 lines, -41 lines 2 comments Download
M chrome/browser/renderer_host/render_process_host.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/resource_message_filter.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/visitedlink_master.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/ipc_message_utils.h View 1 2 3 4 5 6 1 chunk +19 lines, -0 lines 0 comments Download
M chrome/renderer/render_process.h View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Evan Martin
Here's my plan: it'll be really hard to get all this biulding at the same ...
12 years ago (2008-12-17 06:36:22 UTC) #1
agl
http://codereview.chromium.org/14504/diff/1/4 File chrome/browser/plugin_service.h (right): http://codereview.chromium.org/14504/diff/1/4#newcode179 Line 179: return *this; How did this ever work before? ...
12 years ago (2008-12-17 16:56:05 UTC) #2
jam
http://codereview.chromium.org/14504/diff/1/13 File chrome/common/ipc_sync_channel.h (right): http://codereview.chromium.org/14504/diff/1/13#newcode40 Line 40: #endif You're going to eventually have to undo ...
12 years ago (2008-12-17 18:32:42 UTC) #3
Evan Martin
On 2008/12/17 18:32:42, John Abd-El-Malek wrote: > http://codereview.chromium.org/14504/diff/1/13 > File chrome/common/ipc_sync_channel.h (right): > > http://codereview.chromium.org/14504/diff/1/13#newcode40 ...
12 years ago (2008-12-17 18:37:06 UTC) #4
Evan Martin
I'm going to hold off on this until ObjectWatcher is ported. Thanks for catching this, ...
12 years ago (2008-12-17 19:17:24 UTC) #5
Evan Stade
> http://codereview.chromium.org/14504/diff/1/4#newcode179 > Line 179: return *this; > How did this ever work before? the ...
12 years ago (2008-12-17 19:51:07 UTC) #6
Evan Martin
> the return value sets the value of the whole expression (e.g. "x = y"), ...
12 years ago (2008-12-17 20:00:03 UTC) #7
brettw
http://codereview.chromium.org/14504/diff/1013/1017 File chrome/browser/render_process_host.cc (right): http://codereview.chromium.org/14504/diff/1013/1017#newcode34 Line 34: // #include "chrome/browser/browser.h" Remove these comments if they're ...
11 years, 11 months ago (2009-01-14 16:31:26 UTC) #8
darin (slow to review)
http://codereview.chromium.org/14504/diff/1013/1017 File chrome/browser/render_process_host.cc (right): http://codereview.chromium.org/14504/diff/1013/1017#newcode14 Line 14: #include <wininet.h> i'm pretty certain that we no ...
11 years, 11 months ago (2009-01-14 16:37:41 UTC) #9
wtc
http://codereview.chromium.org/14504/diff/1013/1017 File chrome/browser/render_process_host.cc (right): http://codereview.chromium.org/14504/diff/1013/1017#newcode14 Line 14: #include <wininet.h> On 2009/01/14 16:37:41, darin wrote: > ...
11 years, 11 months ago (2009-01-14 18:30:05 UTC) #10
Evan Martin
This has now been merged on top of Adam's syncchannel checkin and Ben's render_process_host refactor. ...
11 years, 11 months ago (2009-01-16 23:09:41 UTC) #11
brettw
11 years, 11 months ago (2009-01-21 19:18:49 UTC) #12
http://codereview.chromium.org/14504/diff/1256/1034
File chrome/browser/renderer_host/browser_render_process_host.cc (right):

http://codereview.chromium.org/14504/diff/1256/1034#newcode27
Line 27: // #include "chrome/browser/browser.h"
Be sure to remove these commented ones.

http://codereview.chromium.org/14504/diff/1256/1034#newcode27
Line 27: // #include "chrome/browser/browser.h"
Be sure to remove these commented-out ones.

Powered by Google App Engine
This is Rietveld 408576698