1. 01 Apr, 2015 1 commit
    • mike's avatar
      Re-write duplicated assertions · 3badfdcd
      mike authored
      The modified assertions targeted the property descriptor for the
      template object's first "cooked" value. The code immediately preceeding
      these statements asserts these values.
      
      Update the assertions to instead target the property descriptor for the
      template object's first "raw" value (which are otherwise untested).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/1049523003
      
      Cr-Commit-Position: refs/heads/master@{#27566}
      3badfdcd
  2. 12 Mar, 2015 1 commit
    • johan's avatar
      Fix build on solaris platforms · 68d5f916
      johan authored
      e8b9f2d7 introduced a different cast which broke building on Illumos.
      Revert to previous behavior for V8_OS_SOLARIS only.
      
      Found on SmartOS while building with gcc 4.9.0.
      
      edit1: adding jochen to reviewers since he was assigned through the issue tracker and danno since he seems to do a fair amount of cross-platform work
      
      edit2: removing BUG reference because I don't understand what LOG needs to contain (and it seems to link to chromium and not the v8 repo). Please edit commit message as appropriate.
      
      BUG=3935
      LOG=n
      
      Review URL: https://codereview.chromium.org/990063002
      
      Cr-Commit-Position: refs/heads/master@{#27163}
      68d5f916
  3. 03 Mar, 2015 1 commit
    • sejunho's avatar
      Fix preparing log file name. · a6f5fca5
      sejunho authored
      Problem:
      Excuting with flags as "--prof --logfile-per-isolate --logfile=/path/to/filename"
      expected file name: /path/to/isolate-<isolate id>-filename
      current result: isolate-<isolate id>-/path/to/filename
      
      This patch makes the file name we expected.
      
      Review URL: https://codereview.chromium.org/960813004
      
      Cr-Commit-Position: refs/heads/master@{#26955}
      a6f5fca5
  4. 09 Feb, 2015 1 commit
  5. 02 Feb, 2015 1 commit
  6. 26 Jan, 2015 1 commit
  7. 16 Jan, 2015 1 commit
  8. 14 Jan, 2015 1 commit
    • marja's avatar
      Saner AUTHORS, part 2: Adding AUTHORS based on "Patch from" / "Patch by" lines. · 0fa7d438
      marja authored
      Notes:
      - All the added authors have signed the CLA.
      - Updated 2 AUTHORS lines to match the e-mail addresses used for signing the CLA.
      - In addition, checked that all authors in the AUTHORS file after this change
        have signed the CLA.
      - Whenever it was possible to guess, based on the e-mail address, that the
        contribution was made under a corporate CLA, added the company and the
        wildcard instead of the individual.
      
      BUG=
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/832083004
      
      Cr-Commit-Position: refs/heads/master@{#26054}
      0fa7d438
  9. 13 Jan, 2015 1 commit
    • marja's avatar
      Saner AUTHORS, part 1: Corporate CLLAs and wildcards. · 925eded3
      marja authored
      Updating AUTHORS for companies who have signed CCLA.
      
      Changes:
      - Added wildcard rules for company e-mail addresses
      - Removed individual e-mail addresses for contributors who are under a corporate
        CLLA (the copyright holder in this case is the company, not the individual
        authors). Domains affected by this change: intel.com, arm.com, codeaurora.org.
      
      In addition, added a wildcard rule for Chromium (which was not previously
      listed at all).
      
      R=danno
      NOTRY=true
      BUG=
      
      Review URL: https://codereview.chromium.org/850653003
      
      Cr-Commit-Position: refs/heads/master@{#26039}
      925eded3
  10. 17 Oct, 2014 1 commit
  11. 09 Oct, 2014 1 commit
  12. 29 Sep, 2014 3 commits
  13. 27 Aug, 2014 1 commit
  14. 23 May, 2014 1 commit
  15. 12 Feb, 2014 1 commit
  16. 31 Jan, 2014 1 commit
  17. 02 Jan, 2014 1 commit
  18. 01 Aug, 2013 1 commit
  19. 22 Apr, 2013 1 commit
  20. 21 Mar, 2013 2 commits
  21. 03 Jan, 2013 1 commit
  22. 13 Dec, 2012 2 commits
  23. 29 Oct, 2012 1 commit
  24. 25 Oct, 2012 1 commit
  25. 24 Oct, 2012 1 commit
  26. 26 Jul, 2012 2 commits
  27. 16 Jul, 2012 1 commit
  28. 30 Mar, 2012 1 commit
    • jkummerow@chromium.org's avatar
      Add support for Mac OS X 64bit builds with GYP · da5b44cb
      jkummerow@chromium.org authored
      Note that in order to build for 64bits mode, you'll have
      to specify the target architecture explicitely, the default
      is still 32bits for Mac OS X.
      
      Example with make and gcc:
      
      $ export GYP_GENERATORS=make
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with make and clang:
      
      $ export GYP_GENERATORS=make
      $ export CC=/usr/bin/clang
      $ export CXX=/usr/bin/clang++
      $ export GYP_DEFINES="clang=1"
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with xcode:
      
      $ export GYP_GENERATORS=xcode
      $ build/gyp_v8 -Dtarget_arch=x64
      $ xcodebuild -project build/all.xcodeproj -configuration Release
      
      Contributed by Filipe David Manana <fdmanana@gmail.com>
      
      BUG=
      TEST=
      
      Review URL: https://chromiumcodereview.appspot.com/9808065
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      da5b44cb
  29. 20 Mar, 2012 1 commit
  30. 23 Feb, 2012 1 commit
  31. 22 Feb, 2012 2 commits
  32. 02 Feb, 2012 1 commit
  33. 13 Dec, 2011 1 commit
  34. 13 Sep, 2011 1 commit