1. 02 Nov, 2018 37 commits
  2. 01 Nov, 2018 3 commits
    • Harley Li's avatar
      [DevTools] Handle long string in service worker list's script name and clients · 244ff236
      Harley Li authored
      If the name string of the service worker script or a service worker
      client is too long, this patch restricts its width and denote the
      overflow with ellipsis. Users can still get the string by hovering
      above it, and the string is still clickable.
      
      Bug: 847801
      Change-Id: I9d3a07c410af6bb98ae42046894ea3d7223afcbc
      Reviewed-on: https://chromium-review.googlesource.com/c/1312973
      Commit-Queue: Haihong Li (Harley) <hhli@chromium.org>
      Reviewed-by: default avatarErik Luo <luoe@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#604760}
      244ff236
    • dpapad's avatar
      WebUI Polymer 2: Don't include dir-mixin.html in the final bundle. · 9d00b88f
      dpapad authored
      Locally modify Polymer 2 to exclude dir-mixin.html, since it is unnecessary
      currently (we don't directly* use any :dir() CSS rules), and also causes a
      performance regression (more notice-able in chrome://md-user-manager), due to a
      Regex running over a fairly large amount of text (because of inlined PNG background
      images).
      
      *The only usage of :dir() was in paper-input-container.html, which is still used
      by ChromeOS <gaia-input> element. Modified <paper-input-container> to directly
      use :host-context instead. Also :dir() is not implemented in Chrome, so we should
      not be using it in our own code anyway.
      
      Ideally the usage of this mixin should be exposed as a Polymer option, so that
      we don't need to manually modify our local Polymer 2 copy.
      
      Bug: 899603
      Change-Id: Ia20535fb2adb2c9a6bebf3046e4405a4ca31af6c
      Reviewed-on: https://chromium-review.googlesource.com/c/1306515Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
      Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#604759}
      9d00b88f
    • Kevin Marshall's avatar
      Fuchsia: Add support for receiving input events from Scenic. · 68f78e87
      Kevin Marshall authored
      ViewsV2 eschews InputConnection in favor of using Scenic for delivering
      input events to applications.
      
      This adds input event handling for pointer and touch events via
      ScenicSession.
      
      Keyboard events are already being delivered by the ImeService and
      are handled by InputMethodKeyboardControllerFuchsia, so no changes are
      needed for receiving keyboard inputs.
      
            "tiles --input_path=new" switches.
      
      Test: manual test against both "tiles --input_path=old" and
      Bug: 900428
      Change-Id: I8ba2e0c7d35d0dd9d52ef54379d6d693bd9e82d5
      Reviewed-on: https://chromium-review.googlesource.com/c/1308910
      Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
      Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#604758}
      68f78e87