summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add 3rdparty_upstream and 3rdparty to .gitignore"Andras Becsi2013-08-261-2/+0
* Add 3rdparty_upstream and 3rdparty to .gitignoreAndras Becsi2013-08-261-0/+2
* Fix the linking of tst_qwebenginepage on MacAndras Becsi2013-08-231-0/+4
* Add command line flags to init-repository.pyAndras Becsi2013-08-215-45/+62
* Fix Tab to switch focus instead of inserting \t.Jocelyn Turcotte2013-08-211-0/+1
* Fix the build.Jocelyn Turcotte2013-08-201-0/+1
* Implement the basic parts of QWebEngineHistory.Jocelyn Turcotte2013-08-2011-78/+337
* Use the WebContentsAdapter directly in QWebEngineHistory.Jocelyn Turcotte2013-08-204-16/+11
* Implement QWebEnginePage::action for basic navigation.Jocelyn Turcotte2013-08-207-59/+149
* Centralize type conversion functions.Jocelyn Turcotte2013-08-209-39/+89
* Let the application sanitize the URL.Jocelyn Turcotte2013-08-202-3/+1
* API tests: Make them link.Jocelyn Turcotte2013-08-208-17/+396
* API tests: Make them compile with QtWebEngine.Jocelyn Turcotte2013-08-207-1011/+1002
* Import relevant QtWebKit API tests.Jocelyn Turcotte2013-08-2046-0/+6487
* 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