You need to sign in or sign up before continuing.
- 25 Sep, 2020 40 commits
-
-
Victor Costan authored
Bug: 1123353 Change-Id: I2e9f30e3b847d4c3592f40fae2053a8434b248df Tested: Manually, by making IsObsoleteCpu() always return true. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427631 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#810489}
-
Charlene Yan authored
Add an enum for the origin of the toggle action. Add collapse for gestures. Modify closing mode to be on a timer for gestures. Bug: 2386555 Change-Id: I308a8e88c1c6b27e03be0783489d5c44686184a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429445 Commit-Queue: Charlene Yan <cyan@chromium.org> Reviewed-by:
Connie Wan <connily@chromium.org> Cr-Commit-Position: refs/heads/master@{#810488}
-
Wei Lee authored
Currently only Worker (DedicatedWorker) works on SWA but not SharedWorker since it will hit unknown scheme error due to its scheme (chrome://). The reason is that currently we don't put an WebUIUrlLoaderFactory when creating factory bundle in WorkerScriptFetchInitiator so it will try to fetch scripts with "chrome://" scheme through internet, and causes the unknown scheme error. Bug: 980846, 1127464 Test: Chrome camera app (SWA version) can use SharedWorker Change-Id: Ia57a18d75963fb3395a37d2ed3c70d21e7964282 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2406234 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#810487}
-
Eric Willigers authored
GetAppIdForTab() for BMO now returns nullopt if a web app is configured to open in a window, and a browser tab has a URL in the app's scope open. This matches existing behavior for bookmark apps. ShelfWebAppBrowserTest.WindowedHostedAndWebApps/WebApps was previously failing. (The test installs a web app configured to open in a tab by default. It navigates to launch the app URL in a tab and asserts the shelf status indicates the app is closed. This assert previously failed for BMO. The test then calls ActivateAppAndFlushMojoCallsForAppService and asserts there is an extra browser and the app is running. That assert also previously failed for BMO.) Bug: 1054116 Change-Id: I2a5cbb64b193874442deb093ecbbb1f2c7d6ead3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428293Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#810486}
-
Victor Fei authored
AXEventGenerator::Iterator iterates over the generated events in std::map<AXNode*, std::set<EventParams>> tree_events_. Often there could be entry with empty event sets (std::set<EventParams) in |tree_events_|, and if these empty event sets happen to be the first entry when we iterate over |tree_events_|, AXEventGenerator::Iterator ::operator++ would increment AXEventGenerator::Iterator::set_iter_ past its end, causing an exception. This CL fixes this issue by making AXEventGenerator::Iterator ::begin() to always point to a non-empty std::set<EventParams> entry in |tree_events_|. AX-Relnotes: n/a Bug: 1120281 Change-Id: I8fbdbbc92eb007d3ce01bfa5cb61730c9f38c115 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399560 Commit-Queue: Victor Fei <vicfei@microsoft.com> Reviewed-by:
Ian Prest <iapres@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#810485}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1600905490-fe209194e056a39e0ecce0cfbf9501bffc967720.profdata to chrome-win32-master-1600991906-65f7bfb49ebbe3e14bdc8eed995291d523852457.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-win32-chromium Please CC sebmarchand@chromium.org,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: luci.chrome.try:win-chrome Tbr: sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ie71a5c46ac85a2f5f9b24b115ecfd6e0ac4a775e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430351Reviewed-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@{#810484}
-
minch authored
Call sites of UnifiedSystemTrayView::CreateBackground have been removed at crrev.com/c/2015577. The background of system tray now is controlled inside TrayBubbleView by UnifiedSystemTrayView::GetBackgroundColor(). SwitchAccessBackButtonView doesn't inherit from TrayBubbleView, it should not use the related logic. And its color is actually controlled inside SwitchAccessBackButtonView::OnPaint. Bug: 1107056 Change-Id: I13a8ac764fa6fbaa1dede9bdc7b3f6fedfe95b14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430323Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#810483}
-
chrome://flagsAnastasia Helfinstein authored
Also removes unused constants from previously removed flag enable-experimental-accessibility-switch-access. AX-Relnotes: n/a. Bug: None Change-Id: I5ee5aacf2f178c1e620e1c56c82e23349ee4da04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425343 Auto-Submit: Anastasia Helfinstein <anastasi@google.com> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#810482}
-
Roman Sorokin authored
This CL is a quick-fix for the ephemeral use-case. known_user does not persist the data for the ephemeral user. As a result on the lock screen users can't get their last login input method. Change-Id: I0722c741906ecfd35cb031ca6db337c3302e1b3d Bug: 1092884 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429067 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#810481}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3eb2555a627b..c39ab997ba7a 2020-09-24 sokcevic@google.com Support main as default branch If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: Id8eb940b19c37eec31ace1ca91c2739d247fe052 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429653Reviewed-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@{#810480}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/68a5baeb5ba0..d59bccb5df72 2020-09-24 cclao@google.com Vulkan: updateRenderPassDesc may lose color attachment data 2020-09-24 jmadill@chromium.org Skip PBO test on TSAN. 2020-09-24 courtneygo@google.com Vulkan: Add mutex around queueSubmit related data 2020-09-24 jmadill@chromium.org Revert "Pass #pragma optimize setting down to compilation." 2020-09-24 sdefresne@chromium.org Explicitly filter assignments to sources variable 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 syoussefi@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:1018739 Tbr: syoussefi@google.com Test: Test: Change-Id: I7d648d7e839a33400650efad3677ec784cf98a11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430346Reviewed-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@{#810479}
-
Peter Kotwicz authored
This CL removes the following targets: com.android.support:appcompat-v7 com.android.support:gridlayout-v7 com.android.support:mediarouter-v7 com.android.support:recyclerview-v7 com.android.support:cardview-v7 com.android.support:preference-v7 com.android.support:support-v13 com.android.support:preference-leanback-v17 com.android.support:support-annotations com.android.support:design BUG=None Change-Id: Ib18eddd8e5341150057127ad215a6fe3cc66e2ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425010 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#810478}
-
Lei Zhang authored
Use a raw array instead of a std::vector for a constant, so it can be constexpr and no longer has a static destructor. Change-Id: I05fac4e8ce88cdebd63cebc5a9e25ee99ada1082 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429611Reviewed-by:
Michael Spang <spang@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#810477}
-
Charlene Yan authored
Bug: 1071685 Change-Id: I1d948dc47b416a01e9a4fc88d167dc69fca42143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429248Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#810476}
-
Charles Zhao authored
LogAndMaybeSortLifecycleUnitWithTabRanker is not used and will not be used in any time soon. So remove it from TabManagerDelegate for now. Bug: 1131349 Change-Id: I614336b9ddfe4758d1a364a39195070dde237a79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2423800Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#810475}
-
Meilin Wang authored
Bug:none. Change-Id: I6603e5f9b23d6175c3887f8f46351905e6f209a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430292Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Meilin Wang <meilinw@chromium.org> Cr-Commit-Position: refs/heads/master@{#810474}
-
My Nguyen authored
Original UX plan is to remove this confusing option, but we don't have concrete data on its usage so we are adding this browser option in while waiting for concrete data to make a decision. UX point: http://go/cros-lang-settings-ux-slide#slide=11 Screenshot view: http://screen/BRqvnUwfPcZFyKS Bug: 1113439 Change-Id: I2c3d3e85558213f9e183045c8cd393d4e1e685c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428287Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#810473}
-
Charlene Yan authored
This weight is not yet supported on flex layout. Change-Id: I1feedb55eece8fa7b7a7d5a92d06021f051d2aaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429648 Auto-Submit: Charlene Yan <cyan@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#810472}
-
Hidehiko Abe authored
Currently is_linux is set to true on Chrome OS build, but it is planned to set it false. This is the preparation to keep the current behavior for dav1d. BUG=1131947, 1110266 TEST=Built locally. Change-Id: I0e93a3d98f3587ea40ed704dfe87019e19b8e327 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428265 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#810471}
-
Mason Freed authored
Better for layout. Bug: 1131185 Change-Id: Icdbdab4906bd27afd30b0602f608939272e75aa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424980 Auto-Submit: Mason Freed <masonfreed@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#810470}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1600970122-55543164fcb4253994646347c53b84b49193c16a.profdata to chrome-linux-master-1600991906-4a92707280f1746bc65f64969bacfc1c677580e0.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 sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@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: sebmarchand@chromium.org,jeffyoon@google.com,liaoyuke@google.com,chrome-brapp-engprod@google.com Change-Id: I3ad40563709dca3ce45af444ee32613db89a01a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430237Reviewed-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@{#810469}
-
Daniel Classon authored
Adds a string for "Copy build details" and loads that setting in the About page's search concepts. Bug: 1116553 Change-Id: Ib75e1c809fe146554a57a7a1a6dc9bf42ee6dce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429311Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Classon <dclasson@google.com> Cr-Commit-Position: refs/heads/master@{#810468}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1600981042-72ca27b946abaa6539d1e0700f216205b0fe946d.profdata to chrome-win64-master-1600991906-91a7adfbdc345922f7abfd948645ae0f618ee88b.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 liaoyuke@google.com,sebmarchand@chromium.org,jeffyoon@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: liaoyuke@google.com,sebmarchand@chromium.org,jeffyoon@google.com Change-Id: I495883116dbc7d8f04f1d5918b4f4f0e04c99e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430236Reviewed-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@{#810467}
-
Sam McNally authored
BUG=b:160854398 Change-Id: Ie75213a865d608835f93506c7f2b21c264880bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417670Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#810466}
-
Mei Liang authored
This CL updates the two acquired thumbnail aspect ratio usages to use the cached value. Both of the usages has been gated by TabUiFeatureUtilities#isTabThumbnailAspectRatioNotOne which is already using the cached valued. Note: this CL is split from crrev.com/c/2427345 Change-Id: Ida6f5e1a4785896f4b9dd47ae81d4f2f74f92301 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427149 Commit-Queue: Mei Liang <meiliang@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#810465}
-
Andrey Kosyakov authored
This deprecates two of the three "boolean success" fields in the protocol. The errors are indicated through standard protocol means, in case the method returns a non-error result, success is always set to true. Change-Id: Iada79f5c50d08112a996dad192e1c3cfc86fe6ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425305 Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#810464}
-
Adam Rice authored
There was a race condition in the network service where if a disconnect on the writing or reading data pipes was detected before the disconnect on the mojo interfaces it would fail to send a close frame. To fix, stop resetting the connection when the data pipes are closed. Re-enable the SendCloseFrameWhenTabIsClosed browser test. It should no longer be flaky, and it's the only test we have for this behaviour. Also modify the SendCloseFrameWhenTabIsClosed test to no longer timeout on failure. BUG=1123349 Change-Id: Ib4aaa46cb1f9f97e09509f59ef421228d02c941d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2398036 Commit-Queue: Adam Rice <ricea@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#810463}
-
Bo Majewski authored
Part 2 of 2: Clean up mojo bound and call flow. reset() the pdf_thumbnailer_ when the server replies with a Bitmap to make the code robust to server errors (ignore disconnects) during post-processing of the Bitmap. Bug: 1129607 No-try: true Change-Id: I7dbbdecc667116c4d2a56e630b9f54162fb47279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2426628 Commit-Queue: Bo Majewski <majewski@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#810462}
-
James Cook authored
- Change namespace from search_box to ash. - Rename some constants to add prefix kSearchBox - Eliminate SEARCH_BOX_EXPORT macros. They aren't needed because search box is just a source_set. Bug: 1131641 Test: compiles, ash_unittests Change-Id: I55a4706bc57de90a823663a6f42f4554c09577b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430043 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#810461}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a3fd937cbdee..e11be3c4ad04 2020-09-24 cpinnamaneni@microsoft.com [DevTools] Shorthand properties bug fix 2020-09-24 tross@microsoft.com Add option to group issues by category 2020-09-24 sigurds@chromium.org Update DevTools protocol 2020-09-24 aerotwist@chromium.org TypeScriptify HeapSnapshot Worker supporting files 2020-09-24 sigurds@chromium.org [ts] Type-check front_end/coverage/CoverageModel.js with TypeScript 2020-09-24 jacktfranklin@chromium.org Move extractSearchRegex into StringUtilities 2020-09-24 mathias@chromium.org Remove the global spacesPadding and numberToStringWithSpacesPadding helpers 2020-09-24 wolfi@chromium.org Allow keyboard navigation on frame details view 2020-09-24 alexrudenko@chromium.org Typescriptify Distances tool in inspector overlay 2020-09-24 sigurds@chromium.org Show initiator URL in developer resources view 2020-09-24 jacktfranklin@chromium.org Migrate SearchView to TypeScript 2020-09-24 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-09-24 szuend@chromium.org Use object notation for MediaModel.js and enable TypeScript 2020-09-24 szuend@chromium.org [ts] Type-check media/TickingFlameChartHelpers.js with TypeScript 2020-09-24 szuend@chromium.org [ts] Remove unnecessary @ts-nocheck from media/PlayerDetailView.js 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:1002914,chromium:1011811,chromium:1050549,chromium:1069378,chromium:1072331,chromium:1131801 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0551708a1ccd38d99f52a5b7fc6e8cc0492f735b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430188Reviewed-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@{#810460}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7b97b3cb2bd0..fe3d9a23095e 2020-09-24 fmalita@chromium.org Reland "[skottie] Reduce CompositionBuilder stack footprint" 2020-09-24 bsalomon@google.com Reland "Allow rect and circle blur fast cases to be used with rotation matrices." 2020-09-24 jlavrova@google.com ICU project: text break iterators in SkShaper 2020-09-24 fmalita@google.com Revert "[skottie] Reduce CompositionBuilder stack footprint" 2020-09-24 brianosman@google.com Add missing include to fix generated files bot 2020-09-24 mtklein@google.com q14 rethink 2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 9a7bc8d5 to 6a3c229f (401 revisions) 2020-09-24 fmalita@chromium.org [skottie] Reduce CompositionBuilder stack footprint 2020-09-24 csmartdalton@google.com Add "AllPathsVolatile" skpbench bots 2020-09-24 csmartdalton@google.com Begin implementing onPrePrepare for tessellation ops 2020-09-24 rmistry@google.com Add digital micrography svg to the RecreateSKPs bot 2020-09-24 johnstiles@google.com Update doc comments to match new enum structure. 2020-09-24 ethannicholas@google.com Revert "Revert "moved BinaryExpression's data into IRNode"" 2020-09-24 brianosman@google.com Remove unsafe compiler methods related to external values 2020-09-24 robertphillips@google.com Revert "Allow rect and circle blur fast cases to be used with rotation matrices." 2020-09-24 adlai@google.com Revert "Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext"" 2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 6aadd31a5f98 to a09406249fa3 (1 revision) 2020-09-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 0b29732cd84f to 75e5ed6161fc (3 revisions) 2020-09-24 csmartdalton@google.com Make WangsFormula_* tests more tolerant of rsqrt approximation 2020-09-23 jvanverth@google.com Add AMD allocator to D3D12 backend. 2020-09-23 herb@google.com error on the side of safety for empty blobs 2020-09-23 adlai@google.com Reland "Take GrContext private, GrDDLContext inherit from GrRecordingContext" 2020-09-23 johnstiles@google.com Fix crash with invalid out parameters. 2020-09-23 csmartdalton@google.com Optimize GrWangsFormula 2020-09-23 johnstiles@google.com Add new unit tests for SkSL. 2020-09-23 bsalomon@google.com Allow rect and circle blur fast cases to be used with rotation matrices. 2020-09-23 brianosman@google.com Various cleanup related to symbol tables 2020-09-23 egdaniel@google.com Add optional param to setBackendTextureState to return previous state. 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 csmartdalton@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:1087705 Tbr: csmartdalton@google.com Change-Id: Ib95bf885bcc08c27023664f4534abae31c830525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429892Reviewed-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@{#810459}
-
Roman Arora authored
Bug: 1099917 Change-Id: I90dd2b7bf62d6289976c5ae53293773529f0e4a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429468Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#810458}
-
Andrew Grieve authored
Reworks a lot of how arg parsing works so that there is less room for failure (hopefully). Including: * Rename: --no-source-paths -> --no-output-directory * Make --ssargs-file top_args only. Also allows passing --no-native via command-line and have that work when .ssargs file is used. Bug: 1132015 Change-Id: Ia4e46e056d9878e51d497041a231cb5dcde846fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429449 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#810457}
-
danakj authored
The test was flaky but the underlying flakiness was fixed in 86ae1baf. The MainThreadEventQueue now destroys its OneShotTimer on the main thread in ClearClient() before the main thread reference to the MainThreadEventQueue is dropped. This prevents the timer from being destroyed along with the MainThreadEventQueue on the compositor thread, if that is the last reference to the MainThreadEventQueue. R=dtapuska@chromium.org Bug: 1104826 Change-Id: I0e46906f731ea5c628cb997eb9b9e0b57f407daf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429803Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#810456}
-
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 cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I189ed9d9e19b6d288a8da927c28d2b7734a5a019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430231Reviewed-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@{#810455}
-
Fabrice de Gans-Riberi authored
Bug: 1104411 Change-Id: I0ad22ab8c852f5c66813136f4a4c07bdcc4e1234 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427186 Auto-Submit: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#810454}
-
Sunny Sachanandani authored
Remove the NV12, decode swap chain, and underlay feature flags since these features have shipped for quite some time. The NV12 feature flag was also used for using YUY2 over NV12 for tests so introduce a new flag for choosing the default SDR video overlay swap chain format. Add tests for NV12, YUY2, and BGRA instead of just YUY2. Also cleanup some of the testing code to be consistent in other_args, switch names, etc. Bug: 869677 Change-Id: I0831b103506f394d6fe26bf1085401e2e2d50599 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2424576Reviewed-by:
Maggie Chen <magchen@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#810453}
-
Xianzhu Wang authored
This avoids unnecessary transform node when there are compositing reasons for other paint property nodes. For example, for backdrop-filter we should create an effect node but not a transform node. In the future will-change:opacity should not create a transform node either, when we fix crbug.com/900241. Change-Id: Ic9389137019381390c099688a078d65a5a6e56b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429394Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#810452}
-
Felipe Erias authored
Break up the scrollbar-gutter tests into separate files for horizontal and vertical writing modes, and add additional tests. Move the tests to wpt_internal/css/css-overflow since they require the non-standard feature ::-webkit-scrollbar Bug: 710214 Change-Id: I988f2acd8cd17a6623765aedfb8938e71942a683 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2417471 Commit-Queue: Felipe Erias Morandeira <felipeerias@gmail.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#810451}
-
Joel Hockey authored
Bug: 1130361 Change-Id: Ic034197c38272e34b84849785fb5f9d29f491f0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428511 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#810450}
-