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

Issue 18446: Porting in chrome/ (Closed)

Created:
11 years, 11 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Porting in chrome/

Patch Set 1 #

Total comments: 4

Patch Set 2 : small fixes #

Patch Set 3 : one more place #

Patch Set 4 : fix build on win #

Patch Set 5 : drop bookmark_storage.cc hacky changes #

Total comments: 2

Patch Set 6 : last fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -56 lines) Patch
M base/process_util.h View 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M base/process_util_posix.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M base/process_util_win.cc View 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/base_history_model.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.h View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/browser.scons View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/common/common.scons View 1 2 3 4 5 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/common/process_watcher.cc View 1 2 3 4 5 2 chunks +37 lines, -41 lines 0 comments Download
M chrome/common/security_filter_peer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/views/table_view.h View 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/views/tree_node_model.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paweł Hajdan Jr.
This makes additional 8 files compile, but I'm not sure if we want all the ...
11 years, 11 months ago (2009-01-21 11:35:41 UTC) #1
Dean McNamee
I agree with you on the wstring hacks. I've been meaning to try to find ...
11 years, 11 months ago (2009-01-21 14:02:13 UTC) #2
Paweł Hajdan Jr.
Fixed all of your comments.
11 years, 11 months ago (2009-01-22 18:22:24 UTC) #3
sky
The FilePath stuff sure makes the code ugly. Is the plan to convert everything over ...
11 years, 11 months ago (2009-01-22 20:42:07 UTC) #4
Paweł Hajdan Jr.
On 2009/01/22 20:42:07, sky wrote: > The FilePath stuff sure makes the code ugly. Is ...
11 years, 11 months ago (2009-01-22 20:44:57 UTC) #5
sky
I like that idea much better:)
11 years, 11 months ago (2009-01-22 20:52:43 UTC) #6
Mark Mentovai
11 years, 11 months ago (2009-01-22 21:58:51 UTC) #7
lgtm

http://codereview.chromium.org/18446/diff/46/228
File base/process_util.h (right):

http://codereview.chromium.org/18446/diff/46/228#newcode64
Line 64: bool CloseProcessHandle(ProcessHandle process);
Comment to describe what this is supposed to do.

http://codereview.chromium.org/18446/diff/46/235
File chrome/common/process_watcher.cc (right):

http://codereview.chromium.org/18446/diff/46/235#newcode10
Line 10: #include "base/process.h"
I woulda sorted process.h before process_util.h but whatever.

Powered by Google App Engine
This is Rietveld 408576698