WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
62015
Common javascript libraries (e.g. jQuery) could be built-in
https://bugs.webkit.org/show_bug.cgi?id=62015
Summary
Common javascript libraries (e.g. jQuery) could be built-in
Nicholas Shanks
Reported
2011-06-03 07:41:48 PDT
Either by recognising certain URLs such as
https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js
, JSC could load a bytecode representation of the library instead of loading the script, circumventing all the HTTP requests and JavaScript processing that would normally occur. These would ship with JSC. And when encountering newer libraries (or perhaps any JS file), instead of caching the JavaScript file, the bytecode generated from it could be cached instead / as well.
Attachments
Add attachment
proposed patch, testcase, etc.
Ariya Hidayat
Comment 1
2011-07-06 13:28:32 PDT
Storing external libraries which are not part of the ECMAScript does not really make sense to me.
Ahmad Saleem
Comment 2
2022-08-06 14:32:26 PDT
Integrating JavaScript libraries does reduce need to adhere to standards from ECMAScript or W3C or WHATWG. I am going to mark this as "RESOLVED WONTFIX". Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug