1. 29 Jan, 2015 9 commits
    • rouslan's avatar
      [android] Autofill popup behavior fixes. · 2f5993f9
      rouslan authored
      - Don't hide autofill popup on browser height change on Android.
      
        Android keyboard can show or hide a strip of suggestions when user
        switches between input fields. If the input field triggers showing the
        autofill popup, the keyboard resize will hide it, which causes a UI
        flash.
      
      - Remove redundant Views code to hide autofill popup on window resize.
      
        Browser process now has a cross-platform way to listen to window
        resize and close the autofill popup. Removed Views-only resize
        listener was also firing on window move. Removing it means that moving
        the window without resizing it will not close the autofill popup. The
        popup stays attached to the field during window move, however.
      
      - Let autofill know when a password popup may be showing. This enables
        autofill agent to hide the popup when the page scrolls.
      
      - Re-enable showing username suggestions on first click on Android,
        which now behaves on par with desktop.
      
      BUG=430318
      
      Review URL: https://codereview.chromium.org/870833002
      
      Cr-Commit-Position: refs/heads/master@{#313633}
      2f5993f9
    • mbarbella's avatar
      Add IPC fuzzer GenerateTraits for some cc types. · 1ff18517
      mbarbella authored
      BUG=450268
      R=inferno@chromium.org,tsepez@chromium.org
      
      Review URL: https://codereview.chromium.org/873253004
      
      Cr-Commit-Position: refs/heads/master@{#313632}
      1ff18517
    • alexandrec's avatar
      Add a slide-in pane to the OOP PDF viewer. · 01e81ff9
      alexandrec authored
      This CL adds the groundwork for a slide-in pane to be used by the OOP PDF Viewer. It adheres to the principles of Material Design, and will be used as a base for the bookmarks pane (which will display a list of bookmarks) as well as an info pane to show metadata of the PDF.
      
      BUG=110020
      
      Review URL: https://codereview.chromium.org/864753002
      
      Cr-Commit-Position: refs/heads/master@{#313631}
      01e81ff9
    • danakj's avatar
      cc: Remove the RenderPassId field from AppendQuadsData. · 4c9b207e
      danakj authored
      This field is redundant now that we pass a RenderPass* to AppendQuads.
      
      A few tests were passing a different id and the same RenderPass* to
      test DelegatedRendererLayerImpl, so I had to adjust the tests to
      pass different RenderPass* instead.
      
      R=vmpstr
      
      Review URL: https://codereview.chromium.org/879423002
      
      Cr-Commit-Position: refs/heads/master@{#313630}
      4c9b207e
    • spang's avatar
      ozone: evdev: Factor device I/O out of EventFactoryOzone · 5957ed65
      spang authored
      This is part of a series moving IO on evdev devices to a fast thread,
      since UI thread is too slow for the cursor.
      
      This splits EventFactoryOzone into two parts: EventFactoryOzone and
      InputDeviceFactoryOzone. The new InputDeviceFactoryOzone class is now the
      device I/O-centric part, and is intended to exist on a low-latency thread.
      
      Hotplug events still originate on the UI thread, but this is not a
      problem because hotplug is not latency critical. We're sharing udev
      with the display code, so its easiest leave that code alone for now.
      
      This doesn't add a new thread yet. Everything still runs on the UI thread.
      
      BUG=449710
      TEST=boot link_freon & move mouse
      
      Review URL: https://codereview.chromium.org/863353003
      
      Cr-Commit-Position: refs/heads/master@{#313629}
      5957ed65
    • xdai's avatar
      Enable Roboto by default for testing purpose. · b138032e
      xdai authored
      The testing team wants to enable 'Roboto' by default and have real users to help report bugs too.
      
      In this CL 'Roboto' is enabled by default and can be disabled by going to chrome://flags and turn 'disable-roboto-font-ui' to on.
      
      Also modify the OobeWebUITest to make the tests run in full screen, otherwise the tests will fail due to the incorrect layout of supervised user creation UI (based on xiyuan@'s advice).
      
      BUG=448948
      TEST=tested on device (Pixel)
      
      Review URL: https://codereview.chromium.org/868753005
      
      Cr-Commit-Position: refs/heads/master@{#313628}
      b138032e
    • blink-deps-roller's avatar
      Roll src/third_party/WebKit c6b67b8:b02f7f1 (svn 189129:189139) · c1db02da
      blink-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/chromium/blink/+log/c6b67b8..b02f7f1
      
      TBR=leviw@chromium.org,rjwright@chromium.org
      
      Review URL: https://codereview.chromium.org/885743002
      
      Cr-Commit-Position: refs/heads/master@{#313627}
      c1db02da
    • huangs's avatar
      [Installer] Cleaning up dead code for App Launcher / App Host installs. · 45817557
      huangs authored
      The "shadow" App Launcher registry keys are still managed.  The code that
      do this are concentrated to the new files app_launcher_installer.* to
      facilitate future updates.
      
      This CL also significantly reduces the size of setup.exe, presumably due
      to removal of dependencies.
      
      TEST=Windows only. Install and update still work as before.
      - Right after fresh install, ensure reg key at user level exists:
      Google\Update\Clients\{FDA71E6F-AC4C-4a00-8B70-9958A68906BF}
      
      BUG=297647
      
      Review URL: https://codereview.chromium.org/811283002
      
      Cr-Commit-Position: refs/heads/master@{#313626}
      45817557
    • posciak's avatar
      Add wuchengli@ as content/common/gpu/media OWNER. · 2b6fb410
      posciak authored
      BUG=None
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/866263002
      
      Cr-Commit-Position: refs/heads/master@{#313625}
      2b6fb410
  2. 28 Jan, 2015 31 commits