- 25 Nov, 2020 40 commits
-
-
Yann Dago authored
Bug: 1128264 Change-Id: I87382bc3acfcde44a0695994088d7b550dc837cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559258Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#831091}
-
Xida Chen authored
https://chromium-review.googlesource.com/c/chromium/src/+/2359370 The above CL made a custom property animation always composited if it is used by paint worklet, even if the element does not have "will-change: transform". The approach is that we give a special ElementId which is uint64_t::max() to the paint worklet element, and then on the CC side, once we see that element id, we know that it is an animation associated with paint worklet and we will always tick that animation. The problem comes when there are two paint worklet elements. The short version of the problem is: CC's animation system doesn't allow two layers with the same ElementId. Longer version: Then these two layers would have the same ElementId when we try to attach a composited layer with that animation. As a result, in the AnimationHost::RegisterAnimationForElement(), we will have two Animation with the same ElementId. Then, the actual crash happens at ElementAnimations::GetPropertyToElementIdMap(), at the first DCHECK. So the solution in this CL is to not DCHECK in certain cases. The DCHECK actually doesn't make sense in this case where there is no composited layer. In fact, the callers of the ElementAnimations::GetPropertyToElementIdMap gives the result to MutatorHostClient::ElementIsAnimatingChanged, and in there it only cares about 4 properties. So for the other properties that it doesn't care, we should not put it in the map. Bug: 1151755 Change-Id: I5479ccae80f3c89db98d27518ef013dded527ece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553691 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#831090}
-
Andrew Grieve authored
Bug: 1144538 Change-Id: Ib2671b51c6cfef72efa1fd5edc235b2dab30717b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560993Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#831089}
-
Mikel Astiz authored
There's no reason for this class to take a fixed string with a debug message upon construction. It can instead produce the string dynamically upon condition verification, such that the failure messages provide a better insight into the actual state. Bug: 1150829 Change-Id: I693339cc1bfe79ce69c28d7ce84faf8e48ec3562 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557986Reviewed-by:
Maksim Moskvitin <mmoskvitin@google.com> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#831088}
-
Raphael Kubo da Costa authored
The tests have been migrated here: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2560943 Bug: chromium:1137281 Change-Id: I817755683437726126139b3464bb807e2a43629f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560511 Commit-Queue: Paul Lewis <aerotwist@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Cr-Commit-Position: refs/heads/master@{#831087}
-
Sebastien authored
Not sure how it made it through CQ, but the line that broke CI build, causing a revert, has been taken care of. Original CL: crrev.com/c/2551793 By consolidating the error histogram logging (and import the shared component), we'll be able to make use of the new UKM logging functions in a follow-up CL and provide it with the error causes. Added histogram validation steps in unit tests before moving the logging logic. Bug: 1148807 Change-Id: I8f82ba094aca84ee659fab851b070014af1e29eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560898Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#831086}
-
Matt Mueller authored
Introduces a singleton SSLKeyLoggerManager that owns the SSLKeyLogger so that it can be used with multiple SSL_CTX instances. Bug: 1101691 Change-Id: I3436c9158ddb28f59d1511924c7f6940f9877dc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558727 Commit-Queue: David Schinazi <dschinazi@chromium.org> Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#831085}
-
Mike Reed authored
Flag is intended to be temporary, just long enough to change the overrides in Chrome over to the new API. See https://skia-review.googlesource.com/c/skia/+/338596 Change-Id: I0f7cc353ab0eec649b03ffa39e9ca1dba6d7b08f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560217Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#831084}
-
Yashar Dabiran authored
This is a refactoring effort to have in-memory and in-file capture support for PaintPreviewBaseService. Change-Id: I57c796d689239dfe133a0927979555b3e8b72ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2548541Reviewed-by:
Tanya Gupta <tgupta@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Commit-Queue: Yashar Dabiran <yashard@chromium.org> Cr-Commit-Position: refs/heads/master@{#831083}
-
Viktor Semeniuk authored
This change replace back button with cancel during editing. Bug: 1146127 Change-Id: I7feed5cdc201d2239d0dd957119a31330f5b23ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526085 Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#831082}
-
Dominic Mazzoni authored
Bug: 1142855 Change-Id: I0201f15c5c595a945e9e5bafcf51f789f5ade39a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559648Reviewed-by:
Etienne Bergeron <etienneb@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#831081}
-
Joel Riley authored
Hooks up next/previous paragraph buttons in the STS panel. Will implement navigate by single-click in follow up CL. AX-Relnotes: N/A Bug: 1143819 Change-Id: Ie6ea6e8446e6aeb17a322af61df9c2a6054cd903 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2549568Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Joel Riley <joelriley@google.com> Cr-Commit-Position: refs/heads/master@{#831080}
-
Matthew Mourgos authored
Using float instead of int for calculating the center point of the notification badge allows for better positioning when the icon is scaled up and down on long press. Bug: 1131076 Change-Id: Ic5d41c1c94c941a984f34b3a41344160b10fceff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559312Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#831079}
-
Alice Wang authored
This CL moves SigninManager to signin.services target. Bug: 1152717 Change-Id: Ibdf3a5ea99bd059dbf7a971e21e486e39b88f54d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560302 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#831078}
-
Ewann authored
4 flake occurrences of this test have been detected within the past 24 hours. List of all flake occurrences can be found at: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyVQsSBUZsYWtlIkpjaHJvbWl1bUBpb3NfY2hyb21lX3VpX2VnMnRlc3RzX21vZHVsZUBPcGVuSW5NYW5hZ2VyVGVzdENhc2UvdGVzdE9wZW5JblBERgw. Bug: 1152782 Change-Id: I9ed1a6ea0ea50ce447d1fa523ba880483a057625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560268 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Auto-Submit: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#831077}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3e2e7b28b699..6e5079a280ed 2020-11-25 mtklein@google.com minor hash_fn() followups 2020-11-25 johnstiles@google.com Detect invalid boolean binary expressions. 2020-11-25 brianosman@google.com Reland "Move GL's SkSL::Compiler to the GPU (like all other backends)" 2020-11-25 jlavrova@google.com Heuristic for filtering out too big editing text cases 2020-11-25 johnstiles@google.com Code cleanup: Add isScalar/isVector/isMatrix helpers to Type. 2020-11-25 johnstiles@google.com Replace SPIR-V assertion with mixed-types error message. 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 michaelludwig@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: None Tbr: michaelludwig@google.com Change-Id: Ic6d23656885a8974813cc5458f8d1d81376b7b78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560540Reviewed-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@{#831076}
-
Dylan Cutler authored
This is part of an effort to make CanonicalCookie's constructor private. Since make_unique<T> will not compile if T's constructor is private, we need to replace uses of make_unique in CanonicalCookie's implementation with base::WrapUnique() and the "new" keyword. Bug: 1102874 Change-Id: Ie5de0b4814cd8c39c5ff7484f2a8f880f2ec810d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559287Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#831075}
-
Michael Hansen authored
This adds CSS rules to the contact visibility page that will truncate and elide the name or email of any contact if it is long enough to overflow the given width. Screenshot: https://screenshot.googleplex.com/siHhtdWNFVeEphM.png Bug: b:168841167 Change-Id: Idaef4ea803b95b8ade014d30271474cc6806d9d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559235Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Michael Hansen <hansenmichael@google.com> Cr-Commit-Position: refs/heads/master@{#831074}
-
Karandeep Bhatia authored
VpnServiceFactory::GetInstance() and VpnServiceFactory::GetForBrowserContext() are declared at the extensions layer but only defined by its embedders (chrome and shell). This is incorrect since it means any targets depending on extensions without defining these methods will fail to link. Prevent this by providing an implementation at the extensions/ layer and removing the embedder implementations. BUG=981112 Change-Id: Ic6af1b8e95b7bf569fd5791031facd8e30f52ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557222 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
David Bertoni <dbertoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#831073}
-
Dylan Cutler authored
This will make it easier to use this factory when testing code that uses SetCanonicalCookie() and other methods that take unique_ptrs to CanonicalCookies. The factory method uses base::WrapUnique to create the unique_ptr so that the constructor can be made private. I plan on updating the other factory methods to use base::WrapUnique instead of make_unique in a follow-up CL. Bug: 1102874 Change-Id: I3e84fbc68ce95438a5adfdac46573df9efe4e38d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559311Reviewed-by:
Maksim Orlovich <morlovich@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#831072}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/polic Change-Id: I997f3ab15d694f1e8a18e415ea70b2b75ce84b65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554297Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#831071}
-
Moe Ahmadi authored
Fixed: 1121509 Change-Id: I9b6919dfa12a31909d4cee9cbcc02638bbfe2813 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559645Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#831070}
-
Dan Harrington authored
This CL is the result of running the proto_export script. Change-Id: Ib08c5a7475c4f02c6a37eb18c9ef49e1548ee533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559225Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Auto-Submit: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#831069}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/permissions... Change-Id: I30b56f259921200689ecd498cbecbc40195cd47b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553858Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#831068}
-
Anne Lim authored
Changed the font color to match that of test of the rest of InfoBar description, and adjusted padding so that e-mail address is in-line with the InfoBar description text. Screenshot in light mode: https://screenshot.googleplex.com/WvQjfXKKzEasV9e Screenshot in dark mode: https://screenshot.googleplex.com/6qGQsoDgHYMafde Bug: 1152332 Change-Id: Ib5c25e83fac3f7d734bcb35ecfa78c6a15456f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559714Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Anne Lim <annelim@google.com> Cr-Commit-Position: refs/heads/master@{#831067}
-
Maksim Ivanov authored
Fix use-after-move (potential) bugs found by the "bugprone-use-after-move" clang-tidy check. Bug: 1122844 Change-Id: I362e6fce1d3c456f313f9532a4d160d3bd660dd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555040 Commit-Queue: Yury Khmel <khmel@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#831066}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/safe... Bug: 1113033 Change-Id: Ie90bfbec0faaa8b4287e71434511880e7386ff1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555697Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#831065}
-
Ramya Nagarajan authored
This reverts commit e0e81ba9. Reason for revert: crbug.com/1152818 Original change's description: > More inclusive terminology for chrome/browser/win/conflicts/. > > Bug: 1097283 > Change-Id: I570f98b1f42487aff2696c50f87fd0832667379b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547620 > Commit-Queue: Gabriel Charette <gab@chromium.org> > Auto-Submit: Peter Kasting <pkasting@chromium.org> > Reviewed-by: Gabriel Charette <gab@chromium.org> > Reviewed-by: Jesse Doherty <jwd@chromium.org> > Reviewed-by: Patrick Monette <pmonette@chromium.org> > Reviewed-by: Ted Choc <tedchoc@chromium.org> > Reviewed-by: Chris Hamilton <chrisha@chromium.org> > Cr-Commit-Position: refs/heads/master@{#830830} TBR=pkasting@chromium.org,chrisha@chromium.org,gab@chromium.org,jwd@chromium.org,tedchoc@chromium.org,pmonette@chromium.org Change-Id: Iecaebbf4e63fb2d0c52aa87d5eca9ce7e424070d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1097283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560807Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Ramya Nagarajan <ramyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#831064}
-
Gabriel Charette authored
Without this some metrics and trace events report jank for deferred non-nestable tasks. See bug for all expected side-effects of this change. Drive-by: Fixed incoherent use of anonymous-namespaces in sequence_manager_impl_unittest.cc R=altimin@chromium.org, fdoray@chromium.org Bug: 1152095 Change-Id: I0ab9e52c508e6244e6263260918298deb70449a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555900 Commit-Queue: Gabriel Charette <gab@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#831063}
-
Alex Turner authored
This will enable a presubmit to prevent reintroduction of the deprecated base::CancelableCallback and base::CancelableClosure in directories that have been migrated. This follows on from crrev.com/c/2505963, which ensures that all converted directories have been appropriately migrated. Bug: 1142629 Change-Id: I2ad4ba9340d8023c34835120b84173de83265291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2506350Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Alex Turner <alexmt@chromium.org> Cr-Commit-Position: refs/heads/master@{#831062}
-
Moe Ahmadi authored
On pressing Escape, the realbox input as well as the matches should be cleared if the first match is selected or there are no selected matches. Fixed: 1054481 Change-Id: I7f196555c0f735b1d5058bd633c2482b09624957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559643Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#831061}
-
Gang Wu authored
This reverts commit 46c618aa. Reason for revert: crbug.com/1152817 Original change's description: > feed: Don't spin the spinner when its ancestors are hidden > > Currently, the spinner used in feed will only stop() its animation if > the spinner view itself is hidden through setVisibility(). However, in > reality, one of its ancestor views is hidden instead. > > This causes a continuous invisible animation to tick at the display's > refresh rate (usually 60fps) if the spinner was ever shown, until it is > destroyed (when the NTP views are eventually evicted). > > Instead, stop the animation also when any of the spinner's ancestors > become hidden by listening for visibility changes and window attachment > state changes. > > Bug: 1151391 > Change-Id: Ib7b7a8e56f083619420fd58f4340991253402535 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552781 > Reviewed-by: Sami Kyöstilä <skyostil@chromium.org> > Reviewed-by: Jian Li <jianli@chromium.org> > Commit-Queue: Eric Seckler <eseckler@chromium.org> > Cr-Commit-Position: refs/heads/master@{#830957} TBR=dewittj@chromium.org,jianli@chromium.org,skyostil@chromium.org,eseckler@chromium.org Change-Id: Iac8698c1bd7cf2eb5101e7a85811ab15ff929f5f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1151391 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560825Reviewed-by:
Gang Wu <gangwu@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#831060}
-
Joon Ahn authored
Since chromium:2559554 is still WIP, separating out this text asset to make it easier to track the strings deadline. Bug: 1125150 Test: browser_tests --gtest_filter=Diagnostics* Change-Id: I66c714b5fa46bd0b81452034b29f10b9924e4173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559593 Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Auto-Submit: Joon Ahn <joonbug@chromium.org> Cr-Commit-Position: refs/heads/master@{#831059}
-
Maksim Ivanov authored
Fix use-after-move (potential) bugs found by the "bugprone-use-after-move" clang-tidy check. Bug: 1122844 Change-Id: I36d91b00183ce25f486dc42efb344cd537d63af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556677 Auto-Submit: Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#831058}
-
Norman Rosas authored
Generate DIR_METADATA files and remove metadata from OWNERS files for //components/payments Bug: 1113033 Change-Id: I6ff2eed12a409143f15a7798407f44efd4ac1ff3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544869Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Norman Rosas <normando@google.com> Cr-Commit-Position: refs/heads/master@{#831057}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/9db3ab201ec7..9a5e21da681d 2020-11-25 danilchap@webrtc.org in Vp8 encoder fill resolution into codec agnostic structure 2020-11-25 landrey@webrtc.org Revert "Filter out NaNs before uploading to the dasboard" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie515c4194c6a46214126d0ece983d6fd1003996a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2561018Reviewed-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@{#831056}
-
Benoit Lize authored
Background memory dumps are used for UMA reporting, and thread cache stats are only reported for full ones. Collect them for all dumps, to appear correctly in UMA. Bug: 998048 Change-Id: I5810b839909ec94ed779d7b4034cbd53c13f0891 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553552 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Cr-Commit-Position: refs/heads/master@{#831055}
-
Kevin McNee authored
There were no restrictions on which URLs could be used as the base URL when using webview's loadDataWithBaseUrl API. This could allow for an embedder to impersonate another extension through a webview. We now restrict the base URL to HTTP(S) or the embedder's own origin. Bug: 1108126 Change-Id: I093a3d2c75cfb2f307ceca43add513194df13854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553704Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#831054}
-
Clark DuVall authored
This removes the :all_java target that was added in http://crrev.com/c/2463649. Bug: 1126301 Change-Id: I63c5dee910310baa147269b6fa5bc97c791edb9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558923 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#831053}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bb4f496d2a32..732dc2952044 2020-11-25 jmadill@chromium.org Fix auto-generated export file comment. 2020-11-25 jmadill@chromium.org EGL: Auto-generate entry point headers. 2020-11-25 xinghua.cao@intel.com D3D: Fix wrong visit mode 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 jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jmadill@google.com Change-Id: I6510885b73aa356861cf0b47279e7735760fa159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560966Reviewed-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@{#831052}
-