1. 13 Apr, 2019 - 2 commits
  2. 12 Apr, 2019 - 1 commit
  3. 11 Apr, 2019 - 1 commit
  4. 10 Apr, 2019 - 3 commits
  5. 09 Apr, 2019 - 3 commits
  6. 08 Apr, 2019 - 2 commits
    • Allan Sandfeld Jensen's avatar
      Update Chromium version number · 10611866
      Allan Sandfeld Jensen authored
      
      Also make the number more general as we will be updating the patch
      number at least once more before final.
      
      Change-Id: Ie9bfffb8f87fdb2c08a416ca1b977f7b0afc8c32
      Reviewed-by: default avatarMichael Brüning <michael.bruning@qt.io>
      10611866
    • Jüri Valdmann's avatar
      Run non-MainWorld DocumentCreation scripts even if JS disabled · 44303861
      Jüri Valdmann authored
      
      Fixes regression, introduced by the fix for QTBUG-66011, where setting
      JavascriptEnabled to false stops all scripts from running instead of only
      MainWorld scripts (as documented). Only the DocumentCreation injection point is
      affected.
      
      The original change which introduced the regression consisted of moving the
      DocumentCreation injection point from
      
          ContentRendererClient::RunScriptsAtDocumentStart
      
      to
      
          RenderFrameObserver::DidClearWindowObject.
      
      The problem of scripts not working on view-source URLs was fixed by this move,
      but it turns out that the call to DidClearWindowObject happens to be conditional
      on Document::CanExecuteScripts and this is, of course, false if JS is disabled.
      Hence the regression.
      
      This new patch moves the injection point again to a task launched from
      
          RenderFrameObserver::DidCommitProvisionalLoad.
      
      DidCommitProvisionalLoad and DidClearWindowObject are both indirectly called
      from DocumentLoader::InstallNewDocument, however the former is called before the
      Document is opened and is therefore too early for script execution. As such, the
      execution is delayed by posting a task which, in theory, should be scheduled
      very soon after the normal call to DidClearWindowObject.
      
      Fixes: QTBUG-74304
      Change-Id: Iac8714bcc5651c287b73181811af26996d955af5
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      44303861
  7. 06 Apr, 2019 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Update Chromium · d3921cb9
      Allan Sandfeld Jensen authored
      
      Changes:
      2cdff75f3db Fix crash in devTools layer tab on qt.io
      f72214e77a7 BASELINE: Update Chromium to 73.0.3683.105
      d8e950cba2f Merge branch 'upstream-master' into 73-based
      
      Change-Id: I5eed1b0e4858254a7a74fbc5f9940dea4fbf1367
      Reviewed-by: default avatarJüri Valdmann <juri.valdmann@qt.io>
      d3921cb9
  8. 05 Apr, 2019 - 4 commits
  9. 04 Apr, 2019 - 3 commits
  10. 03 Apr, 2019 - 4 commits
  11. 02 Apr, 2019 - 1 commit
  12. 01 Apr, 2019 - 5 commits
    • Michael Brüning's avatar
      Update Chromium · e952fe76
      Michael Brüning authored
      
      Also fixes the fact that WebEngine was passing POST data to Chromium
      even if the request was not a POST request. This triggered an assert
      in the backported code.
      
      3aaf2ca833c [Backport] Security bug 906739
      e4e10461659 [Backport] Security bug 906437
      0a717e1dbe9 [Backport] Security bug 913212
      c7fa9a16957 [Backport] CVE-2019-5803
      ebe1e7068ca [Backport] Dependency for CVE-2019-5802 (1/5)
      597dae52a3b [Backport] CVE-2019-5802 (1/5)
      64d3770e5e9 [Backport] CVE-2019-5802 (2/5)
      a34d2fb5dd1 [Backport] CVE-2019-5802 (3/5)
      62f25b2d83f [Backport] CVE-2019-5802 (4/5)
      a63d51633ab [Backport] Dependency for CVE-2019-5802 (5/5)
      c6d0023bc59 [Backport] CVE-2019-5802 (5/5)
      f7fcbe53871 [Backport] Security bug 905509 (1/13)
      94f1317917f [Backport] Security bug 905509 (2/13)
      812a9e68a2c [Backport] Security bug 905509 (3/13)
      36c2c5e8b27 [Backport] Security bug 905509 (4/13)
      8b01fa3780a [Backport] Security bug 905509 (5/13)
      69b772f1e9a [Backport] Security bug 905509 (6/13)
      f2dfd87785a [Backport] Security bug 905509 (7/13)
      ec503eae3ed [Backport] Security bug 905509 (8/13)
      f5a4144a132 [Backport] Security bug 905509 (9/13)
      03d8580cf59 [Backport] Security bug 905509 (10/13)
      03c4a4ffb98 [Backport] Security bug 905509 (11/13)
      700a4af1fb5 [Backport] Security bug 905509 (12/13)
      03be3aa656a [Backport] Security bug 917707
      269d53ceabd [Backport] Security bug 905509 (13/13)
      d720564a5ba [Backport] Security bug 938251
      85136fedbde [Backport] Security Bug 929088
      037efcfdba3 [Backport] Security Bug 931640 1/2
      bea83ccee0f [Backport] Security Bug 931640 2/2
      dd18af1614f [Backport] Security Bug 924905
      e54c1076009 [Backport] Security Bug 919572
      258feedf8e1 [Backport] Security Bug 919340
      f4f1e852df5 [Backport] CVE-2019-5789
      8566ec6cc21 FIXUP:  [Backport] Security bug 905509 (3/13)
      3d59c5717de FIXUP: [Backport] Security bug 906739
      dd6863f4aea FIXUP: [Backport] Security bug 905509
      43c92056fab FIXUP: [Backport] CVE-2019-5802
      d6d21a17c5a FIXUP: [Backport] Security bug 913212
      a4a129005d8 FIXUP: [Backport] Security bug 905509
      38a6ae037ee FIXUP: [Backport] Security Bug 924905
      d147ad350da FIXUP: [Backport] Security bug 905509 (3/13)
      
      Task-number: QTBUG-74445
      Change-Id: Ic8d750bc89950c0e020eb43881dbf03328108940
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      e952fe76
    • Allan Sandfeld Jensen's avatar
      Update Chromium · 66271aec
      Allan Sandfeld Jensen authored
      
      Changes:
      b7c3aa56eca9 Fix linking issue on some Linux builds
      72b4b6fc4ee4 Remove assert on exit
      6c2d06e60643 Fix Windows 32bit build
      3d95374cb8de FIXUP: Fix Windows 32bit build
      
      Task-number: QTBUG-74854
      Change-Id: Ifcf946b034a21a5263776ac1950700ce45e782f3
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      66271aec
    • Leena Miettinen's avatar
      Doc: Avoid auto-linking the string 'WebEngine' to the QML type · f564d58d
      Leena Miettinen authored
      
      Remove the previous workaround (internal \externalpage command) that
      was used for this purpose, and replace it with a \QWE macro that
      expands to the string 'Qt \WebEngine'. The backslash in the expanded
      string instructs QDoc not to attempt auto-linking the word.
      
      Change-Id: If4e1c95423fa07479b1af055e4760a890c0ac667
      Reviewed-by: default avatarPaul Wicking <paul.wicking@qt.io>
      f564d58d
    • Kai Koehne's avatar
      Improve configure -help output · d3c11cb4
      Kai Koehne authored
      
      Add a newline after the module title, like it is done for other modules.
      Also call the module "WebEngine", not "Webengine".
      
      Change-Id: I78579fb0ab131373212ea302eb5d3e5dd9cc62ca
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      d3c11cb4
    • Allan Sandfeld Jensen's avatar
      Switch export macros to standard form · 225eb501
      Allan Sandfeld Jensen authored
      
      Qt expects the export macros to have Q_ prefixes, otherwise the symbol
      versioning script won't find them and mark them.
      
      Task-number: QTBUG-74752
      Change-Id: I1e057802f6715d170bdd9074f281e73fb96c9e52
      Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
      Reviewed-by: default avatarKai Koehne <kai.koehne@qt.io>
      225eb501
  13. 29 Mar, 2019 - 2 commits
  14. 28 Mar, 2019 - 5 commits
  15. 27 Mar, 2019 - 2 commits
  16. 26 Mar, 2019 - 1 commit