[Webkit-unassigned] [Bug 18362] protocol 'data' does not change/clear the page title
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 8 08:53:03 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18362
------- Comment #4 from ariya.hidayat at trolltech.com 2008-04-08 08:53 PDT -------
Another proposal for solution:
IF
(1) the document has no <title> nor JavaScript that sets the title
(2) the loader never calls dispatchDidReceiveTitle() of its client
(3) the document finished loading
THEN
before calling dispatchDidFinishLoading() of the loader's client, it should
also call dispatchDidReceiveTitle() with an empty title.
--
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