1. 01 Sep, 2015 1 commit
  2. 20 Aug, 2015 1 commit
    • domenic's avatar
      Add experimental, non-snapshotted V8 extras · 6f582f08
      domenic authored
      Embedders would use these for features which must be able to be turned
      off at runtime, despite being compiled into V8. They can be turned on
      and off by the embedder using the --experimental_extras flag, e.g. via
      v8::SetFlagsFromString.
      
      R=yangguo@chromium.org, mlippautz@chromium.org, hpayer@chromium.org
      BUG=chromium:507137
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1284413002
      
      Cr-Commit-Position: refs/heads/master@{#30260}
      6f582f08
  3. 17 Aug, 2015 1 commit
  4. 07 Aug, 2015 1 commit
  5. 03 Aug, 2015 1 commit
  6. 27 Jul, 2015 1 commit
  7. 14 Jul, 2015 1 commit
  8. 13 Jul, 2015 1 commit
  9. 29 Jun, 2015 3 commits
  10. 26 Jun, 2015 6 commits
  11. 24 Jun, 2015 1 commit
  12. 22 Jun, 2015 2 commits
  13. 16 Jun, 2015 1 commit
    • vogelheim's avatar
      Re-Re-land: Enable external startup by default on Linux. · 17c1cf28
      vogelheim authored
      crrev.com/1177163002 should have fixed the issues that broke this last time.
      
      Notes:
      - The current functionality is meant to stay. If you prefer the old way,
        just set v8_use_external_startup_data=0.
      - You might notice this if you call d8 via PATH. Either explicitly tell d8
        where your external snapshot/built-ins are, or change the build options
        as above.
      - This follows Chromium practice, that mostly uses this feature these days.
      - Other platforms to follow later.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1189563004
      
      Cr-Commit-Position: refs/heads/master@{#29050}
      17c1cf28
  14. 15 Jun, 2015 1 commit
  15. 12 Jun, 2015 2 commits
  16. 11 Jun, 2015 1 commit
  17. 09 Jun, 2015 1 commit
    • vogelheim's avatar
      Re-land: Enable external startup by default on Linux. · bb9c774c
      vogelheim authored
      crrev.com/1016603004 should have fixed the issues that broke this last time.
      
      Notes:
      - The current functionality is meant to stay. If you prefer the old way,
        just set v8_use_external_startup_data=0.
      - You might notice this if you call d8 via PATH. Either explicitly tell d8
        where your external snapshot/built-ins are, or change the build options
        as above.
      - This follows Chromium practice, that mostly uses this feature these days.
      - Other platforms to follow later.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1041683002
      
      Cr-Commit-Position: refs/heads/master@{#28858}
      bb9c774c
  18. 08 Jun, 2015 1 commit
  19. 28 May, 2015 1 commit
  20. 27 May, 2015 1 commit
  21. 26 May, 2015 1 commit
  22. 22 May, 2015 1 commit
  23. 21 May, 2015 3 commits
  24. 20 May, 2015 1 commit
  25. 15 May, 2015 1 commit
  26. 11 May, 2015 1 commit
  27. 08 May, 2015 1 commit
    • domenic's avatar
      Add the concept of a V8 extras exports object · ad547cea
      domenic authored
      Exposed to the extras as extrasExports (on the builtins object), on
      which they can put things that should be accessible from C++. Exposed
      to C++ through the V8 API as v8::Context::GetExtrasExportsObject().
      
      Adding a test (in test-api.cc) required adding a simple extra,
      test-extra.js, which we build into the standalone builds.
      
      R=yangguo@chromium.org, jochen@chromium.org
      BUG=
      
      Review URL: https://codereview.chromium.org/1128113006
      
      Cr-Commit-Position: refs/heads/master@{#28317}
      ad547cea
  28. 28 Apr, 2015 1 commit
  29. 27 Apr, 2015 1 commit