1. Oct 27, 2017
  2. Oct 25, 2017
  3. Oct 24, 2017
  4. Oct 20, 2017
  5. Oct 18, 2017
  6. Oct 17, 2017
    • 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. Oct 11, 2017
  8. Oct 04, 2017
  9. Sep 29, 2017
  10. Sep 28, 2017
  11. Sep 27, 2017
  12. Sep 25, 2017
  13. Sep 22, 2017
    • 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. Sep 21, 2017
  15. Sep 20, 2017