- 18 Feb, 2020 18 commits
-
-
Kent Tamura authored
This CL has no behavior changes. Bug: 1052232 Change-Id: Icb76de7ead3dc4f6e453aaee2af06703d43721ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060394Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#742016}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b60fa4128af2..b861a4a4a354 Created with: gclient setdep -r src-internal@b861a4a4a354 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: I400ee38f2334c80f9e6813844aa144635492f6b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061090Reviewed-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@{#742015}
-
Kinuko Yasuda authored
Remove WebURLRequestToResourceType as now that all the references in content/renderer are gone (after crrev.com/c/2041982 and crrev.com/c/2043265) Also: move some code that needs to use RequestContextType from WebURLLoaderImpl into blink/renderer/platform/loader/fetch/url_loader. Additional context: - I expect that deprecating ResourceType would take more time than RequestContextType at least in //content, so this CL tries to focus on RequestContextType deprecation - While, RequestContextType usage in Blink may also last a bit longer than the deprecation of network::ResourceRequest::fetch_request_context_type. Bug: 1045925 Change-Id: Ie43812962000a93cf0fb51bfc042292ecf271fcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056007 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#742014}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d4c73c6d70e7..2bc3be29bec4 git log d4c73c6d70e7..2bc3be29bec4 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 cjamcl@chromium.org Reland "[Lighthouse] Rename Audits panel to Lighthouse" Created with: gclient setdep -r src/third_party/devtools-frontend/src@2bc3be29bec4 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:10521119 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1a085d6d5ac1a3b3cec192097ecc3636db279c9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061093Reviewed-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@{#742013}
-
Keishi Hattori authored
Adds ContextLifecycleObserver as the base class for ContextLifecycleObserver. This allows us to create ExecutionContext ContextDestroyed observers in platform/. ContextLifecycleNotifier is the bare minimum interface required to implement ContextLifecycleObserver in platform/ Prerequisite for crrev.com/c/2000268 Bug: 1049056 Change-Id: I64c067ce9179b7075ac9d0a8171965c74ce04405 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2046626 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#742012}
-
Matt Falkenhagen authored
This reverts commit a37b994a. Reason for revert: Suspected cause of crashes at https://crbug.com/1052665. Original change's description: > Crash fix: notify browser nodes when extra mac nodes change > > When a table is updated, it clears the extra mac nodes. This means the > cached _children in BrowserAccessibilityCocoa need to be invalidated. > > By adding a call to OnAtomicUpdateFinished(), the correct > invalidation code path is now executed. It calls OnDataChanged() on > each node, which calls childrenChanged() on BrowserAccessibilityCocoa. > > Bug: 1050598 > Change-Id: I4d401aaf8ce768d171160ce232a2b1d118f37a90 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048030 > Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> > Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741346} TBR=dmazzoni@chromium.org,nektar@chromium.org,aleventhal@chromium.org,iapres@microsoft.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1050598, 1052665 Change-Id: I660e0d01abeabfe64f5791bdc33bbd0b4e7e4e83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060432 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#742011}
-
Ryan Sturm authored
Adds a launch entry for PreconnectToSearch. Bug: 1036489 Change-Id: Ie0aa87c78eefe50e78f50772be75f3a590b45f82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061111Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#742010}
-
Luciano Pacheco authored
Fix integration tests that interacted with folders that weren't visible in the directory tree. A follow up CL will stop populating some of these folders until the parent folder is expanded. Bug: 1039820, 996626 Change-Id: Id226f985e55c9cae13548f837c14406a5af9a8e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059624 Commit-Queue: Austin Tankiang <austinct@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#742009}
-
Alex Danilo authored
The action bar buttons were changed from 'button' to 'cr-button'. During startup, Polymer elements are loaded lazily so the style for box-sizing isn't set until load completes. Adds an explicit box-sizing property to the CSS to make the buttons size correctly before the cr-button elements are initialized. Tbr: noel Bug: 1051828 Change-Id: Ie3ecc8722fa6d644ac96ec8ff8e8c223d0afe347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060212 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#742008}
-
Jinsuk Kim authored
Repeated preview tab open requests attach the WebContents twice. This caused a problem not allowing the scroll on the contents. This CL adds a check to avoid repeated WebContents attachment. Bug: 1049967 Change-Id: I8589b7e1215be71de185506381fa946677d3aafe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054688Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#742007}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/0503911de1fc..539ac2af50bd git log 0503911de1fc..539ac2af50bd --date=short --first-parent --format='%ad %ae %s' 2020-02-17 dberris@chromium.org Pinpoint: Parse all known formats Created with: gclient setdep -r src/third_party/catapult@539ac2af50bd 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 wenbinzhang@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_optional_gpu_tests_rel Bug: chromium:1041818 Tbr: wenbinzhang@google.com Change-Id: Ieb6f7f1d90f3eb5f9e8b978b43c71ab4f6aa538a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061089Reviewed-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@{#742006}
-
Isabella Scalzi authored
On the bots, |openQuickViewDeleteEntireCheckSelection| is still failing occasionally. Check that the first file in the test has loaded completely before attempting to delete it. Bug: 803259 Change-Id: I8cdc38352356cbe6d6dfee29efe14a81021269d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060396 Commit-Queue: Isabella Scalzi <isabellascalzi@google.com> Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742005}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8ff754ea. With Chromium commits locally applied on WPT: acd8a467 "SharedWorker: Use CSP headers to outside settings" ec83d167 "Update performance.measureMemory to the latest proposal" d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 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 Directory owners for changes in this CL: drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I5884731f3fdd3bb8f9f9820bab08960ed432b661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060773Reviewed-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@{#742004}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/5f5292c86ef4..192da9d76fef git log 5f5292c86ef4..192da9d76fef --date=short --first-parent --format='%ad %ae %s' 2020-02-17 jmadill@chromium.org Use newer OSX SDK for iOS 2020-02-17 lehoangq@gmail.com Metal: Fixed memory leak due to the CAMetalLayer still attached to super layer Created with: gclient setdep -r src/third_party/angle@192da9d76fef 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 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: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: chromium:1052887 Tbr: cwallez@google.com Change-Id: I67a00060a7aa2c1a44116c532261034e2a4d4a53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059644Reviewed-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@{#742003}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ea41cd7e762c..b60fa4128af2 Created with: gclient setdep -r src-internal@b60fa4128af2 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: Iad863af39d26a6bbf826c7ce5de67c6238d59990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061088Reviewed-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@{#742002}
-
Alex Danilo authored
Additional styling introduced for files-ng cr-buttons broke color selection for 'check-select' mode. Separate out --text-color control for check-select to make the task button text visible. Add more specific selectors for the icon buttons to override the selection of the white icons used for the blue background case. Bug: 1052280 Change-Id: I0ae5ae4786ac1abe99b6139888656443e79ed214 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060352Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742001}
-
Maggie Cai authored
There is a possibility that ARC preferred app can take large space to store in the pref, to prevent any issues from happening, put the auto syncing from ARC to Chrome behind a flag so that users will no have any performance issue. BUG=853604 Change-Id: Ib164eba6e62d1d0f8c9e26298390047bcc7ca5a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060395Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#742000}
-
Becca Hughes authored
Change-Id: Ibdb06acadb97276835d7091e516bfe2ba7b20aab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050514 Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#741999}
-
- 17 Feb, 2020 22 commits
-
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I1f5f3ae644b29a7accbdd2dec689d7a9c3634dc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059642Reviewed-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@{#741998}
-
Sara Kato authored
Android toasts are sent with the event type TYPE_NOTIFICATION_STATE_CHANGED. Ensure that this read out by ChromeVox. ensure that toast is read as expected. Test: Open test application containing a toast, enable ChromeVox and Test: ArcAccessibilityHelperBridgeTest.Toast Bug: b/145263558 Change-Id: Ic5dbf0330b3ac4b8ceecaab69cbd22c914ab10a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056523 Commit-Queue: Sara Kato <sarakato@chromium.org> Reviewed-by:
Sara Kato <sarakato@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#741997}
-
Yutaka Hirano authored
Discussion: https://groups.google.com/a/chromium.org/forum/#!msg/network-service-dev/XMv4iG85k28/DCpolQVrBAAJ Bug: 1049894 Change-Id: I931d801469a6ee08991d0c573814a80f878607e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059892Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#741996}
-
Joel Hockey authored
We don't want to go back to the default manifest theme color when loading a new tab when an app may have dynamically set the theme via meta theme color. No longer call DidChangeThemeColor in OnTabStripModelChanged for a new tab, but always call DidChangeThemeColor in DOMContentLoaded to ensure that manifest theme is applied if no dynamic value is set. Cache the last theme color to avoid unneeded updates. Updated Test DataSource to disable CSP so that JS can be executed within tests to dynamically set theme. Bug: 1033339 Change-Id: I6c9286f9df6774fd8dc3abaaf6d98ad82b7bed85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050403 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#741995}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/db7b7149..54cfb999 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iccf586657ad7554481edad8e75fbdc52a24458f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060772Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741994}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/1132297f6fa8..2952501a81e0 git log 1132297f6fa8..2952501a81e0 --date=short --first-parent --format='%ad %ae %s' 2020-02-17 rsavitski@google.com traced: fix builtin_producer (in-process) shmem sizing Created with: gclient setdep -r src/third_party/perfetto@2952501a81e0 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: I040b888d23eb18f3c08561b6549e550a9dae5e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059643Reviewed-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@{#741993}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/e638ada5c921..18c617989b21 git log e638ada5c921..18c617989b21 --date=short --first-parent --format='%ad %ae %s' 2020-02-17 titovartem@webrtc.org Force copy video frame entirely in OnFrameRendered in DVQA 2020-02-17 phoglund@google.com Revert "Whitespace change to kick bots" Created with: gclient setdep -r src/third_party/webrtc@18c617989b21 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: chromium:1029452 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I060cb58fdd743dc6aa2c36373559a8c2bca6d5b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059640Reviewed-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@{#741992}
-
Joey Scarr authored
Contains the following changes: * DownloadParams::StartCallback => RepeatingCallback * DownloadFile::CancelRequestCallback => RepeatingCallback * DownloadItemImpl::IsDownloadReadyForCompletion's state_change_notify parameter is now a OnceClosure Excluded from this CL due to being a little more complicated: * DownloadItem::AcquireFileCallback => OnceCallback Bug: 1007685 Change-Id: Ief22e29a9f793c64917b31afa419894165fa019d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049941Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joey Scarr <jsca@chromium.org> Cr-Commit-Position: refs/heads/master@{#741991}
-
Joey Scarr authored
Bug: 1007686 Change-Id: I811fa9f51e4c24d5ec14b656ec998c2ad949cc90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059888 Auto-Submit: Joey Scarr <jsca@chromium.org> Reviewed-by:
Daichi Hirono <hirono@chromium.org> Commit-Queue: Joey Scarr <jsca@chromium.org> Cr-Commit-Position: refs/heads/master@{#741990}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/d42d2fd9c9e2..0bbf7ba9f909 git log d42d2fd9c9e2..0bbf7ba9f909 --date=short --first-parent --format='%ad %ae %s' 2020-02-17 amaiorano@google.com Cache callstack results to avoid expensive lookup 2020-02-17 amaiorano@google.com Subzero: add REACTOR_EMIT_PRINT_LOCATION support Created with: gclient setdep -r src/third_party/swiftshader@0bbf7ba9f909 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: I316c15261428e4a5e5e6aa2f0fca05f9052f79e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059639Reviewed-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@{#741989}
-
Chromium WPT Sync authored
Using wpt-import in Chromium bdd19d90. With Chromium commits locally applied on WPT: acd8a467 "SharedWorker: Use CSP headers to outside settings" ec83d167 "Update performance.measureMemory to the latest proposal" d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" 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 Directory owners for changes in this CL: binji@chromium.org: external/wpt/wasm NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I518498842f5268223fa1dce5d9694944be663bdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060771Reviewed-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@{#741988}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/59126651bcf5..5f5292c86ef4 git log 59126651bcf5..5f5292c86ef4 --date=short --first-parent --format='%ad %ae %s' 2020-02-17 khushalsagar@chromium.org Only enable robust client memory if the context supports validation. Created with: gclient setdep -r src/third_party/angle@5f5292c86ef4 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 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: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: chromium:1028418 Tbr: cwallez@google.com Change-Id: I3d319dd2ef35fce5978ba8efec47b9d87aabfc13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059962Reviewed-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@{#741987}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8c384bae29b8..ea41cd7e762c Created with: gclient setdep -r src-internal@ea41cd7e762c 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: I710ce1c58569a6a288c0f3f0f14a74ea15eedadb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059961Reviewed-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@{#741986}
-
Kent Tamura authored
An <input type=range> has the following shadow structure: _____INPUT box___________ |_____container_________| ||_____track___________|| ||| __thumb__ ||| ||| | | ||| ||| | | ||| ||| |_______| ||| |||___________________||| ||_____________________|| |_______________________| For vertical ranges, we laid the track element and the thumb element vertically by flex-direction:column for the container. This CL changes the container's 'writing-mode' by the value of '-webkit-appearance' property, instead of flex-direction. -webkit-appearance:slider-horizontal => writing-mode: horizontal-tb -webkit-appearance:slider-vertical => writing-mode: vertical-rl It enables significant simplification of LayoutSliderContainer. It will be done in a separated CL. Bug: 1040828 Change-Id: I0e2c3b836f9cc69193b09b989476a5f6d6409613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059697 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#741985}
-
Javier Ernesto Flores Robles authored
Bug: 1052505 Change-Id: I1d090a0e56da5d4a8ad0e5c77a46da63d5fb45c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060659 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#741984}
-
Anand K. Mistry authored
Bug: 634140 Change-Id: I101049fc7bd3c6f331ec3cb9bc5d57507bd9860b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054474Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#741983}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/143ccdb4..db7b7149 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Idbc53db666ca0f4cff2d2bc53010393d31063a6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060770Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741982}
-
Eric Willigers authored
Browser UI no longer calls into Extensions to look to the PWA for a given URL. Instead, a method is added to web_app_helpers.h: FindInstalledAppWithUrlInScope. TBR=azeemarshad@chromium.org,lazyboy@chromium.org,jamescook@chromium.org,iclelland@chromium.org Bug: 966290 Change-Id: I906d558935cb44d06331bed67eda7339e67b8b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054657 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#741981}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/706f6b4069b1..3c4f3c178ade git log 706f6b4069b1..3c4f3c178ade --date=short --first-parent --format='%ad %ae %s' 2020-02-17 michaelludwig@google.com Fix more clang-tidy Created with: gclient setdep -r src/third_party/skia@3c4f3c178ade 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 lovisolo@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: lovisolo@google.com Change-Id: Id4f355ca94b0eac8c9e26fbb19670983620f8244 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060888Reviewed-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@{#741980}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/62427e0e1aa2..d42d2fd9c9e2 git log 62427e0e1aa2..d42d2fd9c9e2 --date=short --first-parent --format='%ad %ae %s' 2020-02-17 bclayton@google.com third_party: Add shell script that updates marl. Created with: gclient setdep -r src/third_party/swiftshader@d42d2fd9c9e2 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: I379e1d1de3c92a2c8f9c8718461e7333570e01bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060663Reviewed-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@{#741979}
-
Bill Budge authored
- Changes DCHECKs to tests for no prefix or separator. In that case, return an empty string for the URL. - Calling code is changed to test for an empty string before calling the URL predicate. Bug: chromium:1039740 Change-Id: If9e5216ff8e0ed6f952c7cc79bc4bd701ec069b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057385Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#741978}
-
OlivierLi authored
While preparing the message pump impls to include use of new delegate functions like (Before/After)InternalWork or BeforeWait I reworked the structure of MessagePumpLibebent::Run so it would be clearer. If you like the change it also stands on its own and could be merged to make the code clearer. Bug: 1034046 Change-Id: I29dd92fc1463a024250498ba1a0a4abd424da686 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058829 Commit-Queue: Oliver Li <olivierli@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#741977}
-