- 15 Dec, 2020 40 commits
-
-
Illia Klimov authored
ContentSettingsType::PLUGINS was unregistered in that CL https://chromium-review.googlesource.com/c/chromium/src/+/2577782 This CL adds "plugins" for deprecated ContentSettingsType DCHECK. TBR=finnur@chromium.org Bug: 1157738 Change-Id: I860746df406892c8e6e1f94eaa6fd12eaed4958d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587036Reviewed-by:
Illia Klimov <elklm@chromium.org> Commit-Queue: Illia Klimov <elklm@chromium.org> Cr-Commit-Position: refs/heads/master@{#837101}
-
Roman Aleksandrov authored
Move size calculation of oobe-adaptive-dialog to C++ which enables better fit for on-login OOBE dialog and unifying sizes between fullscreen and on-login screen versions. Recalculate all of the needed CSS vars based on dialog size. Since the dialog is centered no need to provide paddings around dialog for fullscreen OOBE. Bug: 1151292 Change-Id: Icd6fad02255abf105c940ad610caad5b578c06ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2567008Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#837100}
-
Hiroki Nakagawa authored
PrerenderURLLoaderThrottle::mode_ is always mojom::PrerenderMode::kPrefetchOnly, so the field is not necessary. Even after this change, the constructor of PrerenderURLLoaderThrottle still takes the mode as an argument just for validation check. This will be removed by follow-up CLs that remove the mode from callers of the constructor. Bug: 755921 Change-Id: I72c5cb9ca3c1d03e9316fbf60aa067d3bff02cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592237Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#837099}
-
Francois Beaufort authored
This CL has no functional changes. It moves NDEFErrorTypeToDOMException function to the only file where it's used: ndef_reader.cc. Bug: 520391 Change-Id: I910d57147dba47579b78586edce8041d0b2d326c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587167Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Cr-Commit-Position: refs/heads/master@{#837098}
-
Thomas Tellier authored
Bug: 1104336 Change-Id: If2e115d6de11f15340b8464720315f0ff2433f0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592795 Commit-Queue: Thomas Tellier <tellier@google.com> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#837097}
-
kylechar authored
https://crrev.com/c/2431550 made it so that texture parameters would be reset before compositing from the texture. Texture parameters can be modified during concurrent reads of the texture, eg. using 2D canvas drawImage() to copy a video frame into a canvas. Skia didn't know the texture parameters had changed, so the parameters value could be wrong at composite time, with no way to know when this happened. Always resetting texture parameters had a performance impact on Linux. The display compositor doesn't need to worry about concurrent reads for TileDrawQuad or render pass textures since these textures are only used by cc and the display compositor. Resetting texture parameters can be skipped for those cases which mitigates most of the performance impact. Add a bool to ImageContextImpl to track if it needs to worry about concurrent reads to accomplish this. Bug: 1148236, 1092080 Change-Id: If233d5f43ba978fe6848bcc46721a159c1779922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572641 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#837096}
-
edchin authored
https://crrev.com/c/2581033 missed a few cleanup items. Bug: 1099646 Change-Id: I4f1fabcade940a977b6b0f0af3ed855b3929eb1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591818 Auto-Submit: edchin <edchin@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#837095}
-
Bo Liu authored
Also refactor the fake draw_fn implementation. This is to prepare for adding a vulkan draw_fn implementation. Split draw_fn implementation into: allocator.cc/h: Controls functor data lifetime context_manager: Effectively global. Responsible for owning the surface and EGL context. Calls sync/draw/context_destroyed on functor and responsible for owning the "impl reference" to functor data. context_manager uses EGL bindings from ui/gl, but nothing else to avoid conflicting with chromium side implementations, and to avoid initializing a TaskRunner on render thread. Only GLES call is glReadPixels after draw, which relies on chromium implementation not releasing its bindings after draw. Refactor and simplify the java side by explicitly adding a thread to post tasks and a WaitableEvent; this avoids saving state and using a Lock object. Cq-Include-Trybots: luci.chromium.try:gpu-fyi-try-android-m-nexus-5x-64 Bug: 1141687 Change-Id: I71752b31f401fdb277062fe1347dfa826a20bb81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587238 Auto-Submit: Bo <boliu@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#837094}
-
Marc Treib authored
This reverts commit 3909caf2. Reason for revert: Broke TestSuiteTest.RunFlakyTests and . RunMockTests, see crbug.com/1158815 Original change's description: > Roll ANGLE from fd7733e97423 to cb8903b14336 (1 revision) > > https://chromium.googlesource.com/angle/angle.git/+log/fd7733e97423..cb8903b14336 > > 2020-12-15 lehoangq@gmail.com Metal: Ignore OS's internal shader cache when testing. > > 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/+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: cwallez@google.com > Change-Id: I21b81c00947e5964d12841f6334bc1e5cf3f6bd6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592058 > Reviewed-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@{#836969} TBR=cwallez@google.com,chromium-autoroll@skia-public.iam.gserviceaccount.com,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I88ba1edfa0ddbfc60cbc7c3ec742f8c5263d107f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593099Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837093}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/24bbbbb25f7d..e07510293160 2020-12-15 bclayton@google.com Fix HLSL emission of RWTextures 2020-12-15 bclayton@google.com spirv-writer: Emit the DepthReplacing execution mode 2020-12-15 bclayton@google.com spirv-reader: Fix texture[Load|Store] with lod 2020-12-15 bclayton@google.com ast: Clone symbols instead of ever-growing 2020-12-15 bclayton@google.com traits: Replace FirstParamType with ParamType 2020-12-14 bclayton@google.com Start cleaning up tests (3/N) 2020-12-14 bclayton@google.com Start cleaning up tests (2/N) 2020-12-14 bclayton@google.com Start cleaning up tests (1/N) 2020-12-14 bclayton@google.com ast: Inject Source parameter into create calls if not provided 2020-12-14 bclayton@google.com Move all Source constructor params to be the first 2020-12-14 dneto@google.com spirv-reader: reject sampling operations on non-float textures 2020-12-14 bclayton@google.com Remove BlockStatement::insert() 2020-12-14 bclayton@google.com Remove BlockStatement::append() 2020-12-14 bclayton@google.com Improve error messages raised by SpvParserTest 2020-12-14 dneto@google.com spirv-reader: convert unsigned ConstOffset 2020-12-14 bclayton@google.com reader/spirv: Remove use of BlockStatement::append() 2020-12-14 dneto@google.com spirv-reader: convert coordinate type when unsigned If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC rharrison@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: None Tbr: rharrison@google.com Change-Id: Iaaa0130aa9d70b34d4606a8f65b50b22d6e8b364 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593274Reviewed-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@{#837092}
-
Hiroki Nakagawa authored
Only a few files exist in core/loader/private/. Having the `private` sub-directory seems to no longer make sense. This CL moves files there into core/loader. Bug: n/a Change-Id: I8475b8b9401688432016c7d3ad5ff17e6adb3f60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400646 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#837091}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Iea319ef80b0aa8e5391a79c9834eca871ad161d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592133Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#837090}
-
arthursonzogni authored
Check what happens when opening an about:srcdoc window from a sandboxed about:srcdoc iframe. This patch was intended to be one of the regression tests for https://crbug.com/1158306. At the end, I realized it isn't. It is still worth adding it. The real test where Chrome fails will be added in: https://chromium-review.googlesource.com/c/chromium/src/+/2587047 Bug: 1158306 Change-Id: I2f6f7468564c66c17b679c4007cc6b4e26cb980c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584812 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#837089}
-
Joshua Pawlicki authored
This should reduce flakiness of the updater_tests's IntegrationTest.* suite. Also re-enables one such disabled test, which should now be more reliable. Bug: 1151333 Change-Id: I1c5d920f7aaed5c51e717333e77c04d670383196 Fixed: 1151333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2590055 Commit-Queue: Joshua Pawlicki <waffles@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#837088}
-
Al Muthanna Athamina authored
This CL was created automatically with tools/perf/update_wpr script R=johnchen@chromium.org Bug: chromium:1158374 Change-Id: I332718280875f9a4b8c08e27d2f700f510c6a24a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584939Reviewed-by:
Tamer Tas <tmrts@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tamer Tas <tmrts@chromium.org> Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837087}
-
Brian Ho authored
Currently, fixing exo bugs for Lacros is cumbersome due to version skew between Lacros/ash. In a single CL, we ideally want to 1) land an exo fix and 2) land a conditional workaround in Lacros until ash is uprevved to actually include the exo fix (see the bug for a real world example). To remedy this, this CL introduces a new |bug_fix| event that sends down IDs of bug fixes present in exo when the zaura_shell is bound. Clients (notably |ui::WaylandZAuraShell|) can listen for this event and gate features on the presence of certain bug fixes by calling |WaylandZAuraShell::HasBugFix(bug_id)|. Bug: 1151508 Change-Id: Iec39e32c4b507545aaf59c0a73f3fa61f9a7e3ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568204 Commit-Queue: Brian Ho <hob@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837086}
-
Marc Treib authored
#newTabButtonHidesAndRecoversOnboarding is flaky (like a few other tests in the same suite) Tbr: arbesser@google.com Bug: 1157339 Change-Id: I8122ac9d6fc937d4e8b2c505b6aaa769605f1d57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593098Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837085}
-
Joshua Peraza authored
bccb9504d1fb Roll crashpad/third_party/edo/edo/ 97121c640..6ffbf8331 (19 commits) 70f1ec86f95d ios: Fix setup_ios_gn.py after gn roll 0917d31d19ef Update lss README.crashpad to point to corrected name for license ed132d5ec247 [syslog] Expect logsink client includes 121d92ca3f1a Roll crashpad/third_party/mini_chromium/mini_chromium/ cb82d7129..c748b289b (2 commits) 6c270cf239df linux: Refactor test modules 20cbfa49719c linux: Use mmap for attachments in PtraceBroker 00491d58ee29 linux: Correct handling of load bias 83f194ee8544 linux: Add linux-gate.so to valid vdso prefixes ddcffd8675b4 [util] Remove redundant std::allocator type name for C++20 1e76cbbe5a47 mac: Depend on the //build/config/mac:sdk_inputs target for MIG actions 0886a625cc3b linux: Disable test module with sanitizers 2f7d40c405fd linux: disable test module in more tests 44de18ca37f6 Fix instances of undefined behavior 8bf3cdd977a0 linux: fix build breakage Bug: chromium:1147922, chromium:1128441 Change-Id: I81fb22747cf33e158072657756e4c5004835ae98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586769 Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Joshua Peraza <jperaza@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#837084}
-
Bill Budge authored
- Simplify the code to improve readability. - Correctly enables SABs at render process start in case we have the COI bit. Bug: chromium:923807 Change-Id: I4f52ec30f76864200f8a92f109603b59eb11c8da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2582358Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#837083}
-
Roman Sorokin authored
Bug: 1100942 Change-Id: I5d32b376e2a7118509c27526534a18e0bc5080ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584302 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#837082}
-
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 chrome-fuchsia-gardener@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-deterministic-dbg;luci.chromium.try:fuchsia-x64-cast Tbr: chrome-fuchsia-gardener@grotations.appspotmail.com Change-Id: I015c4a5f947923e09e47e8746a6795004feab16e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593527Reviewed-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@{#837081}
-
Koji Ishii authored
Bug: 1154531 Change-Id: I3050d4a098da0e5c6c99ff50dd1605aa08467fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592234Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#837080}
-
Hiroki Nakagawa authored
The param is always mojom::PrerenderMode::kPrefetchOnly, so it's not necessary to pass it. Bug: 755921 Change-Id: Id595b125d66569be5ed53e81356a845c52f1ca85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591843Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#837079}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1608011028-37ee37c5688aac3dda9b54957c6e72d180559ab7.profdata to chrome-mac-master-1608033365-b773312111f7e1aa196b8e797089c32200e6b39a.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-mac-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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ic2d14a7c1667a238fd742e7bc72ef9fc4eaac7a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593532Reviewed-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@{#837078}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/43c39a1ba42a..985db28c6fae 2020-12-15 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from 24bbbbb25f7d to 8df62847f40a (16 revisions) 2020-12-15 cwallez@chromium.org Introduce SubresourceStorage (2/N): Merge 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 rharrison@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: None Tbr: rharrison@google.com Change-Id: Ia7d1374d65a8080d71ad89c735d9e824c156e49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593419Reviewed-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@{#837077}
-
Ewann authored
This CL updates the TableViewURLItem according to this mock: http://slides/1oQp4K1J_Ue0U6Obsy-73PWD9wzuU4OhDEJczu82kXk8#slide=id.g5402559cba_0_444 Bug: 922511 Change-Id: I0ea43a1d5d1ad8ba156aac1586327c854627b4e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587046 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#837076}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1608011028-611df610f2c75b863fafaf646a645c4fa934a0f1.profdata to chrome-linux-master-1608033365-e862b5d2dea1d73e4832544c4ed0bdce55caf8f7.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-linux-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:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id717faffd6b278b82e2ad1ca3e98e32c3c854daf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593531Reviewed-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@{#837075}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0ca983b04e6b..9fd03062f5fd 2020-12-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-12-15 tvanderlippe@chromium.org Remove css_overview-legacy.js 2020-12-15 andoli@chromium.org [module.json extensions] Migrate network settings 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:1127902,chromium:1134103 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I75e3954dcaefe5b7bc605c552d07cc111b3b22e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593530Reviewed-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@{#837074}
-
Camille Lamy authored
This CL ensures that COEP is properly set on the RenderFrameHost after a back/forward navigation. Bug: 1021846 Change-Id: Ie6b30d9c82ffca42fef4f6f1d6b248fa656c5ec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579971 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#837073}
-
Yi Gu authored
Bug: None Change-Id: I418130add9341582be7a85e30f77c83818830e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591108 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#837072}
-
Amr Aboelkher authored
This CL is adding the updated monorail component for the enrollment. BUG=chromium:1157853 Change-Id: Ie6416c626237fbf7c449bff2f6684efcacd6cbdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584930 Auto-Submit: Amr Aboelkher <amraboelkher@google.com> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#837071}
-
James Vecore authored
kInProgress transfer updates were being logged multiple times making logs hard to read. Change-Id: I7e1ea61db26e9532c415be86ca8feea1c9573883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591775 Auto-Submit: James Vecore <vecore@google.com> Reviewed-by:
Josh Nohle <nohle@chromium.org> Commit-Queue: Josh Nohle <nohle@chromium.org> Cr-Commit-Position: refs/heads/master@{#837070}
-
Alexander Dunaev authored
This is [1] replicated over the fresh ToT. There is a proxy class that ensures that GPU sends back correct visuals on X11. The class was declared in the anonymous namespace in the content/browser/browser_main_loop.cc, which made it impossible to use on Ozone. This CL extracts the proxy and makes it available to use through the PlatformGLEGLUtility interface. In addition, the obsolete VisualID type used in gfx::GpuExtraInfo is replaced with the x11::VisualId. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2252102 Bug: 789065 Change-Id: I6390ef8bc89cf118944be42fde78fd64a6c3d36d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2562182Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#837069}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/bf6b965f..4baf1b64 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: I1928b47f73ca42b4dc39aebd9842f86a28ca7d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593507Reviewed-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@{#837068}
-
Al Muthanna Athamina authored
This CL was created automatically with tools/perf/update_wpr script R=johnchen@chromium.org Bug: chromium:1158374 Change-Id: Id6ae2d03a0de204b498a5548caf64d751cd1d63e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2589856Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Tamer Tas <tmrts@chromium.org> Commit-Queue: Tamer Tas <tmrts@chromium.org> Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837067}
-
Marc Treib authored
This reverts commit 84f1c409. Reason for revert: Broke OverrideUnknownPerformanceHintsObserverTest.HintFetchingNotEnabled on Linux TSan, see crbug.com/1158739 Original change's description: > Implement read-only mode for Optimization Guide when in incognito > > Bug: 1151087 > Change-Id: I4a6074a01793c5a97de7f07e14ccbd133ef6cb51 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586246 > Reviewed-by: David Roger <droger@chromium.org> > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Michael Crouse <mcrouse@chromium.org> > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#836442} TBR=droger@chromium.org,tbansal@chromium.org,sophiechang@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1151087, 1158739 Change-Id: Ic9c6142d2b1087010b75e9deaab3d0cfcb714762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592992Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#837066}
-
Jan Krcal authored
A previous CL introduced a DCHECK on identity_manager_observation_ in ProfilePickerView::OnProfileNameAvailable(). This CL fixes the DCHECK by an early return in OnExtendedAccountInfoTimeout(). Without this early return, OnProfileNameAvailable() got called mostly twice, violating the DCHECK. Bug: 1126913 Change-Id: Ie1a5457e16cea57a281c83abf005d4b6def9ea47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592788Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Auto-Submit: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#837065}
-
Guido Urdaneta authored
This is a preparation CL to make GetWeakPtr() pure virtual. Since creating the track adapter requires a weak pointer to the source, it will not be possible to create it in the source constructor when GetWeakPtr becomes virtual. Bug: 1158227 Change-Id: I480d22da45632aacb227776c326a9f00135215f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588908Reviewed-by:
Elad Alon <eladalon@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#837064}
-
Christoph Schwering authored
Simplified and traditional Chinese are represented by zh-CN and zh-TW, respectively, by Translate's language detection. This CL replaces "zh" with the "zh-CN" or "zh-TW", respectively. Bug: 1142413 Change-Id: Id19c3fa0f081a91ca35ec775f3a6d3567e78dcc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584809 Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by:
Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#837063}
-
Josiah K authored
Fixed: 1158669 AX-Relnotes: N/A. Change-Id: I6712108de8d9cbbcf55223246ed9c22ad11df63d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592394Reviewed-by:
Josiah Krutz <josiahk@google.com> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Auto-Submit: Josiah Krutz <josiahk@google.com> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#837062}
-