- 05 Dec, 2019 40 commits
-
-
Chase Phillips authored
This CL extends the manifest scope behavior so a server can override the default scope. The default scope for a new AppCache instance is the manifest URL with an empty path. An upcoming change will update the default to be the manifest URL without the manifest filename. If a server wants to support the behavior that a manifest can specify resources outside of that scope, the server can pass a response header in their 200 or 304 response named X-AppCache-Allowed. The value of this header must be a URL path and have a last character equal to a forward slash. Bug: 999001 Change-Id: I0277c5ab0645346c4a7c6d5eec5ea67c9cbeeda2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935035 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#721895}
-
Meilin Wang authored
This CL: 1. Added a new class AmbientModeState to store states related to this mode. 2. Wired up AssistantManagerServiceImpl to observe the new state change in order to update action module as necessary. Misc: Fixed linter warnings. Bug: b/139698911 Test: run unittests added in this change Change-Id: I4dd078c19cc2ce73a8262fe3cfc0c39308949e82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906932 Commit-Queue: Meilin Wang <meilinw@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#721894}
-
Jie Jiang authored
Currently RFCOMM is not available on arcvm because we need some operations (listen(), connect(), etc.) on the bluetooth socket in Android, which is not supported by VSockProxy. This change moves such operations into Chrome. See http://ag/9487891 for change in Android. - For RFCOMM listen, we keep the listening socket in Chrome. When a new connection is accepted, we give the new socket by accept() to Android. - For RFCOMM connect, we keep the socket when connection is not established. When connect is ready, we give this socket to Android. - We use mojo interface to wrap the sockets live in Chrome. The following events (e.g., connect() succeeds) are notified via these interfaces. BUG=b:142090057 TEST=cts-tradefed run commandAndExit cts -m CtsBluetoothTestCases; manually wrote some apps, Android on DUT can communicate with my workstation via RFCOMM, both as client and server Change-Id: If366aaeca5297a011bbd9ff6584831afbf2b86ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837329 Commit-Queue: Jie Jiang <jiejiang@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Miao-chen Chou <mcchou@chromium.org> Cr-Commit-Position: refs/heads/master@{#721893}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f2a6f1d0a4f3..d056ed33f541 Created with: gclient setdep -r src-internal@d056ed33f541 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1024588 Tbr: jbudorick@google.com Change-Id: I5cd75ec89f635fc69044bfb47803208bc955d344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952293Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721892}
-
Yutaka Hirano authored
For better understanding of request failures Bug: 1018050, 1009889 Change-Id: I1581672378bff9668cf4066cbad872e16acdab9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950265 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#721891}
-
Kuo Jen Wei authored
As the TOT of CCA source will ship with different chrome version branches, we no longer need to check chrome version for compatibility in different chrome version. Bug: b/141518780 Change-Id: I1562dd39f57dd79b7318b136ca6c3e86b4c6396e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952059 Commit-Queue: Kuo Jen Wei <inker@chromium.org> Commit-Queue: Shik Chen <shik@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#721890}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/42b3b9c4131a..7ecb9268dfeb git log 42b3b9c4131a..7ecb9268dfeb --date=short --first-parent --format='%ad %ae %s' 2019-12-04 rharrison@chromium.org Merge two calls to InitializeHLSL into one Created with: gclient setdep -r src/third_party/dawn@7ecb9268dfeb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I8f182238eaf67582e1b3f2caed721838925e06d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952175Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721889}
-
Chase Phillips authored
This CL adds support for persisting the manifest version and scope in the DB: * Adds the manifest_version and manifest_scope fields to the Caches table via a new database schema version (version 9) * Modifies AppCacheDatabase methods for reading and writing these fields * Updates AppCacheStorageImpl to carry these values into and from a group record * Adds an AppCacheBackfiller to fill in the manifest version and scope fields Bug: 999001 Change-Id: Idbda1618dd8bf4e81de3a7f8a79bafe3fed0959f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935034Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/master@{#721888}
-
Yutaka Hirano authored
...to investigate a DCHECK failure in ClusterFuzz. Bug: 1027957 Change-Id: I9dbee9026afc93b227a6579552d921077d5aebe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952061 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#721887}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ab60e2ade15b..4629de24ad8b git log ab60e2ade15b..4629de24ad8b --date=short --first-parent --format='%ad %ae %s' 2019-12-05 primiano@google.com Delete CONTRIBUTING.md symlink 2019-12-05 primiano@google.com Merge "Improve docs" Created with: gclient setdep -r src/third_party/perfetto@4629de24ad8b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: Iece177bc51c5e8a5830647256e343ba509d267f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952176Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721886}
-
Hayato Ito authored
Follow-up of the review comment: https://crrev.com/c/1906452/6/third_party/blink/renderer/modules/service_worker/service_worker_timeout_timer.h#109 Prefer separate functions, EnqueueNormal(...) and EnqueuePending(...), to just one PushTask(Task) function, so that callers don't have to create a Task on caller sides. This CL also renames ServiceWorkerEventQueue::Task to ServiceWorkerEventQueue::Event, and does necessary changes accordingly. We no longer use a word of *task* in ServiceWorkerEventQueue because using both tasks and events in ServiceWorkerEventQueue is slightly confusing. It would be better to use Event consistently because its meaning is clear in this context. Bug: 965802 Change-Id: I18b133429e4636eef69cfc4e79c33b13be978ef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1948368 Commit-Queue: Hayato Ito <hayato@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#721885}
-
Eric Willigers authored
InstallableManager now supports webp icons for desktop PWA installs, in addition to png and svg icons. TBR=mmenke@chromium.org Bug: 466958 Change-Id: I47fe3ae5c4d96fabba7dbc2d839d8e299df47355 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942904 Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#721884}
-
Nicholas Hollingum authored
Based on go/crostini-self-activate, we implement the wiring to allow crostini windows to activate themselves. This involves: - Hooking the surface request up to the shell_surface - Building the exo::Permission framework suggested by oshima@ - Building utilities to grant and revoke permissions - Hooking the shelf app controller up so it can grant and remove permissions. This is a remake of crrev.com/c/1850690 Bug: 899587 Change-Id: Ib9c5af8a876fe190fc72be86b873170186c62c0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935771 Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Cr-Commit-Position: refs/heads/master@{#721883}
-
Jiawei Shao authored
This patch is the first one to implement requesting a GPUDevice with a descriptor that indicates the required extensions on this device. With this patch a WGPUDeviceDescriptor is sent from Blink to the GPU process so that we can specify the required extensions when creating the Dawn Device object. In the next patch we will add the callback to receive the device id after the creation of the Dawn Device object in the GPU process. BUG=chromium:996713 Change-Id: If0ce899b17f36fe3f87af497d2e6af1189cc5a3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938834 Commit-Queue: Jiawei Shao <jiawei.shao@intel.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#721882}
-
Hitoshi Yoshida authored
This CL does not prevent to access ditionary members that have not-enabled [RuntimeEnabled] from C++ code. Data conversions between Blink and V8 check the features' status. Bug: 839389 Change-Id: If8986ce837ab92c536d7d27b262e15f220d4d4fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947612Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#721881}
-
Christopher Lam authored
This CL pulls the opacity settings of cr-toggle ripples into the centralized color style sheet. This makes cr-toggle colors more consistent with cr-radio-button which uses a paper-ripple-opacity of 1 in order to allow the ripple opacity to be specified as part of the ripple color. Bug: 1018654 Change-Id: Idb93737176d4ab2a74b307ae784bd9bf306fc41d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1935774Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#721880}
-
Dominic Farolino authored
Renamed classes: - SharedURLLoaderFactoryInfo => PendingSharedURLLoaderFactory - URLLoaderFactoryBundleInfo => PendingURLLoaderFactoryBundle Renamed variables: - script_loader_factory_info => pending_script_loader_factory - shared_url_loader_info => pending_shared_url_loader_factory - network_factory_info => pending_network_factory - network_loader_factory_info => pending_network_loader_factory - url_loader_factory_info => pending_url_loader_factory - loader_factory_info => pending_loader_factory - fallback_factory_info => pending_fallback_factory - factory_info => pending_factory - subresource_loader_factory_bundle_info => pending_subresource_loader_factory_bundle Renamed files: - cross_thread_shared_url_loader_factory_info.{h,cc} => cross_thread_pending_shared_url_loader_factory.{h,cc} - network_download_url_loader_factory_info.{h,cc} => network_download_pending_url_loader_factory.{h,cc} Bug: 955171 Change-Id: I62f9babca56eb1257ccb6e1a14b28d39b159cb75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1945987 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#721879}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/738d06da1f6f..2e8ff9ca1328 git log 738d06da1f6f..2e8ff9ca1328 --date=short --first-parent --format='%ad %ae %s' 2019-12-05 kayce@google.com DevTools: Update What's New for Chrome 80 Created with: gclient setdep -r src/third_party/devtools-frontend/src@2e8ff9ca1328 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:986998 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Icecbb7364a5316c0e7a7c651521e742267157929 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952488Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721878}
-
Jason Chase authored
Previously, origin trials could only be enabled in secure contexts. This restriction makes sense for new, experimental features. However, for trials to extend the use of deprecated features, this restriction is less useful. See crbug.com/1027546 for details. This CL removes the global restriction to secure contexts. Instead, it is now possible to allow specific trials to be used in insecure contexts. For now, only a single test trial is hard-coded to allow insecure contexts. A follow-up CL will implement configuration for deprecation trials to allow insecure contexts. NOTE: All tokens will now be parsed and validated in insecure contexts. Previously, the insecure context check happened first, and would exit early before token validation. This means extra work is done for regular trial tokens. That can't really be avoided, as the token has to be parsed to get the trial name. Bug: 1027546 Change-Id: Ia37422ade598561909006425464fad20775eb44a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932241 Commit-Queue: Jason Chase <chasej@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#721877}
-
Hiroki Sato authored
Sometimes Android sets the focus (via a11y event of VIEW_FOCUSED) to the collection (list/grid). This invokes ChromeVox to read entire content of the collection. This CL adds following logic to handle the situation: 1. If a role of a node is kList or kGrid, CanBeAccessibilityFocused returns false. 2. When a11y event of VIEW_FOCUSED is dispatched, instead of directly assigning event source as a focus, try to find the first focusable node under the event source. element of the node gets ChromeVox focus. Bug: b:130185621 Test: unit_tests --gtest_filter="AXTreeSourceArcTest.*" Test: manual. Open PlayStore/Hangouts and open drawer menu. The fist Change-Id: Ic85f05711fbd9cff2e2e074a01daa37c09d71bff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1942902 Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#721876}
-
Bartek Nowierski authored
This change adds use counters for counting V8 function calls in detached windows. They aren't emitted the usual way, because the use counter infrastructure doesn't work on detached windows. Instead they're plumbed through instance counters to be emitted via UKM. Bug: 1018156 Change-Id: I2c85604c9a96b9aec50896a74c089cf5eacfa61d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925839 Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Primiano Tucci <primiano@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#721875}
-
behdad authored
If the reporter in the stage of beginImpl is replaced with a new reporter, that means that Impl frame has caused no damage, and should not be reported as MissedFrame. Bug: chromium:1030304 Change-Id: I248a4dabf848e2ef6fc752c9388f60a6118092d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951651 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#721874}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b198c7757765..1077a87feff3 git log b198c7757765..1077a87feff3 --date=short --first-parent --format='%ad %ae %s' 2019-12-05 tsepez@chromium.org Give UnownedPtr<> a move ctor and move assign operator. Created with: gclient setdep -r src/third_party/pdfium@1077a87feff3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Icf3669cb929239b8b30993421a76edb613ae1010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952487Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721873}
-
Takashi Toyoshima authored
Change-Id: I32178c4171544265f375d555a1203947ede5b1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950105Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#721872}
-
Adam Rice authored
Remove the "CompressionStreams" flag and enable CompressionStream and DecompressionStream by default. See the "Intent to Ship" thread at https://groups.google.com/a/chromium.org/d/msg/blink-dev/JmwpHPTu3XM/FQQ1fTwxBAAJ BUG=999091 Change-Id: Ic97407e4391f2d0481aaeba1009c18706f036be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950370Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#721871}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/98d6edc69428..f2a6f1d0a4f3 Created with: gclient setdep -r src-internal@f2a6f1d0a4f3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1027573,chromium:1030991 Tbr: jbudorick@google.com Change-Id: I43b9e99f70cf5155140d579625ca0be3f8ab8521 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952486Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721870}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/a727d8080716..dee5b5f3cf3f git log a727d8080716..dee5b5f3cf3f --date=short --first-parent --format='%ad %ae %s' 2019-12-05 chrisforbes@google.com Regres: roll deqp forward to current tip of 1.1.6 Created with: gclient setdep -r src/third_party/swiftshader@dee5b5f3cf3f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I42c93c2c4f862d948096887c73973b7f16723868 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952192Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721869}
-
Miyoung Shin authored
This CL converts KeepAlive mojom interface clients in extension to use BrowserInterfaceBroker, and introduces RegisterBrowserInterfaceBindersForFrame method in ExtensionsBrowserClient class to register the extension interfaces to a binder map for BrowserInterfaceBroker. Bug: 936482 Change-Id: I6e793427ef32138454ae191c8623cabcee9a61f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946188 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#721868}
-
John Lee authored
Since there is no native way to animate scroll with custom easing, speeds, and offsets, a manual animation is needed to animate the scroll position. This CL uses requestAnimationFrame to recursively update the scrollLeft property of the scrolling container. Depending on the refresh rate, the TabList will continuously update its own scroll position based on the time elapsed until the animation time is over. To customize easing, a deceleration function is used to generally mimic slowing of the animation towards the end. Bug: 1023492 Change-Id: Ib89e01c8f9e1fccd3d62b43fb5e7841a1cc311a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951544 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#721867}
-
meacer authored
This CL does the following: - Removes sub headers in the WebUI page ("What this means" and "Why this is happening"). - Removes the last section in WebUI (the text under "Why this is happening") and replaces the text under "What this means" with the final UX strings. - Reuses the strings in the interstitial and the Web UI. - Removes the "Learn more" link from the interstitial since it now has the same text as the WebUI. Screenshots: Interstitial: https://drive.google.com/open?id=1ivy8IypDgqnzGGdgAknQFwvlIYO5myb8 WebUI: https://drive.google.com/open?id=1tVDk0_pK2zcAEanTiNi626OoRIzyQ-iB Bug: 1014711 Change-Id: I3977c393bd4370f977e14b8a37a0836c8ea97457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952028Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#721866}
-
Ankit Kumar 🌪️ authored
Remove pdf file from _EXCLUDED_PATHS in presubmit. The file no longer exists. Change-Id: I740632f3dfb35c490e1cf06bdd2463ea6bac534e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950728Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Cr-Commit-Position: refs/heads/master@{#721865} -
Anushruth authored
This is revert of crrev.com/c/1856871. The issue with content_browsertests seems to be resolved now. R=bpastene@google.com Bug: 1013093 Change-Id: I230fda96bbe6d42c7ddb0e4d739c737cb474ffdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947562Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Anushruth <anushruth@chromium.org> Cr-Commit-Position: refs/heads/master@{#721864}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/e58c080d4f02..0de87ee9a5bf git log e58c080d4f02..0de87ee9a5bf --date=short --first-parent --format='%ad %ae %s' 2019-12-05 johnkslang@users.noreply.github.com Merge pull request #2010 from rnk/pool-alloc-clang Created with: gclient setdep -r src/third_party/glslang/src@0de87ee9a5bf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,geofflang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: radial-bots+chrome-roll@google.com,geofflang@google.com Change-Id: I520725cd2868e6e62ed1246e94187e71c026ff2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951619Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721863}
-
David Dorwin authored
Adds Fuchsia support to InitializeIcuTimeZone() and implements TimeZoneMonitorFuchsia. This causes Chrome's internal time zone to match the system. Note: deprecatedtimezone is still used for exploded time and will be replaced in a separate CL. Bug: 985946 Test: JavaScript `Date()` displays the correct local time and zone. Change-Id: I3ab495ac277f5a53f60a3f51e8b128a12370a99b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877809 Commit-Queue: David Dorwin <ddorwin@chromium.org> Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#721862}
-
Gyuyoung Kim authored
This CL converts the argument type from mojo::InterfaceRequest<Interface> to mojo::PendingReceiver<Interface>. And, all callers start to call it with a pending receiver. Additionally. this CL renames ForwardRequest to ForwardReceiver. Bug: 955171 Change-Id: I88f3d748cfaddf55f42cb7548d537270e4275931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933844Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#721861}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e3c25715ec2b..5f857839b9ec git log e3c25715ec2b..5f857839b9ec --date=short --first-parent --format='%ad %ae %s' 2019-12-05 ianelliott@google.com Improve current multisampled renderbuffer/texture support 2019-12-04 syoussefi@chromium.org Remove build_apk_secondary_abi from gn files Created with: gclient setdep -r src/third_party/angle@5f857839b9ec If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC geofflang@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: geofflang@google.com Change-Id: I5337d739c66aad50ebf2a493a6ef2da6958f08f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950267Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721860}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/6f790e4528b7..738d06da1f6f git log 6f790e4528b7..738d06da1f6f --date=short --first-parent --format='%ad %ae %s' 2019-12-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update Devtools DEPS. 2019-12-04 brcui@microsoft.com Enable Interaction with Device Toolbar while Settings dialog is open 2019-12-04 michael.liao@microsoft.com DevTools [Layers]: Adding ARIA Labels 2019-12-04 michael.liao@microsoft.com [Sources]: Changing placeholder list accessible name Created with: gclient setdep -r src/third_party/devtools-frontend/src@738d06da1f6f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id6a3e481d423a5575c7332b8ed4c10073e08df58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952386Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721859}
-
Scott Haseley authored
Stable finch data did not show any regressions, so enabling this by default. Bug: 968815 Change-Id: I02e080c116e8433520fd2500d76d74fdab98201e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952164Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#721858}
-
Yoichi Osato authored
This CL deletes the default copy constructor and introduce a move constructor instead. That's because we are planning to add a non-copiable member for streaming body to ResourceRequest ("fetch() upload streaming" design doc/ http://bit.ly/2RlBw6x), which is a instance member of FetchParameters. Bug: 787704 Change-Id: I25949176e44b71d2a59d4081455340b65344a7c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947616Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#721857}
-
Rafael Cintron authored
This relands 5c675fd9 CreateSharedImage is not supported in Windows Server 2008 so we need to adjust the test skipping logic. > Enable WebGPU on Skia Renderer > > Implement SharedImageBackingD3D::ProduceSkia and supporting methods. > > Bug: 1021118,1002316 > Change-Id: Ia699bddfa08469b9e151018eca6c5206620cb731 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1938707 > Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> > Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org> > Cr-Commit-Position: refs/heads/master@{#720722} Bug: 1021118,1002316 Change-Id: I09f6a9f5a89f23dd7a0f7e07b94f5cedbae4f613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1947637Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Cr-Commit-Position: refs/heads/master@{#721856}
-