- 16 Dec, 2020 40 commits
-
-
ckitagawa authored
This CL attempts to fix a bug where calling WebContents::DecrementCapturerCount in the callback passed to PaintPreviewClient can result in reloading a crashed render frame. This is problematic and crashes if it occurs inside RenderFrameDeleted and PaintPreviewClient::OnFinished is invoked. By posting the callback it should be invoked after RenderFrameDeleted cleanup is done resulting in DecrementCapturerCount no longer being called inside RenderFrameDeleted. Bug: 1146573 Change-Id: Iccb612d89135e058d8fc06de018e7c95cd91657a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595247 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#837649}
-
arthursonzogni authored
It exists one RenderWidgetHostObserver deleting itself without calling RemoveObserver(this) on its RenderWidgetHost. All the observers are immune to this error, because they are using base::ScopedObserver. All except RenderWidgetHostVisibilityTracker. This class looks error free, but it doesn't hurt to make it use base::ScopedObserver as well, just in case. Bug: 1153966 Change-Id: I6160da2853d94cf647cfa55d79100ec6f52bd42b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594772 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#837648}
-
Tomasz Wiszkowski authored
This change ensures proper reset of the AutocompleteControllerAndroid when the Java counterpart is destroyed. The change warrants no subsequent calls to be made to destroyed object. Bug: 1158332 Change-Id: I0d6d014dd3dab79751254edaf7a26faae97fa56c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593824 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#837647}
-
Koji Ishii authored
Also removes |NGPaintFragment::PositionForPoint*| that are cross-calling |NGPaintFragment| functions in |NGInlineCursor|, and changes a few other callers to |NGPaintFragment| functions. Bug: 1154531 Change-Id: I41e35b04faa0e6ff0daebced0bb78d6600ab9962 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592850 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#837646}
-
Morten Stenshorne authored
Mostly about legacy block fragmentation. Change-Id: I7d2f24d12a8c07ae87618afa6eb9977336a02464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595167Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#837645}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d5b38571d31e..67e12286df04 2020-12-16 sokcevic@google.com Add validation after downloading cache from GS 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: chromium:1159123 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I938835ea3dd851cf5dde8fe301b6bb701c2e78d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595848Reviewed-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@{#837644}
-
Mario Sanchez Prada authored
These tests were disabled due to flakiness introduced by some recent migrations from legacy IPC to mojo that landed past week, which I think should be fixed by crrev.com/c/2587045, which has been just merged. Let's re-enable them now to double-check if the fix actually worked as expected, keeping an eye in case they are still flaky after this. Bug: 1157263, 1157241, 1157239, 1157319 Change-Id: I2b1daffebbb157eca5f8cce3f7692dbfabe75bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593367 Auto-Submit: Mario Sanchez Prada <mario@igalia.com> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#837643}
-
Austin Sullivan authored
On write failure, the QuotaManagerProxy calls NotifyWriteFailed to surface this failure to quota. On filesystems which don't support quota, no check is currently made that the manager exists before NotifyWriteFailed is called. Bug: N/A Change-Id: Iae14483fb9c395576102c82c3a5fa60fac9f1343 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593745 Auto-Submit: Austin Sullivan <asully@chromium.org> Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#837642}
-
Fabio Rocha authored
Previously, ProtocolHandlerRegistry supported only single-protocol operations (e.g. add a handler to the registry and register with the OS in a single function). For the web app handler use case, repeatedly calling single-protocol functions for multiple app handlers is a problem because multiple OS registrations will result in multiple UACs being presented to the user. This CL lays the groundwork for upcoming changes to introduce batching to the ProtocolHandlerRegistry which allows for a single OS registration operation and single UAC. SetDefaults() is added to support registering multiple default web app handlers at a time. A single-protocol SetDefault() is also left in place for use in existing call sites. RemoveHandlers() is added to support removing multiple default web handlers and registering their replacement default handlers in batch operations. A single-protocol RemoveHandler() is left in place for use in existing call sites. Since this is just a refactor there should be no observable difference in behavior with this code. CL 2573383 will build on this code and add more test cases for the case of multiple registration. Bug: 1019239 Change-Id: I4488815d39fcce164a9c7054cbcc34d473d806ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2573319Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Fabio Rocha <fabio.rocha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#837641}
-
Anqing Zhao authored
In the Kiosk session, users have no way to check whether force-installed extensions specified by the admins are loaded successfully. So we need to provide a warning explicitly to the users when these extensions might not work as expected. Two main cases have to be covered. - The force-installed extensions are not ready within the time limit. (2 minutes) - The policy value of ExtensionInstallForcelist is invalid. Bug: 1153440 Change-Id: Ia7f278af5f9b63dd2b5d9fc18cd100ef044c50e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584780 Commit-Queue: Anqing Zhao <anqing@chromium.org> Reviewed-by:
Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#837640}
-
Alex Turner authored
The content/ public API explicitly forbids use of the const identifier on interfaces to avoid assumptions about the implementation. For this reason, const identifiers on pointers to a content class prevent the use of any of its methods. We thus remove the const identifier from some RenderFrameHost pointers to allow for a future change to ContentSubresourceFilterThrottleManager ::IsFrameTaggedAsAd(). The future change (crrev.com/c/2561207) will require invocation of a RenderFrameHost method using the currently const pointer. Bug: 1151500 Change-Id: Ie6ada00f211f3f04db35cb88331d2c8599b5dfaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593693 Commit-Queue: Alex Turner <alexmt@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#837639}
-
David Bokan authored
This CL converts two functions to use BindOnce: - BluetoothSocketSendFunction - BluetoothSocketDisconnectFunction In both cases, the callback is passed to a method on |socket_| which already takes a OnceCallback so this is a safe change. The Send function requires a bit of extra work due to the error callback but this is also obviously a OnceCallback. Bug: 1152268 Change-Id: Ieb457c3d86f63732f33f851ac1f659e35af9a44c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592249 Commit-Queue: David Bokan <bokan@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#837638}
-
Lukasz Anforowicz authored
Since destruction of RenderFrameHostManager may lead to arbitrary callbacks (some of which may try to access FrameTreeNode that owns the RFHM), we need to ensure that RFHM is destructed before any other FTN fields. Fixed: 1157988 Change-Id: Ie8c69ad74f95a7e3880ccbaf506641c3dc4fdb46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593520 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#837637}
-
Eugene Zemtsov authored
Change-Id: I14416ee945a9b8c7b321dd006904dd598fca99eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595009 Auto-Submit: Eugene Zemtsov <eugene@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#837636}
-
David Bokan authored
The cases converted in this CL are already being passed to functions taking a OnceCallback/OnceClosure so are an easy conversion. Bug: 1152268 Change-Id: If0d5157941c1ec9950537b2f5e315d76012a6a24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592189Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#837635}
-
Rune Lillesveen authored
ComputedStyle from PseudoStyleForElement may be null if there are no matching rules. It shouldn't really happen here, but the code for updating paint layers on style recalc is computing style for children, which is potentially problematic and should be avoided. Updated FIXME to reflect that. Bug: 1150472 Change-Id: Iba6af725d50093113a1a5a18ac9ac95cb249fe59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594909 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#837634}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/a885fded8b30..cfecd6b3e2e9 2020-12-16 vapier@chromium.org service: drop six import 2020-12-15 chrome-bot@chromium.org Update config settings by config-updater. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I7678054a622b2b4365a93dd0d6fa2d65eab7759c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594465Reviewed-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@{#837633}
-
Yi Gu authored
Bug: 1152282 Change-Id: I651b8b392057fbb302380df401a39a7fd21c3942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595448Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#837632}
-
Al Muthanna Athamina authored
This CL was created automatically with tools/perf/update_wpr script R=johnchen@chromium.org Bug: chromium:1158374 Change-Id: I236e17b0d8629f3a523f53ff190c7ae946bc84d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588914 Commit-Queue: Almothana Athamneh <almuthanna@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Tamer Tas <tmrts@chromium.org> Auto-Submit: Almothana Athamneh <almuthanna@chromium.org> Cr-Commit-Position: refs/heads/master@{#837631}
-
Sam Maier authored
This also requires us to fix the one failing location. Bug: 1029038 Change-Id: I85591b3c0d435d5ef9e725a8d27167aa266af3a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593837Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Richard Coles <torne@chromium.org> Auto-Submit: Sam Maier <smaier@chromium.org> Cr-Commit-Position: refs/heads/master@{#837630}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/68cf42e8f227..9e5d60a44d42 2020-12-16 tvanderlippe@chromium.org [module.json extensions] Accessibility 2020-12-16 janscheffler@chromium.org [Recorder] Clean up generated code 2020-12-16 jacktfranklin@chromium.org [DataGrid]: test to ensure resize persists as data is added 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:1134103,chromium:1153102,chromium:1154575 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ia263ce20a338f513027a3e0da0ce6ced6ddff7a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595208Reviewed-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@{#837629}
-
Mehran Mahmoudi authored
Bug: 1159243 Change-Id: Id6d31775e8962d2e8d08b98f0c724f9f9688bf2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595449Reviewed-by:
Fred Mello <fredmello@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#837628}
-
Xianzhu Wang authored
We should ignore layout shift if the object was ineligible for layout shift tracking during the previous paint invalidation. Add LayoutObject::ShouldSkipNextLayoutShiftTracking() and set it during paint invalidation if the object is ineligible for layout shift tracking. In the next paint invalidation, if the flag is true, skip layout shift tracking and reset the flag. This also applies to content-visibility:auto for which we cleared LayoutBox's previous size to prevent layout shift tracking for the next cycle. The new flag is basically equivalent to the old method, but also covers more cases, e.g. the old method would fail if the object had visual overflow because PreviousPhysicalVisualOverflowRect() was not based on PreviousSize() and empty. Bug: 1152869 Change-Id: I000489dd8093dab8d2ab3605ad4ce3bd39fd11b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591367Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#837627}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/df1712b41e9f..6bf9e131d05a 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: I3937c3b919cd6ee04c0e2a3d33c25bb6930df258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595227Reviewed-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@{#837626}
-
Leonard Grey authored
Bug: 1152274 Change-Id: I99302b180a5b71e89738598b8746e66bda34eba5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593869 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#837625}
-
Ian Wells authored
Bug: 1152187 Change-Id: Ibd26b985f98dc5b5ea60dff4f48d53fc7c806fb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593157 Commit-Queue: Dan H <harringtond@chromium.org> Auto-Submit: Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#837624}
-
Leonard Grey authored
Also changes a few one-off binds in DevToolsFileHelper Bug: 1152274 Change-Id: Ibed34dd02d8a28c0d47b66951c04fd04e9a83393 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593751Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#837623}
-
Frédéric Wang authored
After [1], blink::network_utils::IsOriginSecure is strictly equivalent to network::IsUrlPotentiallyTrustworthy. This CL removes IsOriginSecure, performs corresponding replacements and optionally adjusts DEPS files. Some conditions webauth_request_security_checker.cc and mixed_content_navigation_throttle.cc are also simplified, because checks are already included in network::IsUrlPotentiallyTrustworthy. There is no behavior changes, although uses of IsOrigin vs IsUrl may need to be reviewed in follow-up CLs [2]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2563683/1 [2] https://bugs.chromium.org/p/chromium/issues/detail?id=1158302 Bug: 1153336 Change-Id: Ibd1828c14d92c33291095174dbeb466259cc4530 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563883Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#837622}
-
Jan Wilken Dörrie authored
TBR=karandeepb Bug: 1159418 Change-Id: I6974cc4a21b1bd89a3fd7124ec33e5f7812b26c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595367Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#837621}
-
David Maunder authored
This reverts commit 4e9b4c26. Reason for revert: To determine if this causes crbug.com/1159422 Original change's description: > Allow GetInstance() to scale to multiple protos > > Currently GetInstance() does not scale to multiple protos. This is > because the function is generated for each template. For example if > there were instantiations ProfileProtoDB<Foo> and ProfileProtoDB<Bar> > each would generate a GetInstance(). It is not possible to create one > templated function which will be expanded out to two different return > types. We must use template specialization instead. > > Bug: 1159157 > Change-Id: I5879b768ed55179b17a7c58a3d12bde87fb20f81 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593219 > Reviewed-by: Yusuf Ozuysal <yusufo@chromium.org> > Commit-Queue: David Maunder <davidjm@chromium.org> > Cr-Commit-Position: refs/heads/master@{#837349} TBR=yusufo@chromium.org,davidjm@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I675683e53d23801001e4356a9968618efe5453a8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1159157 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595970Reviewed-by:
David Maunder <davidjm@chromium.org> Commit-Queue: David Maunder <davidjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#837620}
-
Bartek Nowierski authored
This is to check if the selected tests pass under a normal configuration Bug: 1121427 Change-Id: I3a23c18d51ec7e51ae290d10a649c09491c2015a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592855Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#837619}
-
Theresa Wellington authored
Change HistoryActivityTest#testOpenSelectedItems and #testOpenItem to capture the intents sent when items are clicked, preventing ChromeTabbedActivity from actually starting (which is not needed as part of the validation in these tests). BUG=1157189 Change-Id: I46cc42ecdff320944e42a608c142bdc852734344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594312 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Theresa <twellington@chromium.org> Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#837618}
-
Brian Salomon authored
Bug: skia:11019 Change-Id: I536d9bdf428300fa4334735e755f3af17b716b97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595608 Commit-Queue: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com> Auto-Submit: Brian Salomon <bsalomon@google.com> Reviewed-by:
Robert Phillips <robertphillips@google.com> Cr-Commit-Position: refs/heads/master@{#837617}
-
Eric Orth authored
Threw in all the parameters we're now using to attempt to stop the automated complaints in the experiment config. Change-Id: I8a102b50f5f1aad0e1171627046d6d4eb4b5adf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593566 Commit-Queue: Eric Orth <ericorth@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Reviewed-by:
Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#837616}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a298431a1370..6e110c89ed50 2020-12-16 nifong@google.com dump value from DrawAnnotation commands 2020-12-16 egdaniel@google.com Revert "Fix crash on windows viewer when starting in vulkan." 2020-12-16 bsalomon@google.com Revert "Add GrSurfaceFillContext" 2020-12-16 egdaniel@google.com Fix crash on windows viewer when starting in vulkan. 2020-12-16 csmartdalton@google.com Reland "Disable HW tessellation shaders by default" 2020-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from fa44979d90aa to 1ca6504eb7bb (1 revision) 2020-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from cb8903b14336 to 328f72ae21cb (15 revisions) 2020-12-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 7d81a268 to cdbef3e3 (476 revisions) 2020-12-16 bsalomon@google.com Make backend allocation tests avoid alphatype conversions 2020-12-16 csmartdalton@google.com Tessellation bug fixes 2020-12-16 csmartdalton@google.com Don't tessellate paths that have user stencil settings 2020-12-15 brianosman@google.com SkSL: Only allow 'discard' in fragment shaders 2020-12-15 johnstiles@google.com Avoid creating unnecessary scopes during inlining. 2020-12-15 egdaniel@google.com Refactor beginRenderPass in vulkan. 2020-12-15 csmartdalton@google.com Revert "Disable HW tessellation shaders by default" 2020-12-15 michaelludwig@google.com Top and base device are always non-null 2020-12-15 mtklein@google.com sketch Half in skvm 2020-12-15 bsalomon@google.com Add GrSurfaceFillContext 2020-12-15 csmartdalton@google.com Disable HW tessellation shaders by default 2020-12-15 bsalomon@google.com Remove SK_IGNORE_GPU_CLAMP_BLUR_FIX guard 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 tdenniston@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:1156804 Tbr: tdenniston@google.com Test: Test: Test: Manual verification with angle_end2end_testsTest: Test: angle_perftests --gtest_filter="*whatsapp*" Change-Id: I78eee6f5ccbe7b416e19c9379b5bd6b8375c858c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595211Reviewed-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@{#837615}
-
Jeffrey Young authored
Notify users that ambient mode will keep their screen on while device is charging. https://screenshot.googleplex.com/8wECcddEPBgB3kD.png BUG=b/175660129 Change-Id: I3d1f1fc96e36bee5f0153303ff442da9c76f3e2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592140 Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#837614}
-
Bruce Dawson authored
If you disable the allocator shim while partition alloc is enabled then you will get cryptic linker errors. This change detects these incompatible settings earlier to give a clearer error message. Change-Id: Ifb03d8fccd7c12e89ef62222b34ba3d8dfdd704b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594122Reviewed-by:
Benoit L <lizeb@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#837613}
-
Shengfa Lin authored
Only increase retry count when retry has failed. Also increase the max retry count number to 5. Bug: chromedriver:3681 Change-Id: I03fdf89179f7486a96b3cf5c88f1d612805974b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594091Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#837612}
-
Stephen McGruer authored
Test is flaking heavily on chromeos-amd64-generic-rel Bug: 1156795 TBR=jkarlin@chromium.org Change-Id: I8f627f24f01654fe2845aad2cc7629365d9b77fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595589Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#837611}
-
Nohemi Fernandez authored
Chrome will re-generate missing GAIA cookies when the user takes an explicit action that requires user sign-in. For example, if the user clicks on the "Sign in" button in google.com or "Your Data on Maps" in the iOS Maps app. Bug: 1157475 Change-Id: I8c6011959cd90c2ff5b651a831c9570baf559f3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2587066 Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#837610}
-