- 17 Jun, 2020 40 commits
-
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/763957e6b4fc..46485a0b8536 2020-06-17 capn@google.com Don't assert thread_local initialization 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: I8014814080ff02b1eb634f566037c6a25563881c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250358Reviewed-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@{#779491}
-
Bettina authored
Bug: 1056921 Change-Id: Ibcf6100818483ceeb40d82e65bb8f909ad466818 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248898Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Auto-Submit: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#779490}
-
Miriam Zimmerman authored
BUG=None TEST=None Change-Id: If4f2c9c319807cf94c212c006171d4fe7bda7da9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250357 Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Commit-Queue: J Kardatzke <jkardatzke@chromium.org> Auto-Submit: Miriam Zimmerman <mutexlox@chromium.org> Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Cr-Commit-Position: refs/heads/master@{#779489}
-
Kyle Milka authored
Rename ShareActivity to ChromeAccessorActivity. Refactor the class so it pulls off the needed objects from ChromeAcivity and child classes don't need to depend on ChromeActivity. Eventually the share/ code won't need to depend on this class and instead on a generic Activity. Bug: 1022172 Change-Id: I23b6ca9c1947d201aa5667e292fa0711b59ef920 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238518 Commit-Queue: Kyle Milka <kmilka@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#779488}
-
Peter Kasting authored
This existing file-scope helper was the same logic a couple other places also wanted, so make it a static class method so they can use it. Bug: none Change-Id: Ibbcd07890ef4fbb1b6772ef22c46534d7cd29976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250543 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#779487}
-
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: Id61c6337b0d341c0a5f6604bbb9eae4a2966c7f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247896 Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#779486}
-
Piotr Bialecki authored
This is one more followup from one of the older CLs. Changes: - introduce new device::Pose type - the pose is always construct-able from position and orientation, and potentially construct-able from a matrix representing a rigid transform - add typemapping from mojom's Pose type to device::Pose - remove code that was manually deconstructing matrices when poses were needed - this is now done by device::Pose type - store device::Pose in XRAnchor, XRHitTestResult and XRPlane instead of storing blink::TransformationMatrix - some conversion between code using device::Pose and code expecting blink::TransformationMatrix is still needed - this is currently done by relying on the fact that both blink::TransformationMatrix and gfx::Transform can be converted to/from SkMatrix44 - remove type converters for mojom::VRPose & mojom::Pose conversions to blink::TransformationMatrix since they are no longer needed - the only place that relied on conversion from VRPose to a matrix could use the newly introduced device::Pose type - misc cleanup - remove unused parameter in ArCoreImpl::NativeOriginExists() As an additional follow-up, it should now be possible to use gfx::Transform instead of blink::TransformationMatrix in blink impl - it would allow us to get rid of std::unique_ptrs that were introduced only to satisfy alignment requirements that blink::TransformationMatrix has and oilpan does not support. Fixed: 1071224 Change-Id: Iee59e64833ab45df450589ec47b331836b50897a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2242652 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#779485}
-
Livvie Lin authored
iOS interstitial pages get reloaded to prevent loading them from cache, since that breaks JavaScript commands. For safety, set the reload URL in |load_time_data| instead of relying on window.location, which can have arbitrary URL params. Bug: 1087282 Change-Id: Idd3c8619371fd7e5ed5875579f4bd86eda2e42c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248450 Commit-Queue: Livvie Lin <livvielin@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#779484}
-
Alexei Svitkine authored
In additional to simplifying the code to not need to use extra callback logic, this also makes the pref clearing happen when a seed is imported initially, rather than later. This may resolve an issue where the first run seed is not getting applied - if the cause is that the pref clearing happens before the seed gets used. Bug: 1090968 Change-Id: Icd5d6a693ef2c0f1a5fdf2cffec2182a9a6fd5fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246179Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#779483}
-
Charlene Yan authored
The collapsed tabs right now are to the right of the group header so dragging left is lot more prominent than dragging right past the header. When finding the insertion index, if the tab is in a collapsed group, use the ideal bounds of the header rather than the tab. Bug: 1018230 Change-Id: I4bbec1e76da9415a1701b7b09ba35dff98039667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250298Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#779482}
-
Mitsuru Oshima authored
*Move WaylandServerControllert to components/exo/server * exo is now a separate static_library. Change-Id: I8439b9bb42c7164d12cc0d6e46e0259c57f9113e Bug: 1090616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2238266Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Mitsuru Oshima (slow:gardening) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#779481}
-
Victor Costan authored
Bug: 914488 Change-Id: Ie6e96662dda40da4cf2ec21aceae3a7978017829 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249580 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Auto-Submit: Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#779480}
-
Tommy Li authored
Previously, the temporary text in Views Omnibox was unchanged when tabbing to section headers, and only updated when tabbing to the next match. After some discussion, we've decided to make section headers have an empty string for temporary text. This CL makes that change for Views Omnibox. Bug: 1095719, 1078183, 1052522 Change-Id: I6a35d926c2dd0a0cfa4e5d9cf1ead17d0c4bbf37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248497Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#779479}
-
Jan Krcal authored
Previously, every priority type was unencryptable. This CL decouples these two concepts. This is (for now) pure refactoring, no behavioral change. Bug: 1084969 Change-Id: I690be355420b6abcbaeaf8bdacd4474868d97b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214533Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#779478}
-
Lukasz Anforowicz authored
The removed histogram has not been used recently (e.g. unlike Memory.RendererProcessCount which has been automatically refreshed in r778894). While the removed histogram doesn't have a direct replacement, there are other histograms that should make up for its absence: *) Memory.RenderProcessHost.Count.* *) Memory.RendererProcessCount and *) Memory.ProcessCount Old data has been saved in a (Google-internal, sorry) document at https://docs.google.com/document/d/1QleZ5KhAbFZkv0In61sw7e2rWCaJ05dUCdV9DncJZ2E/edit?usp=sharing Fixed: 1053037 Change-Id: Ibfe7736b13d5e36dc697ed658dd50934ee8fbbcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249038Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#779477}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/9db618ccd9c6..9e83c1519347 2020-06-17 etienneb@chromium.org Active the delegate worker pool for chromium (3/3) 2020-06-17 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from 9d2dfca53b75 to f31524575668 (1 revision) 2020-06-17 xiaoxuan.liu@arm.com Vulkan: Update eglDupNativeFenceFDANDROID() implementation. 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 courtneygo@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: chromium:1091259 Tbr: courtneygo@google.com Test: Test: angle_end2end_tests Change-Id: Idceaaf9165cd53b2e9c25adb9647e887e651c947 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250440Reviewed-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@{#779476}
-
Charlene Yan authored
Dragging a tab past a collapsed group with more than one tab should not insert the tab into the group. Bug: 1018230 Change-Id: Iadc7403e13901cf9716d49ce4e4ae9a0d1f80239 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249080Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#779475}
-
Min Qin authored
Change-Id: I480e436c0a9582e20ba54651fed7f4e07e052d7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245893Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#779474}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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 Tbr: gbiv@chromium.org Change-Id: Ibee590b9bc25e549edb4eebaa40ca0fee46e7c17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250799Reviewed-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@{#779473}
-
Tommy Steimel authored
- This CL makes updates polymer.py to always produce scheme-relative URLs when converting HTML imports that contain "chrome://" to JS imports. - This also changes optimize_webui.py and rollup_plugin.js to handle scheme-relative URLs. This allows chrome-untrusted:// frames using Polymer 3 to use cr_elements/ without hitting failures due to absolute chrome://resources URLs inside cr_elements/ imports. Bug: 1051835, 866236 Change-Id: If7973d3e926c31c017ec286d26e8eaeeaa5e905c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2233722Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#779472}
-
Avi Drissman authored
It's a process. It should show up. Bug: 953518, 739782, 1083509 Change-Id: I0904f765b5956b5c511299dedda7b71921445296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203817Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#779471}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/54af9fab10fa..d3394c28b80c 2020-06-17 saklein@chromium.org Build API: Check chroot exists before executing inside 2020-06-17 vapier@chromium.org gerrit: set default log to notice 2020-06-17 andrewlassalle@chromium.org build_dlc: Split build_dlc script into a library and script 2020-06-17 mmortensen@google.com locking: Add better logging around unmount chroot. 2020-06-17 mmortensen@google.com Add deprecation warning for lib/tee.py 2020-06-16 bpastene@chromium.org nebraska_wrapper: Curl gob to fetch the wrapper in UNKNOWN checkouts. 2020-06-16 jnchase@google.com endeavour: add firmware branch builder 2020-06-16 dhanyaganesh@chromium.org betty-arc-r to generate VM image 2020-06-16 andrewlassalle@chromium.org cros_update: Fix comment on test script If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I540f08b364f736ff23b700184cdaee2a614f6bc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248553Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Mitsuru Oshima (slow:gardening) <oshima@chromium.org> Commit-Queue: Mitsuru Oshima (slow:gardening) <oshima@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#779470}
-
Charlene Yan authored
Bug: 1018230, 1095783 Change-Id: Ib92e79e374d7aa81202fa9af08f3dc53bd6a4464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250501Reviewed-by:
Connie Wan <connily@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#779469}
-
Xing Liu authored
Don't schedule auto resumption in native task when the feature is disabled. Also adds a check in AutoResumptionHandler::ResumeDownloadImmediately. Bug: NONE Change-Id: I03eff855fcd8674f32d4a3d5205114de01aa3bf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250563Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#779468}
-
Evan Stade authored
Bug: none Change-Id: Ibd7942a8eaba5d1bbc18b0f819aabfb242342128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249726Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#779467}
-
Sunny Sachanandani authored
The histogram was added so that we could remove one of LUMINANCE_F16 or R16_EXT if the other one had universal support, but it looks like that's not the case. Latest numbers for the histogram across all platforms are: HAVE_NONE 32.34% HAVE_R16 09.96% HAVE_L16 32.46% HAVE_R16_AND_L16 25.25% This suggests that we can remove neither LUMINANCE_F16 nor R16_EXT, and the histogram can be removed since it's expiring in a few days. Bug: 1081297 Change-Id: I46615e9b70a72d27f3952ec90c3c0193777fb866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248909 Commit-Queue: Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#779466}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/99f100357776..5ed965e4370d 2020-06-17 tvanderlippe@chromium.org Add additional font-family autocompletions 2020-06-17 zhin@chromium.org Add Acorn wrapper file and consolidate calls to Acorn 2020-06-17 yangguo@chromium.org Fix image link in design_guidelines.md 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:1080569 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I34aea56e169ca4965b42c40f7e5838c02152928d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250030Reviewed-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@{#779465}
-
Stephanie Kim authored
This reverts commit f297bdfa. Reason for revert: Mac Builder runs are failing: https://bugs.chromium.org/p/chromium/issues/detail?id=1095900 Change-Id: I6797309b35fbcbcd5e527489402df09b1d75fa5b No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250919 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Cr-Commit-Position: refs/heads/master@{#779464}
-
Ana Salazar authored
We added a ThroughputTracker for reporting animation smoothness when we enter or exit the cardified state. Bug: 996822 Change-Id: I41dfc1146db1abf2b84cb90170f41caf73b9ac56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246233 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#779463}
-
S. Ganesh authored
Each version of the updater will have a distinct directory that is named on the version itself. So, for example, version 1.2.3.4 will have the directory name 1.2.3.4. See http://bit.ly/chromium-updater Bug: 1095833 Change-Id: I6bc7f73466f7f59c0c877d5cb597ae4c4d136399 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2246907 Commit-Queue: S. Ganesh <ganesh@chromium.org> Reviewed-by:
Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#779462}
-
Li Lin authored
Based on the latest UI reivew feedback, update the description of "related info". Mock at: go/quick-answers (slide 29). Bug: b/157488743 Test: manual test Change-Id: I7ebd75770cd1933d669ad25b00b9a7bdb61f928b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2248069 Commit-Queue: Li Lin <llin@chromium.org> Reviewed-by:
Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#779461}
-
Daniele Castagna authored
This will make SkiaRenderer use framebuffer compression for the buffer queue when available. Bug: 925181 Test: Run chrome with --enable-features=UseSkiaRenderer make sure FB compression is used if available Change-Id: I0b81c7006bd924ba82823a50ea714e31ddc8e2bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250578 Commit-Queue: Daniele Castagna <dcastagna@chromium.org> Commit-Queue: weiliangc <weiliangc@chromium.org> Auto-Submit: Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
weiliangc <weiliangc@chromium.org> Cr-Commit-Position: refs/heads/master@{#779460}
-
Miguel Casas authored
PlatformVideoFramePool::Initialize() can fail due to e.g. an unsupported frame |format|. Indeed, this happens when trying to decode VP9 Profile 2 on AMD zork. This CL teaches the callsite in VaapiVideoDecoder to handle that circumstance. Unit test trivially extended and minimally cleaned up. Bug: b:159020116 Test: ezkinil playback of a VP9.2 video (e.g. crosvideo.appspot.com), verify fallback to libvpx in chrome:media-internals, and unit tests. Change-Id: Ia2ec20219ce922cd92ab658f2eb614a49415f78b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249724 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Jao-ke Chin-Lee <jchinlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#779459}
-
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}
-