- 31 Jul, 2020 40 commits
-
-
Internal Frameworks Autoroller authored
TBR=bling-team@google.com Change-Id: I626d94ff6d403a12c655255c9e69668732ce8d39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332847Reviewed-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@{#793776}
-
Ilia Samsonov authored
Ignore-CQ-Freeze: Removes non cq builder Bug: 1104846 Change-Id: Ibacfe41adaa9f5d90d74b3d493dd50cf44b4ae25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317705 Commit-Queue: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#793775}
-
Jan Wilken Dörrie authored
This change performs the following mechanical changes in chrome/chrome_cleaner: - Replace base::char16 with wchar_t - Replace base::StringPiece16 with base::WStringPiece - Replace base::UTF16ToUTF8 with base::WideToUTF8 - Replace base::UTF8ToUTF16 with base::UTF8ToWide - Replace base::UTF16ToASCII with base::WideToASCII - Replace base::ASCIIToUTF16 with base::ASCIIToWide - Replace base::ASCIIToUTF16 with base::ASCIIToWide - Inline calls to base::WideToUTF16 - Replace base::NumberToString16 with base::NumberToWString - Replace base::FilePath::AsUTF16Unsafe with base::FilePath::value - Replace STRING16_LITERAL("...") with L"..." Actually replacing base::string16 with std::wstring will be done in a future CL due the large number of occurrences. This change does not change any functionality, it is purely refactoring. Bug: 911896 Change-Id: If1221d5f2f03e559e0e5e5dda1bc6824bb984b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332697Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#793774}
-
Sven Zheng authored
The current zip file missing a lib file. TEST: Manually tested adding this file, ash chrome can start and signed in. Bug: 1109287 Ignore-CQ-Freeze: True Change-Id: Icf1cfdc59d4ad3c3f902fba08c3a1878b98ac33f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332689Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#793773}
-
Dominic Mazzoni authored
Borrowed heavily from the work Bruce Long did last year in http://crrev.com/c/1666567 (see patchset 18), this introduces UI to toggle caret browsing, now that we've gone through UI review (see go/caret-browsing-ux for approved mocks/strings). 1. Toggles caret browsing with F7 on Mac/Win/Linux, and Ctrl+Search+7 on Chrome OS. 2. When pressing the accelerator, shows a confirmation dialog with a checkbox that allows you to skip the dialog next time. 3. No dialog to disable caret browsing, it just turns off. 4. Caret browsing always resets to false when you start the browser (unless you use the command-line flag, which is still supported it and now turns it on by default). That's so users don't get confused and forget they had it on. 5. Also allows you to toggle in settings. Bug: 977390 AX-Relnotes: Implements UI to toggle Caret Browsing in settings or with F7 Change-Id: Ib8debb6f4154ae5f4a1083db4d8af6ade56d2b3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320127 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#793772}
-
Guillaume Jenkins authored
Adds support for the CloudReportingEnabled policy, which controls whether enterprise reports are sent to the device management server. This policy is a privacy requirement of launching CBCM. For now, it is declared as a Future policy for iOS until iOS CBCM is launched. Bug: 1066495 Change-Id: Ic4d175df8a52dabb841d905eaa7fa76e1a9c13bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332254 Commit-Queue: Guillaume Jenkins <gujen@google.com> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#793771}
-
Rohit Rao authored
This reverts commit 216b0ee0. Reason for revert: Breaks symupload on iOS official bots Original change's description: > Roll breakpad to a740aa2625df2c0ed21ed7118bd8ab5faec375b8 > > This is primarily needed to bring in symupload v2 protocol support on Mac. > > a740aa2 Fix Mac symupload non-XCode builds > 28d7cbd Check for tombstone as very first entry in the line table > 7d65240 Properly handle new tombstone values that now appear > 1143368 Port new symbol API to symupload on Mac > 428a01e There are source files with APSL-2.0 as well > 2e6f8de Add 3-clause BSD license text as well > 678c4c5 Include libunwind license in LICENSE file > 721108f fix NDEBUG breakage with new dwarf5 code > 09b0569 fix pointer style to match the style guide > a741027 Add support for dwarf5 line tables > b6f36dd Move GetSectionByName out of CompilationUnit > 8efe0f1 Read dwarf5 compilation unit headers > 72c118f Add and handle various dwarf5 addrx forms > feb2dca Add and handle new dwarf5 string-related forms > > BUG=1021742 > > Change-Id: I7ed42d6696452c58bdbbdee324248c656b180605 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321537 > Commit-Queue: Michael Moss <mmoss@chromium.org> > Auto-Submit: Michael Moss <mmoss@chromium.org> > Reviewed-by: Mark Mentovai <mark@chromium.org> > Cr-Commit-Position: refs/heads/master@{#793068} TBR=mmoss@chromium.org,mark@chromium.org,nbilling@google.com,saugustine@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1021742 Change-Id: I02d2815c83c4014ee3a9ef49491fc64464bb93a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332843Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Commit-Queue: Michael Moss <mmoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#793770}
-
Wenhan (Han) Zhang authored
Duplicate "expires_after" attribute in test histograms prevented one test from passing. Change-Id: I9a824eea9cd10d8e4483335ea2ea8a5f1ef1ce30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333173Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#793769}
-
Sergey Ulanov authored
When paused WebMediaPlayerMS copies current video frame to a new buffer. Previously it was doing it ever for frames that were already copied in GpuMemoryBufferVideoFramePool. That's not really necessary. Updated WebMediaPlayerMSCompositor to keep track of the frames that have been copied by GpuMemoryBufferVideoFramePool This allows to avoid copying frames in WebMediaPlayerMS when it isn't necessary. Also update the class to use WTF::Vector instead of std::map. Bug: 1110218 Change-Id: I21d4269c74fec8b5e67329331611f4ae9993d1e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331003 Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793768}
-
Eric Roman authored
Change-Id: If23d2017ad8d15b38ffe22e0f51e5ed070def161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332584 Commit-Queue: Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Auto-Submit: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#793767}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I5c7e37923ed46c1e45139efd318ed595789b9e16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330084 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#793766}
-
Eric Roman authored
It was previously in a different subdirectory from the file it tests. Change-Id: Ia5fe22ab35ce774456ce8e19b733d73edbee8e3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333060 Commit-Queue: Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Auto-Submit: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#793765}
-
David Maunder authored
This supports the effort of moving Tab attributes to UserData objects Bug: 1109036 Change-Id: Iafb008decac9e8f214d8c86f2d88e76a5b415cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316803 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#793764}
-
My Nguyen authored
Since there are no more comments. There should be no need for clang-format off in this file. No-Bug: Drive-by Change-Id: I0ee518af6bcccaed67c7e184bb48d5beb6f0950e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332103Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#793763}
-
David Black authored
To reduce initial complexity (and possible user confusion) we will allow duplicates in clipboard history. Bug: 1111895 Change-Id: I16995c0b48e98b68c514017c23c509803a068bbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333246Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#793762}
-
Xianzhu Wang authored
The view background is positioned in root element: https://drafts.csswg.org/css-backgrounds-3/#root-background. Invalidate the view background when the root element changes size or content box when needed. Bug: 1083511 Change-Id: I7053fead0bca2655f1c6e13518897235f1fac5a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330748Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793761}
-
David Schinazi authored
This test broke when we switched the default version from Q046 to Q050 because Q050 does not accept the legacy Google Alt-Svc format. This CL fixes the test to use the new IETF format that is supported by all QUIC versions. R=renjietang@chromium.org Bug: 1111900 Change-Id: Ice6f2541f3f3f43ce1987fc027c9ec2a51454ec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333288 Commit-Queue: David Schinazi <dschinazi@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Auto-Submit: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#793760}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f6c424bb5923..22b8657a5558 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-win-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: I1370adee2e0bba57833b0aa8b84923cf6b753622 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332325Reviewed-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@{#793759}
-
Yuke Liao authored
An attempt to understand whether ash-chrome is really taking more time to start or getting stuck due to bugs. Bug: 1104318 Change-Id: I691c4681b26506b7f4b17389f7f1f5c867428d36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333168Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#793758}
-
John Williams authored
This reverts commit 9b5bc632. Reason for revert: Causes a crash. Original change's description: > [Cast MRP] Stop mirroring when Chrome shuts down. > > Bug: b/161367720 > Change-Id: I619b88eec584b2124dcab6434e59f45cfe0e9c2b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300661 > Commit-Queue: John Williams <jrw@chromium.org> > Reviewed-by: Takumi Fujimoto <takumif@chromium.org> > Cr-Commit-Position: refs/heads/master@{#793279} TBR=takumif@chromium.org,jrw@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1111760 Change-Id: Ia4236495b58a25cba7b4cb165f36f0a3c63bce8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332328Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: John Williams <jrw@chromium.org> Cr-Commit-Position: refs/heads/master@{#793757}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/6d3996c1f67e..3a683c88a211 2020-07-31 scroggo@google.com Remove "Cripple" to comply with Android's inclusive language guidance 2020-07-31 fmalita@chromium.org Fix path builder initial gen ID 2020-07-31 ethannicholas@google.com Fixed nondeterminism in SkSL dehydration 2020-07-31 robertphillips@google.com Handle null GrDirectContext in DDL Fuzzer 2020-07-31 herb@google.com update size GrTextBlob size calculation 2020-07-31 robertphillips@google.com Revert "configure attributes for SkottieView to be initialized from XML layout" 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 borenet@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 Bug: chromium:162536543 Tbr: borenet@google.com Change-Id: If54f3dc9ddbe1a4a4e7a858682ba39dbc3de62e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331932Reviewed-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@{#793756}
-
Koji Ishii authored
This patch takes |NGLogicalLineItems| out of |NGInlineLayoutAlgorithm| member field, but instead passed as arguments. This patch is to prepare supporting multiple instances of |NGLogicalLineItems| for CSS Layout API. This patch has no behavior changes. Bug: 726125 Change-Id: I48642ab3dede8fa475c82d026b4ffdec77450d2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331775 Auto-Submit: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#793755}
-
Jonathan Ross authored
This test has begun flaking. Though we lack a good blame range. I'm marking it as RetryOnFailure until we have the chance to triage. TBR=ynovikov@chromium.org conformance2/textures/canvas/tex-2d-r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html Test: webgl2_conformance_validating_tests Bug: 1111516 Change-Id: I907baaeb31371fa895a4ba4f9189ac2c66a61da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333095Reviewed-by:
Jonathan Ross <jonross@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#793754}
-
Anton Bikineev authored
Bug: 1072560 Change-Id: If307b3c2ff6a694013dcaaa5767be8dc3ce7f149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316197 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#793753}
-
James Long authored
The page's URL now automatically updates itself to match the page state whenever the page state is changed. Also, more of the page's state is stored in the URL - previously it was only the node filter, now the following graph settings are stored as well: * Inbound/outbound depth * Display settings (curved edges, coloring on hover, color schemes) * Convex hull display (for class graph only) As a result of the change, the URL generator component is now redundant. It has been removed. Bug: 1106944 Change-Id: I617640d7648b8083dbdff41522f1c1f914496fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324491 Commit-Queue: James Long <yjlong@google.com> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#793752}
-
Michael Crouse authored
This is a reland of 57fd8da7 The browsertest is really flaky because of the timeout. The test is not there to verify the code being added so I'm going to decouple adding these tests. I removed or disabled the tests causing failures so hopefully this resolves it. Original change's description: > [LiteVideo] Observe MediaPlayer rebuffer events to stop throttling. > > This change adds plumbing to allow the LiteVideo optimization to > observe when rebuffer events occur so that all throttling can be > stopped. > > A future change will record the even in the user blocklist and > record the event in UKM. > > Bug: 1082554 > Change-Id: I9109fe221800b355e46c78e80254f75f433f9448 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316849 > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: rajendrant <rajendrant@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Commit-Queue: Michael Crouse <mcrouse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#793232} TBR=tbansal@chromium.org,kinuko@chromium.org,dalecurtis@chromium.org Bug: 1082554 Change-Id: I5b11eb841a62b1c90f465c84eb68df6fcd0e573d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332684Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#793751}
-
Xinghui Lu authored
In RTL layout, the aux button of the RadioButtonWithDescriptionAndAuxButton widget is pointing to the wrong direction. Fix it by setting a different rotation degree in RTL layout. Also rename ic_expand_more_right_black_24dp.xml to ic_expand_more_horizontal_black_24dp.xml to reduce confusion. Before: http://screen/h3HRvuXJgJF After: http://screen/8LDgx4Z8m9U Bug: 1105998 Change-Id: I2856b64d66deb7afccc00e1ed2c66e54285848f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327394Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#793750}
-
Dale Curtis authored
Resolves some post-commit comments. R=pkasting, wtc Bug: 1008448 Change-Id: I02e503c0284726e7f5bf122130b330ecc3659901 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332279 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#793749}
-
Michael Crouse authored
This looks to be the only place that the timer can be running and ScheduleFetch can be called. Bug: 1111815 Change-Id: Ic7e3bdacb610e48ac7934e2ec2712ef80c92edb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332298 Commit-Queue: Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#793748}
-
Joey Arhar authored
Original Patch: http://crrev.com/c/1986972 Revert: http://crrev.com/c/2148472 Reland #1: http://crrev.com/c/2150765 Revert #2: http://crrev.com/c/2322006 Reland #1 was reverted because of rendering differences between the windows 7 bots and the windows 10 bots - I forgot to include the windows 7 bots in "Choose tryjobs." I am addressing this by adding a fuzzy pixel comparator for windows. Bug: 1038425, 1022122, 1039866, 1091661 Change-Id: I810048e85dc12d8f3ecdf8f3dddc70b081afd653 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323706 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mason Freed <masonfreed@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793747}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/be774187b1ce..bd7cef282080 2020-07-31 jmadill@chromium.org Trace Tests: Fix Win/x86 crash. 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 tobine@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:1111764 Tbr: tobine@google.com Change-Id: I8992eb9e010d93fa2555464383956192e0720764 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333092Reviewed-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@{#793746}
-
Zhaoliang Ma authored
This CL refined the decoding thread number for vp9. the thread number before and after this CL: resolution before after 640x360 2 2 1280x720 4 4 1920x1080 4 4 2048x1080 8 4 2560x1440 8 8 3840x2160 8 16 4096x2160 16 16 Bug: None Change-Id: I1a8d76b518dc27152fd52b0e807b666f924f077c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332338Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#793745}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1596193635-6128c4835e91dec9617eb88a5ffdf98aa76979d0.profdata to chrome-mac-master-1596218359-82effd1166d6978a93311943498771c13a6160db.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 sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ia590558ced9327e41253b7d0744a539bd02d9451 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333228Reviewed-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@{#793744}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/759f7034..3dcdde92 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: Ie10c1df7d46e70a15f75e3c6b3f37450477f891d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332499Reviewed-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@{#793743}
-
Egor Pasko authored
The test loads a resource that goes through revalidation each time and returns with status 304 (Not Modified). The test checks that revalidation causes flushing of hte code cache on disk. Whether this is intentional behavior or not, I am not sure. Just wanted to document the current behavior and compare it to cache discarding later. Bug: 1045052 Change-Id: I629ae3789811cfce53558a13795060b6c6895a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327492 Commit-Queue: Egor Pasko <pasko@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#793742}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: I1f2209e75c8dd3ae89247806130932861deb5290 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333226 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#793741}
-
Aaron Colwell authored
StoragePartitions can be directly fetched using a StoragePartitionConfig now so the test was updated to not rely on webview site URL behavior. Bug: 1085275 Change-Id: I027dd7069926f2d5bceda4245b57dc70000160a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327848 Commit-Queue: Aaron Colwell <acolwell@chromium.org> Auto-Submit: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#793740}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/4766bd88cf78..22b8657a5558 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: I4c8837f0174f10b42ce2d829aadc6bfc24b5adb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332575Reviewed-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@{#793739}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f6c424bb5923..22b8657a5558 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-mac-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: Ia1986094c5250cee6c31269be8bfb872640e433e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333206Reviewed-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@{#793738}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/bc6aebc6f315..37710e42bb90 2020-07-31 jalyn@microsoft.com Clarify missing shortcuts for screen reader users 2020-07-31 tjaneczko@google.com Add 'Copy message' context menu item for EventSource messages. 2020-07-31 janscheffler@chromium.org Migrate `front_end/security` to `devtools_entrypoint` 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:1101738,chromium:1111375,chromium:963183 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I704c842d89f202a8b1c006fead31829d3a3de600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2333097Reviewed-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@{#793737}
-