[Webkit-unassigned] [Bug 12635] [S60] SW-V: Browser: Bookmarks with an URL containing spaces do not work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 7 07:34:48 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12635
zbujtas at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #13001|review?(zbujtas at gmail.com) |review-
Flag| |
------- Comment #8 from zbujtas at gmail.com 2007-02-07 07:34 PDT -------
(From update of attachment 13001)
iUrl needs to be set to NULL before the allocation beacuse EscapeEncodeL could
leave and then the CUrlRequestInfo::~CUrlRequestInfo would delete iUrl twice.
delete iUrl;
iUrl = NULL;
iUrl = EscapeUtils::EscapeEncodeL( aUrl, EscapeUtils::EEscapeNormal );
and please do not change the coding style
+void CUrlRequestInfo::SetUrlL( const TDesC& aUrl )
--
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