1. Aug 02, 2017
  2. Jul 26, 2017
  3. Jul 20, 2017
    • Peter Varga's avatar
      Fix emitting selectionChanged signal for non-user text selection change · 54e108f1
      Peter Varga authored
      
      This fixes the case when the text selection is triggered by JavaScript.
      Text selection changes triggered by IME composition text replecement are
      ignored. Test has been added for mouse selection clipboard: non-user
      text selection should not update the clipboard.
      
      Pulls in Chromium changes:
        3deea95 Update TextSelection for non-user initiated events
      
      Task-number: QTBUG-53134
      Task-number: QTBUG-60381
      Change-Id: Ib94f57a2aa61248fba75f595245fb388b9609b6c
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      54e108f1
    • Peter Varga's avatar
      Update Chromium · 4ea9d515
      Peter Varga authored
      
      dfaf156 Remove third_party/afl
      059d826 [Backport] Initialize RenderSandboxHostLinux in --no-zygote mode to not crash.
      16b932b Add .gitignore for *.pyc
      
      Task-number: QTBUG-61954
      Change-Id: Ib10d09b8c0a771fb9b200a1947dbf9bb320cb1f2
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      4ea9d515
  4. Jul 19, 2017
  5. Jul 17, 2017
  6. Jul 16, 2017
  7. Jul 14, 2017
  8. Jul 13, 2017
  9. Jul 11, 2017
  10. Jul 09, 2017
    • Kai Koehne's avatar
      Update Chromium · ec73b97a
      Kai Koehne authored
      
      2d8af02 Fix build of documentation
      4eac3c9 [Backport] Fix for occasional crashes in FindRequestManager::OnFindReply().
      
      Task-number: QTBUG-61693
      Task-number: QTBUG-60472
      Change-Id: Ie655ad9fa8c7aebc301e12d6cd8862151d33ad05
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      ec73b97a
  11. Jul 06, 2017
  12. Jul 05, 2017
  13. Jul 04, 2017
  14. Jul 03, 2017
  15. Jun 30, 2017
    • Oswald Buddenhagen's avatar
      Bump version · fcdde728
      Oswald Buddenhagen authored
      Change-Id: Icf8a81d76f5ef4bcfac56101f2da7cf689bd92b7
      fcdde728
    • Andy Shaw's avatar
      Windows: Make sure that the path is correctly quoted · e06b8154
      Andy Shaw authored
      
      We need to ensure that the path is using forward slashes to avoid any
      chances of a trailing backslash escaping the final quote. Additionally
      we need to quote the whole string in case there is a space, we can't use
      shell_quote for this as this preserves the backslashes which can cause
      a problem.
      
      Change-Id: Iadde9a10e2d80ad48efd695d414af58d891c7412
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
      e06b8154
  16. Jun 28, 2017
  17. Jun 27, 2017
  18. Jun 26, 2017
    • Florian Bruhin's avatar
      Don't disable local storage for offTheRecord profiles · eaf6e205
      Florian Bruhin authored
      
      Chromium has local storage enabled in icognito windows, and simply doesn't
      persist it to disk. QtWebEngine seems to do the same when local storage is
      enabled in an off-the-record profile, so there's no reason to disable it by
      default.
      
      This also matches the behavior in Chromium (and Firefox, but not Safari).
      
      [ChangeLog] HTML 5 local storage is now enabled by default (but residing in
      memory) in off-the-record profiles.
      
      Change-Id: I0cb7e946575a53471ffed9d3324b3ae4c2e80eee
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      eaf6e205
    • Jüri Valdmann's avatar
      Always compile QWebEnginePage::print · 085c2c52
      Jüri Valdmann authored
      
      - Remove two out of five layers of ifdefs around and inside this method.
      - Now always compiled but will yield an error if printing is disabled.
      - Remove printing-related ifdefs from demobrowser.
      
      Task-number: QTBUG-61510
      Change-Id: I79781189d3d3fb62db0a2216b2b989e3fa1d1f86
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      Reviewed-by: default avatarRolf Eike Beer <eb@emlix.com>
      085c2c52
    • Szabolcs David's avatar
      Add QuotaSettings · 5406c496
      Szabolcs David authored
      
      From 58-based Chromium, we have to provide quota settings that determine
      the amount of disk space that may be used by storage APIs, like IndexedDB.
      The provided space was 0 by default, so these APIs were not working
      properly.
      Let Chromium estimate the size intelligently for now - that is exactly
      what Chrome and content_shell do.
      
      Change-Id: Ifd16cee92e56ec14b0c0e75b73d7238d128bebfa
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      5406c496
  19. Jun 24, 2017
  20. Jun 23, 2017