1. 05 Dec, 2017 3 commits
    • Philip Jägenstedt's avatar
      Import web-platform-tests/css/css-variables/ · 11fdd266
      Philip Jägenstedt authored
      Imported from wpt@50b32f0d4f2b485a184fdc71aae1f99e9d9806d6 using
      wpt-import in Chromium 419d8078.
      
      None of these tests appear to be duplicates of existing tests. All
      files (outside of wpt) containing the string 'var(' were deleted in a
      temporary commit, and git diff-filter=R did not find anything that
      then looked like a rename.
      
      Use [ Skip ] instead of [ Timeout ] for crbug.com/791529 to not add much
      to the total running time, the difference locally is noticeable.
      
      Bug: 791525, 791529
      Change-Id: I74611048fe1656a14527f04bd88c0e04b286ad41
      No-Export: true
      Reviewed-on: https://chromium-review.googlesource.com/805974
      Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
      Reviewed-by: default avatarRune Lillesveen <futhark@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#521539}
      11fdd266
    • Karan Bhatia's avatar
      Extensions: Deprecate the plugins manifest key. · de0532a5
      Karan Bhatia authored
      NPAPI plugin support has been removed from chrome and the plugins specified in
      the "plugins" extension manifest key are not used currently. This CL removes the
      manifest handler for the "plugins" key, the "plugins" manifest feature and
      updates the public documentation. After this CL, loading an extension with the
      plugins manifest key specified should cause an install warning.
      
      BUG=732590
      TEST=Load an unpacked extension which specifies a plugin as part of the
      "plugins" manifest key. Ensure that an install warning is raised saying that the
      "plugins" key is unrecognized.
      
      Change-Id: Ic5aa4958af1257cb776508638e3c690fb6a57eb4
      Reviewed-on: https://chromium-review.googlesource.com/783517
      Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
      Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#521538}
      de0532a5
    • Joshua Bell's avatar
      FileAPI: Blob 'endings' option is now standardized. · bfca05b3
      Joshua Bell authored
      The 'endings' option for the Blob (and File) constructor has now
      been standardized in the spec[1]. Remove TODOs and align the IDL with
      the spec. No behavior changes.
      
      [1] https://w3c.github.io/FileAPI
      
      Bug: 605710, 509793
      Change-Id: I26a1694eb56e415b6a50cc90148d10393b88b8d2
      Reviewed-on: https://chromium-review.googlesource.com/802621
      Commit-Queue: Joshua Bell <jsbell@chromium.org>
      Reviewed-by: default avatarMarijn Kruisselbrink <mek@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#521537}
      bfca05b3
  2. 04 Dec, 2017 37 commits