1. 27 Oct, 2017 - 3 commits
  2. 25 Oct, 2017 - 3 commits
  3. 24 Oct, 2017 - 2 commits
  4. 20 Oct, 2017 - 1 commit
  5. 18 Oct, 2017 - 2 commits
  6. 17 Oct, 2017 - 1 commit
    • Szabolcs David's avatar
      Mark redirecting URLs as visited · 664c2a58
      Szabolcs David authored
      
      Store the whole redirect chain of finished navigations in the database
      of visited links. Chrome does the same thing, except that it implements
      NavigationURLLoaderDelegate::OnRequestRedirected() for this purpose.
      
      Task-number: QTBUG-63579
      Change-Id: Iff46c33de14c5e1a7386bd1e2860c832e24d5083
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      664c2a58
  7. 11 Oct, 2017 - 1 commit
  8. 04 Oct, 2017 - 3 commits
  9. 29 Sep, 2017 - 3 commits
  10. 28 Sep, 2017 - 1 commit
  11. 27 Sep, 2017 - 1 commit
  12. 25 Sep, 2017 - 1 commit
  13. 22 Sep, 2017 - 2 commits
    • Alexandru Croitor's avatar
      Fix selectedText() to return the value of what findText("") finds · 9d962bc9
      Alexandru Croitor authored
      
      Previously when a find operation was finished by calling findText(""),
      the selection buffer was cleared and calling selectedText() would
      return an empty string, even though on the UI side a blue rectangle
      selection was still visible.
      
      This was due to an incorrect Unselect() call in
      WebContentsAdapter::stopFinding().
      
      With the new selection change support in the parent patch, and with the
      removed Unselect() call, selectedText() now properly returns the value
      of the highlighted blue selection after searching is finished.
      
      Task-number: QTBUG-60673
      Task-number: QTBUG-54071
      Task-number: QTBUG-53134
      Change-Id: I89e0eddb0c14af6d6c06ee878e706be65d3b0831
      Reviewed-by: default avatarViktor Engelmann <viktor.engelmann@qt.io>
      Reviewed-by: default avatarPeter Varga <pvarga@inf.u-szeged.hu>
      9d962bc9
    • Michal Klocek's avatar
      Fix system-zlib configure name collision with core · c23b274e
      Michal Klocek authored
      
      When -zlib is provided on windows for main configure line
      the system-zlib feature is forced on webengine. This
      is not expected since we assume zlib only for unix builds.
      Prepend 'webengine' for webengine system-zlib feature.
      
      Task-number: QTBUG-63367
      Change-Id: I983d2e0df0badbaf7a076662ce178009be151406
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      c23b274e
  14. 21 Sep, 2017 - 1 commit
  15. 20 Sep, 2017 - 15 commits