1. 11 Jan, 2018 1 commit
  2. 14 Jul, 2017 1 commit
  3. 26 Jan, 2017 1 commit
  4. 25 Jan, 2017 1 commit
    • brettw's avatar
      Conditionally convert V8 build overrides to declare_args. · 98dbcfde
      brettw authored
      We're converting the build_overrides system to the new default_args list of
      overrides that can be listed in the toplevel .gn file. This will allow args to
      be set on a per-repo basis.
      
      This change conditionally adds the variables currently defined in
      build_overrides/v8.gni to build args. This allows V8's build to be used in both
      the new and old systems. Once all Chrome and pdfium have been updated, v8's
      build overrides and the conditional checks around the new args can be removed.
      
      BUG=684096
      
      Review-Url: https://codereview.chromium.org/2654663003
      Cr-Commit-Position: refs/heads/master@{#42639}
      98dbcfde
  5. 29 Nov, 2016 1 commit
  6. 28 Nov, 2016 1 commit
  7. 21 Nov, 2016 1 commit
    • thestig's avatar
      Properly define v8_enable_inspector and its override in GN. · ae0e9221
      thestig authored
      Instead of directly using v8_enable_inspector_override from
      build_overrides/v8.gni in all the GN configs, set a v8_enable_inspector
      variable based on v8_enable_inspector_override and use that everywhere.
      This is the more common pattern seen in over projects, and reduces the
      need to include //build_overrides/v8.gni in many files.
      
      Review-Url: https://codereview.chromium.org/2520683002
      Cr-Commit-Position: refs/heads/master@{#41156}
      ae0e9221
  8. 25 Oct, 2016 1 commit
    • kozyatinskiy's avatar
      [inspector] enable inspector by default · d7a18896
      kozyatinskiy authored
      To achieve this:
      - fixed crash on windows - String16::fromInteger used "%zu" which doesn't support by VS2013 compiler, wrapped with ifdef else.
      - fixed asan for d8 - unique_ptr on array has single element type.
      - force Debugger.disable at the end of test.
      
      BUG=chromium:635948
      R=dgozman@chromium.org,yangguo@chromium.org,machenbach@chromium.org
      
      Review-Url: https://codereview.chromium.org/2450653002
      Cr-Commit-Position: refs/heads/master@{#40546}
      d7a18896
  9. 19 Oct, 2016 1 commit
  10. 18 Oct, 2016 1 commit
  11. 06 Sep, 2016 1 commit
  12. 31 Aug, 2016 1 commit
  13. 30 Aug, 2016 1 commit
  14. 26 Jul, 2016 1 commit
  15. 25 Jul, 2016 1 commit
  16. 18 Jul, 2016 1 commit
  17. 15 Jul, 2016 2 commits
    • dpranke's avatar
      Land v8-side changes to switch to v8_current_cpu in the GN build. · 6c3aaae9
      dpranke authored
      This change makes  the architecture that we target generated
      v8 code for a property of the current toolchain, rather than a
      global setting that applies to every toolchain.
      
      This will allow us to properly build two snapshots for two different
      architectures in a single build, which is needed for android
      webview/monochrome builds.
      
      R=brettw@chromium.org, jochen@chromium.org, michaelbai@chromium.org
      BUG=625383
      
      Review-Url: https://codereview.chromium.org/2116913002
      Cr-Commit-Position: refs/heads/master@{#37805}
      6c3aaae9
    • machenbach's avatar
      [gn] Set correct defaults for some gn args · 911ff267
      machenbach authored
      This sets default values for v8_enable_gdbjit and
      v8_imminent_deprecation_warnings, while allowing to override
      them as gn args.
      
      Without this patch the project-specific overrides have no
      effect.
      
      BUG=chromium:474921, chromium:626064
      
      Review-Url: https://codereview.chromium.org/2153753002
      Cr-Commit-Position: refs/heads/master@{#37797}
      911ff267
  18. 12 Jul, 2016 1 commit
  19. 17 Jun, 2016 2 commits
  20. 15 Jun, 2016 1 commit
  21. 07 Jun, 2016 2 commits
  22. 01 Jun, 2016 1 commit
  23. 31 May, 2016 3 commits
  24. 30 May, 2016 1 commit
  25. 25 May, 2016 2 commits
  26. 24 May, 2016 1 commit
  27. 19 May, 2016 1 commit
  28. 18 May, 2016 1 commit
  29. 17 May, 2016 1 commit
  30. 12 May, 2016 1 commit
  31. 02 May, 2016 1 commit