- 09 Jul, 2020 40 commits
-
-
Owen Rodley authored
The Gatekeeper config includes all builders under this master, except for mac-osxbeta-rel. But actually this builder is under chromium.fyi, so it wouldn't be included anyway. Bug: 1094768 Change-Id: Ide1321def6f5702c68645a28c14c8da91fe698d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287329Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Owen Rodley <orodley@chromium.org> Cr-Commit-Position: refs/heads/master@{#786599}
-
Jiajie Hu authored
ANGLE has provided angle_libjpeg_turbo_dir as a build override for a long period, but that probably never had any real effect until crrev.com/c/2282277. Bug: None Change-Id: I44228ed1403cc496beeb00410a337f4f7ce538dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285839Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Jiajie Hu <jiajie.hu@intel.com> Cr-Commit-Position: refs/heads/master@{#786598}
-
Victor Costan authored
ClientUsageTracker::GetGlobalLimitedUsage() has a bug, exposed by the tests in https://crrev.com/c/2288502/1. Fortunately, it is only used to implement UsageTracker::GetGlobalLimitedUsage(), which is only used in tests. This CL removes the unused code, and adds UsageTracker unit tests to prevent bugs similar to the one discovered in GetGlobalLimitedUsage(). Bug: 1103426 Change-Id: Ifb44dbce66579ea9afc420fce0ee2482cafa127d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288502 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#786597}
-
Keishi Hattori authored
This reverts commit fdc228c7. Reason for revert: portal-activate-default.html test timeout failure https://ci.chromium.org/p/chromium/builders/ci/Mac10.10%20Tests/55803 Original change's description: > Abstract portal activation handling to avoid hack of making a fake promise. > > This is somewhat verbose, but allows us to avoid the unhandled rejection > being visible to script without having to make this hack even worse. > > Instead of actually calling activate(), this mirrors the spec structure > by simply calling to underlying logic, passing a resolver where it makes > sense and not (in this case, passing a substitute object) where it > doesn't. > > Bug: 1102081 > Change-Id: I0eecf253928bfce39afcddccf54e9bc6f6c0d549 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285340 > Reviewed-by: Adithya Srinivasan <adithyas@chromium.org> > Commit-Queue: Jeremy Roman <jbroman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#786480} TBR=jbroman@chromium.org,adithyas@chromium.org Change-Id: I00da9eee8625ca5da3a09efb7078e22a277dbfd8 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1102081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288712Reviewed-by:
Keishi Hattori <keishi@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#786596}
-
Karandeep Bhatia authored
Enforce isolated world CSP for fetches from isolated worlds instead of just bypassing the main world CSP. This also helps fix a bug where a redirected fetch from a content script doesn't correctly bypass the main world CSP. Add a regression test for the same. BUG=934819, 1099975 Change-Id: I3c471464274f1657ef3c08378f06a3963f95a0aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278626 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#786595}
-
Ahmed Fakhry authored
When there are multiple running instances of the same app, left clicking its icon on the shelf will display an application menu showing an item for each instance from which users can select which instance to activate. When the kPerDeskShelf feature in enabled, this list should be filtered to show only running instances in the current active desk. This is done via giving the ShelfItemDelegate a filter_predicate to exclude the apps belonging to other desks. BUG=997102 TEST=Manually, browser_tests --gtest_filter=*PerDeskShelfAppBrowserTest.AppMenus* Change-Id: I8d70586a1ad638a42e6aa71378a55007c6b8dabb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2258902 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#786594}
-
Adam Langley authored
The |CtapMakeCredentialRequest| objects are already tweaked for each authenticator, but it was done just before dispatch. Thus lots of logic depended on the authenticator-independent |request_|, which wasn't what was actually sent. Since the tweaks are currently small, that didn't matter, but hmac_secret will make that more complex. Instead, perform the tweaks at the beginning of processing and carry that copy of the request through the functions. The logic becomes authenticator-specific after a while, so it would be possible to use |request_| for this. But, in order to avoid having to remember which functions are request specific and which can use |request_|, just thread the object everywhere. Since the |CtapMakeCredentialRequest| is quite a complex object, with a lot of members to move, the per-authenticator request is held in a |unique_ptr| so that the moving is trivial. Change-Id: I807aa44df237440c209d3062621b66e953515854 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2258855 Commit-Queue: Adam Langley <agl@chromium.org> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#786593}
-
Natalie Chouinard authored
TBR=donnd@chromium.org Bug: 1103496 Change-Id: Ibfdae5ef6eb7b3ed85b2cde6690529098ca0293c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288765Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#786592}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1594231179-c7594468dab38d8e431c4fcba79f22d1baa4fc31.profdata to chrome-mac-master-1594252794-234742b7e174805efabe5bf943f9a0807ea87850.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: I14248a0f4bed2e63d90e7acc48d1e06794273592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289156Reviewed-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@{#786591}
-
Quang Minh Tuan Nguyen authored
Bug: 1007685 Change-Id: I0db5f8120bae94e8f71347de005284986a1b1827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2282631 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Auto-Submit: Quang Minh Tuan Nguyen <nqmtuan@google.com> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#786590}
-
Nate Chapin authored
It's unused, and a caller is null-derefing try to provide it. Bug: 1103072 Test: http/tests/css/stylesheet-load-complete-in-detached-iframe-crash.html Change-Id: I21e51697f8df31f08df93b3fa9ee09ef739d9f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2287915 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#786589}
-
Shengfa Lin authored
Remove debugger tracker and its usage in webview impl and removed from build file so that DevTools Debugger can pause normally. Remove debugger tracker reference in documentation. Bug: 1099671 Change-Id: I8fca247f62f4a0651f190b165e98b132c3c1755f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288313 Commit-Queue: Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#786588}
-
Tomasz Wiszkowski authored
This change adds logic extracting and processing subtype information from search server response. The retrieved subtype information is not yet added to corresponding AutocompleteMatches / will be passed in subsequent CLs. Bug: 1103056 Change-Id: Ib7738ec9676b64a3ae4db63481f67eb18960595f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2286031 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#786587}
-
Jing Wang authored
Also use std::find instead of for loop. Bug: 1103460 Change-Id: I33820ac380affe154ddce640093c7700c1e1c3bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289172 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#786586}
-
Nate Chapin authored
Bug: 1103089 Test: html/semantics/embedded-content/the-iframe-element/sandbox-toggle-in-inactive-document-crash.html Change-Id: I7d5e7e9e53f7cfd4b94baf02ae58f1cda2d55009 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288096 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#786585}
-
Natalie Chouinard authored
TBR=peconn@chromium.org, roagarwal@chromium.org Bug: 1103488 Change-Id: Ibe6c7d072d8e1b6791a97c00adb3bd8f49c0b10a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288825Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#786584}
-
Min Qin authored
Windows file extension depdends on system registry. So if "text/html" is not in the registry, or if the registry uses ".html" instead of ".htm", the test will fail. BUG=1102538 Change-Id: I4c2e73f87eebd3cf2093ab0ef1e9f4b322815de8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285285 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#786583}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1594223967-fb5c79f9944c5a268366596411e8494ec34413b0.profdata to chrome-win32-master-1594238316-5a06a9d54d894d0a4b76afbfa24ee9bc79afbdb3.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: Ia3122ba2b5ea66a0b14390b607389e55ce74fbc3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288586Reviewed-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@{#786582}
-
Lei Zhang authored
Just call base::bits::Align() and AlignDown() directly. Change-Id: If62719a55caa78b76b3624fb53c5eef8ef9574b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277741Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#786581}
-
Jinsuk Kim authored
This CL moves the logic in ChromeFullscreenManager that controls viewport to CompositorViewHolder so that it will be the source of viewport information. ContentView sizing/offset update is still initiated by ChromeFullscreenManager but they are decoupled(i.e. no more ViewSizeDelegate), and now the flow is handled through CVH listening to BrowserControlsStateProvider.onControlOffsetChanged. Bug: 966272 Change-Id: I111b47d4fd93f4d1866dc0cab7012c9339278788 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278742 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#786580}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/eb7703565a86..6669b0126705 2020-07-08 bungeman@google.com Always check AutoFTAccess::face() for nullptr. 2020-07-08 johnstiles@google.com Update onMakeColorTypeAndColorSpace to consolidate color processors. 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 mtklein@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: mtklein@google.com Change-Id: Ie6104601fa4491d2693585d4162182d202cabe64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289029Reviewed-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@{#786579}
-
Klaus Weidner authored
This check was added by https://chromium-review.googlesource.com/c/chromium/src/+/2286052 and is failing for WebXR presentation when using immersive-ar on Android. Change-Id: Id47b7fb33ea9b89d5a782decde104c4ef5b4eccf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288824 Commit-Queue: Klaus Weidner <klausw@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Auto-Submit: Klaus Weidner <klausw@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#786578}
-
Sophie Chang authored
Bug: 1099371 Change-Id: I3fe8f12e0ad827b180efec3963bb59999c2c2b75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288632 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#786577}
-
Ken MacKay authored
This avoids stereo image shifts due to WSOLA. Bug: internal b/151393870 Change-Id: I44999ef9c9173fbd56c609307475ce691978f182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288095Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#786576}
-
Mark Mentovai authored
This gets all Crashpad code building on macOS for arm64, including tests. Not all tests pass yet, and there aren’t any guarantees that anything else works on arm64 yet. This is mostly a lot of CPU context shuffling. Includes: Update Crashpad to 030c58c2959aa839d247e117ac7b28a71e7dd98c d2c22d6b4b50 [fuchsia] Always initialize 17b08b5aab64 Copies the latest setup_ios_gn.py from Chromium 245fee1b6350 Removes Chromium-specific args from setup_ios_gn.py b2061004cec9 Update mini_chromium to 4e8ff0c3a29f 7cf66d83e65e Restore util tests to crashpad_tests used by Chromium 828095ac32f3 Clear the gn sources_assignment_filter when building in Chromium b9c828ea838d android: Fix “gn analyze” 809939c9d110 mac: Crashpad for macOS on arm64, phase 1: build it 0c3f50c8e14a mac: Crashpad for macOS on arm64, phase 2: build tests 030c58c2959a mac: Add missing #include "build/build_config.h" for ARCH_CPU_* Bug: crashpad:345, chromium:1098899 Change-Id: Ie1459d936babc9567c2fe4956f9e2cb81c84f695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288635 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#786575}
-
Shervin Oloumi authored
Renames the AnonymizerTool to RedactionTool for better representation of what the tool does and better compliance with the definition of anonymization. Replaces all the references to anonymization with redaction, including occurrences in the comments. Bug: 1097367 Test: Passes all 'components_unittests' and 'RedactionToolTest' Change-Id: I49279d0a7ac1ee68421d7334bd2c3fad729020d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2255203 Auto-Submit: Shervin Oloumi <enlightened@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Cr-Commit-Position: refs/heads/master@{#786574}
-
Natalie Chouinard authored
This reverts commit def0fa3e. Reason for revert: WebBundleSubresourceLoaderFactoryTest.MetadataParseError failing on android-marshmallow-arm64-rel https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-arm64-rel Original change's description: > Add URLLoaderFactory for loading resources from a WebBundle > > In follow-up CLs, this factory will be created by LinkWebBundle, and > will be used to load subresources from Web Bundles. > > Bug: 1082020 > Change-Id: I231e8c85f740e3588c2ba4c518378cd26a36a79d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275986 > Reviewed-by: Hayato Ito <hayato@chromium.org> > Reviewed-by: Tsuyoshi Horo <horo@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> > Cr-Commit-Position: refs/heads/master@{#786147} TBR=horo@chromium.org,kinuko@chromium.org,hayato@chromium.org,ksakamoto@chromium.org Change-Id: Idbdb87829da52eff4f87306efaa5b136406a79ee No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1082020 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288767Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#786573}
-
Ken MacKay authored
Bug: internal b/160107822 Change-Id: I49ac040c261324bf8c29272c7c7007d507e9f6d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289075Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Commit-Queue: Kenneth MacKay <kmackay@chromium.org> Cr-Commit-Position: refs/heads/master@{#786572}
-
Kenichi Ishibashi authored
This CL introduces a mojo interface that works as a client of ServiceWorkerResourceReader. Call sites of the reader can pass a remote that implements the interface to receive OnComplete() notification. This kind of notification is required to replace old resource reader in ServiceWorkerInstalledScriptReader. Bug: 1055677 Change-Id: I1038298942d892bcc69a9dd9edebae73a63d29c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2279304 Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#786571}
-
Ian Barkley-Yeung authored
Investigation is over, clean up code used for investigation. This reverts https://chromium-review.googlesource.com/c/chromium/src/+/2236469, https://chromium-review.googlesource.com/c/chromium/src/+/2229301, and parts of https://chromium-review.googlesource.com/c/chromium/src/+/2166470. Fixed: chromium:1074115 Change-Id: Ib918c78bcedc3b0adbed8b489afbd76bc6f0223f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284095 Commit-Queue: Ian Barkley-Yeung <iby@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#786570}
-
Wei-Yin Chen (陳威尹) authored
This is a follow-up for the review comments in: https://crrev.com/c/2266028/5/tools/metrics/actions/actions.xml#22734 Bug: None Change-Id: I8dfe5b810ab0bfd0570e45d9f8168c46d763b690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284371Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#786569}
-
James Zern authored
This is reland of https://crrev.com/c/2274961 after updating media/filters/gav1_video_decoder.cc to support the addition of kLibgav1StatusNothingToDequeue. https://chromium.googlesource.com/codecs/libgav1.git/+log/bf190c43e5c7..ba8dd2919fca $ git log bf190c43e..ba8dd2919 --date=short --no-merges --format='%ad %ae %s' 2020-06-25 jzern detect fuzzing w/FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION 2020-06-24 jzern fix kDefaultRestorationTypeCdf size 2020-06-23 vigneshv film_grain: Avoid some implicit bool->int conversions 2020-06-23 vigneshv trivial: Isolate some declarations 2020-06-23 vigneshv tile: Move some functions out of Tile class 2020-06-23 vigneshv film_grain: Remove multiplication by 1 2020-06-23 jzern GetMaskBlendFunc,cosmetics: simplify lookup index 2020-06-23 vigneshv decoder_impl: Move some functions out of DecoderImpl 2020-06-23 vigneshv decoder_impl: Remove AllocateCurrentFrame 2020-06-23 vigneshv deblock, trivial: Add a const declaration (...) 2020-05-14 jzern dsp/CdefFilter,cosmetics: make src pointer uint16_t 2020-05-14 jzern ApplyCdefForOneUnit: fix implicit int -> bool conv 2020-05-14 vigneshv trivial: Rename output_frames_ to output_frame_queue_ 2020-05-13 vigneshv Add support for outputting all layers 2020-05-13 linfengz trivial: reduce block buffer size 2020-05-13 linfengz dsp,trivial: add comments in sfg sse4 2020-05-13 jzern fuzzer_temp_file.h: fix unused function warning 2020-05-13 slavarnway arm: Improve CdefFilter_NEON() 2020-05-12 linfengz make PrepareLoopRestorationBlock() a static member of PostFilter 2020-05-12 vigneshv deblock: Change the plane ordering Created with: roll-dep src/third_party/libgav1/src Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2274961Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: James Zern <jzern@google.com> Cr-Original-Commit-Position: refs/heads/master@{#784134} Bug: b/160581754 Change-Id: I722117e7cf502b1f8dc93853bbfdec51f3c1bc55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2284229Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#786568}
-
Joel Hockey authored
The .dialog-header.files-ng which this component sits directly below already has a bottom border and we don't want a double line. Bug: 1099557 Change-Id: I808deb34484b80f984ec31b60424ede0b4ecc2f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289171Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#786567}
-
Steve Kobes authored
This finishes conversion of base::Bind and friends in net/reporting, net/server, and net/websockets. Bug: 1007815 Change-Id: I8c8e060198cc9058c865b36e7f8529e49c1f65a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288106Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#786566}
-
Mason Freed authored
This is one CL of many, moving tests out of the virtual/controls-refresh directory, into fast/forms. This CL moves: virtual/controls-refresh/calendar-picker -> fast/forms/calendar-picker virtual/controls-refresh/date -> fast/forms/date virtual/controls-refresh/datetimelocal-picker -> fast/forms/datetimelocal-picker virtual/controls-refresh/month-picker -> fast/forms/month-picker virtual/controls-refresh/time-picker -> fast/forms/time-picker virtual/controls-refresh/week-picker -> fast/forms/week-picker This is a pure move of the above folder(s). A few tests share names in the old/new location, but in all cases, the version being moved is updated/new and should overwrite the old version. See also crbug.com/1102647 - there is additional cleanup that will be needed after this move is complete. But to keep the review process simple, this is just a pure move. Bug: 1034611 Change-Id: Id05c8358152bf88f87e26d3283e2780aab58d109 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283941 Commit-Queue: Mason Freed <masonfreed@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#786565}
-
George Steel authored
Make interpolation type always run CSSValues through the converter for this property. Update remaining WPT tests to use order-invariant comparison (as most tests for this property already use). spec https://drafts.csswg.org/css-fonts-4/#font-variation-settings-def If the same axis name appears more than once, the value associated with the last appearance supersedes any previous value for that axis. This deduplication is observable by accessing the computed value of this property. resolution https://github.com/w3c/csswg-drafts/issues/1959 RESOLVED: For both font-variation-settings and font-feature-settings, the computed value is a map (and thus specified dupes are removed) Bug: 1005355 Change-Id: I2f6f0f76fdcd69cfece283625cf42f517686dc8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2253248 Commit-Queue: George Steel <gtsteel@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#786564}
-
rbpotter authored
Hook up the +/- and fit to page/width buttons in the new PDF toolbar. Note: This does not update or make use of the new zoom input field. Bug: 1100428 Change-Id: I33a98f6ea2d065aae5a1557ae3a6c6edad619be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277333 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#786563}
-
Mason Freed authored
This is a reland of 72158dea The only change made here is to add the new test to LeakExpectations, pointing to crbug.com/1103082. Local testing shows that this leak is triggered by the new test, both before and after this patch. And since the patch fixes a UAF security bug, I'd like to land it with the test, and then work on the leak. Fixed: 1102408 Bug: 1103082 Original change's description: > Fix UAF in SelectType > > This fixes the UAF detected by ClusterFuzz in [1], caused by [2]. > The test case added here is a minimized version of the clusterfuzz > case, and I verified that it crashes (ASAN UAF) before this patch > and no longer crashes after. > > [1] https://clusterfuzz.com/testcase-detail/6224868955193344 > [2] https://chromium-review.googlesource.com/c/chromium/src/+/1912682 > > Fixed: 1102408 > Change-Id: Ieb6a9582ff5b9676596048920bbcff881fdc2eb2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283901 > Commit-Queue: Mason Freed <masonfreed@chromium.org> > Auto-Submit: Mason Freed <masonfreed@chromium.org> > Reviewed-by: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#785970} Change-Id: I471cb4abc98a7627803de4e434e0453cb729c15f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2288372 Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#786562}
-
Xinghui Lu authored
Add a flag named "SafeBrowsingSecuritySectionUIAndroid". When this flag is enabled: * Remove the Safe Browsing, data breach and Scout settings from SyncAndServicesSettings. They will be moved under the new "Security" section. before: http://screen/sqZdYYgeTui after: http://screen/WomGjbCwT14 * Add a "Security" section under the "Privacy" section. before: http://screen/Knonxg95erZ after: http://screen/EsXPyntvkpV * Rename the "Privacy" section to "Privacy and security" section. before: http://screen/U75bT4sDFmJ after: http://screen/DuqDjmmR1x0 More context can be found in go/esb-clank-dd. Bug: 1097310 Change-Id: I7644167ff36741a8a39feaa269704904ae6c73ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275343Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#786561}
-
Rakib M. Hasan authored
Bug: 1102480 Change-Id: I885168c2b792d2c50353246e7b387c66427b06f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2278440 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#786560}
-