- 20 Jan, 2021 1 commit
-
-
Abigail Klein authored
Bug: 1055150, 1167349 Change-Id: I4c321cdfa6e00c3a8002cbea02e89fc2689e3ecd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633375Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#844972}
-
- 19 Jan, 2021 39 commits
-
-
Dale Curtis authored
cli_output.splitlines() needs a decode('utf-8') now. Bug: 941669 Change-Id: I8c5241483dac9d77655501aa6e560e679df16dbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638534 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#844971}
-
Ali Juma authored
When launching an ASan build of CWTChromeDriver, libclang_rt.asan_iossim_dynamic.dylib needs to be included in DYLD_INSERT_LIBRARIES. This CL updates launch scripts to include this value when using ASan. This is needed as part of adapting CWTChromeDriver for fuzzing. Bug: 1158540 Change-Id: I924f865027ac8c50deeec2eaa401647efff62452 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633681Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#844970}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e670fc72a5ae..2e0490eedcc8 2021-01-19 jmadill@chromium.org Capture/Replay: Serialize float states properly. 2021-01-19 syoussefi@chromium.org Suppress failing tests on mac ARM 2021-01-19 jmadill@chromium.org Vulkan: Support GL_EXT_tessellation_shader. 2021-01-19 m.maiya@samsung.com Vulkan: Add integer type incomplete texture tests 2021-01-19 cnorthrop@google.com Tests: Add Asphalt 8 trace 2021-01-19 syoussefi@chromium.org Fix image bindings with an image after an image array of array 2021-01-19 jmadill@chromium.org Test Runner: Prevent race by not resetting timeout. 2021-01-19 cnorthrop@google.com Capture/Replay: Use glUniform1iv on samplers, ignore images 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 cnorthrop@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: chromium:1167763 Tbr: cnorthrop@google.com Test: Test: Fortnite MECTest: Test: angle_perftests --gtest_filter="*asphalt_8*"Test: Test: dEQP-GLES31.functional.tessellation.* Change-Id: I33597fd39018c548229ab7528e54df74b52ec09e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638109Reviewed-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@{#844969}
-
Yaron Friedman authored
According to flakiness dashboard this is our slowest test and generally taking at least 45seconds and sometimes up to 4 minutes. Change-Id: Ie4d0f17eced89adebe1ffe1dff17db74395776a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635075Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Cr-Commit-Position: refs/heads/master@{#844968}
-
Bailey Berro authored
This change introduces the SessionLogManager class. The SessionLogManager owns the various logging classes and will be responsible for constructing the session log when requested by the user. Bug: 1128204 Change-Id: I4c41effce7d1faf99f2c68c773642e44aec18dfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632870 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#844967}
-
Rohan Pavone authored
Builder is not currently active, but exists in another repo. Bug: 1128105 Change-Id: Ic4de73c066751c7973e270bbda5358e31fb73408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628343Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Rohan Pavone <rohpavone@chromium.org> Cr-Commit-Position: refs/heads/master@{#844966}
-
Tommy Steimel authored
This CL refactors the MediaKeysListenerManager to use the SystemMediaControls directly instead of through a MediaKeysListener. This will allow us to fix a few different bugs that were stuck on this refactor, such as providing a content-specific name to the SystemMediaControls and properly destroying it when there are no active sessions. This CL also renames the HardwareKeyMediaController to make more sense. Bug: 974035 Change-Id: I1818fdc8849e679c5a7791a0516ba051ee8eefbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2606785Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#844965}
-
Alice Gong authored
BUG=1157672 Change-Id: Iffd50344615d56c2b2a4a843e8a22eab9f4306f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621923Reviewed-by:
Marc-André Decoste <mad@chromium.org> Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Alice Gong <alicego@google.com> Cr-Commit-Position: refs/heads/master@{#844964}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/8da0f82baf35..89fd1480b47e 2021-01-19 digit@google.com vulkan: Support VK_KHR_external_memory_fd on OS X. 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: I1366a05d78896c54fa35070fbd171b2093fd5ff2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638240Reviewed-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@{#844963}
-
Reilly Grant authored
This change converts callbacks from base::Bind and base::Callback to Once/Repeating in //chromeos/components/tether. Bug: 1007654 Change-Id: I8aa947682d8ba5f2864d6dc9a1ed153d5ba90416 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637929 Commit-Queue: Reilly Grant <reillyg@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#844962}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1611068186-b36b631e8b34e83450d9bdf5237d6c35b34952b4.profdata to chrome-win64-master-1611078768-7ecf7fe9cdf533d2ba0fd4fcea641cfa29b8dba9.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: I0def19a6624fa0dc61837b4b524be596d6d2f8e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638245Reviewed-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@{#844961}
-
Jeroen Dhollander authored
This caused linking issues on a debug build (I do not know why it doesn't cause issues on a non-debug build). [0/1/1] SOLINK ./lib_libassistant_service.so FAILED: lib_libassistant_service.so lib_libassistant_service.so.TOC python "../../build/toolchain/gcc_solink_wrapper.py" <snip> ld.lld: error: undefined symbol: NewLibassistantEntrypoint >>> referenced by libassistant_entrypoint_client.cc:40 <snip> Bug: b/171748795 Test: compiled Change-Id: Id302592f9bd1623656403da530c05899a22cfc7d Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636682 Auto-Submit: Jeroen Dhollander <jeroendh@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#844960}
-
Aaron Krajeski authored
Part of the greater effort to migrate cc and the paint_op_buffer away from SkMatrix, which is 3x3 and relatively slow, compared to SkM44. Two functions were added to paint op buffer in previous Cls, Concat44 https://chromium-review.googlesource.com/c/chromium/src/+/2577704 SetMatrix44 https://chromium-review.googlesource.com/c/chromium/src/+/2562783 Each of these take an SkM44 as an argument instead of an SkMatrix. This CL changes the implementation of RecordPaintCanvas::concat so that it always ends up sending an SkM44 to the paint op buffer and removes the older implementation of ConcatOP (that used an SkMatrix). Now there is only one concat operation in the paint op buffer. The next and hopefully final step of this project will be to do the same thing for SetMatrixOp. Bug: 1155544, 1167153 Change-Id: I7a3b3a168e91ec37151e5f95897abadc5bc05542 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626051 Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Caleb Raitto <caraitto@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#844959}
-
Andy Perelson authored
Bug: 1167291 Change-Id: I124d073c609d1fdcdd9e5872cc19e6b43339d7c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637079 Auto-Submit: Andy Perelson <ajp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#844958}
-
tby authored
This removes these two histograms and the logic related to them: Apps.AppListResultLaunchIndexAndQueryLength Apps.AppListResultLaunchIsEmptyQuery Bug: 1160781 Change-Id: Ifcd61df6a40dc6bb910bc7c2a6d27e83a0f84cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2628869Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#844957}
-
Yusuke Sato authored
BUG=None TEST=try Change-Id: I2c9220ff56432b946982685d22bec74b6307d027 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631628Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#844956}
-
David Schinazi authored
This will allow us to query new records such as HTTPS. More details of the experiment are available internally at go/chrome-dns-concurrency. Bug: 1134205 Change-Id: If849689da3086290a3b61e33f42631db16398bdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636880Reviewed-by:
Renjie Tang <renjietang@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#844955}
-
tby authored
Launcher search results report a SearchResultType enum used for metrics. Some kinds of omnibox search result are being recorded as SEARCH_RESULT_BOUNDARY because they don't have their own value. AFAICT we never expected to see these results, as they used to trigger a NOTREACHED. From some testing, we see at least two of them in practice: - SEARCH_SUGGEST_ENTITY - NAVSUGGEST I've added enum values for these. I've also taken out the TODO saying to re-add the NOTREACHED, because I don't think we'll ever be confident we've covered all cases. Bug: 1121386 Change-Id: I4b8b1eaa696d84ad4752956fde925526777ab8b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631868 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#844954}
-
Curt Clemens authored
The placement of the invisible IronA11yAnnouncer element was causing trouble on the high visibility page with the apparent ordering of the elements. Since it is a replacement for the page subtitle, it needed to be located next to the subtitle in the html so that the node in the accessibility tree gets placed correctly. IronA11yAnnoucer was never designed to be used with modal dialogs. Explicitly placing an IronA11yAnnouncer on the page was a hack to get around the way modal dialogs are treated in the accessibility tree. While this mostly worked, the iron-announce event continued to bubble past the dialog and set the text on a second IronA11yAnnouncer element on the underlying settings page causing some strange behavior after the dialog is closed. Switching to a plain aria-live region fixes that. Another issue with invisible stand-in elements was that the visual highlight was not placed over the corresponding text when using search + arrow keys. Using absolute positioning to place the aria-live region on top of the subtitle it replaces achieves the desired highlight: https://screenshot.googleplex.com/6dHPQMDYaMBYsQ3.png When the page would initially load, Chromevox would read a few elements that weren't on the currently active view of the cr-view-manager. This turned out to be because elements with aria-hidden="false" were overriding the "display: none" applied by the view manager. Use "undefined" instead of "false" to fix. Also correct an issue where the interval timer wasn't getting cleared in the detached() event. Fixed: 1165982 Change-Id: Ia31dd52629fc27db55906d88de2160d908e4fccb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632085Reviewed-by:
James Vecore <vecore@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Curt Clemens <cclem@google.com> Cr-Commit-Position: refs/heads/master@{#844953}
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I0a8e4c80233244f46dd6e4e7f58d9dafe012561c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636878Reviewed-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@{#844952}
-
Miguel Casas authored
crrev.com/c/2628069 introduced to the V4L2VideoDecoder a limitation on the maximum number of decoder instances at a given time, making it behave like the legacy V4L2VideoDecodeAccelerator. That provision avoided the OOM observed on MS Teams (see bug). But the max number of instances (10) is too restrictive. A deeper look showed that every instance allocates all the necessary input buffers (i.e. those for the encoded chunks that go into the v4l OUTPUT q). V4L2VideoDecoder allocates 16 [1] whereas the legacy one only 8 [2]. FTR each buffer is relatively large: 4MB for platforms that support more than 1080p decoding, 1MB otherwise; MS Teams can successfully allocate 32 decoders on kukui, which gives us 32 * 16 * 1MB = 512MB of allocated memory; on trogdor this would be 2GB (!!). This CL tweaks a bit ToT numbers so we can allocate more decoder instances (32, good for kukui) and have a smaller number of input buffers allocated, aligning V4L2VideoDecoder with the legacy. [1] https://source.chromium.org/chromium/chromium/src/+/master:media/gpu/v4l2/v4l2_video_decoder.cc;l=34;drc=1bba741f920278b78341175ef888c19a6affd664 [2] https://source.chromium.org/chromium/chromium/src/+/master:media/gpu/v4l2/v4l2_video_decode_accelerator.h;l=145;drc=82e2036e3aadce02f587769c7ab6fc644953e008 Bug: b/170870476 Change-Id: If610ffe7c339ae3d883d893e41c92cc725e6fdaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633784Reviewed-by:
Fritz Koenig <frkoenig@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#844951}
-
Philip Rogers authored
This patch removes the kHasNonLayerViewportConstrainedObjects main thread scrolling reason because there are no longer any non-layer viewport constrained objects that scroll. All viewport constrained objects (fixed, sticky) are now composited if they scroll, and we do not need a main-thread scrolling reason if they do not scroll. Bug: 649096 Change-Id: Ia2c256a6b39983ef37b78a86aa761cbf33d5efe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622516 Commit-Queue: Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#844950}
-
Siyu An authored
Bug: 1082013 Change-Id: If75e11b3b0c569bfda4bb0d178499e5488f00b5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623421 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Siddharth Shah <siashah@chromium.org> Cr-Commit-Position: refs/heads/master@{#844949}
-
Igor Ruvinov authored
Adjust new policy description to remove incorrect uses of PRODUCT_NAME which were applied to "Chrome" but should only be applied to "Google Chrome". This is a reland of 70b75301 Original change's description: > Update BrowsingDataLifetime policy description > > Update policy description of BrowsingDataLifetime policy to make it more > informative while cutting down on the technical details and complexity. > > Bug: 1163584 > Change-Id: I2764fbf7651625667b9199136f17ea6dc709ae41 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2630865 > Commit-Queue: Igor Ruvinov <igorruvinov@chromium.org> > Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org> > Cr-Commit-Position: refs/heads/master@{#844217} Bug: 1163584 Change-Id: I67d30f2a434b774b71262c7b48e02942ac10cc97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638101Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Igor Ruvinov <igorruvinov@chromium.org> Cr-Commit-Position: refs/heads/master@{#844948}
-
Bailey Berro authored
Bug: 1128204 Change-Id: I8801ebb4f65f5b867f084b5a55fbf4b81b13213c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2634061 Auto-Submit: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#844947}
-
Theo Johnson-kanu authored
- This feature was never launched and the flag expired in M89. Extending expiry so that this flag can be re-used for a new unified cellular setup UI. - Updated team owner to cros-connectivity Bug: 1093185 Change-Id: I6edea8d789edf3d56c3142e2884ef11406ab4ef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638358Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#844946}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 87.0.4280.152. R=ynovikov@chromium.org Bug: 1041619 Change-Id: I1cd3ed162a9c46fe81be79638100aa4c917ea740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636884 Auto-Submit: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#844945}
-
Bailey Berro authored
This change adds a GetContents() method to retrieve the current routine log. Bug: 1128204 Change-Id: If57dad4163dfce9843dffc4648fb728e73496807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627965 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#844944}
-
spdonghao authored
Bug: 1061906 Change-Id: I83b3021e5f0428dc6d2f46b6c2ec4deef75aa8e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623189Reviewed-by:
Cathy Li <chili@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Xi Han <hanxi@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/master@{#844943}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/870bd0b9..6181c222 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: Ic4f54ecaa6711ac59cc528e065744d45789000d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638356Reviewed-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@{#844942}
-
Eugene But authored
This metric will be recorded if applicationWillTerminate is called after applicationWillEnterForegroud. In that case the app will not properly mark the clean exit. Bug: 1167418 Change-Id: I0fa90862b18cc925b523d71d15fbf7af5c3b0e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633974 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#844941}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/baf149636bd5..13d0f7c03fe3 2021-01-19 janscheffler@chromium.org [JSDOC2TS]: Migrate mobile_throttling 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:1158760 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibc86ce3538a568be4a6d9e1738b586611602c341 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637426Reviewed-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@{#844940}
-
Zhenyao Mo authored
R=kbr@chromium.org Bug: 1167875 Change-Id: I7c9d26f91ca130bfbb7b15f8ff9da340eb113f78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636375 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#844939}
-
Philip Rogers authored
PaintedScrollbarLayerImpl is used for overlay scrollbars on Mac. When the scrollbar thumb fades, |NoteLayerPropertyChanged()| should be called to ensure layer damage is recorded. Bug: 1038682 Change-Id: I57940907093fea57ba5a7a4fef8320ffb9246165 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629672Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#844938}
-
Matthias Körber authored
Currently, it is assumed that a name consisting of multiple words has the same number of words after normalization. In fact, the normalization replaces a list of known separators with spaces and the space is used to divide a name into its word. Therefore, running the normalization first can yield a larger number of tokens. This CL fixes the root cause of an issue that lead to a stability issue. The issue was mitigated by disabling this merge strategy since it was only used unintentionally. With this fix, the strategy becomes workable for future usage. Change-Id: I7f987e7e81f6ce968cbf728b529b3d6fe58a9313 Bug: 1158810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2625884Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#844937}
-
Michael Crouse authored
This was behind a build flag but we also need it behind a switch so it isn't running in production for no reason. Bug: 1165517 Change-Id: I026e8a95a053efd000062c44b1ce7ff5e0aae845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638413Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#844936}
-
Mustaq Ahmed authored
This is a reland of ce17e926 Original change's description: > PostMessage hookup to allow payment request delegation. > > This CL adds fields to postMessage data structures that convey > the sender Window's intention to delegate a capability to the > receiver Window. The change is behind two runtime flags: one flag > ("CapabilityDelegation") enables the parsing of a new postMessage > option for delegation, while the other flag > ("CapabilityDelegationPaymentRequest") enables transmission of > payment request delegation information to the receiver Window. > > Bug: 1130558 > Change-Id: Ifad482bc9629ea69b9bd802d5f0f7df7c24645f5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2568627 > Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Robert Flack <flackr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#844548} Bug: 1130558 Change-Id: I63e31fd2959f08454421160f26a9e40414006f65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636836Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#844935}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f8dfc3b51883..f3087d8297fe 2021-01-19 mtklein@google.com allow a fourth Val/Reg arg per op 2021-01-19 fmalita@chromium.org [svg] Cleanup: use FP alpha for opacity 2021-01-19 mtklein@google.com remove reg/imm unions 2021-01-19 scroggo@google.com Fix decoding gifs with too-big-bounds 2021-01-19 bsalomon@google.com Fix DrawEdgeAAQuad degenerate issue where 3D points don't correctly project to 2D points. 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 scroggo@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: chromium:1162942 Tbr: scroggo@google.com Change-Id: I7ed0b74cc37c0b75d0305d3f0cbcce5d2a66013f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638354Reviewed-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@{#844934}
-
Sigurður Ásgeirsson authored
This reverts commit 5fce665c. Reason for revert: https://crbug.com/1168113 Original change's description: > PM: Enable service worker relationships in graph. > > Bug: 1143281 > Change-Id: Ibc54e560a2a2a5f38c6ef48c7352c40c1b82109c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636273 > Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Reviewed-by: Patrick Monette <pmonette@chromium.org> > Cr-Commit-Position: refs/heads/master@{#844550} TBR=pmonette@chromium.org,siggi@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1143281,1168113 Change-Id: Ie84eef7095d735bd4e8b4e0d7fb097b20419a0b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637266Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#844933}
-