1. Nov 17, 2014
  2. Nov 07, 2014
  3. Nov 05, 2014
  4. Nov 04, 2014
  5. Oct 06, 2014
  6. Sep 29, 2014
  7. Sep 12, 2014
  8. Sep 09, 2014
  9. Aug 29, 2014
  10. Aug 19, 2014
  11. Aug 15, 2014
    • Jocelyn Turcotte's avatar
      Handle new window/tab modifiers also on normal navigations · bf4064cd
      Jocelyn Turcotte authored
      
      AddNewContents is only called when window.open is called from JavaScript.
      
      We also want the shift/ctrl modifiers to trigger normal links to open
      in the requested disposition. In this case OpenURLFromTab will pass
      the detected disposition and we must create a new WebContents
      ourselves.
      
      Use the same code path going through
      WebContentsAdapterClient::adoptNewWindow except that we pass a null
      WebContents pointer to the WebContentsAdapter constructor and let it
      create its own when initialized.
      
      Change-Id: I817b0e72aec12723bf92d9b7ad85c1cecbf5e408
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      bf4064cd
  12. Aug 12, 2014
  13. Aug 04, 2014
  14. Aug 01, 2014
  15. Jul 30, 2014
    • Allan Sandfeld Jensen's avatar
      Add api to get the favicon URL · a99922af
      Allan Sandfeld Jensen authored
      
      Adds one of the missing pieces of the QWebFrame and QWebView APIs.
      Unlike the QtWebKit version this only fetches the favicon URL, and not
      the icon. This is because we do not want to implement an icon database,
      and that the icon would be loaded asynchronous anyway, bringing no
      guarantee to be a valid icon/image yet.
      
      Change-Id: I227311ae3676044da850e687b82bee752b5079c8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      a99922af
  16. Jun 27, 2014
  17. May 19, 2014
  18. May 16, 2014
  19. May 15, 2014
  20. May 05, 2014
  21. Apr 29, 2014
  22. Apr 15, 2014
  23. Apr 10, 2014
  24. Apr 08, 2014
    • Jocelyn Turcotte's avatar
      Render the widgets view using the scene graph into a QOpenGLWidget · 96425960
      Jocelyn Turcotte authored
      
      This means that widgets application now need to setup the GL context
      sharing as well. QWebEngineWidgets::initialize() must be called,
      which has the same effect as QWebEngine::initialize().
      The QtWebEngineWidgets now depends on the QtWebEngine module to make
      this happen.
      
      Since QOpenGLWidget is only available in Qt 5.3, this patch also
      disables the webenginewidgets module completely when building using
      Qt 5.2.
      
      Change-Id: I0e99a779d1eb080f2ccf5a338ff0763ad64e6eba
      Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
      96425960
  25. Mar 31, 2014
    • Simon Hausmann's avatar
      Centralize OpenGL initialization · 3d6d6594
      Simon Hausmann authored
      
      We now require the user to use QWebEngine::initialize() in main (preferably) and
      print out an error message if this wasn't set up accordingly. This limits the use
      of private scene graph API to inside QWebEngine and offers public API for users
      of the API.
      
      Change-Id: I787c176a85ab7784dbc8787d9876960b4872959e
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      3d6d6594
    • Jocelyn Turcotte's avatar
      Rough port of the documentation to QtWebEngine · 484f2d8c
      Jocelyn Turcotte authored
      
      This is a gross mechanical modification of the documentation, along with build
      system bindings to allow it to generate. This should allow doing iterative
      improvements to the documentation from now on.
      
      This fixes project-related qdoc warnings but we still need to do some serious
      work to get the documentation better fitting QtWebEngine. All the documentation
      is ported to match the current state of our headers (without trying to adapt
      to modified APIs yet) and we should clear the part of the documentation that we
      don't need at the same time that we clean up our public headers.
      
      Change-Id: I6fb4e10e8b4c1c53be7bc7c581286248ac04d4da
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      484f2d8c
  26. Mar 26, 2014
  27. Mar 19, 2014
  28. Mar 06, 2014