Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: qt/qtwebengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev@{1day}
Choose a base ref
...
head repository: qt/qtwebengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 2, 2025

  1. Fix narrowing conversions seen on 32bit arm

    This issue is seen with clang-19 when compiling for arm32
    make clang-19 happier with -Wc++11-narrowing
    
    Fixes
    native_skia_output_device_opengl.cpp:292:47: error: non-constant-expression cannot be narrowed from type '
       ↪ uint32_t' (aka 'unsigned int') to 'EGLAttrib' (aka 'int') in initializer list [-Wc++11-narrowing]
         292 |                 EGL_DMA_BUF_PLANE0_PITCH_EXT, nativePixmap->GetDmaBufPitch(0),
    
    Pick-to: 6.8 6.9 6.10
    Change-Id: I95ba1ab0a37218b6d05324df563efba6d5c39ba2
    Reviewed-by: Allan Sandfeld Jensen <[email protected]>
    kraj committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    f94d2a5 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Update Chromium

    Submodule src/3rdparty c003ec64..059a95d6:
    * [Backport] CVE-2025-5283: Use after free in libvpx
    * [Backport] CVE-2025-5281: Inappropriate implementation in BFCache
    * [Backport] CVE-2025-5280: Out of bounds write in V8
    * [Backport] CVE-2025-5064: Inappropriate implementation in Background Fetch
    * [Backport] CVE-2025-5065: Inappropriate implementation in FileSystemAccess API
    * [Backport] CVE-2025-5063: Use after free in Compositing
    * [Backport] Don't apply /*FALLTHROUGH*/ edit to gperf 3.2 output
    
    Pick-to: 6.10 6.9
    Change-Id: Ic5ec5af17ef9bbab2da77fbdb469318722b7a93e
    Reviewed-by: Anu Aliyas <[email protected]>
    Michal Klocek committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    5dec931 View commit details
    Browse the repository at this point in the history
Loading