WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
CLOSED FIXED
11735
[S60] document.referrer doesn't seem to have any value
https://bugs.webkit.org/show_bug.cgi?id=11735
Summary
[S60] document.referrer doesn't seem to have any value
Sornalatha Rathnasamy
Reported
2006-12-01 14:38:12 PST
To Reproduce: Load
http://testsuite.nokia-boston.com/content/esmp_Sec9/objDocument/referrer_prop.xhtml
Select the link The test will fail Note that this test posts its results automatically so when run outside of a test pass it ends with a 'Page Not Found' error. The test results can be observed on the previous page.
Attachments
store and retrieve referrer url in webkitloader
(7.09 KB, patch)
2006-12-01 14:46 PST
,
Sornalatha Rathnasamy
yongjun.zhang
: review-
Details
Formatted Diff
Diff
store the referrer url in a member variable in CWebKitLoader
(7.20 KB, patch)
2006-12-04 07:29 PST
,
Sornalatha Rathnasamy
no flags
Details
Formatted Diff
Diff
store referrer url in CWebkitLoader
(7.22 KB, patch)
2006-12-04 14:03 PST
,
Sornalatha Rathnasamy
yongjun.zhang
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Sornalatha Rathnasamy
Comment 1
2006-12-01 14:46:03 PST
Created
attachment 11707
[details]
store and retrieve referrer url in webkitloader
Yongjun Zhang
Comment 2
2006-12-04 07:10:59 PST
Comment on
attachment 11707
[details]
store and retrieve referrer url in webkitloader Could be better to push referrerUrl to cleanupStack in the following lines: + HBufC8* referrerUrl = HBufC8::NewL( iUrlRequestInfo->RefererUrl().Length() ); + referrerUrl->Des().Copy( iUrlRequestInfo->RefererUrl() ); + RStringF str = stringPool.OpenFStringL( referrerUrl->Des() ); + delete referrerUrl;
Sornalatha Rathnasamy
Comment 3
2006-12-04 07:29:11 PST
Created
attachment 11726
[details]
store the referrer url in a member variable in CWebKitLoader
Sornalatha Rathnasamy
Comment 4
2006-12-04 14:03:38 PST
Created
attachment 11730
[details]
store referrer url in CWebkitLoader
Yongjun Zhang
Comment 5
2006-12-04 14:06:21 PST
Comment on
attachment 11730
[details]
store referrer url in CWebkitLoader r=me
Yongjun Zhang
Comment 6
2006-12-04 14:12:40 PST
Completed: At revision: 18002
Krishna
Comment 7
2006-12-15 14:41:00 PST
TSW ID: PNIO-6TCGX3 Verified and Closed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug