1. 02 Nov, 2018 38 commits
  2. 01 Nov, 2018 2 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