Is this project (or some other Google project) considering to provide
a browser extension for other browsers (like Internet Explorer), which
would allow existing JavaScript pages to run faster (and provide
Chrome behavior) on such browsers?
For example, a site that requires v8 performance or v8 compliance
could just switch:
<script type="text/javascript>
... // my old script here.
</script>
with
<script type="text/javascript_v8"> ...
... // my old script here.
</script>
or maybe using Flash-like style:
<object classid="..." codebase="http://download.google.com/
v8engine">
... // my old script here.
</object>
Is somebody considering this?
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---