- 05 Dec, 2019 40 commits
-
-
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}
-
Kalpak Tapas authored
This CL simplifies the code in pdfium_page_unittest.cc by refactoring similar implementations of comparing PDF text runs into a new method. Bug: 1008775 Change-Id: Ia6eedf03d3fb01118c919ae2f464bec0de842824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946190 Commit-Queue: Kalpak Tapas <katapas@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#721855}
-
Tim Song authored
This is a private API for getting the device state for enterprise reporting. This CL uses a stub implementation for now. Platform-specific implementations will be added in future CLs. TEST=manual + unit test with stub BUG=996079 Change-Id: I2bb1d6035c11dea530058582b51835197b8da462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846754 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Gustavo Sacomoto <sacomoto@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#721854}
-
Kuo Jen Wei authored
Bug: 1029935 Test: Clicking background of inner nested setting view jump out of all other setting view. Change-Id: I52bd98e1c38af34b0dd014bf91c9710e4c6f6d62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949842 Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#721853}
-
Robert Liao authored
BUG=979530 Change-Id: I9076be03d1eb8b4b71679a955447c6dd5a2e9991 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1949104 Commit-Queue: Robert Liao <robliao@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#721852}
-
Austin Eng authored
Bug: 852089 Change-Id: I427156e90e012a8d1e45f8d9ed24d8daabbdc4ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894495Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#721851}
-
Gyuyoung Kim authored
There is a still old uses of P2PSocketManager interface in P2PSocketDispatcher class. This CL converts them to new Mojo types. - Convert ThreadSafeP2PSocketManagerPtr to mojo::SharedRemote - Convert P2PSocketManagerPtr to mojo::PendingRemote<P2PSocketManager> - Convert P2PSocketManagerRequest to mojo::PendingReceiver<P2PSocketManager> Bug: 955171, 978694 Change-Id: Ibdffcdb6bb1c08afad58bf39592fad1fe8eccff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924331Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#721850}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/270946946c93..b198c7757765 git log 270946946c93..b198c7757765 --date=short --first-parent --format='%ad %ae %s' 2019-12-05 tsepez@chromium.org Provide a FPDF_LoadXFA() stub even when XFA not present. 2019-12-05 thestig@chromium.org Fix some nits in parser crypto code. 2019-12-04 asweintraub@google.com Add Apache license to PDFium LICENSE file. Created with: gclient setdep -r src/third_party/pdfium@b198c7757765 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: Ie5f2fa6d521b92db15a1b76f756f52dfd92981be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952190Reviewed-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@{#721849}
-
sreejakshetty@chromium.org authored
Currently the process binding strength of the page in back-forward cache is same as foreground page. We want to set the process binding strength of the page once it enters the back-forward cache to the same level as background tabs to ensure that the OS can kill a process with bfcached page instead of the process with foreground page. Bug: 998608 Here is the document explaining more details: https://docs.google.com/document/d/12xiw5jqR7A_cvpDYPoX1dyv0XyMPJJVh1uEHZRyE8TE/edit?usp=sharing Change-Id: I6dd9fbaf90b6640c602734784dc5c51338a115a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893067 Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#721848}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/69c83f87ced1..98d6edc69428 Created with: gclient setdep -r src-internal@98d6edc69428 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: None Tbr: jbudorick@google.com Change-Id: I52b6f79c762c919ebf1d0ca49369691c9d8505c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952177Reviewed-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@{#721847}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=abdulsyed@chromium.org Change-Id: Ic7ac716d80e755b4788ebec7ab47cd9ffeb21ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1951585Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#721846}
-
George Burgess IV authored
Chrome OS can't roll Chrome due to crbug.com/1030099. Given our proximity to the branch, a source-level workaround, if simple, seems prudent. Adding `optnone` here appears to be that workaround. Bug: 1030099 Change-Id: I9c5ddbff3715e44f26f628b5540b1455ab56ba79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1952383Reviewed-by:
Patti <patricialor@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#721845}
-