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

Issue 21343: Make it possible to initialize KURLGoogle from a CString. This is so that I... (Closed)

Created:
11 years, 10 months ago by darin (slow to review)
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Make it possible to initialize KURLGoogle from a CString. This is so that I can leverage the fact that CString has a CStringBuffer, which is reference counted. I want to be able to efficiently initialize a KURL from a CString that I already have. (If you are OK with this change, then I'll send it upstream.) R=brettw

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -22 lines) Patch
M third_party/WebKit/WebCore/platform/KURL.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/WebCore/platform/KURLGoogle.cpp View 6 chunks +20 lines, -17 lines 0 comments Download
M third_party/WebKit/WebCore/platform/KURLGooglePrivate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/glue_util.cc View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
darin (slow to review)
11 years, 10 months ago (2009-02-13 06:27:54 UTC) #1
brettw
11 years, 10 months ago (2009-02-13 06:35:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698