1. 30 Aug, 2018 6 commits
    • Karan Bhatia's avatar
      Declarative Net Request: Disallow non-ascii chars in url patterns and domains. · 32ff845f
      Karan Bhatia authored
      While comparing a rule against a url, url_pattern_index assumes that the
      provided pattern and domains are in canonical form (internationalized domains in
      punycode and non-ascii characters in percent-escaped utf8). Document this
      expectation and disallow rules where the "urlFilter", "domains" and
      "excludedDomains" properties consist of non-ascii characters.
      
      BUG=878138
      
      Change-Id: I0b23200349a1aee6ed13adb09f61621ab235917d
      Reviewed-on: https://chromium-review.googlesource.com/1195095
      Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
      Reviewed-by: default avatarIstiaque Ahmed <lazyboy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#587363}
      32ff845f
    • Han Leon's avatar
      [OnionSoup] Use mojom NotificationData instead of WebNotificationData inside Blink · bf70c90e
      Han Leon authored
      This CL is part of Onion Soup effort for Notification APIs, trying to
      use blink::mojom::blink::NotificationData everywhere instead of
      blink::WebNotificationData inside Blink.
      
      Also, this CL removes typemapping between blink::WebNotificationData and
      blink.mojom.NotificationData, thus building notification.mojom no longer
      needs to depend on WebXXX types, which makes it possible for us to move
      notification.mojom into blink/public/mojom/notifications/ for next step,
      further, notification.mojom movement will facilitate moving
      content/common/service_worker/service_worker.mojom into
      blink/public/mojom/ in future.
      
      After this CL, the only usage of blink::WebNotificationData is to carry
      notification data from Content layer into Blink, which is dispatched via
      content.mojom.ServiceWorker.DispatchNotification{Click, Close}Event.
      
      BUG=595685,789854
      
      Change-Id: I2ce6141c55fe874ab11f9f236b4734b9a9d79617
      Reviewed-on: https://chromium-review.googlesource.com/1192360
      Commit-Queue: Han Leon <leon.han@intel.com>
      Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
      Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
      Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#587362}
      bf70c90e
    • Matt Falkenhagen's avatar
      service worker: Add storage section to README. · 504ec5fc
      Matt Falkenhagen authored
      Thanks to Joshua Bell for explaining Quota Manager to me.
      
      Bug: 795989
      Change-Id: I9a26a93f52687761419dc387e37d1baccf04671e
      Reviewed-on: https://chromium-review.googlesource.com/1194805
      Commit-Queue: Matt Falkenhagen <falken@chromium.org>
      Reviewed-by: default avatarHiroki Nakagawa <nhiroki@chromium.org>
      Reviewed-by: default avatarJoshua Bell <jsbell@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#587361}
      504ec5fc
    • Ted Choc's avatar
      Add strict mode exemption to DeviceUtils#addDeviceSpecificUserAgentSwitch · f6599ea6
      Ted Choc authored
      BUG=878704
      
      Change-Id: I30dbc348c2a8b5e7440822993dae21c92784fa47
      Reviewed-on: https://chromium-review.googlesource.com/1195922Reviewed-by: default avatarJinsuk Kim <jinsukkim@chromium.org>
      Commit-Queue: Ted Choc <tedchoc@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#587360}
      f6599ea6
    • Johann's avatar
      Roll src/third_party/libaom/source/libaom/ 10df8d1b5..75b9859ca (33 commits) · 89164d99
      Johann authored
      https://aomedia.googlesource.com/aom.git/+log/10df8d1b5861..75b9859caeeb
      
      $ git log 10df8d1b5..75b9859ca --date=short --no-merges --format='%ad %ae %s'
      2018-08-27 binpengsmail Skip setup_buffer_ref_mvs_inter for skipped frames
      2018-08-28 binpengsmail Add webm support in video_reader.c
      2018-08-20 huisu Fix the model for 4-partition pruning
      2018-08-17 grant.hsu Early skip of compound search
      2018-08-24 tomfinegan Add obu_util and reorganize OBU support code.
      2018-08-21 tomfinegan Implement aom_codec_get_global_headers for AV1.
      2018-08-27 ycho [dist-8x8] Enforce partition and tx size 8x8 or larger
      2018-08-27 ranjit.tulabandu Refine luma transform rd evaluation
      2018-08-24 tomfinegan Add API hooks for setting chroma subsampling values.
      2018-08-27 binpengsmail Refactor: Remove code use dir to select ref_frame
      2018-08-17 grant.hsu Early skip in handle_intra_mode
      2018-08-28 sanampudi.venkatarao Optimize highbd inv_txfm modules
      2018-08-28 ravi.chaudhary Fix enc multi-threading mismatch in screen content
      2018-08-27 debargha Remove spurious printf for debug
      2018-08-24 binpengsmail Apply skip_ref_frame_mask to all sub blocks
      2018-08-25 debargha Change the key-frame q mapping function
      2018-08-23 binpengsmail Refine init value of rate_correction_factors
      2018-08-21 yaowu Add test of color info passing through bitstream
      2018-08-27 sanampudi.venkatarao Optimize highbd 64x64 inv_txfm
      2018-08-25 debargha Free memory if grain addition fails in example
      (...)
      
      Created with:
        roll-dep src/third_party/libaom/source/libaom
      
      Change-Id: I83530e461b38a1b07ccb3ae1766deaae6b3815cd
      Reviewed-on: https://chromium-review.googlesource.com/1195846Reviewed-by: default avatarTom Finegan <tomfinegan@chromium.org>
      Commit-Queue: Johann Koenig <johannkoenig@google.com>
      Cr-Commit-Position: refs/heads/master@{#587359}
      89164d99
    • Alex Newcomer's avatar
      Reland "CrOS Shelf: add background over app list" · 203a8b36
      Alex Newcomer authored
      The original CL was reverted because of a test failure that was since
      then fixed in CL 1194509
      
      This is a reland of 468ce86a
      
      Original change's description:
      > CrOS Shelf: add background over app list
      >
      > Currently the shelf is fully transparent when the app
      > list is open. In thr new UI, we want to make it slightly
      > darker to distinguish it from the app list.
      >
      > Bug: 878601
      > Change-Id: I5167e684e174c2d48334f45fa9b1c66e79ba32b7
      > Reviewed-on: https://chromium-review.googlesource.com/1194067
      > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org>
      > Commit-Queue: Manu Cornet <manucornet@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#587137}
      
      TBR=xiyuan@chromium.org
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      
      Bug: 878601
      Change-Id: Ife5ed29f3c325de1665181cac2eb5fe1b39971fc
      Reviewed-on: https://chromium-review.googlesource.com/1196144
      Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
      Reviewed-by: default avatarAlex Newcomer <newcomer@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#587358}
      203a8b36
  2. 29 Aug, 2018 34 commits