1. 02 Nov, 2018 - 5 commits
  2. 01 Nov, 2018 - 1 commit
  3. 31 Oct, 2018 - 2 commits
  4. 30 Oct, 2018 - 6 commits
  5. 29 Oct, 2018 - 3 commits
    • Tony Sarajärvi's avatar
      Blacklist failing tst_QQuickWebEngineView tests in openSUSE 15.0 · 25dc9949
      Tony Sarajärvi authored
      
      Task-number: QTBUG-71461
      Change-Id: I837cf81c1685ad210a17a8d548c4f6e439e181d6
      Reviewed-by: default avatarLiang Qi <liang.qi@qt.io>
      25dc9949
    • Peter Varga's avatar
      Keep visibility of WebContents when restoring history · 4ecd0d7b
      Peter Varga authored
      
      For restoring history a new WebContents is needed to be created.
      Make it visible if the old WebContents was.
      
      Task-number: QTBUG-71400
      Change-Id: Ica10545e11413eb4da553f4976f9bf0c20125846
      Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
      4ecd0d7b
    • Jüri Valdmann's avatar
      Stop showing speculative frames · 36d230c4
      Jüri Valdmann authored
      Chromium creates "speculative" frames (RenderFrameHost and company) for pending
      cross-process navigations (and maybe other navigations too). For example, a
      redirect from http://qt.io to https://qt.io
      
       will trigger this, as described in
      the bug report.
      
      These speculative frames are loading in the background and only shown once they
      are officially ready (as decided by the RenderFrameHostManager and signaled to
      WebContentsObserver::RenderViewHostChanged). At least, this is how it's supposed
      to work and how it works in Chrome. In WebEngine, however, we actually show
      these speculative frames as soon as they are created and before they are ready.
      This runs into the problem that the if the speculative frame is dropped (instead
      of committed), then Chromium will not ask us to re-show the old frame (since it
      hasn't actually asked to us to show the new frame, it naturally assumes we are
      still showing the old one).
      
      Fixes: QTBUG-68727
      Change-Id: I9d53035ce60e3a002d5412d4473d940a32644b5d
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      36d230c4
  6. 28 Oct, 2018 - 1 commit
  7. 25 Oct, 2018 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Update Chromium · f2ddde57
      Allan Sandfeld Jensen authored
      
      Changes:
      10e146a7ff Silence most of the GCC warnings
      60a2f0b294 Fix crash on exit
      0286bb49ed Fix wake-lock with ozone
      45c95ab284 [Backport] Fix for CVE-2018-17462
      b0cdfa2d9f [Backport] Fix for CVE-2018-17463
      fae700f087 [Backport] Update LCMS
      d30b56c22d [Backport] Fix for CVE-2018-17466
      50221801bd [Backport] Fix for CVE-2018-17467
      329c1780d9 [Backport] Fix for CVE-2018-17468
      7a3ca41e45 [Backport] Fix for CVE-2018-17469
      ddd00566a5 [Backport] Fix for CVE-2018-17470
      e7b84680c6 [Backport] Fix for CVE-2018-17471
      e6a46f1a01 [Backport] Fix for CVE-2018-17473
      bf8e8093a5 [Backport] Fix for CVE-2018-17474
      100d756a6d Fix Chromium build without x11
      
      Task-number: QTBUG-71203
      Change-Id: I9241612859badb4e58e00d09014e291291ca54a5
      Reviewed-by: default avatarMichal Klocek <michal.klocek@qt.io>
      f2ddde57
  8. 23 Oct, 2018 - 10 commits
  9. 22 Oct, 2018 - 2 commits
    • Allan Sandfeld Jensen's avatar
    • Allan Sandfeld Jensen's avatar
      Merge remote-tracking branch 'origin/5.11' into 5.12 · 34cd9bb6
      Allan Sandfeld Jensen authored
      Conflicts:
      	configure.json
      	src/3rdparty
      	src/core/content_browser_client_qt.cpp
      	src/core/content_browser_client_qt.h
      	src/core/login_delegate_qt.cpp
      	src/core/login_delegate_qt.h
      	src/core/net/url_request_context_getter_qt.cpp
      	src/core/net/url_request_context_getter_qt.h
      	src/core/qtwebengine.gni
      
      3rdparty changes:
              616a7f558c7e This is expected for us, so don't report it as an error.
              c30febceaa1b Do not write <protocol>.json to source directory
              9e68e4f2d92c Remove incomplete logic to detect AMD K2 CPU's
              e0ed41c8e90a FIXUP: This is expected for us, so don't report it as an error.
              f9fd9109b4b7 Fix --single-process --disable-gpu combination not to hit asserts
              f305d65cc27e Reduce severity level of messages when kDisableGpu switch is used
              5e3e5074bb78 Work around MSVC2017 optimizer bug when printing a page usind Pdfium
              34f52ec3bae8 Bump maximum number of custom isolated world ids
              f7a2f8153c82 Fix hunspell::NodeReader::affix_id_for_leaf bounds check
              1e80090f7044 Fix resolve_proxy service permissions
              2e498629651d Add proxy_resolver_manifest
      
      Change-Id: I2b176c80aa315a0ae0a22b5707694fdcd407407b
      34cd9bb6
  10. 21 Oct, 2018 - 1 commit
  11. 20 Oct, 2018 - 1 commit
  12. 18 Oct, 2018 - 6 commits
  13. 17 Oct, 2018 - 1 commit