summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demo browser: Make it link.Jocelyn Turcotte2013-08-2011-16/+116
* demo browser: Fix the compilation with QtWebEngine.Jocelyn Turcotte2013-08-2015-126/+127
* Import the demo browser into widget examples.Jocelyn Turcotte2013-08-2068-0/+13450
* Implement QWebEngineView/Page::url/setUrl.Jocelyn Turcotte2013-08-202-0/+21
* Implement QWebEngineView::title and QWebEnginePage::title.Jocelyn Turcotte2013-08-202-5/+16
* Move the WebContentsAdapter to QWebEnginePage.Jocelyn Turcotte2013-08-208-88/+116
* Merge QWebEngineFrame into QWebEnginePage.Jocelyn Turcotte2013-08-202-219/+157
* Import QtWebKit public headers.Jocelyn Turcotte2013-08-2016-65/+1466
* Use QObject::d_ptr for public API classesJocelyn Turcotte2013-08-208-21/+18
* Adjust all the needed paths when using upstream repositoriesAndras Becsi2013-08-203-4/+13
* Make sure submodule changes do not show up as a diff.Zeno Albisser2013-08-191-19/+4
* Update init-repository.py to allow using upstream chromium repository.Zeno Albisser2013-08-193-44/+98
* Change "Contents" to "Engine" in API class names.Jocelyn Turcotte2013-08-1915-135/+135
* Detach common.pri from the nano browser examples.Jocelyn Turcotte2013-08-196-20/+14
* Prepare the directories to have more examples included.Jocelyn Turcotte2013-08-1911-6/+6
* Update README.rst to instruct on usage of the new 3rdparty module.Zeno Albisser2013-08-191-2/+12
* Add implementation for pure virtual functions after updating Chromium.Zeno Albisser2013-08-171-0/+3
* Add patch for WebKit after updating Chromium.Zeno Albisser2013-08-172-0/+69
* Update qtwebengine.gypi after updating Chromium.Zeno Albisser2013-08-171-1/+1
* WebKit.gyp has been moved upstream.Zeno Albisser2013-08-171-2/+2
* Update patch for touch and gestures after updating Chromium.Zeno Albisser2013-08-171-10/+10
* Update Clang libcc patch after updating Chromium.Zeno Albisser2013-08-171-39/+38
* Update patch for using libc++ instead of stdlibc++ after updating chromium.Zeno Albisser2013-08-171-12/+12
* Replace chromium and ninja submodule by a single 3rdparty submodule.Zeno Albisser2013-08-178-11/+14
* Add export_from_git.py to take snapshots from chromium and ninja.Zeno Albisser2013-08-163-105/+337
* Fix compile dependencies of examples.Jocelyn Turcotte2013-08-161-0/+3
* Move QWEBENGINEWIDGETS_EXPORT to qtwebkitwidgetsglobal.hJocelyn Turcotte2013-08-134-7/+58
* Once created, keep the WebEngineContext until shutdown.Jocelyn Turcotte2013-08-121-15/+4
* Delete the ResourceContextQt on the IO thread.Jocelyn Turcotte2013-08-121-1/+6
* Fix the segfault on exit.Jocelyn Turcotte2013-08-122-11/+17
* Delay the RWHVDelegate parenting until it's been attached to its RWHV.Jocelyn Turcotte2013-08-1212-11/+32
* Simplify the ownership between RWHVQt and RWHVQtDelegate.Jocelyn Turcotte2013-08-124-9/+10
* Avoid keeping a RWHVDelegate pointer in WebContentsViewQt.Jocelyn Turcotte2013-08-127-5/+19
* Fix mac buildPierre Rossi2013-08-081-1/+1
* Add patch for newer XCode/clang versions on Mac.Zeno Albisser2013-08-082-0/+39
* Remove hunks that accidentially ended up in Clang-libcpp patch.Zeno Albisser2013-08-081-39/+0
* Add a dummy implementation of DownloadManagerDelegate.Michael Brüning2013-08-084-2/+237
* Fix some style inconsistencies in the header file.Michael Brüning2013-08-0710-25/+25
* Remove ASSERT from forwardEvent.Michael Brüning2013-08-021-1/+0
* Implement more detailed load information handling.Michael Brüning2013-08-027-2/+36
* Don't pass the RWHV to the AdapterClientPierre Rossi2013-08-0213-21/+39
* Handle basic cursor changes.Jocelyn Turcotte2013-08-016-2/+110
* Forward mouse hover events to the page.Jocelyn Turcotte2013-08-017-1/+42
* Use ui::GestureRecognizer to enable viewport gestures.Jocelyn Turcotte2013-08-012-2/+93
* Transform QTouchEvent into ui::TouchEvent first.Jocelyn Turcotte2013-08-017-47/+133
* Enable accelerated composition with QtWidgets view for testing.Jocelyn Turcotte2013-08-015-7/+32
* [Examples] Add Ctrl + L shortcut for testingPierre Rossi2013-07-312-0/+17
* Split out the Widgets and QtQuick integrationPierre Rossi2013-07-3137-289/+822
* Forward touch events.Jocelyn Turcotte2013-07-297-3/+67
* Fix the GPU process launch.Jocelyn Turcotte2013-07-291-0/+1