- 17 Jun, 2020 40 commits
-
-
Aaron Colwell authored
Bug: 1085275 Change-Id: I2843eeaa4d0a51873974f132b3c8f2e23f3c3a7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250258 Auto-Submit: Aaron Colwell <acolwell@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#779458}
-
John Abd-El-Malek authored
Bug: 1090682 Change-Id: I79186af9c805fda95c2b8fedfd1743b75e7439fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243862 Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#779457}
-
Dale Curtis authored
https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/be66dc5fd0e3..23b2a15c2595 $ git log be66dc5fd..23b2a15c2 --date=short --no-merges --format='%ad %ae %s' 2020-06-16 dalecurtis Updated patches. 2020-05-01 dalecurtis Use gcc/clang builtins for av_sat_(add|sub)_64_c if available. Created with: roll-dep src/third_party/ffmpeg TBR=sandersd Bug: 819294 Change-Id: I3ddd82346248f4382db00180dc51b1c7cd2971d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247347Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#779456}
-
Noah Rose Ledesma authored
Change the shade factor used on a favicon's dominant color when it is used as the background color to a GMC notification. This factor was changed from 0.55 to 0.35. Bug: 1050082 Change-Id: Ie9fb2a189a5b3311b37292c91925b2e79052fc85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250698Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Cr-Commit-Position: refs/heads/master@{#779455}
-
Victor Costan authored
QuotaClient's methods will only be called with a StorageType in the list of types provided to QuotaManager::RegisterClient(). AppCache only provides kTemporary, like most storage APIs. Therefore, its QuotaClient implementation does not need to handle other StorageType values. Also replaced reqeusts -> requests, per Tricium's suggestion. Bug: 1016065 Change-Id: Ib302b069e6b00c0746de98777b6bc36cadbbf061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249461Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#779454}
-
Robbie McElrath authored
This CL adds a shadow below the action bar when the Site Settings UI is scrolled down. This matches Chrome's behavior. Bug: 1085553 Change-Id: Icca2f6791d2c085be6eb5c60ccc3805681a73d13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248665Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#779453}
-
John Chen authored
NOTRY=True Change-Id: Ie9d19e0d966b97d298150d6fdce9977badb9d5a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248164Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#779452}
-
Chris Blume authored
There is currently tracking for decode and upload timing. But this is only for Jpeg and WebP. We want to also track other image types. For now, there is explicit interest in gif decode times. But having individualized times per format would be useful. This CL separates the "other" category out into explicit image formats such as bmp, gif, ico, and png. The "other" category is maintained for non-codec-backed images. Bug: 1094716 Change-Id: I1edba285ca7c0840a206dd778393c0db7c372482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246947Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#779451}
-
Matt Menke authored
It doesn't work when the network service is enabled. Two tests are actually using it. One uses a URLLoaderInterceptor when the network service is enabled, but that also works when the network service is disabled, so it's not necessary to use it at all. The other test has been disabled since before the network service shipped, and does not work with the network service enabled at all. Bug: none Change-Id: I70535435f60c9f93a70ab5cdd8d0df3972e5fb3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248841Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#779450}
-
Dave Tapuska authored
In order to move input handling into blink we need to make sure the definition of the SynchronousLayerTreeFrameSink is abstract. Remove the routing ID on the SynchronousCompositorRegistry as well. No functional changes intended. BUG=1073560 Change-Id: If31dca61babcf69d2c2d7e2cb094d11603d41c89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249087Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#779449}
-
Eugene But authored
Some crashes required user to scroll the page in order to reproduce. This CL adds both zoom and scroll logging to breadcrumbs. Scroll events are throttled similarly to inforbar replacement to prevent pulluting breadcrumbs. Bug: 1083426 Change-Id: Iccaca9acd42a8f4b2e8f34f1540ce1b5b0a0f43a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247398 Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#779448}
-
Lukasz Anforowicz authored
Most DwoC reports for https://crbug.com/1056949 seem to indicate that the request_initiator_site_lock has been set to an opaque, unique origin. This CL tweaks two code paths that can lead to such an opaque origin: 1. All callers of GetOriginForURLLoaderFactory should pass a non-null |navigation_request|: 1.1. RenderFrameHostImpl::CommitNavigation has a DCHECK that |navigation_request| is non-null and it is dereferenced very early in the method (when calling |navigation_request->IsForMhtmlSubframe()|). 1.2. RFHI::GetExpectedMainWorldOriginForUrlLoaderFactory only calls GetOriginForURLLoaderFactory is it has found a non-null |found_request|. Because of this: 1.3. The CL removes handling of a null |navigation_request| from GetOriginForURLLoaderFactory and replaces it with a DCHECK. 2. Before this CL, RenderFrameHostImpl::FailedNavigation would set |request_initiator_site_lock| to an opaque, unique origin. After this CL, an opaque origin with a hardcoded error.page.invalid precursor is used. The comment introduced by this CL explains why this is okay. Bug: 1056949 Change-Id: Id5539e516633b77aa728d0881f3fde3e7297bbbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245894 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#779447}
-
Sean Gilhuly authored
Pixel_CanvasLowLatency2DDrawImage Pixel_CanvasLowLatencyWebGLDrawImage Pixel_CanvasLowLatencyWebGLAlphaFalse Pixel_CanvasLowLatency2DImageData Canvas is not yet supported on SkiaRenderer Dawn, so skip these tests. TBR=sunnyps@chromium.org Bug: 1095724 Change-Id: I4b0c0f0d7ea3ae3b5588c071f025ee5e038b7c50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249722Reviewed-by:
Sean Gilhuly <sgilhuly@chromium.org> Commit-Queue: Sean Gilhuly <sgilhuly@chromium.org> Cr-Commit-Position: refs/heads/master@{#779446}
-
Hans Wennborg authored
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. Bug: 1031540 Change-Id: I2bb6d98fe58955ec4bca2a4a2c73ce786c8d16aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248632 Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Joshua Bell <jsbell@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#779445}
-
Archana Simha authored
Add migration code for the deprecated disable reason DEPRECATED_DISABLE_UNKNOWN_FROM_SYNC and remove it from our extension metrics(ExtensionInstallProto). Bug: 860198 Change-Id: I3fb7d05f1e4a519283380aad19602d2900d32a66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2222628Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Archana Simha <archanasimha@chromium.org> Cr-Commit-Position: refs/heads/master@{#779444}
-
Hans Wennborg authored
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. Bug: 1031540 Change-Id: I4fefb48ce89c4ae5571ecd462567f8401f61b0d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249780 Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#779443}
-
Victor Costan authored
QuotaClient's methods will only be called with a StorageType in the list of types provided to QuotaManager::RegisterClient(). IndexedDB only provides kTemporary, like all modern storage APIs. Therefore, its QuotaClient implementation does not need to handle other StorageType values. Bug: 1016065 Change-Id: Ic3570a0b19bd4cb8d2dddc68a7841fbfb8c21a6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249382Reviewed-by:
Jarryd Goodman <jarrydg@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#779442}
-
Evan Liu authored
This reverts commit fa903e53. Reason for revert: Reverting while investigating bug #1095555 TBR=haraken@chromium.org, dalecurtis@chromium.org, hbos@chromium.org Change-Id: Ica1a173b8c26b6db8277dc74c5384e01cb811841 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248558 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Evan Liu <evliu@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Evan Liu <evliu@google.com> Cr-Commit-Position: refs/heads/master@{#779441}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome TBR=chrome-os-gardeners@google.com Change-Id: I3400d46a7e0d41a0a89e3c7021ce02f48acac430 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250458Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#779440}
-
Caitlin Fischer authored
Bug: 1094303 Change-Id: If114cee18f9c4fd9a1e75869a3626957fc222928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2243341 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#779439}
-
Patrick Noland authored
This test usually runs <50s, but has gone over the 60s @SmallTest limit a few times without any obvious cause, so this change increases the timeout. Bug: 1095826 Change-Id: Ia78c632276188b430159c7c49a7c751802d7908d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249592Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#779438}
-
Tomasz Wiszkowski authored
Bug: 1095224 Change-Id: I39c018db582264d8e98dae9ebe04a1f4776ba324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248074 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#779437}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1592384236-ee91207a6b4e00f77c95555e5c7822ae3e4b8a11.profdata to chrome-win32-master-1592405921-bce006983aa98b323332c89a671c929444d0e708.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 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: jeffyoon@google.com,liaoyuke@google.com Change-Id: I63b1d452e4f89735d820cf214637df24dd590859 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250478Reviewed-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@{#779436}
-
Patrick To authored
When XR compatibility is requested, determine whether the GPU process is using the same adapter that the active XR runtime is attached to. If not, restart the GPU process and notify it to initialize and use the XR runtime adapter. This is the last series of changes to add multi-GPU support for XR behind a flag. This change was initially reviewed as one large CL here: crrev.com/c/2096778 That CL was split into this CL and the following: crrev.com/c/2226071 crrev.com/c/2219780 crrev.com/c/2216166 crrev.com/c/2225366 After these land, there is followup work before enabling by default: - crbug.com/1086697: Return a WebGL context if no XR runtimes available - crbug.com/1090951: Migrate back to the default GPU on navigation - crbug.com/1090955: Remove flicker when GPU process is restarting - crbug.com/1087356: WebGL2 context Bug: 792657 Change-Id: Ie3342afd630b624b78a4f24a70fedf2cae5eace4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228544 Commit-Queue: Patrick To <patrto@microsoft.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#779435}
-
David Roger authored
Bug: 1076880 Change-Id: I67027ee8963c3f432ee11ec333d6233d8646dc41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245706 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#779434}
-
Aaron Leventhal authored
Previous code rerouted accessibility focus reporting when any menu item or list item was focused/selected, and the current menu depth > 0. However, the menu depth calculation has shown to easily break. Since the focus override is only necessary for autofill menus, this CL changes the focus override so that it is is only turned on when needed by a popup that is overriding focus in the web page. Bug: 1039422 Change-Id: I49bd0db88bd945a6fc7be3309701d394670d7099 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247039 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#779433}
-
Evan Stade authored
Bug: 1071603 Change-Id: Idaa3ecd17791bf5ab0edb5074b07978e30e85706 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248669 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#779432}
-
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: I68f4f9d48c0331f324b72700a36d616da8bef1e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250121Reviewed-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@{#779431}
-
Alex Moshchuk authored
Bug: 1096047 Tbr: caitlinfischer@google.com, bcwhite@chromium.org Change-Id: I04eac398fedffae21e7e6988a691c88b8522bed9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250503Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#779430}
-
Sinan Sahin authored
This reverts commit 5dc6e2ab. Reason for revert: CL that caused the failures has been reverted. Change-Id: Id59a55078a070212dc991c792f46698220a46d24 TBR=twellington@chromium.org Bug: 1094334 Change-Id: Id59a55078a070212dc991c792f46698220a46d24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250341 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Sky Malice <skym@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Reviewed-by:
Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#779429}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1592394610-7518c1df9a0c2bd855627c235c38489e194d3191.profdata to chrome-mac-master-1592416728-1cfd8ef1020d6c6c9f6035d77a4acfb93f1c4dcb.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-mac-chromium Please CC 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:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I77cf1292a3fa97d2528b919b67b2cefe208f8b84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250441Reviewed-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@{#779428}
-
ckitagawa authored
This CL adds support for Zoom gestures for the top level frame. go/fdt-player-zoom There is a remaining issue that after zoom has finished new tiles need to be fetched causing a brief yet noticeable delay. Bug: 1020702 Change-Id: If39d73674bcd7c993711c3d1de3d8cb9e7836d91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2218762Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Fred Mello <fredmello@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#779427}
-
Sylvain Defresne authored
Generated by //tools/gn/roll_gn.py https://gn.googlesource.com/gn/+log/fbe7aec7..db55efd4 db55efd4 Generate a single project with --ide=xcode a121127b Disable code signing in generated Xcode project Change-Id: Ie548b60a3c0a5f0a7971ecd54180fb33e9676274 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248761 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#779426}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1592394610-918984ddb97fe9042cd9fa15afdd7d2534645615.profdata to chrome-win64-master-1592405921-ea7a225ddfaf855aec0c62a2999f900e2d639591.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 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 Change-Id: I47554c7fe156c0ffad683b5c3e0b98aa259e7f88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248552Reviewed-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@{#779425}
-
Wenyu Fu authored
TBR=ntfschr@chromium.org Bug: 1096140 Change-Id: I55af5b120e3646dc5e1a4bb530cfe43c301b201e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250464Reviewed-by:
Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#779424}
-
Jae Hoon Kim authored
When a progress is reported back, we should only send the progress if it is in fact the DLC that is held onto. BUG=none TEST=unit_tests -gtest_filter=*Dlc* Change-Id: I3506dbd7735816a0bb11ed985e2c9b4af9c1d3e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248132Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Jae Hoon Kim <kimjae@chromium.org> Auto-Submit: Jae Hoon Kim <kimjae@chromium.org> Cr-Commit-Position: refs/heads/master@{#779423}
-
Nate Fischer authored
No change to logic. This extends the histogram markdown to add a Java example. This is just a copy of the C++ "NewTabPageAction" example. Test: Upload to gerrit > open file > click "gitiles" Change-Id: Id8fdce03b86a40939711eeaf76ab2842c5da5e40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247338Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#779422}
-
Hans Wennborg authored
Add direct includes for things provided transitively by logging.h (or by other headers including logging.h). This is in preparation for cleaning up unnecessary includes of logging.h in header files (so if something depends on logging.h, it needs include it explicitly), and for when logging.h no longer includes check.h, check_op.h, and notreached.h. Bug: 1031540 Change-Id: I2cd3fa4b60cbdf85475731ab5835d0eebac8e6e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249803 Commit-Queue: Hans Wennborg <hans@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#779421}
-
Hirokazu Honda authored
A frame dimension to be encoded is specified by visible size at Initialize() in VideoEncodeAccelerator API. VP9HWEncoder used by a HW video encoder on ChromeOS intel platform refuses an odd frame dimension. In other words, the HW video encoder fails the initialization with an odd frame dimension even if the HW encoder supports the odd frame dimension. There is no restriction of a frame dimension in visible size, although a coded size must be divisible by 16. This CL changes HWVP9Encoder to allow an odd dimension stream by removing the check of the frame dimension. VP8HWEncoder is able to encode an odd dimension stream in crrev.com/c/1735234. This is the similar CL for VP9 encoding. Bug: 990670 Test: video_encode_accelerator_unittest on atlas Test: https://appr.tc/?debug=loopback&vsc=vp9&video=maxWidth=641,maxHeight=361,minWidth=641,minHeight=361 Change-Id: I579640fe1f21f44411aeb91f8bf07b6b955f6300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1763658Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#779420}
-
Dominic Mazzoni authored
http://crrev.com/c/2118693 caused the invert bubble to start showing up on Mac, but only in incognito windows, which is unintentional. The bubble doesn't show up for non-incognito windows. As a quick fix, disable the bubble for incognito windows since it should never show up in one of those. Later we can follow up to address when it should show up on Mac. Bug: 1095855 Change-Id: I169f000b1657528e46fd9fc7e6786ef2834e27cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247407 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#779419}
-