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

Issue 8616006: Implement meta referrer (part 1/2) (Closed)

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

Description

Implement meta referrer (part 1/2) Store the referrer policy in the web url loader and use it during redirects BUG=10502 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111457

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Patch Set 4 : fix #

Total comments: 2

Patch Set 5 : updates #

Patch Set 6 : test shell #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -10 lines) Patch
M content/common/request_extra_data.h View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M content/common/request_extra_data.cc View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M content/common/resource_dispatcher_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 2 3 4 5 6 6 chunks +15 lines, -3 lines 0 comments Download
A webkit/glue/weburlrequest_extradata_impl.h View 1 chunk +32 lines, -0 lines 0 comments Download
A webkit/glue/weburlrequest_extradata_impl.cc View 1 chunk +19 lines, -0 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jochen (gone - plz use gerrit)
Darin, could you please review this?
9 years, 1 month ago (2011-11-21 21:12:32 UTC) #1
darin (slow to review)
http://codereview.chromium.org/8616006/diff/7001/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (right): http://codereview.chromium.org/8616006/diff/7001/webkit/glue/weburlloader_impl.cc#newcode421 webkit/glue/weburlloader_impl.cc:421: referrer_policy_ = static_cast<WebURLRequestExtraDataImpl*>( should you null check request.extraData() here? ...
9 years, 1 month ago (2011-11-21 22:44:37 UTC) #2
jochen (gone - plz use gerrit)
http://codereview.chromium.org/8616006/diff/7001/webkit/glue/weburlloader_impl.cc File webkit/glue/weburlloader_impl.cc (right): http://codereview.chromium.org/8616006/diff/7001/webkit/glue/weburlloader_impl.cc#newcode421 webkit/glue/weburlloader_impl.cc:421: referrer_policy_ = static_cast<WebURLRequestExtraDataImpl*>( I've added both the null check, ...
9 years, 1 month ago (2011-11-22 10:38:28 UTC) #3
darin (slow to review)
LGTM
9 years, 1 month ago (2011-11-23 16:57:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8616006/12001
9 years, 1 month ago (2011-11-23 17:22:14 UTC) #5
commit-bot: I haz the power
Can't apply patch for file webkit/glue/weburlloader_impl.cc. While running patch -p1 --forward --force; patching file webkit/glue/weburlloader_impl.cc ...
9 years, 1 month ago (2011-11-23 17:22:18 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8616006/19001
9 years, 1 month ago (2011-11-23 20:49:33 UTC) #7
commit-bot: I haz the power
Try job failure for 8616006-19001 (retry) on linux_rel for step "ui_tests". It's a second try, ...
9 years, 1 month ago (2011-11-23 21:58:00 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jochen@chromium.org/8616006/19001
9 years, 1 month ago (2011-11-23 23:02:45 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-24 00:58:10 UTC) #10
Change committed as 111457

Powered by Google App Engine
This is Rietveld 408576698