1. 24 Aug, 2014 17 commits
    • dgozman's avatar
      [DevTools] Implement Inspector.interstitial events. · ef392e8b
      dgozman authored
      BUG=404631
      
      Review URL: https://codereview.chromium.org/493213004
      
      Cr-Commit-Position: refs/heads/master@{#291629}
      ef392e8b
    • dtseng's avatar
      Begin whitelisting specific extensions for global key registration. · 28ba7f5f
      dtseng authored
      Adds whitelist to commands API to relax restrictions on:
      - global accelerator keys
      - maximum number of commands
      - override previously taken accelerators
      
      This cl also involved fixing the use of the search key while using the global commands listener. The 'command' modifier was being dropped while making its way to the renderer and back.
      
      BUG=404768
      TEST=With a sample extension binding
      "Search+Shift+L" and
      "global": true
      
      press and verify callback when
      focus is inside of web content
      focus is on the status tray
      
      Review URL: https://codereview.chromium.org/399783002
      
      Cr-Commit-Position: refs/heads/master@{#291628}
      28ba7f5f
    • achaulk's avatar
      Single overlay test selector · c2761c32
      achaulk authored
      Selects one on top overlay, if possible, from a main plane + single overlay combination
      
      BUG=370522
      
      Review URL: https://codereview.chromium.org/489193002
      
      Cr-Commit-Position: refs/heads/master@{#291627}
      c2761c32
    • agable's avatar
      Further shorten the lastchange string. · 15a2a659
      agable authored
      Even the 40-character hash causes problems when the pieces of the string before
      it push the length to >64 characters. Truncating it is a temporary fix until
      we discuss ways to accept strings longer than 64 chars.
      
      R=cmp@chromium.org, scottmg@chromium.org
      NOTRY=True
      BUG=406783
      
      Review URL: https://codereview.chromium.org/499133003
      
      Cr-Commit-Position: refs/heads/master@{#291626}
      15a2a659
    • atwilson's avatar
      Revert "Set default multi-profile policy to not-allowed." · 8a792dcd
      atwilson authored
      No longer need this change on trunk now that it has been tested and
      merged to M37 branch.
      
      This reverts commit fd85a93b.
      
      BUG=405983
      TBR=bartfab@chromium.org
      
      Review URL: https://codereview.chromium.org/499923002
      
      Cr-Commit-Position: refs/heads/master@{#291625}
      8a792dcd
    • reillyg's avatar
      Store HID report sizes as uint16_t. · 70cdd67c
      reillyg authored
      HID report sizes are unsigned values. In addition they should (because
      of the limited size of USB control transfers) never be larger than 64k.
      In reality that would be an absolutely enormous report and unlikely to
      ever been seen in the wild. By limiting the storage size for report
      lengths to a uint16_t we therefore also limit our exposure to being
      convinced to allocate unreasonably large buffers by a malicious device.
      The Windows HID parser already limits report sizes to a USHORT value.
      
      BUG=
      
      Review URL: https://codereview.chromium.org/492963007
      
      Cr-Commit-Position: refs/heads/master@{#291624}
      70cdd67c
    • jinho.bang's avatar
      Fix the path in skia/skia_test_expectations.txt · c92d18af
      jinho.bang authored
      It makes presubmit error:
      The test file path has been changed by the following CL.
      - https://codereview.chromium.org/477153005
      
      TBR=mtklein@chromium.org,caryclark@google.com,fmalita@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=none
      
      Review URL: https://codereview.chromium.org/497403002
      
      Cr-Commit-Position: refs/heads/master@{#291623}
      c92d18af
    • mukai's avatar
      Adds tests of home card state transition upon gestures. · 59f71514
      mukai authored
      BUG=403813
      R=oshima@chromium.org
      TEST=athena_unittests
      
      Review URL: https://codereview.chromium.org/498823002
      
      Cr-Commit-Position: refs/heads/master@{#291622}
      59f71514
    • ericzeng's avatar
      Embedded Extension Options: Improve the overlay popup UI · 0a553dff
      ericzeng authored
       - Add the extension's icon to the header
       - Add a drop shadow below the header to differentiate the extension
         content from the WebUI overlay
      
      BUG=405796
      
      Review URL: https://codereview.chromium.org/488293003
      
      Cr-Commit-Position: refs/heads/master@{#291621}
      0a553dff
    • tfarina's avatar
      Move a set of extensions tests into extensions_unittests target. · 249e8303
      tfarina authored
      This is the set of tests that do not require any change to run as part
      of extensions_unittests suite.
      
      BUG=397165
      TEST=extensions_unittests
      R=jamescook@chromium.org
      TBR=yoz@chromium.org
      
      Review URL: https://codereview.chromium.org/504593002
      
      Cr-Commit-Position: refs/heads/master@{#291620}
      249e8303
    • chrome-tpm's avatar
      Updating trunk VERSION from 2135.0 to 2136.0 · b655036c
      chrome-tpm authored
      Cr-Commit-Position: refs/heads/master@{#291619}
      b655036c
    • derat's avatar
      extensions: Speculative fix for crash on IO thread. · 5122f4eb
      derat authored
      Make ExtensionFunctionDispatcher::DispatchOnIOThread()
      return early if the extension that was passed to it doesn't
      exist anymore.
      
      BUG=406062
      
      Review URL: https://codereview.chromium.org/489033003
      
      Cr-Commit-Position: refs/heads/master@{#291618}
      5122f4eb
    • 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 23 commits