- 29 Jul, 2020 40 commits
-
-
Evan Stade authored
DisplayCutoutController is moved to //components. Fixed: 1095714 Change-Id: I3994afeecaa9d555514b571727da8d0efae2a55f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309036Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#792733}
-
Avi Drissman authored
Bug: 1105907 Change-Id: If14ea9353e4698482d5bc45304277e39dc4b59bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324950Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792732}
-
Tommy Li authored
This CL updates SearchSuggestionParser to look for and parse the "h" sublist under the "google:headertexts" metadata. The "h" sublist is used to populate the vector of group IDs that should be hidden by default. Only integers are accepted out of the list. All non-integers are discarded. Bug: 1106096 Change-Id: Iffad7c7a08f09d18abd027c5c7ccec5b4043da82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324890Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#792731}
-
Yuke Liao authored
This CL makes two changes: 1. Make use_xvfb imply use_ash_chrome. 2. Mark test targets to use xvfb and ash_chrome if needed. Bug: 1104318 Change-Id: I7128b31b83e2389e92e5507093396aaf537dfdf6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324765Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#792730}
-
Avi Drissman authored
This migrates: defined(OS_MACOSX) -> defined(OS_APPLE) defined(OS_MACOSX) && !defined(OS_IOS) -> defined(OS_MAC) !defined(OS_MACOSX) || defined(OS_IOS) -> !defined(OS_MAC) Bug: 1105907 Change-Id: I0590b7f22dd27637d7220ba4a09837421457638f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321508Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792729}
-
Peter Wen authored
Lint is no longer implicitly run as part of an apk or bundle target. If a specific apk or bundle wants to turn on its own lint and have that run automatically on every build, the enable_lint flag can be used. See: "boundary_interface_example_apk". A new target //chrome/android:android_lint (or simply "android_lint") has been added. This currently runs either monochrome_public_bundle's lint task or a list of default targets if such a list is defined. For chrome apk/bundle targets based on chrome_public_apk_tmpl.gni, they will automatically get a data_dep added on the new unified lint target so most devs' workflow will not need to change. APKs in for {remoting,cronet,cast} have enable_lint added explicitly in this CL to preserve their existing behaviour. NewApi and VisibleForTests checks have been disabled for test apks, with a TODO for turning at least NewApi back on. Bug: 1108791 Fixed: 1108791 Change-Id: I6534fcd6dc7af1d7a12720a98f8d0d09bee8f161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318549 Commit-Queue: Peter Wen <wnwen@chromium.org> Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#792728}
-
yilkal authored
This cl sets "playStoreMode" policy to restrict child user from toggling Play Store account. This cl updates "applications" policy's value for playStore to also restrict the child user from toggling Play Store account. Both values have to be set because there is a race condition that exists between the two policies. The policies are updated from the client side and not from the server side because the client has enough information to set the values. In addition, sending the additional policy values from the server will unnecessarily incur bandwidth costs overtime (few bytes sent per policy update per child adds up overtime). Test: The CL has Unit tests to cover the changes. It has also been manually tested on device. Bug: 1106901 Change-Id: I56d95d955c8fe54b84ea7c94cabea302d7d8378f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2304996Reviewed-by:
Polina Bondarenko <pbond@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#792727}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 34d4eecd. With Chromium commits locally applied on WPT: 3bd086b0 "Make CSP default-src without 'unsafe-eval' block eval in iframes" 6d63b58a "Split iceGatheringState tests into separate files & update expectations" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Change-Id: I4867302416bb1c698c14486e55dbf9653ea49ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324147Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#792726}
-
Jonathan Ross authored
This is a follow-up to https://chromium-review.googlesource.com/c/chromium/src/+/2321334 The test is falling across multiple configurations. Extending the scope of the expectation to be all Win NVidia Passthrough tests until it can be updated. TBR=ynovikov@chromium.org TEST=conformance/glsl/misc/shader-with-non-reserved-words.html Bug:1109977 Change-Id: I8ba716410799ba3fe149f22a055918931f1af093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326090 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#792725}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I2fcdfd793c5888e0d2c009961013cab2b5a9f9f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324898Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792724}
-
Ben Pastene authored
This reverts commit d061a29c. Reason for revert: traffic's back down; hopefully good to go Original change's description: > Remove telemetry_unittests from the CrOS VM CQ bot. > > Backlog of tasks is too large, we need to shed some load. > > Bypassing the CQ freeze to fix the CQ... sigh. > > TBR=martiniss > > No-Try: true > Ignore-CQ-Freeze: true > Bug: 1109999 > Change-Id: Icea0bd75b11115cc44e8fe829f177951d3227eff > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324642 > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Commit-Queue: Ben Pastene <bpastene@chromium.org> > Auto-Submit: Ben Pastene <bpastene@chromium.org> > Cr-Commit-Position: refs/heads/master@{#792352} TBR=estaab@chromium.org,martiniss@chromium.org,bpastene@chromium.org,kimstephanie@google.com Change-Id: I3299e90f3e7338df0f4893520ae45c7cd2158ed3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1109999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325083Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#792723}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/0bb26390604e..397cd82eaff1 2020-07-29 titovartem@google.com Create port allocator on signaling thread and init on network 2020-07-29 hbos@webrtc.org Reland "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." 2020-07-29 marinaciocea@webrtc.org Reduce log level in BaseChannel::SendPacket. 2020-07-29 hbos@webrtc.org Revert "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." 2020-07-29 titovartem@google.com Add ability to get network stats from endpoint instance 2020-07-28 sakal@webrtc.org Remove dependency from audio_jni to built in codecs. 2020-07-28 dminor@webrtc.org Fix division by zero in I420Buffer::CropAndScaleFrom 2020-07-28 hbos@webrtc.org [Perfect Negotiation] Implement non-racy version of SetLocalDescription. 2020-07-28 sakal@webrtc.org Delete dead code from JNI audio header. 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: chromium:1071733,chromium:984879 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ide6c44b19380d3d63d2ec8ec145c6ecd0ac621d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325988Reviewed-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@{#792722}
-
Robert Phillips authored
GrContext is going away (to be replaced with a GrDirectContext/ GrRecordingContext pair). This transitions Chromium over to using the GrDirectContext factories to create the direct contexts it uses. Skia's GrContext, in the past, was a catch-all location that stored information for Skia's GPU backend (e.g., resource caches) and provided services that required access to the GPU (e.g., creation of backend textures, flushing, etc.). In the new world, most of these capabilities are being moved to the GrDirectContext - which has _direct_ access to the GPU. The GrRecordingContext is a weaker context that lacks access to the GPU and thus can't provide some of the services of the old GrContext. The GrRecordingContext gains relevance when DDL recording. In that mode, both clients and Skia's GPU backend require some of the services of a context (e.g., memory storage for Skia's internal operations, access to the GPU capability information and some thread safe caches). Here is my thinking wrt reviewers (lines w/ '--' are done/covered): alcooper chrome/browser/vr -- blundell@ services -- chcunningham@ media chrishtr@ third_party/blink -- dalecurtis@ media -- dcastagna components/exo -- fmalita@ skia -- jam@ content services -- jochen@ content third_party/blink oshima@ components/exo -- penghuang@ gpu -- rjkroege@ ui/ozone -- spang@ ui/ozone -- vasilyt@ android_webview/browser -- vmpstr@ cc/layers components/viz -- vollick@ ui/compositor Change-Id: I70d16e2d98cfda8d5f9b6f2492b3292500df4471 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2297920 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#792721}
-
Avi Drissman authored
Bug: 1105907 Change-Id: Ia3b29f5959989904b3687cb789525afdf7612953 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325235Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792720}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/b88b1a15c7e4..ab04da48f45d 2020-07-29 tommek@google.com Enabling alphaToCoverage 2020-07-29 tommek@google.com Roll third_party/spirv-cross/ to enable shader-output mask in HLSL 2020-07-29 cwallez@chromium.org D3D12Info: programmatically compute the shader profiles. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I9035e56fc91da045ae20ebc495bfc5d09086ad84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325987Reviewed-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@{#792719}
-
Avi Drissman authored
Bug: 1105907 Change-Id: Ic29ebc9a008b0ef4ac64a639150ed99b62222988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325094Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792718}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I7faf7a050da0babae655d4da9841fd5c0088ee17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325095Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792717}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I27367f42ea8797dfac1add4d3568ed35fce558f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324893Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792716}
-
Asanka Herath authored
R=rkaplow@chromium.org Bug: 973801 Change-Id: Ib9a9bf27a91df5635751ff08f97f6133350ded77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2313896 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Auto-Submit: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#792715}
-
Maxim Kolosovskiy authored
In this CL, the list of scripts is prefetched when leak dialog is shown or password settings is open. Bug: 1095627 Change-Id: I35f28ec325b5925651f774fc28efd6931d301edf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325611Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#792714}
-
Hongchan Choi authored
This cleans up MediaStreamAudioNode/Handler classes. - Reorganizes the code order. - Clarifies the constructor step based on the spec algorithm. - Simplifies if() branches and the lock scope in SetFormat(). Bug: 1108477 Change-Id: I7395c500f11e9dd5f5ad8554c7b54463a4130720 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316403 Commit-Queue: Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#792713}
-
Richard Knoll authored
This registers the NotificationManager as background send and receive surface to get transfer update callbacks and show / update notifications accordingly. Bug: 1102348 Change-Id: Iea765b94afd620727f488ae9c9b54d1e7e9162ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323941 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Cr-Commit-Position: refs/heads/master@{#792712}
-
Marc Treib authored
Saving the password for a given account *within* that account doesn't make sense, so stop offering it. Bug: 1105846 Change-Id: Ibfee6beadbbbc983fde42b36cd5518d462bdca2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323522 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#792711}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8c7ecc1c06f4..4f587337c306 2020-07-29 cwallez@chromium.org Roll third_party/externals/spirv-cross/ d573a95a9..7778792ae (15 commits) 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: None Tbr: borenet@google.com Change-Id: Ia94d92f341df11e4d3394e23f8a21440c3ad08ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325986Reviewed-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@{#792710}
-
Alice Wang authored
This CL fixes BookmarkPersonalizedSigninPromoTest on tablet. Bug: 1103210 Change-Id: I7a23987dda8bccbeafc1ed1ce36c5998a5b5e8ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324125Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#792709}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/501bbf2a9325..16c50deb5eb4 2020-07-29 lalitm@google.com Merge "tp: add sched table with upid included" 2020-07-29 fmayer@google.com Merge "Add Custom Allocators to changelog." If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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 Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5636c0842cc17a02330e4393940da0078ee4eec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325972Reviewed-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@{#792708}
-
Chris Hamilton authored
BUG=1085129, 1096617 Change-Id: I9cf35e58c5de9cb2d3e8907bed30ad577b206149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324164Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#792707}
-
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: Ib7c7ae110dee3bfaef770d40a311c7e7aba5f89d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325985Reviewed-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@{#792706}
-
Glen Robertson authored
Test timeout on CQ seems to have mysteriously fixed itself. Bug:988323 Fixed:988323 Change-Id: Ia96d8a687bc161cf74f67fbf819ffaf7bb896755 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325330 Auto-Submit: Glen Robertson <glenrob@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#792705}
-
Roman Sorokin authored
This CL makes UserSessionManager check for tokens every time profile is loaded. So in case Chrome crashed during the login - token will be downloaded on restart. Bug: 1094030 Change-Id: I97eebf54e36bff976935f217c4de22e040c5674e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315891 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#792704}
-
Katie Dillon authored
priority decisions. This CL adds a prioritisation type for the compositor queue and uses that inside of computePriority instead of QueueClass. This is more clear than QueueClass (since QueueClass::kCompositor includes other task queues that have a fixed priority). In addition, this CL adds some DCHECKS to ensure that we only create one queue of this type since there should only be one main thread compositor task queue. Change-Id: I88825288476c73e46739214bad61c2d3c8b2af93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300881 Commit-Queue: Katie Dillon <kdillon@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#792703}
-
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/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: Ia12ca4e2f2c10018dd44d058ef4d9778cb4eb866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324680Reviewed-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@{#792702}
-
Victor Hugo Vianna Silva authored
Bug: 1090931 Change-Id: If41e533eefce52db80a40e1ab7fdcfe75ae906e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317873Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#792701}
-
David Maunder authored
To support the work of moving Tab attributes out of Tab to objects which implement the UserData interface so the Tab doesn't become too big and unwieldy Bug: 1109345 Change-Id: Ife994234aa53ae1f12dde47cee0abe91765b3491 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318625 Commit-Queue: David Maunder <davidjm@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#792700}
-
Sebastien Lalancette authored
Listing gambard and myself as co-owners of this directory. Bug: 1093302 Change-Id: I2e37ebeb2c5ffe4cb649026a443e0707df06f1d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323131Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#792699}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d8380b6383dc..eb118ddc8dea 2020-07-29 janscheffler@chromium.org Migrate `front_end/mobile_throttling` to `devtools_entrypoint` 2020-07-29 janscheffler@chromium.org Migrate `front_end/inline_editor` to `devtools_entrypoint` 2020-07-29 janscheffler@chromium.org Migrate `front_end/screencast` to `devtools_entrypoint` 2020-07-29 szuend@chromium.org Add basic Markdown rendering component 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:1099162,chromium:1101738,chromium:1108699 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4e75d36ffbb402feeaa2da199c934d2381852b1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325983Reviewed-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@{#792698}
-
Jérôme Lebel authored
Updating Signin.SSOIdentityListRequest metrics. The metrics should record where the identity list come from when being requested. This changes don't change the values already recorded. The goal is to prepare to add a third value later: "SSO identity list returned from stale cache" Related to: + crrev.com/i/3151963 Metrics introduced with: + crrev.com/c/2201720 + crrev.com/i/2995955 Change-Id: Idc3264e2864c2a1ea98cac41f61fef0c69f74399 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283744 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#792697}
-
Steven Bingler authored
Create new exclusion reasons to send to DevTools for Issue Pane messages. These new reasons will be added when the correct conditions cause a cookie to be blocked because of Schemeful Same-Site. The messages for these new reasons are in progress. Bug: 1054036 Change-Id: If23d4a01cad160b6c7b0b6b342c8982d172a672c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292686Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Commit-Queue: Steven Bingler <bingler@chromium.org> Cr-Commit-Position: refs/heads/master@{#792696}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/dc8e77f0e521..28e801ad3afb 2020-07-29 swiftshader.regress@gmail.com Regres: Update test lists @ dc8e77f0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I1dc8ba00f6dc6824ec2cea225a288b846c04bcb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325974Reviewed-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@{#792695}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3bb07848..e5f80a2e 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: I949bbb0bb99aa9b26e8c7271e524002e67ed79b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324365Reviewed-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@{#792694}
-