- 12 Jun, 2019 40 commits
-
-
Patrick Monette authored
Bug: 170921 Change-Id: If5a365004c7b9daac05132c6f2149e2abf49160e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1648708Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#668601}
-
Karan Bhatia authored
BUG=None Change-Id: I1de0000010a900843c87005d2786bd306435a259 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656630 Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#668600}
-
Eugene But authored
CHROME_EG_ASSERT_NO_ERROR is unnecessary anymore, because helpes can assert with correct file name and line number. Bug: 963613 Change-Id: I04d3a567ef8e8c4aa496dd5b2b6e716273f1a40f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653731 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#668599}
-
Esmael El-Moslimany authored
Bug: 967793 Change-Id: I1b7543e7e949febe94e8f2c142b275243b147129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656132Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#668598}
-
Ken Rockot authored
There's always a single instance of this class in practice, shared by the whole browser process. Previously it was exposed via a method on BrowserMainLoop, but BrowserMainLoop has other usage constraints which make it an inconvenient way to expose the DiscardableSharedMemoryManager in some environments. This adds a static Get() method to DiscardableSharedMemoryManager and removes the discardable_shared_memory_manager() accessor from BrowserMainLoop. This is a precursor to lifting the instance itself out of BrowserMainLoop and into ContentMainRunnerImpl so that the the system Service Manager Connector (which also exposes the DiscardableSharedMemoryMananager) can be brought up earlier and without BrowserMainLoop. Finally, this also deletes an unused and unnecessary public content API to access the DiscardableSharedMemoryManager, given that any dependents (in, e.g., other non-chromium content embedders, assuming some dependents exist) can just call the static Get() now. Bug: 904240, 968147 Change-Id: Ifb0f9936a2f852f9ce3ffe5447f778c7fad3b7d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1651496 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#668597}
-
Esmael El-Moslimany authored
Bug: 967793 Change-Id: If05a1b54eeb8d3089e921c7380230f68f76ecc80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656210Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#668596}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/17738b6d8c4f..970101a1028d git log 17738b6d8c4f..970101a1028d --date=short --no-merges --format='%ad %ae %s' 2019-06-12 bryan.bernhart@intel.com Improve D3D12 adapter initialization. 2019-06-12 idanr@google.com Add Vulkan / D3D12 indirect buffer flags Created with: gclient setdep -r src/third_party/dawn@970101a1028d The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Change-Id: I6eb78799fa968d0f328fe51a3837244909a7c7f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655900Reviewed-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@{#668595}
-
John Abd-El-Malek authored
Remove the BrowserContext methods to create URLRequestContexts for main/media partitions when a partition_domain is specified. This code was only used by src/chrome when network service is disabled. Bug: 934009 Change-Id: I1200ac9e5314de8cdbb9f05e820dbde9c91b6202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655087 Commit-Queue: Clark DuVall <cduvall@chromium.org> Auto-Submit: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#668594}
-
Scott Violet authored
This converts aura_test_utils to create a DeviceDataManager rather than an InputDeviceManager. Additionally, this moves InputDeviceManagerTestApi to ui/events/devices and makes only work with DeviceDataManager. The goal of this to remove services/ws/*/input_devices and InputDeviceManager. BUG=964460 TEST=covered by tests Change-Id: I0e92a0a89c1d1d134218733eadefe5e50c41a99d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652565 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#668593}
-
Miguel Casas authored
This CL introduces the chromium_image_ycbcr_p010 gpu feature and associated FeatureFlags and command buffer Capabilities entries. It also introduces gfx::BufferFormat::P010 and ads a new command buffer extension to define GL_RGB_YCBCR_P010_CHROMIUM for CreateImage purposes; only GLImageNativePixmap implements it, of course. This format exists and is produced on Intel platforms for video decoding with 10 bits depth (e.g. VP9 Profile 2 and AV1). P010 is described in e.g. [1]. [1] https://docs.microsoft.com/en-us/windows/desktop/medfound/10-bit-and-16-bit-yuv-video-formats#surface-definitions Bug: 911754 Change-Id: I941489f5cd0287114764cdabd11d7afd8271e8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1588933Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#668592}
-
Tom Anderson authored
Wanted for this CL, which improves the debugging experience: https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+/78822a68537b5941eb86e11a5066aa549c30998f https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+log/5938e0582bac..78822a68537b $ git log 5938e0582..78822a685 --date=short --no-merges --format='%ad %ae %s' 2019-06-12 eric Apply [[nodebug]] to typedefs throughout the STL. 2019-06-11 eric Move libc++ specific tests for std::function out of the std directory 2019-06-11 eric Add documentation and tests for Clangs C++11 extensions in C++03. 2019-06-11 ldionne [libcxx] Mark CTAD tests for set and multiset as unsupported on older Apple Clangs 2019-06-11 mclow.lists Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give different error messages 2019-06-11 mclow.lists XFAIL a couple of tests on apple-clang-9.1, which is a compiler that I didn't know existed 2019-06-11 eric Check in test that demonstrates ABI break for std::function. 2019-06-11 ldionne [libc++] Implement deduction guides for <set> 2019-06-11 ldionne [libcxx] Make std::tuple<> trivially constructible 2019-06-11 ldionne [libcxx] Slightly improved policy for handling experimental features 2019-06-11 mclow.lists Add a test for is_base_of and incomplete types. Because this trait uses a compiler intrinsic which was broken in many clangs, have lots of XFAILs. 2019-06-11 mclow.lists XFAIL a couple of CTAD tests on clang-6; it gives different error messages than clang 7/8/9 2019-06-10 mclow.lists Recommit r362649, which was reverted in r262680 because of bugs in std::to_chars (which have now been fixed). Speedup to_string and to_wstring for integers using stack buffer and SSO 2019-06-10 mclow.lists Implement deduction guides for map/multimap. Reviewed as https://reviews.llvm.org/D58587. Thanks to Quuxplusone for the submission. 2019-06-10 zy [libc++] Fix leading zeros in std::to_chars 2019-06-08 eric update debugging docs to be less out of date 2019-06-08 eric Substantially reduce instantiations and debug size of std::function 2019-06-08 eric Fix some incorrect std::function tests 2019-06-06 vlad Revert "Speedup to_string and to_wstring for integers using stack buffer and SSO." 2019-06-05 ldionne [libcxx][test] Include test_workarounds.h where needed 2019-06-05 mclow.lists Update issue statuses. Reviewed as https://reviews.llvm.org/D62932 2019-06-05 mclow.lists Speedup to_string and to_wstring for integers using stack buffer and SSO. Reviewed as https://reviews.llvm.org/D59178 Thanks to ivafanas for all his work on this patch. 2019-06-04 ldionne [libcxx] Add test to check min/max requirement to regular expression 2019-06-04 mclow.lists No longer reject inputs when using a locale that has grouping information _and_ the input has no grouping characters at all. We continue to reject cases when the input has grouping characters in the wrong place. Fixes PR#28704 2019-06-04 mclow.lists We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't like it. We (LLVM) now require GCC 5.1, so that's not a problem any more. Re-enable the assertion. Fixes PR#36863 2019-06-02 phosek [libcxx] Use libtool when merging archives on Apple platforms 2019-05-31 mclow.lists Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-30 ldionne [libcxx] Add regex test cases from PR40904 2019-05-30 jryans [Docs] Modernize references to macOS 2019-05-30 phosek [runtimes] Use _LIBCPP_HAS_COMMENT_LIB_PRAGMA in all relevant files 2019-05-30 phosek [libcxx][libcxxabi] Remove the unused CMake checks 2019-05-30 phosek [runtimes] Use -Wunknown-pragmas for the pragma check 2019-05-30 phosek [runtimes] Check if pragma comment(lib, ...) is supported first 2019-05-30 phosek [runtimes] Support ELF dependent libraries feature 2019-05-29 ldionne [NFC][libcxx] Remove trailing whitespace 2019-05-29 mclow.lists Add additional constraints on midpoint(pointer, pointer). Fixes PR#42037. 2019-05-29 eric Fix build breakage on 32-bit machines 2019-05-29 eric Rework std::type_info definition to support systems without fully merged type info names. 2019-05-28 mclow.lists Fix test that used raw string literals. Doesn't work in C++03 2019-05-28 mclow.lists Fix an incorrect 'Throws' in the regex code. Add a test for the new behavior. Reviewed as https://reviews.llvm.org/D61828. Thanks to Mark for the catch and the fix. 2019-05-24 eric fix test for older clang versions 2019-05-24 eric fix destroying delete test with older apple compilers 2019-05-24 eric Update C++2a status for destroying delete 2019-05-23 eric P0722R3: Implement library support for destroying delete 2019-05-23 chris.bieneman [CMake] Copy C++ headers before configuring runtimes build 2019-05-23 ldionne [libcxx][tests] Fix order checking in unordered_multiset tests. 2019-05-22 phosek [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and include/c++ 2019-05-22 ldionne [libcxx][test] Fix order checking in some more unordered_multimap tests Created with: roll-dep src/buildtools/third_party/libc++/trunk BUG=None R=thakis Change-Id: I53668f70067601064f8151be8bbde244f8ba601e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655378 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#668591}
-
Kyle Milka authored
Change the background color in the selected state for RP tiles. backgrounds screenshot: http://screen/nM89uUTB1eA shortcuts screenshot: http://screen/26wy2mn4R3n Bug: 937570 Change-Id: I7466d265da0081c9d4489f159ac8b604332e319f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652742Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#668590}
-
Esmael El-Moslimany authored
Bug: 967793 Change-Id: Ia6725145afae6df18e901c4f50139fc84a5a61b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655696Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#668589}
-
Kelvin Jiang authored
Add an API call "setActionCountAsBadgeText" to toggle an extension's preference for setting the # of actions matched by its ruleset. This CL only adds the call itself and preference. The functionality will be implemented in a follow up. Skipping presubmit as the idl parser fails weirdly as seen in crbug.com/956368 NOPRESUBMIT=true Bug: 973211 Change-Id: I9e98cb4ac13fba3d18012f716753e613507b2747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1642275 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#668588}
-
Chris Harrelson authored
Bug: 972254 Change-Id: Idfd5c2d3ba274ba4bac00ae01f4235d6d63a994e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654514Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#668587}
-
Esmael El-Moslimany authored
Bug: 967793 Change-Id: I0e37abc64cd4f0a8d95aa6c1ea6b9d15b0b9cb75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656130Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#668586}
-
Xiyuan Xia authored
Hold off frame eviction while occlusion state changes are being applied so that we don't evict a frame and have to load it again soon because its window is made visible. Bug: 911213 Change-Id: Ie5787c56d535e54c4c9488299a0095c06716df15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654150Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#668585}
-
Clark DuVall authored
Bug: 934009 Change-Id: I68c3f66719630a408b1408be21a8aebbfbe42bbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655374 Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#668584}
-
Kristi Park authored
Toggle visibility of the shortcuts on "toggleShortcutsVisibility". Screencast: https://drive.google.com/open?id=114CXbtG4bDxaUh4jmgjKp8OMS0mV7AR4 Bug: 953822 Change-Id: I0569e4e598af689b67306f71e45065210a0db85f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653087 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#668583}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/3512b96da35d..d8ae8f8120dc git log 3512b96da35d..d8ae8f8120dc --date=short --no-merges --format='%ad %ae %s' 2019-06-12 tsepez@chromium.org Stop nesting ObservedPtr inside Observable. Created with: gclient setdep -r src/third_party/pdfium@d8ae8f8120dc The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=pdfium-deps-rolls@chromium.org Change-Id: I223ee97a30ac5aae94b96c33f5bdc48e98ae5296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656300Reviewed-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@{#668582}
-
Alex Newcomer authored
Because the launcher is cached, ensure the search box is reset when the close animation is complete. TEST=automated Bug: 969648 Change-Id: I9ae97cc523a1db59ab68c334a065f833d2b6ee4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656458 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#668581}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/fce1e2d1e279..13ac9422cf18 git log fce1e2d1e279..13ac9422cf18 --date=short --no-merges --format='%ad %ae %s' 2019-06-12 dongja@google.com Vulkan: add support for shadow samplers. Created with: gclient setdep -r src/third_party/angle@13ac9422cf18 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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_optional_gpu_tests_rel TBR=jmadill@google.com Change-Id: I6a8f2c4459ace4efa2d1e8cb9c91b8dfedd1f875 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655899Reviewed-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@{#668580}
-
Yann Dago authored
Bug: 962669 Change-Id: Ie6333108a9bbe06c16eeb3895b17df855b705f4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612103Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Lutz Justen <ljusten@chromium.org> Commit-Queue: Yann Dago <ydago@chromium.org> Cr-Commit-Position: refs/heads/master@{#668579}
-
Regan Hsu authored
Similar to https://codereview.chromium.org/2713553004. Change-Id: I584c863dbf830402f0b4500aef5b50c552653fa4 Bug: 921440 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656067Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#668578}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ia3b687d567b4bccdbc716d120f5c398a02e2e5a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656354Reviewed-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@{#668577}
-
Anatoliy Potapchuk authored
Currently browser was not waiting for renderer part of the navigation before calling a callback on chrome.app.create. It assumed that the mojo ipc will be handled quickly, which is not true in cases of overloaded renderer(e.g kiosk app with many backgroud apps). Bug: 943710 Change-Id: I92effd2cd5daca8d95e1b7ad04bf47b6ef6dfb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655396 Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#668576}
-
Jason Chase authored
This adds two use counter features: one for comma-separated declarations, and one for semicolon-separated declarations. Additionally, the types of keywords and origins used in declarations are tracked in a histogram (one for headers and one for attributes), to identify the following cases: * Empty allowlist * Just * * Just 'self' * Just 'src' * Just 'none' * Just some combination of those four keywords * Use of actual tuple origins Bug: 971399 Change-Id: Ib35d80b1b65e002090f9dd37612ea16a2bc60305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1646492 Commit-Queue: Jason Chase <chasej@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Jason Chase <chasej@chromium.org> Cr-Commit-Position: refs/heads/master@{#668575}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: If78af644d1ba681e373c4605504d4b1242363ac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656368 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#668574}
-
Jonathan Wright authored
$ git log 2de84a43e..2a34770be --date=short --no-merges --format='%ad %ae %s' 2018-06-21 jonathan.wright Add Arm NEON implementation of h2v2_fancy_upsample 2019-05-30 jonathan.wright Add 32-byte memory alignment check for Arm NEON 2019-05-20 jonathan.wright Add memory alignment size check in jmemmgr.c Created with: roll-dep src/third_party/libjpeg_turbo Bug: 922430 Change-Id: Ibb866935b05ce493d395dcd7d545d0835febe1fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1620641 Commit-Queue: Chris Blume <cblume@chromium.org> Reviewed-by:
Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#668573}
-
Simon Que authored
CI/try builders migrated: - linux-gcc-rel / linux-gcc-rel - linux-jumbo-rel / linux-jumbo-rel - linux-ozone-rel / linux-ozone-rel - linux-tcmalloc-rel - linux_chromium_component_updater - linux-annotator-rel / linux-annotator-rel - linux-blink-animation-use-time-delta - linux-blink-heap-concurrent-marking-tsan-rel / linux-blink-heap-concurrent-marking-tsan-rel - linux-blink-heap-unified-gc - linux-blink-heap-verification / linux-blink-heap-verification-try - linux-chromium-tests-staging-builder - linux-chromium-tests-staging-tests - linux-code-coverage Bug: 950413 Change-Id: Ie5d3e31e943cc81aec8ecce5e7c128f65286bd0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650304 Commit-Queue: Simon Que <sque@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#668572}
-
Cameron Womack authored
Users should be able to bring up the full app list view by touching any area near the expand arrow icon. Bug: 906858 Change-Id: I4c39ddbbeb2bf6b7ac529aa758d161f54e67d8a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652619Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Cameron Womack <camw@google.com> Cr-Commit-Position: refs/heads/master@{#668571}
-
rbpotter authored
This prevents focus from disappearing (since signing in opens, and later closes, a new tab). Bug: 924921 Change-Id: I5fbab1a8bec1b0623fca33dc889f401099499ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1654354Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#668570}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/92219cfc..6a51e613 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I3fab1905482e8ab6e227cddaa27c71c638afe19e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656388Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#668569}
-
rbpotter authored
Bug: 924060 Change-Id: I828620e627ccda10e685fb2e8342e35451ecef7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652694Reviewed-by:
Esmael El-Moslimany <aee@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#668568}
-
Peng Huang authored
The backing (vkimage) of WrapperSkImage could be still used by some submitted but not finished vulkan tasks, when the WrapperSkImage is being destroyed. So we need use VulkanFenceHelper to release the backing. Bug: 968727 Change-Id: I8750cb9e0ddc9daea5a04bba3335e81554e45f4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1651034 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#668567}
-
Bill Orr authored
The page uses viewport scaling, which was removed. Change-Id: I40c6c2c65bcf6fa1a3c831a339bfdd2071bd7084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1656380Reviewed-by:
Bill Orr <billorr@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Auto-Submit: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#668566}
-
Chris Lu authored
This change will move the position of a newly selected match to the bottom of the screen as opposed to the top so that it does not get covered up by any webpage toolbar on AMP pages. Change-Id: I95fa390c2ebb4fccc12e5609234e28a440aabca5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1653845 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#668565}
-
Matt Reynolds authored
The HID gamepad backend uses heuristics based on the button and axis usages present in the HID report descriptor to identify devices that may be gamepads. Misidentifying a non-gamepad as a gamepad is problematic because Chrome only supports a maximum of four connected gamepads. When a non-gamepad occupies one of these slots, it prevents a real gamepad from using that slot. This CL adds a blocklist containing device IDs for devices known to be mis-identified by the HID gamepad heuristics. These devices will be skipped during enumeration. BUG=972260 Change-Id: I7279e032033b47902ea9fc046c0ab12a4370d376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652508Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#668564}
-
Rahul Arakeri authored
This CL adds a new mode to the ScrollOffsetAnimationCurve that can be used to create a cc auto-scroll animation when interacting with the scrollbar. The curve is linearly increasing and its duration depends on the auto scroll velocity. A new linear timing function has also been added. Bug: 969203 Change-Id: I648cb3ca289c0457699d221ebd89124a6e8853fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1639561 Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#668563}
-
Mehran Mahmoudi authored
Bug: 957992 Change-Id: I9b4e801afa12a5c9adc1b8cbab0384654b98f828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655385Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#668562}
-