1. 07 Nov, 2014 - 1 commit
  2. 04 Nov, 2014 - 2 commits
  3. 06 Oct, 2014 - 2 commits
  4. 29 Sep, 2014 - 1 commit
  5. 12 Sep, 2014 - 1 commit
  6. 09 Sep, 2014 - 1 commit
  7. 29 Aug, 2014 - 1 commit
  8. 19 Aug, 2014 - 2 commits
  9. 15 Aug, 2014 - 1 commit
    • 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
  10. 04 Aug, 2014 - 1 commit
  11. 30 Jul, 2014 - 1 commit
    • 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
  12. 19 May, 2014 - 1 commit
  13. 15 May, 2014 - 1 commit
  14. 29 Apr, 2014 - 1 commit
  15. 15 Apr, 2014 - 2 commits
  16. 10 Apr, 2014 - 1 commit
  17. 08 Apr, 2014 - 1 commit
    • 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
  18. 31 Mar, 2014 - 1 commit
    • 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
  19. 19 Mar, 2014 - 1 commit