summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-20 17:27:17 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-20 17:27:17 +0000
commit20dc3cad69221d45f6058c582c309cb8f297313a (patch)
tree53a863ed8de06b886d2b6e9ebdcf610787256ff2 /AUTHORS
parent6c71e262512589358137fe01795a9f1db18e6139 (diff)
downloadchromium_src-20dc3cad69221d45f6058c582c309cb8f297313a.zip
chromium_src-20dc3cad69221d45f6058c582c309cb8f297313a.tar.gz
chromium_src-20dc3cad69221d45f6058c582c309cb8f297313a.tar.bz2
Send the 'page_url' parameter of the page (on which the right click was made to
open the context menu) as the 'referer' field of the http header field. This change is done for cases OPENLINKNEWTAB, OPENLINKNEWWINDOW, and NOT for OPENLINKOFFTHERECORD (Incognito). Also Https to Https transition must NOT send the referrer and this is checked in the 'OpenURL' method. Call to the ShouldHideReferrer method is done at render_view.cc Author Ramkumar Gokarnesan - ramgo@yahoo-inc.com BUG=1935 TEST=Try right click on a URL and click 'open link in new tab' or 'open link in new window' and see the referer information being sent as a part of the http header field. verify with wireshark / VS debugger. Original review http://codereview.chromium.org/6681030/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d64f236..1ea1518 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -101,3 +101,4 @@ Dillon Sellars <dill.sellars@gmail.com>
Seshadri Mahalingam <seshadri.mahalingam@gmail.com>
Clement Scheelfeldt Skau <clementskau@gmail.com>
David Futcher <bobbo@ubuntu.com>
+Ramkumar Gokarnesan <ramgo@yahoo-inc.com>