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

Issue 8635017: Add a referrer class to be used in the browser process whenever passing around referrsr (Closed)

Created:
9 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, ajwong+watch_chromium.org, jam, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add a referrer class to be used in the browser process whenever passing around referrers BUG=10502 TEST=content_unittest:ReferrerTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111566

Patch Set 1 #

Total comments: 4

Patch Set 2 : updates #

Total comments: 2

Patch Set 3 : updates #

Patch Set 4 : updates #

Total comments: 6

Patch Set 5 : updates #

Total comments: 1

Patch Set 6 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
A content/common/referrer_unittest.cc View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A content/public/common/referrer.h View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jochen (gone - plz use gerrit)
plz review
9 years, 1 month ago (2011-11-22 19:16:15 UTC) #1
darin (slow to review)
http://codereview.chromium.org/8635017/diff/1/content/browser/tab_contents/referrer.h File content/browser/tab_contents/referrer.h (right): http://codereview.chromium.org/8635017/diff/1/content/browser/tab_contents/referrer.h#newcode27 content/browser/tab_contents/referrer.h:27: const GURL& referrer() const { return referrer_; } nit: ...
9 years, 1 month ago (2011-11-22 19:20:59 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8635017/diff/1/content/browser/tab_contents/referrer.h File content/browser/tab_contents/referrer.h (right): http://codereview.chromium.org/8635017/diff/1/content/browser/tab_contents/referrer.h#newcode27 content/browser/tab_contents/referrer.h:27: const GURL& referrer() const { return referrer_; } On ...
9 years, 1 month ago (2011-11-22 19:54:47 UTC) #3
brettw
http://codereview.chromium.org/8635017/diff/2002/content/browser/tab_contents/referrer.h File content/browser/tab_contents/referrer.h (right): http://codereview.chromium.org/8635017/diff/2002/content/browser/tab_contents/referrer.h#newcode36 content/browser/tab_contents/referrer.h:36: CONTENT_EXPORT std::ostream& operator<<(std::ostream& out, We don't usually write these. ...
9 years, 1 month ago (2011-11-22 21:14:01 UTC) #4
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8635017/diff/2002/content/browser/tab_contents/referrer.h File content/browser/tab_contents/referrer.h (right): http://codereview.chromium.org/8635017/diff/2002/content/browser/tab_contents/referrer.h#newcode36 content/browser/tab_contents/referrer.h:36: CONTENT_EXPORT std::ostream& operator<<(std::ostream& out, On 2011/11/22 21:14:01, brettw wrote: ...
9 years, 1 month ago (2011-11-22 21:26:06 UTC) #5
jochen (gone - plz use gerrit)
Is the CL ok like this? If yes, I'd like to submit it and start ...
9 years, 1 month ago (2011-11-23 19:30:32 UTC) #6
brettw
lgtm
9 years, 1 month ago (2011-11-24 20:23:31 UTC) #7
jochen (gone - plz use gerrit)
John, can you rubber stamp the content/public part?
9 years, 1 month ago (2011-11-24 20:26:59 UTC) #8
jam
http://codereview.chromium.org/8635017/diff/10001/content/common/referrer.cc File content/common/referrer.cc (right): http://codereview.chromium.org/8635017/diff/10001/content/common/referrer.cc#newcode1 content/common/referrer.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-24 21:17:35 UTC) #9
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8635017/diff/10001/content/common/referrer.cc File content/common/referrer.cc (right): http://codereview.chromium.org/8635017/diff/10001/content/common/referrer.cc#newcode1 content/common/referrer.cc:1: // Copyright (c) 2011 The Chromium Authors. All rights ...
9 years, 1 month ago (2011-11-24 23:02:39 UTC) #10
jam
lgtm is the cc file needed? if you can get away with it (which I ...
9 years, 1 month ago (2011-11-24 23:06:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8635017/20005
9 years, 1 month ago (2011-11-24 23:11:38 UTC) #12
commit-bot: I haz the power
9 years, 1 month ago (2011-11-25 00:10:25 UTC) #13
Change committed as 111566

Powered by Google App Engine
This is Rietveld 408576698