1. 01 Dec, 2015 - 1 commit
  2. 05 Nov, 2015 - 1 commit
  3. 19 Oct, 2015 - 1 commit
  4. 16 Oct, 2015 - 1 commit
  5. 13 Oct, 2015 - 1 commit
  6. 08 Oct, 2015 - 1 commit
  7. 06 Oct, 2015 - 1 commit
  8. 30 Sep, 2015 - 1 commit
  9. 22 Sep, 2015 - 1 commit
  10. 14 Sep, 2015 - 1 commit
  11. 09 Sep, 2015 - 1 commit
  12. 27 Aug, 2015 - 1 commit
  13. 20 Aug, 2015 - 1 commit
  14. 18 Aug, 2015 - 1 commit
  15. 04 Aug, 2015 - 1 commit
  16. 03 Aug, 2015 - 1 commit
  17. 16 Jun, 2015 - 1 commit
    • Andras Becsi's avatar
      Add QWebEngineCookieStoreClient core API · 8a77cd16
      Andras Becsi authored
      
      This class or its subclass can be set on the
      QWebEngineProfile and its API enables intercepting
      Chromium's cookies, setting and deleting cookies
      in the cookie store.
      These functions are asynchronous so if the result
      of the task is needed the user can provide a
      callback which will be run on the calling thread
      when the requested operation finishes.
      This does not include a hook for QQuick layer yet,
      there we have to figure out what the most convenient
      way is from a developer's perspective.
      
      Change-Id: I6a3af071883ce632df7a2fb952da93f306ac3fe2
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@theqtcompany.com>
      8a77cd16
  18. 12 Jun, 2015 - 1 commit
  19. 06 May, 2015 - 1 commit
  20. 12 Mar, 2015 - 1 commit
  21. 02 Mar, 2015 - 1 commit
  22. 21 Feb, 2015 - 1 commit
    • Pierre Rossi's avatar
      Introduce a user scripts mechanism · 4ed187a5
      Pierre Rossi authored
      
      Allowing programmatic injection of JavaScript to accomplish
      all sorts of tasks on the render process side.
      This API gives control over the point during the loading phase
      at which the script is run, whether it is run on sub-frames or
      not, as well as the JavaScript world it is run in (either the
      page's main world, or an arbitrary isolated world).
      
      This only has the Widgets API. The Quick API, tests and docs
      are coming in separate patches
      
      Change-Id: Ia1c79f68f8dfd4d964281d9723d09062ed7abe46
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      4ed187a5
  23. 19 Feb, 2015 - 1 commit
  24. 16 Feb, 2015 - 1 commit
  25. 06 Feb, 2015 - 1 commit
  26. 05 Feb, 2015 - 1 commit
  27. 02 Feb, 2015 - 2 commits
    • Andras Becsi's avatar
      Fix widgets download state update · 2ad0c1e8
      Andras Becsi authored
      
      Since the DownloadState enum of core does not match the DownloadState
      enum of QWebEngineDownloadItem we should never directly compare it,
      instead we should convert with the toDownloadState() function,
      to fix the missing emission of the finished() signal.
      This patch also adds static asserts to verify the match of chromium's
      DownloadItem::DownloadState and our core DownloadState.
      
      Change-Id: I51110f55598230e380e15948f75219976d3a68a0
      Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
      2ad0c1e8
    • Andras Becsi's avatar
      Add widgets download API · b4864da7
      Andras Becsi authored
      
      This patch adds a QWebEngineDownloadItem class to the widget API
      and extends QWebEngineProfile with a signal to notify about initiated
      downloads, similar to the QML API.
      
      [ChangeLog][QtWebEngineWidgets] Add widgets download API
      
      Change-Id: I532de640934e1e93d63dfc347efb4113cb4a3d66
      Reviewed-by: default avatarJocelyn Turcotte <jturcotte@woboq.com>
      b4864da7
  28. 08 Jan, 2015 - 1 commit
  29. 12 Dec, 2014 - 1 commit
    • Allan Sandfeld Jensen's avatar
      Introduce QWebEngineProfile API · 6ec3268a
      Allan Sandfeld Jensen authored
      
      Introduces initial widgets API for the Chromium BrowserContext.
      
      Adds API for controlling cookie jar policy, user-agent string and
      cache and persistent data paths.
      
      Similar QML API will follow in another patch.
      
      [ChangeLog][QtWebEngineWidgets][QWebEngineProfile] New API for profiles
      applying to groups of QWebEnginePages.
      
      Change-Id: I3c4ef4053fde7564af29178c91a0aca8a2b61a5f
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      6ec3268a