1. 31 Mar, 2017 - 1 commit
  2. 30 Mar, 2017 - 4 commits
  3. 29 Mar, 2017 - 1 commit
  4. 28 Mar, 2017 - 6 commits
  5. 27 Mar, 2017 - 6 commits
  6. 26 Mar, 2017 - 2 commits
  7. 25 Mar, 2017 - 1 commit
  8. 24 Mar, 2017 - 3 commits
  9. 23 Mar, 2017 - 1 commit
  10. 22 Mar, 2017 - 4 commits
  11. 21 Mar, 2017 - 2 commits
  12. 20 Mar, 2017 - 3 commits
  13. 19 Mar, 2017 - 1 commit
  14. 17 Mar, 2017 - 1 commit
  15. 15 Mar, 2017 - 2 commits
    • Peter Varga's avatar
      Unblacklist changeLocale auto tests · ba644fdd
      Peter Varga authored
      
      Do the error message comparison with utf-8 enconding since the localized
      error messages are stored in utf-8 format (error_page_strings.grdp).
      This also stabilizes the test because it doesn't depend on the encoding
      used by the Chromium.
      
      Change-Id: I24addc1c18d5b4325f4c0270e675e02c3f4e0812
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@qt.io>
      ba644fdd
    • Michael Brüning's avatar
      Remove stale parent connection when initializing delegate as a child · 8e147ed3
      Michael Brüning authored
      
      When clicking on a blank link target, the constructor of the
      RenderWidgetHostViewQtDelegateWidget instance for the newly created
      view is called with the originating QWebEngineView as its parent
      and will connect its removeParentBeforeParentDelete slot to the
      originating view's destroyed signal.
      
      This leads to the situation where the delegate's parent will be set to
      null when the originating view is closed, causing the view to display
      only an empty widget with the actual web contents remaining live in
      the background.
      
      This patch removes the connection to the old view when initializing
      the delegate as a child of the QWebEnginePagePrivate instance. The
      addition to the layout updates the parent and child relationship
      between the view and the delegate internally.
      
      Task-number: QTBUG-58381
      Change-Id: I448380478c2bcfcfbddaee8a35caf46010e57972
      Reviewed-by: default avatarFlorian Bruhin <qt-project.org@the-compiler.org>
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@qt.io>
      8e147ed3
  16. 14 Mar, 2017 - 2 commits