- 11 Sep, 2020 40 commits
-
-
Maggie Cai authored
This CL adds the share to drive action in sharesheet for files in Google Drive. Currently, for files in the Google Drive folder, there is an option to "Share with others" to give permission to others to access the file in the drive. Now we are migrating this functionality to sharesheet by adding a drive_share_action. This action should show in sharesheet with the same condition that the Share with others option available. To get the required drive information, we need to get drive properties from file system URL, therefore, I moved the private SingleEntryPropertiesGetterForDriveFs class to util so that both private_api_drive and private_api_sharesheet can use this getter to get the drive properties. BUG=1097623 Change-Id: I5701ddd6fdd17c21497061dd2755e92d7616369b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400580Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806070}
-
Dominic Mazzoni authored
Approved for stable launch in http://crbug.com/1085600 Bug: 607777 Change-Id: I0cfd0f5da8d1850e24ca07dfbadd6c1b71b05cc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404149Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#806069}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9d6f955f52e9..0cad688801c9 2020-09-11 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from b68279c2 to d14e6a0b (413 revisions) 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 reed@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: reed@google.com Change-Id: I10f245cc257ad1d11738fc90f07151c505bf914c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404667Reviewed-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@{#806068}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/73cb15011c12..7214110d995d 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 rakina@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: rakina@google.com Change-Id: I453ec58be645b85cf7a8c2dd2e4eccb0f1815893 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405876Reviewed-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@{#806067}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/b6525ec96573..a163e26c8305 2020-09-11 thestig@chromium.org Use CheckedNumerics to calculate size in CalculatePitchAndSize(). 2020-09-11 thestig@chromium.org Funnel all CFX_DIBitmap::Create() allocations through FX_TryAlloc(). 2020-09-11 thestig@chromium.org Use CheckedNumerics to calculate pitch in CalculatePitchAndSize(). 2020-09-10 tsepez@chromium.org Add missing move operators for CFX_BinaryBuf 2020-09-10 thestig@chromium.org Check for potential integer overflows in CFX_DIBitmap::Create(). 2020-09-10 tsepez@chromium.org Add missing |const| to CXFA_FMExpression classes 2020-09-10 tsepez@chromium.org Add missing |noexcept| keyword to our move-constructors. 2020-09-10 nigi@chromium.org Enable FPDFFlattenEmbedderTest.BUG_896366 for Skia. 2020-09-10 nigi@chromium.org Fix CPDFSecurityHandlerEmbedderTest.PasswordAfterGenerateSave for Skia. 2020-09-10 tsepez@chromium.org Make CFXA_TextParser a GCed class. 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/+doc/master/autoroll/README.md Bug: chromium:1124660 Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ic82d1227e3e3f976b4256252a6889f79cee414b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405879Reviewed-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@{#806066}
-
Yoshifumi Inoue authored
This lets us control EditingNG rollout via Finch. EditingNG is disabled by default. We will enabling EditingNG gradually rather than fully enabled for ease of rollback when there are issues. Tested either of following commands enables EditingNG: % content_shell --enable-features=EditingNG % content_shell --enable-blink-features=EditingNG Bug: 707656 Change-Id: I2cc591a7a9c6f308582484708966a407a0c6f833 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390928Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#806065}
-
Xianzhu Wang authored
Bug: 1126582 Change-Id: Ie1c29eda2f7c05a96eef708041b15eed9de4d098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404398 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Tao Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#806064}
-
Chris Lu authored
Adds user metric actions for default browser and first party URL opens. This will be used observe user action sequences. Bug: 1107489 Change-Id: I7ba0290912a5568219c13b8c4c246d86d4ebf3c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399084Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#806063}
-
Kent Tamura authored
We had an assumption that line items in input[type=file] didn't have padding. However, ::before or ::after with padding can be in the line items. The |static_width_right| computation was wrong in this case because NGLogicalLineItem::inline_size doesn't contain padding size. We should compute it from NGLogicalLineItem::InlineOffset(). Fixed: 1125428 Change-Id: I290d9f148480569fba75655bae5fd03d80f2132f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404225 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#806062}
-
ssid authored
This reverts commit 3533f3d0. Reason for revert: Fix X86 build. X86-64 builds support frame pointers. Explicitly specify ARM64 in code. Original change's description: > Revert "Android: Add support for tracing sampling profiler on arm64" > > This reverts commit 659b4301. > > Reason for revert: Likely caused compile failure in android x86 builders since: > * https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-rel/2148 > * https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-x86-rel/1252 > > Tracking bug: crbug.com/1126519 > > Original change's description: > > Android: Add support for tracing sampling profiler on arm64 > > > > Support stack unwinding for tracing sampling profiler, in arm64 > > builds. The builds always enable frame pointers, so stack unwinding can > > be done using frame pointers. > > > > > > Future work: Support module cache for arm 64. > > > > BUG=1110044 > > > > Change-Id: If98bcc5582edc75b61c5a385cd29535f4a6ee195 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321230 > > Commit-Queue: ssid <ssid@chromium.org> > > Reviewed-by: Mike Wittman <wittman@chromium.org> > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Reviewed-by: oysteine <oysteine@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#805274} > > TBR=thakis@chromium.org,wittman@chromium.org,oysteine@chromium.org,ssid@chromium.org > > Change-Id: Ib9b2d1563951937e22b4299b44bdeec21e2c014f > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1110044 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401799 > Reviewed-by: Haiyang Pan <hypan@google.com> > Commit-Queue: Haiyang Pan <hypan@google.com> > Cr-Commit-Position: refs/heads/master@{#805367} TBR=thakis@chromium.org,wittman@chromium.org,oysteine@chromium.org,ssid@chromium.org,hypan@google.com # Not skipping CQ checks because this is a reland. Bug: 1110044 Change-Id: Ibb4549185a0db3a9d33ba8b965ca3f6d6a505090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402964Reviewed-by:
Mike Wittman <wittman@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#806061}
-
Joel Fernandes authored
Uclamp is upstream since kernel 5.4. Add support to use the same. If the interface is not available, it is ignored so as to keep old kernels working. Note that uclamp is the replacement to the out-of-kernel-tree schedtune. This interface improves performance of urgent tasks such as (display and audio) by making them prefer idle CPUs. A small portion of the uclamp kernel support is not upstream which is uploaded at: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2241891 Bug: 1041117 Change-Id: I0f2d89a9cbe4cdb53a8f1105b6b5a29cdd6fde4a Signed-off-by:
Joel Fernandes <joelaf@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207962Reviewed-by:
Darin Fisher <darin@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#806060}
-
rbpotter authored
Update ContextMenuOpensFromTouchSelectionMenu to pass with both flag states, and run it as a parameterized test. Also update PdfZoomWithoutBubble to pass with both states in builds with DCHECKs off, but do not enable this test with the PDFViewerUpdate flag since there is a Blink DCHECK triggered by this test (see crbug.com/1048876). Bug: 1120279 Change-Id: I73fc8ebe083aad410c39aeeb26266424192f2f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400239Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#806059}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0c37bf0f193b..11042f961ca6 2020-09-11 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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/+doc/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: If2d95af17cde96f4e2b93c797db573228e053921 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405873Reviewed-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@{#806058}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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/+doc/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I91f425566ea069bcb16547d0c8ad80cd22f07b7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405874Reviewed-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@{#806057}
-
Sergey Ulanov authored
CastRunner::OnComponentDestroyed() wasn't handling the case when video_capturer_component_ is destroyed. As result video_capturer_component_ would point to a deleted object. CastRunner was crashing when trying to use the invalid video_capture_component_ in OnCameraServiceRequest(). Bug: crbug.com/1122150 Change-Id: I79c8f10cc5964bf9f7ea81e7a026f5276e3d14e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377898Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806056}
-
Joel Hockey authored
Bug: 1085274 Change-Id: I60e0da146077fa5d4773985ffccd08acefddecda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402473 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#806055}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1ab73f0f8ce7..0c8f66c7169c 2020-09-11 jiawei.shao@intel.com OpenGL: Get VendorID and DeviceID with angle::GetSystemInfo() 2020-09-11 jmadill@chromium.org Enable -Wweak-template-vtables. 2020-09-11 courtneygo@google.com Fix mismatch issue with precision qualifiers. 2020-09-11 courtneygo@google.com Refactor to pass ProgramMergedVaryings to link impl 2020-09-11 jmadill@chromium.org De-templatize ResourceManagerBase. 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 ianelliott@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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: ianelliott@google.com Change-Id: Ib3f51e8cbf71c8a28a5b35c4f35f3c52c41a88c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405529Reviewed-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@{#806054}
-
Nidhi Jaju authored
The service worker codebase currently uses a lot of GURLs for origins. However, url::Origin should be used for origin instead of GURL where possible due to security decisions. This CL changes ServiceWorkerContextWrapper::StoreRegistrationUserData to use url::Origin instead of GURL. Some relevant callsites have also been modified accordingly. Bug: 1095896 Change-Id: Ied3777d06dec5813067f729f412271c2dc83e12e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2388281 Commit-Queue: Nidhi Jaju <nidhijaju127@gmail.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#806053}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/a4cfaa2dfc7f..617d3f67c3d9 2020-09-10 zzyiwei@google.com Define GPU metrics 2020-09-10 zzyiwei@google.com Fix the scope of counter_span_view 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: chromium:167416193 Tbr: perfetto-bugs@google.com Test: Test: <trace_processor_shell> --run-metrics android_gpu \Test: Test: tools/diff_test_trace_processor.py <trace_processor_shell> \ Change-Id: I571468362f4c7be1a844ca142a879d3976514c03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405521Reviewed-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@{#806052}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/edae54b8a91e..73cb15011c12 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 rakina@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: rakina@google.com Change-Id: I1e6d1f783ff5f80ee64858d0d401c305f5a6c2a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405526Reviewed-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@{#806051}
-
David Tseng authored
The change https://chromium-review.googlesource.com/c/chromium/src/+/2112512 inadvertently changed the way undefined names were exposed. Previously an AXNode without a name would return |undefined| to the js layer. With the above change, it returns |''|. Fix this to once again return undefined. AX-Relnotes: Makes ChromeVox output automatic image labels once again. Fixed: 1126176 Change-Id: I08a84059065452c95114b2a2b38bdc1d7d554ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401970 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#806050}
-
Lei Zhang authored
Move the wildcard filter to the correct .filter file. - Most filters are out of date, because of crrev.com/804113 - The wildcard filter added in crrev.com/805108 is ineffective because it is in the wrong .filter file. Bug: 1111979,1120279,1126876 Change-Id: Ib4deb1bdfe2a95e785facf3ccf18fba10b8f60bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405557Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#806049}
-
Maksim Ivanov authored
Fix use-after-move (potential) bugs found by the "bugprone-use-after-move" clang-tidy check. Bug: 1122844 Change-Id: I5307cf82ed89c1afeec735418f406d303bbcc1c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401142Reviewed-by:
Yoichi Osato <yoichio@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#806048}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/9427c97d9c29..948b3a05550b 2020-09-11 hidehiko@chromium.org Expand is_linux to is_linux || is_chromeos. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: chromium:1110266 Tbr: cwallez@google.com Test: Test: Build locally. Change-Id: I691a11355a38fefc2f8d794865abe1075338ae37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405520Reviewed-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@{#806047}
-
Yuheng Huang authored
Reason for the revert: Unfortunately our JS browser test lives in an internal repository and it doesn't pick up by any presubmit trybot. That being said, to prevent a revert from a post submit test failure we need to make sure the tests in the internal repository passed after this CL is landed. Now the following CL is submitted and auto-rolled into src-internal and src so we are good to go. https://chrome-internal-review.googlesource.com/c/chrome/browser/resources/tab_search/+/3261333 This is a reland of 44326d9d Original change's description: > Tab Search: Add last_active_time_ticks to tab_search.mojom.Tab > > last_active_time_ticks is used to sort recent tabs. > > Bug: 1099917 > Change-Id: If5c224729e39c20ceda48a3d81b6e171b92be731 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382655 > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Thomas Lukaszewicz <tluk@chromium.org> > Commit-Queue: Yuheng Huang <yuhengh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#805629} Bug: 1099917 Change-Id: Ice54eb41d177719ce53a0aef876eec6ebbcfd07a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405613 Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#806046}
-
Tarun Bansal authored
Bug: 1050803 Change-Id: I1fa5080a5a6f7bf14ceae537df8f55009d7d2aee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405562 Auto-Submit: Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#806045}
-
En-Shuo Hsu authored
Added a new method for chrome to ask CRAS to resend Bluetooth battery for cases that the battery level is cleaned. Ex: User logout. BUG=b:166530001 TEST=build chrome and run unit_tests Change-Id: Ie11da0787f0137f7c33089057d5233ad00bdf500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2395876Reviewed-by:
Hsinyu Chao <hychao@chromium.org> Commit-Queue: En-Shuo Hsu <enshuo@chromium.org> Cr-Commit-Position: refs/heads/master@{#806044}
-
Nidhi Jaju authored
While changing GURL callsites to url::Origin for origins in https://chromium-review.googlesource.com/c/chromium/src/+/2377878, it was suggested that we should expose an origin() accessor for ServiceWorkerVersion and ServiceWorkerRegistration since there are different ways of making origin for a version or registration currently. The changes in this CL include: - Add origin() to ServiceWorkerRegistration - Rename script_origin() to origin() in ServiceWorkerVersion - Rename ServiceWorkerVersionInfo::script_origin to origin Bug: 1095896 Change-Id: I99121af212261e0b78ea8de03a9f20b7820375a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2387096 Commit-Queue: Nidhi Jaju <nidhijaju127@gmail.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#806043}
-
Gyuyoung Kim authored
As the first step to convert ViewMsg_UpdateWebPreferences, we need to move WebPreferences from //content to //third_party/blink because the IPC message passes WebPreferences struct. So, this CL moves WebPreferences to //third_party/blink/public/common/web_preferences as a pre-work. Additionally, this CL wraps all enums and WebPreferences with web_pref namespace to avoid duplicating the existing enum types in bliink. AX-Relnotes: N/A Bug: 1097943 Change-Id: I35b3dbd45a8bc4bc36a55d7f185d3247fd0b1714 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397670 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806042}
-
Yuly Novikov authored
Including GPU, GPU.FYI, Dawn and SwANGLE builders. This is 2nd CL out of 3 moving GPU Windows builders GCEs into luci.chromium.gpu.ci pool. 1. crrev.com/i/3263512 Allocate GCEs in luci.chromium.gpu.ci pool and increase chrome-gpu quota 2. This CL: Switch GPU Windows CI builders to trigger tasks in luci.chromium.gpu.ci pool 3. crrev.com/i/3263513 Remove GCEs from luci.chomium.ci pool and decrease chrome-desktop quota Bug: 1126593 Change-Id: I0cb6a3715865b649cc9ed27179a6c2a66bd0f6ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404389Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#806041}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=bindusuvarna@chromium.org Change-Id: I2b74207c7aea5d413754cdff582596340aa84fb1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405620Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806040}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: If31578f91d3b8a89d968d14d9f2447004623d211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405736Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806039}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1599738815-40f6ae90536e6d0f415f1d4a37e068148427b479.profdata to chrome-win64-master-1599760756-ff576999efc14edb97330a2a91d8abce13fe0e29.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win64-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I6890da9f8115e473623ee9bb6b1a37fc9afa2e76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405041Reviewed-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@{#806038}
-
Hidehiko Abe authored
The file was migrated into build/chromeos_buildflags, so no longer needed. BUG=1114198 TEST=Build locally. Change-Id: Iffafe7c3d4f2417cfbe4c1ceff21397937cbd9d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2397975Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#806037}
-
kdillon authored
This name is more contextual, which matches the naming conventions of the other prioritisation types and indicates what the prioritisation type is used for. Change-Id: I4a6bb87abafc5268a3031e9bb6ed258cd0b0e00a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399012 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#806036}
-
Toshiki Kikuchi authored
This CL fixes SetBoundsSize and SetBoundsOrigin methods to take “default scale cancellation” into account. If “default scale cancellation” is disabled, we expect a client to send bounds in pixels instead of dp, so these SetBounds* method should be sensitive to the flag. Also, this CL adds an unittest for SetBounds methods in the case of default scale cancellation-enabled and -disabled. BUG=b:167997508 TEST=SetBoundsWithAndWithoutDefaultScaleCancellation Change-Id: Icfcaf445372c5eae0425226f802b27e7d7372bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398055 Commit-Queue: Toshiki Kikuchi <toshikikikuchi@chromium.org> Reviewed-by:
Mitsuru Oshima (Slow: gardener) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#806035}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/3b19b9d3347f..a4cfaa2dfc7f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I38aced69714456c8ebed2e68e3a7e2f599ad1a4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405616Reviewed-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@{#806034}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0f64e0dfd845..9d6f955f52e9 2020-09-11 csmartdalton@google.com Chop tessellated strokes in the vertex shader 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 reed@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: reed@google.com Change-Id: I92fbd527989b8b808fbd737ea8480efdaab53628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405733Reviewed-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@{#806033}
-
Findit authored
This reverts commit 18c62e03. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 806003 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzE4YzYyZTAzNjE0NGYxOThmYjVlYjIwNDAzODg2Yjg1ZWNmNDg5OWMM Sample Failed Build: https://ci.chromium.org/b/8869495277819118464 Sample Failed Step: compile Original change's description: > Update Crashpad to 3e065b11d0cad1742f4cc4cf8acb8fa075f364ca > > 3e065b11d0ca linux, mac: disable cfi-icall for cross-dso calls > > Change-Id: I92931ffe81b3004149b33017853d8c1e0548141d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2404066 > Reviewed-by: Mark Mentovai <mark@chromium.org> > Commit-Queue: Joshua Peraza <jperaza@chromium.org> > Cr-Commit-Position: refs/heads/master@{#806003} Change-Id: If5ace2f60f7376d4583cb750eaa10486df35d4f7 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405524 Cr-Commit-Position: refs/heads/master@{#806032}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/da7c69c8fd9c..edae54b8a91e 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 rakina@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1126211 Tbr: rakina@google.com Change-Id: Ic7c167a7065612540485739179b41734f3c84236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405514Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#806031}
-