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

Issue 27150: Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. (Closed)

Created:
11 years, 10 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
jam, Matt Perry
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10436

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -49 lines) Patch
M chrome/browser/browser.scons View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_plugin_host.cc View 1 2 3 10 chunks +27 lines, -12 lines 0 comments Download
M chrome/browser/dom_ui/html_dialog_contents.h View 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/modal_html_dialog_delegate.h View 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/modal_html_dialog_delegate.cc View 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/views/html_dialog_view.h View 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/views/html_dialog_view.cc View 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/chrome.xcodeproj/project.pbxproj View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_plugin_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_plugin_util.cc View 1 2 3 chunks +9 lines, -5 lines 1 comment Download
M chrome/common/common.scons View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/temp_scaffolding_stubs.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.cc View 1 2 3 chunks +0 lines, -19 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
James Hawkins
11 years, 10 months ago (2009-02-26 01:21:09 UTC) #1
Matt Perry
11 years, 10 months ago (2009-02-26 01:30:57 UTC) #2
LGTM

http://codereview.chromium.org/27150/diff/46/52
File chrome/common/chrome_plugin_util.cc (right):

http://codereview.chromium.org/27150/diff/46/52#newcode26
Line 26: url = _strdup(u);
Do we have a cross-platform version of this function (and if not, should we make
one)?  (funny.. I thought strdup was cross platform... thanks microsoft)

Powered by Google App Engine
This is Rietveld 408576698