- 21 Jan, 2020 40 commits
-
-
Mirko Bonadei authored
The old binary will be removed in favor of binaries that don't violate package boundaries. Bug: webrtc:11289 Change-Id: I338dc11a98dbe3c7c892b056aa9f82069280c02a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010981Reviewed-by:
Michael Achenbach <machenbach@chromium.org> Commit-Queue: Mirko Bonadei <mbonadei@chromium.org> Cr-Commit-Position: refs/heads/master@{#733545}
-
Rachel Sugrono authored
Add a helper that opens Quick View in check-select mode. This helper verifies that the given file names matches the selected files. Bug: 1038799 Change-Id: I5915404725adf6a75c82a193362caa1dd1426990 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011587 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#733544}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/992e227af7f1..e07936314c2b git log 992e227af7f1..e07936314c2b --date=short --first-parent --format='%ad %ae %s' 2020-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 579c59400f86..845a09b8241e (4 commits) Created with: gclient setdep -r src/third_party/skia@e07936314c2b 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 benjaminwagner@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/+/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: benjaminwagner@google.com Change-Id: I0fd9c5f39d6d80bf926432df031d2c0d603e4725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010055Reviewed-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@{#733543}
-
Kenichi Ishibashi authored
The purpose of this change is to have a single point of creating ServiceWorkerRegistration. This way, * We can hide NewRegistrationId() inside ServiceWorkerRegistry. This is useful because we plan to move id management into the Storage Service and we don't want to expose it other than ServiceWorkerRegistry. * ServiceWorkerRegistry can track all live registrations. In subsequent CLs we plan to hook ServiceWorkerRegistration creation so that ServiceWorkerRegistry can detect if the registration is stored or not. Bug: 1039200 Change-Id: Ieeeb4c3b156488de8fe6a527515ec23998c5ea3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010599 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#733542}
-
Alexandre Courbot authored
Avoid creating a NativePixmapHandle now that we have one ready to be used. This code was a remainder from the time where we passed dmabuf FDs to CreateGLImage(). BUG=b:146842214 TEST=E2E video playback in Chromium working on Kukui and Kevin. Change-Id: Icf54bacc0d62d9ca74d69174227ec7a1511aa4aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010589 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#733541}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/dc9588f19d70..d53a082f1e62 Created with: gclient setdep -r src-internal@d53a082f1e62 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I1fa2a0f610d97371eb781970185d55de49a5dfa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011600Reviewed-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@{#733540}
-
Alexandre Courbot authored
The size of the EGL image is supposed to be the visible size, while the buffer itself shall be imported with its own coded size and stride. Before crrev.com/c/1982499, we did not pass any size information with the buffer, so as a workaround the size was set to the coded size and the buffer imported with its coded size into the GPU or DC, which resulted in visible green lines on the right or lower end of the image when coded_size != visible_size. Now that we are importing the buffer using a NativePixmapHandle, we can set the EGL image to be the correct visible size. BUG=b:141579960 TEST=240p h.264 video plays in Youtube web without visible green line on Hana. Change-Id: Ia7631998b7e47c5f8d1001b26e5a154fdffebcb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010588 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733539}
-
Greg Thompson authored
BUG=1023080 R=ganesh@chromium.org Change-Id: I4fd2e2c2fc7365f1977221e99993cea870d587be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007766 Commit-Queue: S. Ganesh <ganesh@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733538}
-
Sylvain Defresne authored
Instead of forward declaring ChromeBrowserState in the ios namespace, use a header. This will allow moving the class to the global namespace without having to change all the forward declaration at the same time. This CL was uploaded by git cl split. R=mastiz@chromium.org Bug: 1042208 Change-Id: If00ecce091d5f71b8d55e7197d71b5ed75e70727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007641 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#733537}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/71b8b765a231..992e227af7f1 git log 71b8b765a231..992e227af7f1 --date=short --first-parent --format='%ad %ae %s' 2020-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 6c56a01a..4c751358 (270 commits) Created with: gclient setdep -r src/third_party/skia@992e227af7f1 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 benjaminwagner@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/+/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: benjaminwagner@google.com Change-Id: Ib61686a1744b9c3ff81787282d5fa728b1446230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011366Reviewed-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@{#733536}
-
Sylvain Defresne authored
Instead of forward declaring ChromeBrowserState in the ios namespace, use a header. This will allow moving the class to the global namespace without having to change all the forward declaration at the same time. This CL was uploaded by git cl split. R=dvallet@chromium.org Bug: 1042208 Change-Id: Ic014ac6c3dc2cdaec2cbf7a088a32d7d6ce529f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007423 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
David Vallet <dvallet@chromium.org> Commit-Queue: David Vallet <dvallet@chromium.org> Cr-Commit-Position: refs/heads/master@{#733535}
-
Imranur Rahman authored
and FFTFrame::ImagData(). FFTFrame::RealData() and FFTFrame::ImagData() previously return raw float* to the underlying arrays. But only the FFTFrame knows the how long the arrays are. Now we are returning the AudioFloatArray, so the caller can check lengths appropriately. Bug: 966128 Change-Id: I3829eaea1fcc15c4c4dabf706716ba38c7c7e278 Signed-off-by:
Imranur Rahman <i.rahman@samsung.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1844914Reviewed-by:
Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#733534}
-
Shakti Sahu authored
Updated flag expiration milestones for two experiments 1 - download-auto-resumption-native 2 - enable-new-download-backend Change-Id: If5ab4573e06843767f8387e5cea95d218dc84ba6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008625Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733533}
-
Rakina Zata Amni authored
This test is flaky on the Mac10.11 builder. TBR=connily@chromium.org Bug: 1043554 Change-Id: Ib169231bc9deb1b54b64c167ab3d183331736f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011470Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#733532}
-
David Munro authored
Users are presented (currently behind a flag) with an extra screen to choose their disk size when installing Crostini. As part of this change all Crostini disks will now be preallocated fixed-size disks whereas before they'd be sparsely-allocated automatically-sized (more convenient but with a chance of data corruption). Bug: chromium:858815 Test: Unit, Manual (with and without flag) Cq-Depend: chromium:2004184 Change-Id: Iff0a2d1f064628968bda3d84e79706887e4b5760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2004185Reviewed-by:
David Munro <davidmunro@google.com> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: David Munro <davidmunro@google.com> Auto-Submit: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#733531}
-
Chris Davis authored
Move the location of the FreeLibrary call to after the LocalFree of the string returned from CommandLineToArgvW to remove noise from AppVerifier. Bug: 1043533 Change-Id: I4d32ebdd274cbdd1d081d711ba849bbc8cc55323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010065Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Cliff Smolinsky <cliffsmo@microsoft.com> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/master@{#733530}
-
nancy authored
BUG=1038487 Change-Id: I0b6239c3fb2361fc25b6990f2529a1c1ec8025e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010231 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#733529}
-
Chris Davis authored
leaked. This change fixes a leak of a IWSCProduct instance in FillAntiVirusProductsFromWSC. Bug: 1043532 Change-Id: I3c501f833b5a37b240c6de0350f6d304a2a34f40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2009382Reviewed-by:
Patrick Monette <pmonette@chromium.org> Commit-Queue: Chris Davis <chrdavis@microsoft.com> Cr-Commit-Position: refs/heads/master@{#733528}
-
Nico Weber authored
`gn format` recently changed its formatting behavior for deps, source, and a few other elements when they are assigned (with =) single-element lists to be consistent with the formatting of updates (with +=) with single-element. Now that we've rolled in a GN binary with the change, reformat all files so that people don't get presubmit warnings due to this. This CL was uploaded by git cl split. R=amoylan@chromium.org Bug: 1041419 Change-Id: I74c66ddca81f15a70cbd52643a9ee6817181c0dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1998577 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Commit-Queue: Andrew Moylan <amoylan@chromium.org> Cr-Commit-Position: refs/heads/master@{#733527}
-
Alexander Dunaev authored
This CL is purely a beautifying one, no changes to any logic are done. Bug: 1014860 Change-Id: I6e2aa1fd125cafea70bfdcac0a077268ef4baefb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011224 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#733526}
-
nancy authored
Add Shelf menu items for Crostini in AppService: https://cs.chromium.org/chromium/src/chrome/browser/ui/ash/launcher/crostini_shelf_context_menu.cc?l=55 Update the menu related interface to add display id, because Crostini ueses display id for UI scaling menu items. BUG=1038487 Change-Id: Ifd9c711dcbec5e7345178339c29f6c8436970e9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010603 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#733525}
-
Takashi Sakamoto authored
Change-Id: I2da825079e801a7e983eae65ad39333feb41bfda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000407 Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#733524}
-
Takashi Toyoshima authored
Some TAO tests do not work with Blink CORS, and virtual tests running them should also do not work. NOTRY=true Bug: 1042580 Change-Id: Id31c4633e61837af2012ae8b2837d17bd362bdc7 TBR: npm@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011471Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#733523}
-
nancy authored
The OPTIONS menu item is not added for menu in Shelf, and it is available for Chrome apps menu item in app list only. So add a menu type checking for it. BUG=1038487 Change-Id: If36587f33cc7cba886ab67509d59a4b6f4dc7963 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010605Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#733522}
-
Kent Tamura authored
file-input-disabled.html is merged into the new test. Bug: 1040828 Change-Id: I3eeca8ff9f44011f0efb023ee15f1a13463967ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011463Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#733521}
-
Kent Tamura authored
They are merged into FileInputType::UpdateView(). This CL has no behavior changes. Bug: 1040828 Change-Id: Ie08598ce562842eee02b15575bcf278c4ce58b0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011464Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#733520}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/03acc60fb5fc..8265f5d3dc2a git log 03acc60fb5fc..8265f5d3dc2a --date=short --first-parent --format='%ad %ae %s' 2020-01-21 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@8265f5d3dc2a 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/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I02dbc38d07ff73347582fe805388ee3b30291e73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011446Reviewed-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@{#733519}
-
Kent Tamura authored
This CL makes the code robust for UA shadow tree changes. This CL has no behavior changes. Bug: 1040828 Change-Id: I373b5c01255149890f25b194f3777199dbaad2a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011465Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#733518}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9f22f1ff3190..71b8b765a231 git log 9f22f1ff3190..71b8b765a231 --date=short --first-parent --format='%ad %ae %s' 2020-01-21 bsalomon@google.com Remove proxy offset param to SkGpuBlurUtils::GaussianBlur. Created with: gclient setdep -r src/third_party/skia@71b8b765a231 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 benjaminwagner@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/+/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: benjaminwagner@google.com Change-Id: Ib48da2d54db83969d404fdc153dab515671c1e94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011445Reviewed-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@{#733517}
-
nancy authored
BUG=1038487 Change-Id: I0bfd6721faee80fe02c85da07ad329085c68afaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011466Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#733516}
-
Rachel Wong authored
The code that will call this logging function is at https://chromium-review.googlesource.com/c/chromium/src/+/1999973. Bug: 1014839 Change-Id: Iccf37f350ead2e5f900624e2ad554aedbd54bc6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989735Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#733515}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=kariah@chromium.org Change-Id: I9845b87dd548f20f48050b9f98a8a621fb938982 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008024Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#733514}
-
Alexandre Courbot authored
The size of the GL image is supposed to be the visible size, while the buffer itself shall be imported with its own coded size and stride. Before crrev.com/c/1982499, we did not pass any size information with the buffer, so as a workaround the size was set to the coded size and the buffer imported with its coded size into the GPU or DC, which resulted in visible green lines on the right or lower end of the image when coded_size != visible_size. Now that we are importing the buffer using a NativePixmapHandle, we can set the GL image to be the correct visible size. BUG=b:141579960 TEST=240p h.264 video plays in Youtube web without visible green line on Kukui. TEST=video playback working on Kevin. Change-Id: I870892c41197ed210c7b7455975669a3473891f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010243 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733513}
-
Alexandre Courbot authored
The doc for this method was still referring to deprecated and deleted members. BUG=b:146842214 TEST=Chromium builds for arm-generic. Change-Id: Ia8bf76ffa3091b73b8c6c5d95721de8b8a3d71d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010242 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#733512}
-
Keishi Hattori authored
Adds comments to ColorChooser and ColorChooserClient. Also removes ColorInputType::EndColorChooser as it is only used from ClosePopupView. Bug: None Change-Id: I9a169a53e0c9c4e3e9eddef5f08f49b651a0c705 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010595Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#733511}
-
Moe Ahmadi authored
Bug: 1041663 Change-Id: I97a0bd19a9c2711df293553be80deb5c4e0eb8a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007970 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Cr-Commit-Position: refs/heads/master@{#733510}
-
Tsuyoshi Horo authored
We will implement "Save page as Web Bundle" feature behind this flag. Bug: 1040752 Change-Id: Ia898adf1470730116d96d583aa8acce37bfd8d07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007806Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#733509}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/299f213a7f6c..dc9588f19d70 Created with: gclient setdep -r src-internal@dc9588f19d70 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 jbudorick@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I8460fcd44f10ec89bcf789f8d7db740f8e074300 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011443Reviewed-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@{#733508}
-
Anand K. Mistry authored
Bug: None Change-Id: Ib4e5288d590321f0911c9c60a583b97291716008 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007794Reviewed-by:
Sergei Datsenko <dats@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#733507}
-
Rachel Sugrono authored
selected Check-select an image and a PDF file, show the files in Quick View, and down-arrow to the PDF file. Check the PDF file is displayed in Quick View (tests a bug where the PDF file was not being displayed, which was fixed in CL:2007795). Bug: 1038799 Change-Id: I5e6eda55c64458f7fd82a343597906399ba5feda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010602 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#733506}
-