[Webkit-unassigned] [Bug 11735] [S60] document.referrer doesn't seem to have any value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 4 07:11:00 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11735


yongjun.zhang at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11707|review?(yongjun.zhang at nokia.|review-
               Flag|com)                        |




------- Comment #2 from yongjun.zhang at nokia.com  2006-12-04 07:10 PDT -------
(From update of attachment 11707)
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;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list