Status: New
Owner: ----

New issue 370 by fernacolo: Internet Explorer extension/plugin for V8
http://code.google.com/p/v8/issues/detail?id=370

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 on such browsers?

For example, a site that requires v8 performance or maybe 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 a Flash-like style:

    <object classid="..." codebase="http://download.google.com/v8engine";>
      ... // my old script here.
    </object>



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

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to