- 14 Apr, 2020 40 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/573da20d98ff..8c8408b7248c Created with: gclient setdep -r src-internal@8c8408b7248c 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 xhwang@google.com,yutak@google.com,rhalavati@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:138961540,chromium:149354484,chromium:153387728 Tbr: xhwang@google.com,yutak@google.com,rhalavati@google.com Change-Id: Ib599d381d7b7a50563b2dd1815ba0d6d403dda43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148106Reviewed-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@{#758760}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7f5e955d. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" c53a40f4 "Update size.attributes.parse.trailingjunk" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 380347e7 "[css-masking] Migrate clip-path-columns-svg-clippath-usou.html to WPT" 2f3bb77d "[device-orientation] Upstream web tests to WPT" d53acfce "[css-grid] Migrate positioned-grid-items-crash.html to WPT" 03a85d57 "[client hints]: Properly apply persisted accept-CH policy in 3P context" f064e48f "Make will-change: backdrop-filter a containing block for fixed and abs" c21ee9b0 "[css-masking] Migrate clip-path-descendant-text-mutated.html to WPT" 8ab053d0 "[css-flexbox] Move stretch-table-child.html test to WPT" c05b5149 "[css-flexbox] Move relpos-with-scrollable-with-abspos-crash.html to WPT" 3e02f51b "[css-grid] Migrate stale-grid-layout-2.html to WPT" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I39e3c39fddc788aa9a179ff0897bd47fe405a803 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148091Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#758759}
-
Rohit Agarwal authored
Autofill assistant (AA) intents should be handled with AA only. Currently, ExternalNavigationHandler#shouldOverrideUrlLoadingInternal is unaware of target intent type and because of that AA intents which are not handled by the AA handler (for example AA intent sent from incognito) are launched as external intent. This CL 1) Simplifies and restricts the AA intents to be handled only with AA by introducing another abstract method isIntentToAutofillAssistant in ExternalNavigationDelegate and its implementation in ExternalNavigationDelegateImpl. It invokes AutofillAssistantFacade#isAutofillAssistantByIntentTriggeringEnabled internally. 2) AA intents not handled by AA now results in either 2a) OVERRIDE_WITH_CLOBBERING_TAB, in case a browser fallback url is provided. 2b) NO_OVERRIDE, in case a browser fallback url is not provided. This CL also adds unit tests spliced on browser fall back url and profile type. Bug: 1069459 Change-Id: Ia7517ff05963c1335d23796b5eaafb1af9155773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144037Reviewed-by:
Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Cr-Commit-Position: refs/heads/master@{#758758}
-
Benoit Lize authored
PartitionFree() should not be called on data allocated with PartitionRoot*Generic*Alloc(). This happens to work, but is incorrect. This is part of a larger refactoring of PartitionAlloc (see linked bug). Bug: 1061437, 787153 Change-Id: Iad10ca5c89ed466584c7576958dbf8e77a243b6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144139Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#758757}
-
Jiewei Qian authored
This resolves an race condition when an App is session restored, and its file handling is being force enabled. FileHandlingExpiry service involves IPC calls, whose replies are received after ForceEnableFileHandlingOriginTrial. This causes FileHandlerManager to disable the App's file handling, if the App does not hold a valid origin trial token (even though File Handling was force enabled, and should not require a origin trial token). Fixed: 1064814 Change-Id: I294070a5cac4645784ff1d773c6f7845772b45b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143773 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#758756}
-
Jinsuk Kim authored
This CL updates the parameters passed around NewTabPage and the inherited pages(Incognito, Feed). Rather than passing ChromeActivity itself, we basically pass all the specific dependencies instead. Other changes are: - NativePageFactory is now non-static, and can be obtained from TabDelegateFactory.getNativePageFactory() - NewTabPageUma is non-static as well. Managed by NativePageFactory. Use of TabImpl.getActivity() used to obtain ChromeActivity dynamically was deleted along the way. Bug: 952703 Change-Id: I65e8c14ecfd61f0dc1bb64e2ddd9bee46d75f2eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131674 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#758755}
-
Colin Blundell authored
This CL removes the remaining deps on Tab from InterceptNavigationDelegateImpl in order to make it suitable for componentization and sharing with WebLayer. To do so, observance of the Tab is moved to InterceptNavigationClientImpl. There is a slight reordering of method ordering calls in order to so: InterceptNavigationClientImpl starts observing the Tab immediately after the construction of InterceptNavigationDelegateImpl whereas that observance currently starts in the middle of the InterceptNavigationDelegateImpl constructor. However, no observer callbacks can happen as a result of the code running in the InterceptNavigationDelegateImpl constructor (and the TabImpl#addObserver call itself does not cause any observer callbacks), so this reordering is harmless. Bug: 1031465 Change-Id: Ic1f43d91076c414f095dd84f37bc24ca8a904e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135749 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#758754}
-
Jeevan Shikaram authored
Remove the App Management flag as the feature is fully launched since M79. Bug: 1065766, 1068530 Change-Id: Iac13b9f64d3675363b6f8871aa2ba9fa77f443c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130462Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Cr-Commit-Position: refs/heads/master@{#758753}
-
Frédéric Wang authored
This CL adds a parameter to StretchyOperatorShaper::Metrics that returns the italic correction of individual glyphs [1] and glyph assemblies [2]. This is a follow-up of [3] and will be used for MathML layout. [1] https://docs.microsoft.com/en-us/typography/opentype/spec/math#mathglyphinfo-table [2] https://docs.microsoft.com/en-us/typography/opentype/spec/math#glyphassembly-table [3] https://chromium-review.googlesource.com/c/chromium/src/+/2100940 Bug: 6606 Change-Id: I5cb1e72ed2dbaba516b7ffc5893ce0cf1ea8f3c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144961Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#758752}
-
Yan, Shaobo authored
Current Shared Image system lacks of supporting for producing dawn object from a resource created by gl backing factory. This ability is required in an important API CopyImageBitmapToTexture from WebGPU. This patch support ProduceDawn in SharedImageBackingFactoryGLTexturePassthrough by: 1. Creating an internal used backing buffer and use copyTexutureCHROMIUM to copy from original gl backing resource to it. Passthrough command buffer rely on ANGLE's support of copyTextureCHROMIUM 2. ProduceDawn on the internal backing buffer. For validating command buffer, a copyTextureCHROMIUM like API needs to be implemented. BUG=1036142,966582 Change-Id: I24ccaaa589d90a7a1101228155c6eafaf173b2e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2073858 Commit-Queue: Shaobo Yan <shaobo.yan@intel.com> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#758751}
-
Reilly Grant authored
This change adds temporary info-level log messages around code called when a wake lock is released to debug an Android-specific failure which is not reproducible on a local build. Bug: 1064550 No-Presubmit: true Change-Id: I7bb461c0407857c93792511c0f0a2d33e9000bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147926 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Auto-Submit: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#758750}
-
rbpotter authored
Since we are not writing a new implementation for cloud print interface, remove cloud_print_interface_manager.js and use addSingletonGetter for the cloud print interface, to make it more similar to the pattern used by other Web UIs. Change-Id: If355914ed3f47083795e33c8e1f63b8463cd4d91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146213 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#758749}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3ce8c96ad90a..5e43b27e8b45 git log 3ce8c96ad90a..5e43b27e8b45 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 mathias@chromium.org Reformat module.json files Created with: gclient setdep -r src/third_party/devtools-frontend/src@5e43b27e8b45 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:1070492 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I6089fc6f56f94389b134154b6c2acba78d1a2f17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148105Reviewed-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@{#758748}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f50063625a0c..ad653d8378d7 git log f50063625a0c..ad653d8378d7 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 cf2c8e6068c8..dee4d7a54e44 (5 commits) 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 94450aa9..8ab26431 (253 commits) Created with: gclient setdep -r src/third_party/skia@ad653d8378d7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC kjlubick@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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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: kjlubick@google.com Change-Id: I45afcf50f0886101c6f3e65cd54e4d4d826a44f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148102Reviewed-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@{#758747}
-
Koji Ishii authored
This patch adds checking CullRect in |NGBoxFragmentPainter|. The logic is the same as |NGPaintFragment| versions of the corresponding functions. Bug: 982194 Change-Id: Iaf1c7bdf9ac04ced4a772ee04f2f8497e1cb8911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145522Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#758746}
-
Victor Costan authored
On Windows builds, the method name Scheduler::GetCurrentTime() conflicts with the GetCurrentTime() macro defined in //base/win/windows_types.h. Scheduler::GetCurrentTime() is referenced in a MOCK_CONST_METHOD0 macro, which has been re-implemented recently in googletest. Under the new implementation, the naming conflict results in the compilation error in in https://crbug.com/1070043#c2. This CL fixes the naming conflict by renaming Scheduler::GetCurrentTime(). No behavior changes are expected. Bug: 1070043 Change-Id: Ifd9040083b948ed457ddeb156677cfa84ff331c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146350Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#758745}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/d9e072e138e6..573da20d98ff Created with: gclient setdep -r src-internal@573da20d98ff 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 xhwang@google.com,yutak@google.com,rhalavati@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: xhwang@google.com,yutak@google.com,rhalavati@google.com Change-Id: Ic9ab179fa0b167dd6623a200df9fb6a007ae2d25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148489Reviewed-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@{#758744}
-
Austin Tankiang authored
Bug: 1069669 Change-Id: Iebbe4b6f8461639f780918322da87dd413c4f1a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147989Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#758743}
-
hrome://appsDaniel Murphy authored
I accidentally didn't associate the uninstall window to the browser window when updating the uninstall code to support BMO. R=calamity@chromium.org, loyso@chromium.org Fixed: 1070159 Change-Id: I2fa4e50bd28af7283b57491d0e49c3a60350566a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147545 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#758742}
-
Sujie Zhu authored
We missed cleaning up several TODOs in https://chromium-review.googlesource.com/c/chromium/src/+/2103654 Bug: 1059087 Change-Id: Id65eb7a906af95b8cc3eacc1aaad45b3279cdbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148081 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#758741}
-
Matt Menke authored
We want to get rid of the single argument call as the two argument methods are safer and more flexible. Bug: 1068194 Change-Id: If94b80790e8dc3d9a8b634ad65d6c10f564b694b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146091 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Auto-Submit: Matt Menke <mmenke@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#758740}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b71a96f818c6..08f4d59e0b17 git log b71a96f818c6..08f4d59e0b17 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 Jianning) Ding Decode the returned encoded bytes of subprocess.check_all/check_output. Created with: gclient setdep -r src/third_party/depot_tools@08f4d59e0b17 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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: chromium:1068779 Tbr: agable@chromium.org Change-Id: I59323b98c1d6f31cc004639eedc8bbcc5afe0fff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148101Reviewed-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@{#758739}
-
Tanmoy Mollik authored
Currently ProfileDataCache doesn't support vector graphics. This cl replaces the use of Bitmap with Drawable in ProfileDataCache.BadgeConfige so that vector graphics can be provided to it. Also this cl adds a new factory method in ProfileDataCache to create an instance of this class with a provided badge resource id. Bug: 1064957 Change-Id: I23e5417611787f5d3d17f1a2b81c195bcea781ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130246 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#758738}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile without argument is getting deprecated. Use cases of this call that only refer to incognito or guest mode can use GetPrimaryOTRProfile() instead. All calls to this function in c/b/apps/platform_apps/* are updated. This CL does not make any behavioral changes. Bug: 1060940 Change-Id: I3b7c0abc5487711936a028549c21b28b8cc50fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135751Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#758737}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/7c51f5914703..3ce8c96ad90a git log 7c51f5914703..3ce8c96ad90a --date=short --first-parent --format='%ad %ae %s' 2020-04-14 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. 2020-04-14 kimanh@chromium.org Add e2e test for setting a breakpoint in wasm Created with: gclient setdep -r src/third_party/devtools-frontend/src@3ce8c96ad90a 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I3809f6d0839c252d799a0296ca45b280041b925d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148487Reviewed-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@{#758736}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0574822f9f69..8a948a3e2b43 git log 0574822f9f69..8a948a3e2b43 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision edcfd61b..41d2eaa4 (758565:758687) Created with: gclient setdep -r src/third_party/webrtc@8a948a3e2b43 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: I2f742a0242cadf8c8cdcccd05bb28d198dd9ae5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148486Reviewed-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@{#758735}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/297fffa4987b..a79a2f646d24 git log 297fffa4987b..a79a2f646d24 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 pwang@chromium.org telemetry: Make CrOSInterface::_GetMountSourceAndTarget more robust. Created with: gclient setdep -r src/third_party/catapult@a79a2f646d24 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@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:chromeos-kevin-rel;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: chromium:1057755 Tbr: sadrul@google.com Change-Id: I93b3a77795ebf290ec5e2866d335a083e619256b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148485Reviewed-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@{#758734}
-
Yuki Yamada authored
Makes BeginFrameProvider a GarbageCollected class, and also makes BeginFrameProvider a GarbageCollectedMixin class. This was split into multiple CLs. Another CL: https://chromium-review.googlesource.com/c/chromium/src/+/2145746 Bug: 1049056 Change-Id: I0346e4db178b0cf85e08e2b4e54c961872457e37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145739Reviewed-by:
Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#758733}
-
https://crbug.com/1006814Fergal Daly authored
Bug: 1006814 Change-Id: I2678fe90ca62b7940b49830233278c27bc39ee39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143180 Commit-Queue: Fergal Daly <fergal@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#758732}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: Id332b7292a6ca080760fd0cf0c62d29043200a15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145745Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758731}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4f17b60208fa..f50063625a0c git log 4f17b60208fa..f50063625a0c --date=short --first-parent --format='%ad %ae %s' 2020-04-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 9d2fd9c161ab..711867566999 (3 commits) Created with: gclient setdep -r src/third_party/skia@f50063625a0c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC kjlubick@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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;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: kjlubick@google.com Change-Id: Ic0a4e8d5ccf9594cb1e8fb268a55a07a505af837 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148483Reviewed-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@{#758730}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: I65ca59280e0c913bdb18eef57c9aeaa621f6adc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147480Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758729}
-
John Z Wu authored
Also updated unit tests. Bug: 1069338 Change-Id: Ib5117cb42990020d4de14c7388141b26605115f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146140Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#758728}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/46572440189e..4d2298bfd78a git log 46572440189e..4d2298bfd78a --date=short --first-parent --format='%ad %ae %s' 2020-04-14 cnorthrop@google.com Support multiple swizzled out operands (#2175) Created with: gclient setdep -r src/third_party/glslang/src@4d2298bfd78a 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,timvp@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,timvp@google.com Change-Id: I3e33b13608d183cdac6c15c4e5c1151c3ce05934 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148479Reviewed-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@{#758727}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 41d2eaa4. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" c53a40f4 "Update size.attributes.parse.trailingjunk" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 380347e7 "[css-masking] Migrate clip-path-columns-svg-clippath-usou.html to WPT" 2f3bb77d "[device-orientation] Upstream web tests to WPT" d53acfce "[css-grid] Migrate positioned-grid-items-crash.html to WPT" 03a85d57 "[client hints]: Properly apply persisted accept-CH policy in 3P context" f064e48f "Make will-change: backdrop-filter a containing block for fixed and abs" c21ee9b0 "[css-masking] Migrate clip-path-descendant-text-mutated.html to WPT" 8ab053d0 "[css-flexbox] Move stretch-table-child.html test to WPT" c05b5149 "[css-flexbox] Move relpos-with-scrollable-with-abspos-crash.html to WPT" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I4c074bb4284f5581bc3c48fc7dcd36625e4e7aa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144220Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#758726}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a01816b0bae9..b71a96f818c6 git log a01816b0bae9..b71a96f818c6 --date=short --first-parent --format='%ad %ae %s' 2020-04-14 yiwzhang@google.com Replace customzied test failure assertion with ResultReasonRE from engine Created with: gclient setdep -r src/third_party/depot_tools@b71a96f818c6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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: agable@chromium.org Change-Id: I2700144d3fd99e32f695e7dc75c8d4b2ed628a18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148477Reviewed-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@{#758725}
-
Shakti Sahu authored
This CL adds : 1 - Submit query and show SRP on the last level tile click 2 - Shorten most visited tile section to 1 row for smaller screens Bug: 1068308 Change-Id: Icae29ad8bcc563ca6cfa3bfd35d18fa90ff65b7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147041 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#758724}
-
Mitsuru Oshima authored
* Screenshot should still work if the power button is pressed first. Bug: 1024118 Test: Covered by unittests. Manually tested on Slate. Change-Id: I14c07d0f8419b5755776346d2c5f5e2e156861c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130638 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#758723}
-
Shakti Sahu authored
This CL attempts to create MVC for the fake search box. Fake search box is used from NTP and TasksView as well. Extracted most of the view details into properties. There are still a few issues specific to NewTabPageLayout where we directly try to set padding on the fake box. Bug: 1069194 Change-Id: Icaa919e2de302a8d398eb8fd42cb0afd1f6c7040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141200 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#758722}
-
Ramin Halavati authored
Profile API is being updated (issue 1033903) and the usage of GetOffTheRecordProfile without argument is getting deprecated. Use cases of this call that only refer to incognito or guest mode can use GetPrimaryOTRProfile() instead. All calls to this function in c/b/app_list/* are updated. This CL does not make any behavioral changes. Bug: 1060940 Change-Id: I886bead3bca36605f4c3aedc59707403850f0c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131628Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#758721}
-