1. 24 Aug, 2014 5 commits
    • chrome-tpm's avatar
      Updating trunk VERSION from 2134.0 to 2135.0 · 975cfe4b
      chrome-tpm authored
      Cr-Commit-Position: refs/heads/master@{#291617}
      975cfe4b
    • chrome-tpm's avatar
      Revert "Updating trunk VERSION from 2134.0 to 2135.0" · f2d954a7
      chrome-tpm authored
      This reverts commit 1d8498da.
      
      This didn't need to bump because the earlier, failed branching run never got
      far enough to create 2134 branch.
      
      Cr-Commit-Position: refs/heads/master@{#291616}
      f2d954a7
    • Daniel Cheng's avatar
      Add handling for logging and gtest comparison macros. · 5efc4e11
      Daniel Cheng authored
      The tool has trouble handling substitutions for these macros, since the
      macros wrap helper functions that perform the actual comparison. This
      causes the tool to emit replacements for the code inside the helper
      functions, when the proper fix is to emit replacements for the macro
      arguments.
      
      This patch adds matchers to catch calls to these helper functions with
      a raw T* and a scoped_refptr<T>, so the main matcher can ignore these
      replacements and let a logging/gtest specific MatchCallback process
      these results instead.
      
      BUG=110610
      R=rsleevi@chromium.org
      
      Review URL: https://codereview.chromium.org/488933002
      
      Cr-Commit-Position: refs/heads/master@{#291615}
      5efc4e11
    • mseaborn's avatar
      NaCl: Update revision in DEPS, r13637 -> r13655 · 306526c9
      mseaborn authored
      This pulls in the following Native Client changes:
      
      db60e9b: (sbc@chromium.org) Update glibc revision in tools/REVISIONS (9b15f6a->150657d)
      c64c70d: (mseaborn@chromium.org) PNaCl dynamic loading: Add ELF dynamic loader
      90f0c78: (jvoung@google.com) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
      6850127: (mseaborn@chromium.org) Use uint32_t for untrusted pointer args: fstat() and some other syscalls
      f128665: (dschuff@chromium.org) Build PNaCl target libraries on mac and run SCons tests on the toolchain bot
      9151ed1: (petarj@mips.com) [MIPS] Change output-format to elf32-tradlittlemips-nacl
      6ef6c97: (petarj@mips.com) PNaCl: Update binutils revision in pnacl/COMPONENT_REVISIONS
      9ae0959: (mseaborn@chromium.org) Use uint32_t for untrusted pointer args: gettimeofday() syscall
      a2d9190: (yyanagisawa@chromium.org) Re-enable use of goma on Windows.
      b9da09f: (jvoung@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
      3637eb0: (zhenyu.liang@intel.com) Support Android x86 platform
      328c7552: (jvoung@chromium.org) Update revision for PNaCl r13625->r13647
      b17c53c: (dyen@chromium.org) Pre-Submit script no longer depends on cwd being in NaCl root.
      47107a8: (mseaborn@chromium.org) Reduce bot cycle time: Don't run the "noragel" Gyp build
      6ab1ae1: (kschimpf@google.com) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS
      c81a09f: (mcgrathr@chromium.org) toolchain_build: Update binutils revision
      bb09389: (mseaborn@chromium.org) Revert r13646: "Re-enable use of goma on Windows."
      3f998aa: (mseaborn@chromium.org) Fix regression in loading of mmap()'able nexes on Windows
      
      BUG=406632
      TEST=browser_tests and nacl_integration
      
      Review URL: https://codereview.chromium.org/471173004
      
      Cr-Commit-Position: refs/heads/master@{#291614}
      306526c9
    • iannucci's avatar
      Remove SVN Config PRESUBMIT check. · 58d6e64b
      iannucci authored
      TBR=maruel@chromium.org
      R=szager@chromium.org
      BUG=362394
      
      Review URL: https://codereview.chromium.org/484393003
      
      Cr-Commit-Position: refs/heads/master@{#291613}
      58d6e64b
  2. 23 Aug, 2014 35 commits