- 07 Jan, 2021 40 commits
-
-
Jeroen Dhollander authored
The main goal is to ensure we can create |AudioInputHost| independently of |PlatformApiImpl|. This CL also makes |AudioInputHost| virtual so it can be faked during the unittests of |AssistantManagerServiceImpl|. Bug: b/171748795 Test: chromeos_unittests --gtest_filter="Assistant*:Audio*" Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Change-Id: Ic41ff343b28dae801b0c5f4c8c6417267270d8a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610047 Commit-Queue: Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#841226}
-
chromium-autoroll authored
https://chromium.googlesource.com/vulkan-deps.git/+log/725a542f7776..ffb3b84133b0 2021-01-07 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from ad77ed7a8d52 to f3ccb633dfd7 (1 revision) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-chromium-autoroll Please CC ianelliott@google.com,enga@google.com,radial-bots+chrome-roll@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,enga@google.com,radial-bots+chrome-roll@google.com Change-Id: Ib3fa09252315df34bd8533d293788d1a89dab4d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615952Reviewed-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@{#841225}
-
Elly Fong-Jones authored
This change lays out the overall architecture of a ScreenTime integration for Chrome on macOS. Specifically, this change adds: * screentime::TabHelper, which manages the state of ScreenTime for a single WebContents * screentime::WebpageController, an interface used to wrap the real STWebpageController object (which relies on systemwide state and is only available on 11.0+) * screentime::WebpageControllerImpl, an implementation of the above interface backed by STWebpageController * screentime::FakeWebpageController, an implementation of the above interface backed by lies This change does not add: * Any test coverage * Most of the useful integration we would need to do This change also has not yet been tried on a real 11.0 machine! Change-Id: I233d63239cc61d934a9d76b0f5fab60d5da059c1 Bug: 1154287 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2585655 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#841224}
-
Alexei Svitkine authored
The previous code was using pair<string, string> for the key when doing look ups, which resulted in extra string copies. Instead, it's possible to look up with string references, even if the underlying map holds actual strings in the key. This CL switches the code to doing that. (StringPiece would also be possible, but in practice it doesn't actually buy anything given the params are coming from a FieldTrial object where they are std::strings.) I noticed this inefficiency while investigating some mysterious crashes in this code (referenced bug). Bug: 1131877, 1163921 Change-Id: I842edba20029d75e38e235836a9436fe4ad111c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615323Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#841223}
-
Kramer Ge authored
shell_toplevel allows a surface to set window-like properties such as maximize, fullscreen, and minimize, set application-specific metadata like title and id, and well as trigger user interactive operations such as interactive resize and move. Refactor shell_toplevel responsibilities out of shell_surface_wrapper. shell_toplevel_wrapper's relationship with shell_surface_wrapper should be similar to shell_popup_wrapper and shell_surface_wrapper. Change-Id: Iecfdf73dba05d67589b26c85c19368c24b39c3d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600385 Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#841222}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: Idb25eb17aa2ad08dad777a28f0a0b99cac2159e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616282Reviewed-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@{#841221}
-
Victor Costan authored
Currently, the SQLDatabaseTestExclusiveMode suite is not instantiated, so the tests are not run. This CL instantiates the suite. This problem was discovered by attempting to roll googletest past CL 315255779, which causes test binaries to fail when they include test suites / parametrized tests that are not instantiated, and when they include empty test suites. Bug: 1163396 Change-Id: Ieb47f8d612c48af04f3d9d05e1873fc437c2f6c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615579 Commit-Queue: Victor Costan <pwnall@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#841220}
-
Mike Dougherty authored
CRWJSInjectionManager is deprecated and translate is one of the few remaining features using it. Migrating it off of this dependency will help to cleanup existing JavaScript feature code in preparation for new JavaScript features. Bug: 949178 Change-Id: If43c46b39cbced45c985f43ad853c5f1d009d4ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590748Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Eric Noyau <noyau@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#841219}
-
Andrew Grieve authored
No noticeable behavior change that I can see, but removes the message: A new version of dependency-check is available. Consider updating to version 6.0.5. Bug: None Change-Id: Ie30c3783a662e10c7a29a8c142ceb89d1a27d004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611981Reviewed-by:
Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Adrian Taylor <adetaylor@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#841218}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/603d14ec2a26..070ef598892a 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: Ia19c19cebd5dcfadf2708ee7fcbf185919af8bc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615309Reviewed-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@{#841217}
-
Thomas Guilbert authored
This CL converts SyncFileSystemService::DumpFilesCallback and SyncFileSystemService::ExtensionStatusMapCallback to base::OnceCallbacks. Bug: 1152272 Change-Id: Idf277ff8057df61849f5f4ec701f94b8ed0c8a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2607651 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#841216}
-
Elly Fong-Jones authored
This reverts commit 5c56345b. We've decided to rework part of the UI for this feature after some testing, so we're flipping it back to default-disabled and targeting another launch in M90. Bug: 1138688 Change-Id: Id897f593f0e1bbed079508a29adb8ebf4aa1be38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615325 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#841215}
-
Daniel Murphy authored
This test is flaky because sometimes the port is bound to already. Hopefully this port is less-randomly-chosen? Bug: 1162285 Change-Id: I03fff905afe05a6235be452aeb3223007b32aa45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611752 Auto-Submit: Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Phillis Tang <phillis@chromium.org> Commit-Queue: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#841214}
-
Rune Lillesveen authored
Style computation requires active style to be up-to-date. Make sure it is before serializing scroll anchors because the layout code may compute ::first-line styles to compute offsets. Fixes fuzzer crash. Bug: 1162037 Change-Id: Ia86c906ed8d1601ee7acf59e4616dc34fdd54259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615259Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#841213}
-
Connie Wan authored
Grouping was originally causing two tab movements: one to unpin the tab, then another to group. Reducing this to a single movement reduces the potential for race conditions when rapidly pinning and grouping/unpinning tabs. Tested manually and via existing unit tests: https://source.chromium.org/chromium/chromium/src/+/master:chrome/browser/ui/tabs/tab_strip_model_unittest.cc;l=3175 Bug: 1163504 Change-Id: Id2dd3a682afe0d6c8798a7f8f287c5431cd22805 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613520Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#841212}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/61704b4db5d7..e79039e774fb 2021-01-07 brcui@microsoft.com Restore missing 'Add folder to workspace' button text in Filesystem sub-pane 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: chromium:1162019 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5de3e7ad008bcd80438f5c0cb40f1a455f91a176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615939Reviewed-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@{#841211}
-
Mila Green authored
Bug: 1108975 Change-Id: I2ce60fb3a3b3f35f30dd122ab304a748d9246d1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612266 Commit-Queue: Mila Green <milagreen@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Cr-Commit-Position: refs/heads/master@{#841210}
-
Evan Stade authored
Bug: 1158969 Change-Id: Icbf7391b764b776682336fb1398d9f141c9eb21c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601641 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#841209}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fc6b87192db6..ec9b281bbc14 2021-01-07 titovartem@google.com Add ability to specify random seed when creating built it network emulation 2021-01-07 danilchap@webrtc.org Introduce CopyOnWriteBuffer::MutableData() function 2021-01-07 alessiob@webrtc.org SSE2 and NEON kill switches for AGC2 2021-01-07 philipp.hancke@googlemail.com video_engine: fix logging 2021-01-07 perkj@webrtc.org Move setting of encoder bitrate allocation callback type to VideoSendStream 2021-01-07 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e2c7dc77..25be8f6b (840733:840938) 2021-01-07 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-07T04:03:27). 2021-01-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 6504b345..e2c7dc77 (840589:840733) 2021-01-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 24b4cef3..6504b345 (840473:840589) 2021-01-06 mbonadei@webrtc.org Add hta@ to rtc_base/ and api/ WATCHLISTS. 2021-01-06 mbonadei@webrtc.org Remove kwiberg@ from WATCHLIST. 2021-01-06 webrtc-version-updater@webrtc-ci.iam.gserviceaccount.com Update WebRTC code version (2021-01-06T04:02:29). 2021-01-06 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 49b7dc5e..24b4cef3 (840329:840473) 2021-01-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision c87d4517..49b7dc5e (840164:840329) 2021-01-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 4ae11810..c87d4517 (840025:840164) 2021-01-05 terelius@webrtc.org Add static constexpr type to RTC event log events. 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I4db24386b3e5cbba55794fe608293ff33f19e904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615982Reviewed-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@{#841208}
-
Andre Vincent authored
Returns string from the Drive Handler. Fixed: 1161315 Change-Id: I4dbf393f8792cb5fc49d744cc3270086fa622f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601258 Commit-Queue: Andre Vincent <andrevincent@google.com> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#841207}
-
Chris Palmer authored
It's a subtle and platform-specific concept. Thanks to wez@ for pointing this out. Bug: None Change-Id: Ia3017e096dd5d92e00cf267cbeb4c2d7977c76c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611335Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#841206}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1610009713-6f95aef060564dd70c8d09ec603d31a9c7b42ed0.profdata to chrome-win64-master-1610042255-9fb87833d682e7ab89f65b59b49fe1c3c9960d61.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 pgo-profile-sheriffs@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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I164d198110b1967ff9cfb990c5fc96abc2442e6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615943Reviewed-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@{#841205}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d1da011f..edfb3b4d 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I5fbc83582d5151364fa3139449596966609339fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615580Reviewed-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@{#841204}
-
Thomas Guilbert authored
This CL converts RemoteChangeProcessor::PrepareChangeCallback from base::Callback to base::OnceCallback. Bug: 1152272 Change-Id: I3c0ff1e629ed476c8a5f2258f129258d13c7797c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606666 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Auto-Submit: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#841203}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/47a632b2ab93..7a13b94a1d4c 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 cmumford@google.com,tmartino@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: cmumford@google.com,tmartino@google.com Change-Id: Ic1c78605689754b5308992f68090b828c9768b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615301Reviewed-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@{#841202}
-
dpapad authored
- Add an |enable_pdf| assertion in c/b/r/pdf/BUILD.gn - Add an |enable_print_preview| assertion in c/b/r/print_preview/BUILD.gn - Fix all newly found violations. The new assertions reveal a few places where the above mentioned BUILD.gn files are unnecessarily evaluated. For example unnecessary work has happening for the |is_chromecast| case. Bug: None Change-Id: Ide832f251de493c1ab87ace8ee5ff46bc6c383e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615498 Auto-Submit: dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#841201}
-
John Lee authored
This CL removes the `three-line` CSS class and related CSS variables and updates the one subpage they were used in. Using the CSS class `cr-padded-text` instead keeps padding consistent with other row-like UI in WebUI and also keeps the heights the same as they were before with the `three-line` CSS class. https://imgur.com/a/MPYDcHY Bug: 686905 Change-Id: I5fdcbe9f98655ba87f08ea093279abbeb34b5830 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612393Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#841200}
-
spdonghao authored
Bug: 1155757 Change-Id: Iadce101e501f1a9355b7dd479ba7aed38864a599 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2605870 Commit-Queue: Hao Dong <spdonghao@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#841199}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bdc3d3c60fa9..d60c919fc866 2021-01-07 csmartdalton@google.com Revert "Move GrTriangulator internal struct definitions to the .h file" 2021-01-07 johnstiles@google.com Remove compile-time constant support from PrefixExpression. 2021-01-07 adlai@google.com Add a new implementation of reduceOpsTaskSplitting 2021-01-07 kjlubick@google.com [canvaskit] Add docs and example for flags 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 johnstiles@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: johnstiles@google.com Change-Id: I8a9c6fbc2a78bc578a99a80812b72c30acb063ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615958Reviewed-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@{#841198}
-
Mitsuru Oshima authored
Optimize ArcOverlayManager so that it observe arc windows only. Bug: None Test: covered by unittest Change-Id: Id8272cca58a555689cd12a976a812bc25b4b28b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610625 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#841197}
-
David Bertoni authored
These uses of the this flag were to prevent flakiness with Service Worker-based tests. Now that the UnpackedInstaller is fixed with regard to granting file access and incognito permissions, these workarounds are no longer needed. Bug: 1146173 Change-Id: Ic07e6482592767f3666e17c4cfc8bf0c5d70509e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610937Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#841196}
-
Josh Simmons authored
Bug: 1138280 Change-Id: I324adc96fe80c917f3ab38852464445e7a0b6251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612336Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Josh Simmons <simmonsjosh@google.com> Cr-Commit-Position: refs/heads/master@{#841195}
-
Hui Yingst authored
Change-Id: Icce433ddc546f1557e2d9632c0dc506eb8b57911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613788Reviewed-by:
K. Moon <kmoon@chromium.org> Commit-Queue: Hui Yingst <nigi@chromium.org> Cr-Commit-Position: refs/heads/master@{#841194}
-
Stephen McGruer authored
This brings in the latest wptrunner code (normally imported via the WPT importer), along with upgrading mozlog as necessary for recent changes in wptrunner. This should unblock the WPT importer. Bug: 1161212, 1161210 Change-Id: Ic89ddf17128ec454e4560e359d788e17f649464d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2614858Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Jason Chase <chasej@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#841193}
-
Ken Rockot authored
Adds associated interface support to modern Mojo JS bindings and generated JS modules. Fixed: 914165 Bug: 1004256 Change-Id: I5421ace585ad129374526bc7237980333b141b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611647 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Auto-Submit: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#841192}
-
minch authored
After this change, colors at http://crrev.com/c/2601363 can use the Get* APIs in ColorProvider to get corresponding layer's color. Bug: 1163179 Change-Id: Ifeed52ae3bc9cc5a528b44cf508a049f8aeb31d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611568 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#841191}
-
Shubham Aggarwal authored
Migrate uses of the relevant set_* functions on the sql::Database object to use the new DatabaseOptions constructor instead. This change should have no intended behavioral effect. Bug: 1126968 Change-Id: Idd61d93dce062e687ba8f563bd2279e814ddca7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2596015Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Commit-Queue: Shubham Aggarwal <shuagga@microsoft.com> Cr-Commit-Position: refs/heads/master@{#841190}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/7b2f93895418..071cf0cff810 2021-01-07 srisser@google.com Add structs for VK_KHR_vulkan_memory_model 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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I96dba42874ad0ac08038a36e68d0d5acffa4dc5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615300Reviewed-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@{#841189}
-
Andrew Grieve authored
* Fix being run when CWD != CHROMIUM_ROOT * Fix typo in error message when an expected file doesn't exist * Don't ignore missing files by default * Increase verbosity of "This may take a few minutes" message so it shows by default. * Guava files added that seem to have been missed last time script was run. Bug: None Change-Id: Ic610db8d5e56acf217f3b162591a438d1909964d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613149 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#841188}
-
Etienne Bergeron authored
Currently, only TimeZoneMonitorWin has trace events to debug power suspend/resume. This CL is adding trace events to the base class to make them visible on every platforms. R=gab@chromium.org, fdoray@chromium.org Bug: 1074036 Change-Id: I01478cd8036a18dd9edf7755e28fb66358338634 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2583007Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/master@{#841187}
-