1. 02 Oct, 2018 - 3 commits
    • Allan Sandfeld Jensen's avatar
      Update Chromium · f89ded9f
      Allan Sandfeld Jensen authored
      
      Changes:
      8e6f5751e5 Restore media::FFmpegGlue::InitializeFFmpeg()
      0c8d188f16 Add x86 target support for gn
      2a52817b6e Fix creation of 'x86' toolchain in gn
      3a84c2a8bc Add support for modules limiting jumbo width
      c69fdae9c7 BASELINE: Update Chromium to 69.0.3497.113
      3a783ba38b Merge remote-tracking branch 'origin/upstream-master' into 69-based
      a4ecaddc7c Remove missing symlink to gen from perfetto/ui/src
      3f8994c671 [Backport] Use newer GrGLFunction based on templated function types rather than pointers.
      
      Change-Id: Ibfe810c1c9b88e25e9093fbb2aa213249f1a77bf
      Reviewed-by: default avatarPeter Varga <pvarga@inf.u-szeged.hu>
      v5.12.0-beta1
      f89ded9f
    • Allan Sandfeld Jensen's avatar
      Fix tiled layers · 1fae7d72
      Allan Sandfeld Jensen authored
      
      Calculates and uses the source rect of layers.
      
      Task-number: QTBUG-67652
      Change-Id: If5569da6e18a3b9728392ecf1f3c60e9e0663229
      Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
      1fae7d72
    • Allan Sandfeld Jensen's avatar
      Cleanup scenegraph integration · 7fb32970
      Allan Sandfeld Jensen authored
      
      Get rid of old QSG type names, and also remove redundant setupTiledNode
      call.
      
      Change-Id: Ifbd83f6bdc0e029eb52899b20562ef6606f5562b
      Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
      7fb32970
  2. 01 Oct, 2018 - 1 commit
  3. 29 Sep, 2018 - 1 commit
  4. 28 Sep, 2018 - 1 commit
  5. 27 Sep, 2018 - 3 commits
  6. 26 Sep, 2018 - 1 commit
  7. 25 Sep, 2018 - 2 commits
    • Allan Sandfeld Jensen's avatar
      Update Chromium · c5691532
      Allan Sandfeld Jensen authored
      
      More security fixes from Chrome 69
      
      Changes:
      dd94e4234936 [Backport] CVE-2018-16066
      9dec1e5d1048 [Backport] CVE-2018-16070
      7610166df941 [Backport] Security patch 864932
      9ffeaf4caa98 [Backport] CVE-2018-16076
      af4500d25e07 [Backport] CVE-2018-16077
      02d134e58d36 [Backport] CVE-2018-16083
      22a79645f8d3 [Backport] CVE-2018-16085
      8ea8f7a2e7ca [Backport] Security issue 867306
      3b44cd3d8a9c [Backport] Security issue 867792
      13aed800921e [Backport] Security issue 868592
      
      Change-Id: I465915ee61443e8eab2204b56cbf9aca1123aab4
      Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
      c5691532
    • Allan Sandfeld Jensen's avatar
      Add accessibility_tree_formatter_qt · 32b67aea
      Allan Sandfeld Jensen authored
      Needed by chrome://accessibility
      
      
      
      Updates chromium to related change:
      224fc0748a Do not assert on --disable-gpu
      0ba5e6626a FIXUP: Add ifdefs to exclude ATL and accessibility from the build
      
      Change-Id: Ida0b03048ab6aa04686251d16ccfbf4855a37690
      Reviewed-by: default avatarAlexandru Croitor <alexandru.croitor@qt.io>
      32b67aea
  8. 24 Sep, 2018 - 6 commits
  9. 22 Sep, 2018 - 5 commits
  10. 21 Sep, 2018 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Update Chromium · 55eb5455
      Allan Sandfeld Jensen authored
      High security fixes from Chrome 69
      
      Changes:
      c92e99aa5f [Backport] CVE-2018-16067
      38b701b44f [Backport] CVE-2018-16068
      5adda98099 [Backport] CVE-2018-16071
      021e3ee70e [Backport] CVE-2018-16072
      cfc13dfc78 [Backport] Correctly handle blob:file:///
      
      ... URIs in SiteInstance::GetSiteForURL.
      f1f5e7417e [Backport] Avoid unneeded call to Origin::GetURL from SiteInstance::GetSiteForURL.
      c952ab2ef5 [Backport] CVE-2018-16074
      ae14d10af6 [Backport] CVE-2018-16073
      ebbf15c58c Update usrsctp
      
      Change-Id: Ia5d1c6622992f855de9d86fb2e99a972012f6fc0
      Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
      55eb5455
  11. 20 Sep, 2018 - 1 commit
  12. 17 Sep, 2018 - 1 commit
  13. 13 Sep, 2018 - 1 commit
  14. 12 Sep, 2018 - 3 commits
    • Allan Sandfeld Jensen's avatar
      Correct cert to certificate · 7de23e9f
      Allan Sandfeld Jensen authored
      
      Change-Id: I7534aa6cd0c2a95403ad997095d5de76216f228e
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      7de23e9f
    • Michal Klocek's avatar
      Fix issues with qml bindings accessing non-existing adapter · a5e680c2
      Michal Klocek authored
      
      We have currently two levels of initialization for WebEngineView:
      the profile initialization and the adapter initialization.
      
      The adapter initialization is delayed to first navigation request
      to pick the right initial site instance and avoid creating dummy/blank
      WebContents, which in turn would start unnecessary render process.
      
      Profile initialization is delayed to make sure we avoid unnecessary
      default profile creations. Created profiles use filestorage. Unfortunately
      qml will call QQuickItem::componentComplete() only when the root element
      is completed and the bindings can be already in use by that time.
      
      Profile initialization has to take place before adapter initialization.
      
      Construct adapter together with WebEngineView, but create and initialize
      profile before adapter initialization.
      
      Go through WebEngineView and fix emitting signals based on adapter
      initialization. Most of the signals are emitted on initializationFinished().
      
      Task-number: QTBUG-70248
      Change-Id: I2acd8bff761c692a360733cbf537de53e1295695
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      a5e680c2
    • Jüri Valdmann's avatar
      Improve QWebEngineUrlScheme API · 5b5b7d9a
      Jüri Valdmann authored
      
      Following feedback from 5.12 API review:
      
      - Use enum class for Syntax
      - Add Q_FLAG for Flags
      - Mark constructor from name as explicit
      - Rename Secure to SecureScheme
      - Rename Local to LocalScheme
      - Rename addScheme to registerScheme
      - Rename findScheme to schemeByName
      
      Task-number: QTBUG-70247
      Change-Id: Iae332c8d9843349506e8a4b07d70f0d234597375
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      5b5b7d9a
  15. 11 Sep, 2018 - 1 commit
  16. 09 Sep, 2018 - 1 commit
  17. 06 Sep, 2018 - 4 commits
  18. 05 Sep, 2018 - 4 commits