[Webkit-unassigned] [Bug 14068] [S60] : stream requests are cancelled after "javascript:" execution

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 11 06:44:42 PDT 2007


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


mahesh.kulkarni at nokia.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #14933|                            |review?(Sachin.Padma at nokia.c
               Flag|                            |om)




------- Comment #1 from mahesh.kulkarni at nokia.com  2007-06-11 06:44 PDT -------
Created an attachment (id=14933)
 --> (http://bugs.webkit.org/attachment.cgi?id=14933&action=view)
return after executing javascript.

_REASON:
After Javascript execution is happened, browser continues making a get requests
to resourceLoader. Invalid requests makes browser to cancel pending requests of
plugin.

_SOLUTION:
Return from function CPluginLoader::LoadPluginContentL after execution of
javascript. Even if javascript has a URL to load script engine will take care
of loading the given URL. Making get request to network doesn't required when
"javascript:" is present in URL.

_MODULES_EFFECTED:
WebKit\Plugin plugin loader

_TSW ERR_ID: DSOA-73HB9R 


-- 
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