Comment #3 on issue 29821 by [email protected]: Extension  
dependencies/libraries?
http://code.google.com/p/chromium/issues/detail?id=29821

I'm using jQuery as an example. My guess is that most who would be mainly  
using jQuery
would be using a specific, official release of it.

The main problem I have with your idea is that it breaks assumptions  
various libraries
(like jQuery) might make about only being loaded once, and about the page  
always being
the same. This is more than just the $(function(){}) way of starting the  
script when
the document is ready -- it's pervasive, things like $.data(), etc.

So, it'd be an improvement, but I can definitely see many (most?) scripts  
wanting to
be run entirely on document load.

And that's before we consider that not all scripts need to run on all  
pages...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to