1. 19 Mar, 2014 - 1 commit
  2. 20 Aug, 2013 - 3 commits
    • Jocelyn Turcotte's avatar
      Import the demo browser into widget examples. · ccfeac7d
      Jocelyn Turcotte authored
      
      Import the sources as-is, without adding it to the build, to allow
      performing diffs later on the changes that were needed to port it
      to use QtWebEngine and manage source compatibility issues.
      
      Change-Id: Icf8a284881ce2153e9b5a1ba97dbe77096f1b88d
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      ccfeac7d
    • Jocelyn Turcotte's avatar
      Move the WebContentsAdapter to QWebEnginePage. · 6aa75f08
      Jocelyn Turcotte authored
      
      To allow QWebEnginePage to act on its own, let it own the WebContentsAdapter
      and let the view delegate its calls through the page.
      
      Change-Id: I851c753d068992e387edab0e1ea8018732af1fd7
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      6aa75f08
    • Jocelyn Turcotte's avatar
      Import QtWebKit public headers. · f4c5a81c
      Jocelyn Turcotte authored
      
      This is the first step toward re-implementing part of the QWebView
      API on top of QtWebEngine. The plan is to import the complete headers
      to facilitate diffs and progress tracking.
      
      Changes squashed in this commit:
      - Use the QWebEngine prefix for class names
      - Strip out non-public members and directives
      - Allow building using those headers by disabling the Q_PROPERTY
        macros and by adding a dummy implementation for virtual methods
        directly in the header
      - Update the widgetsnanobrowser example to comply with the slight
        changes from the previous API
      
      Change-Id: Ia7efa5430f775d09b493544430a04856cc7928f6
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      f4c5a81c
  3. 11 Jun, 2013 - 1 commit
  4. 10 Jun, 2013 - 1 commit
    • Pierre Rossi's avatar
      And shell is out ! · 65558744
      Pierre Rossi authored
      Introduce a few more bits of our own very basic implementations
      (URLRequestContextGetter and NetworkDelegate subclasses).
      
      Still need to figure out the appropriate dependancies in blinq.gypi
      65558744
  5. 04 Jun, 2013 - 1 commit