- 13 Jul, 2020 40 commits
-
-
Greg Thompson authored
https://crrev.com/784428 stopped recursing across junction points when looking for CR_* or chrome_* directories. This CL does the same when deleting within those directories. BUG=1100280 R=forshaw@chromium.org Change-Id: I7a4ef84d9df744cf5d0bd64d51065a571228520d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292395Reviewed-by:
James Forshaw <forshaw@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#787752}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/b1286b32a9f2..c922ffa5d2fe 2020-07-12 wl@gnu.org * builds/unix/configure.raw: Fix inclusion of `ftoption.h'. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: If58f617155c015ef0d31af468ad1828d752e911c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294177Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#787751}
-
Bo Liu authored
If the view of the fragment of a tab is detached from the window (or not created yet), then mark the WebContents of the tab as hidden. This is to provide a somewhat reasonable way for the embedder to manipulate the web hidden state. Also change newly created TabImpl to be hidden on creation to avoid unnecessary state flips. This is purely for efficiency, not for correctness. Left restored tabs alone. Bug: 1096063 Change-Id: Ie8b5da3bef040536b976435c0507462f7f796c9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291691Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#787750}
-
Wez authored
TBR=bsheedy,chonggu Bug: 1087298 Change-Id: I0541145f8a97cd47f9ad3f8f26ae2171b8c4f9fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292261Reviewed-by:
Wez <wez@chromium.org> Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#787749}
-
Lily Chen authored
Bug: None Change-Id: Ib03052f12f640ba3c80e11e2674b56e2a8962b35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294566 Commit-Queue: Lily Chen <chlily@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Auto-Submit: Lily Chen <chlily@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#787748}
-
Xianzhu Wang authored
Normally we should avoid layout geometry types (LayoutRect, LayoutSize, etc.) outside of layout and paint. We also plan to deprecate them by Physical/Logical geometry types in layout/paint. This can avoid the layout system directly passing a size in logical coordinates to StyleImage. Also keeps consistency with other geometries in StyleImage. Change-Id: I8b8305e5a0377f525de9b3fbbbf288380f36119f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294337 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#787747}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/7ebe48cd83a3..85f14941793d 2020-07-13 tvanderlippe@chromium.org Move all_devtools_files to separate gni file 2020-07-13 tvanderlippe@chromium.org Move all_devtools_modules to separate gni file 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:1097043 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I55a1309f030f89dc5b1750a36f19d01b7b45722e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295128Reviewed-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@{#787746}
-
Xianzhu Wang authored
This is a followup of the physical geometry work one year ago (crrev.com/c/1608088). Change-Id: Iabbb8948a01208c811f1802b5de67fc20d1b3a39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294336 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#787745}
-
John Abd-El-Malek authored
In r769725 the threading was changed but I missed updating this one site. Also remove now-unnecessary thread hopping. Bug: 1102087 Change-Id: Iaba9995119ce23fefddfcd597ba94afe76210718 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294341 Auto-Submit: John Abd-El-Malek <jam@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#787744}
-
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-win-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id5a6b262f74dea7224ca1cdd69590d378b015848 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295202Reviewed-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@{#787743}
-
Anatoliy Potapchuk authored
To simplify potential debugging of kiosk issues, let's add more logs about state changes in KioskLaunchController. Bug: 1015383 Change-Id: I04a3eed739d46a3762295a8e376bae221965a761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292294 Auto-Submit: Anatoliy Potapchuk <apotapchuk@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#787742}
-
Xianzhu Wang authored
Some of the rounded border methods do pixel snapping which should be only done for painting or hit testing, so move them into RoundedBorderGeometry under renderer/core/paint. Change the type of the input rect from LayoutRect to PhysicalRect. Rename: - ComputedStyle::GetBorderFor -> RoundedBorderGeometry::RoundedBorder - ComputedStyle::GetRoundedBorderFor -> RoundedBorderGeometry::PixelSnappedRoundedBorder - ComputedStyle::GetInnerBorderFor -> RoundedBorderGeometry::RoundedInnerBorder - ComputedStyle::GetRoundedInnerBorderFor -> RoundedBorderGeometry::PixelSnappedRoundedInnerBorder Fixed ShapeOutsideInfo that should call the non-pixels-snapped version. Change-Id: I57842e9c7b3d277bd3e5201827f1a0b1f136f2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294335 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#787741}
-
Dave Tapuska authored
These rects come from the content/common/screen_info.h definition so they can easily be changed to gfx::Rect. (as gfx::Rect has clamping behavior for negative sizes). BUG=1097816 Change-Id: Iad4fe55b36aaa1f8a489066725d24250b868c569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293255Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#787740}
-
Rohit Agarwal authored
Incognito leakage detection tests relies on opening tabs in ChromeTabbedActivity and CustomTabActivity. Switching from Activity A to Activity B make make the tab of A to be frozen which in turn returns null when accessing its WebContents via getWebContents. The tests includes CriteriaHelpers that checks the WebContents are not null but sometimes they do become flakily null because of the above reason. This CL invokes the TabImpl#loadIfNeeded method to ensure we reload the tab if it's frozen. Bug: 1103488, 1102755 Change-Id: I880a1d45be59d693ad74850e61088771728a25ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2291071 Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#787739}
-
Francois Doray authored
A page that uses WebRTC may use a timer to poll video frames and do video processing on them. Very often, these pages are already opted-out from throttling because they play audio. However, to allow them to work reliably when silent (e.g. when other participants stop talking for a few seconds), this CL disables all throttling for pages using WebRTC. In the long-term, there should be an event-based mechanism to do video processing on frames when they become available. When this mechanism is available, this policy will be revisited. This policy is controlled by a base::Feature so we can assess its impact on performance. Bug: 1101731,b/159893852 Change-Id: I6d7e98c544d65223fbbad41148ec201c83a63f7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2280161Reviewed-by:
Florent Castelli <orphis@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#787738}
-
Victor Costan authored
This histogram can help inform our efforts around microarchitecture-specific optimizations. We should keep it around. Bug: 1089277 Change-Id: I9278ca56fbf6b77a30982c2f9e0550300e47911c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293473 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#787737}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/91d4008f64e2..95d932b7e987 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC mamir@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-chromeos-chrome Bug: None Tbr: mamir@google.com Change-Id: Ib11b6faf8f48530f7245d8cc397e32ba6b052182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295119Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#787736}
-
Vladimir Levin authored
In an effort to improve documentation, this patch adds a README.md that briefly summarizes content-visibility and the display-locking project. R=chrishtr@chromium.org Change-Id: I5387b1c0f0a0adeb2e97435f1a94bb23211b028b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293176 Commit-Queue: vmpstr <vmpstr@chromium.org> Auto-Submit: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#787735}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1594619844-5466e7844d9f3c0d4a095c9938c9765c2c3181c8.profdata to chrome-win64-master-1594640123-fdf8a72e5b13627e142e52b62a8ba89cbc874f73.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 jeffyoon@google.com,liaoyuke@google.com,sebmarchand@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win64-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand@google.com Change-Id: I44395e846fc61ab6b87966fc1b7bb84f7e86f4f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295123Reviewed-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@{#787734}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/041796e60364..31890e2c37b5 2020-07-13 brianosman@google.com Viewer: Don't steal focus when the shader error window appears 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 nifong@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: nifong@google.com Change-Id: Ie54278c6ec7dec5733da29b53f15c24c6ecf3c63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295125Reviewed-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@{#787733}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1594629784-da8b390fd981475e55c5716b256e0384d0033bc0.profdata to chrome-win32-master-1594640123-15dad8eca9e1c0a172946dc66975935b724f3416.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@google.com,jeffyoon@google.com,liaoyuke@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:win-chrome Tbr: sebmarchand@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: Ib707123b0e335e1721ada9dcbbdaff7be40bfd5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295122Reviewed-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@{#787732}
-
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: I2b1e245d2d614869d70013db663d5730626f3c68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295126Reviewed-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@{#787731}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/9329d030..fce88f57 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: I04421e132e8c87eefcb3ea12535097662730dbb8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295039Reviewed-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@{#787730}
-
Peter E Conn authored
WebAPKs have their own logic to determine which browser to launch so they need to be able to see the installed browsers. From Android 11 this will require a <queries> element in the manifest. This <queries> element was taken from: https://developer.android.com/preview/privacy/package-visibility-use-cases#check-browser-available Change-Id: I3d5144395622ce29e741dc3ce7aff64b315281cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292253 Commit-Queue: Peter Conn <peconn@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#787729}
-
Rohit Rao authored
BUG=1104872 Change-Id: Ic7c69193c62ef8ab0e9204d6aae657ac6d0ef5ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295219Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787728}
-
Mohamed Amir Yosef authored
All tests that show a bubble with a button, are flaky on Windows. We have good test coverage since the tests still run on Linux and Mac. However, on Windows, they are flaky due to http://crbug.com/968222. Change-Id: I46709a1f295a137e87527343bad962b273134a8d Bug: 1104699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294980Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#787727}
-
Scott Violet authored
And some minor changes for markdown. BUG=none TEST=none Change-Id: I4ff852ae6e24bfe035ada7671d0876eaa8bc6e82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285284Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#787726}
-
Kevin Ellis authored
The patch adds a section documenting the web animation model with an example that illustrates the evaluation process and with links to relevant snippets of code. Change-Id: I3f2ae25869e8de7941dbe0b725b0c33a79cde0d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2293218Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#787725}
-
Sebastien Marchand authored
Change-Id: I9f9b477b2d2fbad916c6366315638576f08f87b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292490Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#787724}
-
Richard Knoll authored
This adds support for receive progress notifications in addition to send progress ones. Bug: 1102348 Change-Id: Ie6dcfc7d1dee02c6ee190e6511f67284cef89c29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292221Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#787723}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c28f64b4b6d0..7ebe48cd83a3 2020-07-13 tvanderlippe@chromium.org Cleanup indirection of data_deps in devtools_all_files 2020-07-13 tvanderlippe@chromium.org Move front_end html_entrypoints to data_deps 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4404750bd70f67abf48cf1fd3c91c4e606235b44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294914Reviewed-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@{#787722}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/7d22cca0b49f..7e7bc3075505 2020-07-13 treehugger-gerrit@google.com Merge "Allow to statically link heapprofd into client." 2020-07-13 ddrone@google.com Merge "Add .ccls to .gitignore" 2020-07-13 lalitm@google.com Merge "ui: fix annotation slice selection" 2020-07-13 lalitm@google.com Merge "traced: implement lifecycle events" 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: If596e1ef7fc5a14c489cdb4a630749913939f55c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294913Reviewed-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@{#787721}
-
Leonard Grey authored
Per her request: https://chromium-review.googlesource.com/c/chromium/src/+/2267646 Bug: None Change-Id: Ib86e37f02c1be226d38edbf03e0b85c8e533ba36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276293 Auto-Submit: Leonard Grey <lgrey@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#787720}
-
sandromaggi authored
Resolve the state name from the abbreviation to be available for patterns. Bug: b/159309560 Change-Id: Idaabfb39f6f2b064df8ac02aa553b579730ff802 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294799 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#787719}
-
Colin Blundell authored
This CL moves //chrome's behavior of warning the user when they are about to leave incognito mode via an external intent down into //components, thus having WebLayer benefit from this behavior as well. Bug: 1063399 Change-Id: I03b2905b06de1d2eae536ee2fb73037c44f58900 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287293Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#787718}
-
kylechar authored
ericrk@, fsamuel@ and samans@ are no longer working on Chrome and not actively reviewing code. Remove them from relevant OWNERS files to avoid confusion on reviews. Bug: none Change-Id: Ica8d3ba211be52091eeac3cecee7580be58c9954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2292828Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#787717}
-
Jorge Lucangeli Obes authored
Added in Chrome OS in https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2284454. BUG=1102940 TEST=validate_format.py, pretty_print.py Change-Id: I348fbc36969939387d1c4b3f7a6df06b16981a9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289950 Auto-Submit: Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Commit-Queue: Mattias Nissler <mnissler@chromium.org> Cr-Commit-Position: refs/heads/master@{#787716}
-
Mugdha Lakhani authored
Move the tests that verify NoStatePrefetch behavior around fragments from PrerenderBrowsertests to NoStatePrefetchBrowserTests. Please see this spreadsheet for details: https://docs.google.com/spreadsheets/d/1LFPB4UhPWQkBRz481lz49zmS25znhjSDUtagtTTSPQo/edit?usp=sharing Bug: 898955 Change-Id: I39942e88cab7be78aa1aef09d7fafab8cabaaab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279999 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#787715}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1a3a2b6a9111..f3f891c51471 2020-07-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 94f1ce331e85 to 04c82ec6f36f (9 revisions) 2020-07-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll glslang from 5aaa0c2bc821 to 4e13c90944e9 (7 revisions) 2020-07-13 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Loader from 145050bf2b98 to d704d1bc0e11 (2 revisions) 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 jonahr@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: jonahr@google.com Change-Id: I140222f924df4ff3c7c3d4783595a677b29a3975 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294907Reviewed-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@{#787714}
-
Rohit Rao authored
These tests attempt to create an __NSCFURLSessionConfiguration, which is no longer available on iOS 14. BUG=1102903 Change-Id: Ifb6f2e0555c3bbd7e595384959c7756033ea003e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2295079Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#787713}
-