summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add implementation to enable downloads.Michael BrĂ¼ning2013-09-032-6/+128
* Fix rendering on Retina displaysAndras Becsi2013-09-028-14/+59
* Implement window creation through QWebEnginePage::createWindow.Jocelyn Turcotte2013-09-0217-35/+174
* Build examples with RTTIPierre Rossi2013-08-301-5/+7
* Fix the build on Mac with debug_and_release QtAndras Becsi2013-08-302-0/+4
* Make less noise with QT_WEBENGINE_LOGGINGAndras Becsi2013-08-301-5/+5
* Ref-count WebContentsAdapter.Jocelyn Turcotte2013-08-293-5/+7
* Get rid of WebContentsAdapter::webContents().Jocelyn Turcotte2013-08-292-30/+38
* Let WebContentsAdapter own the WebContents directly.Jocelyn Turcotte2013-08-293-55/+40
* Change README from rst to md.Zeno Albisser2013-08-292-57/+69
* Use the correct port when downloading the git hooks from gerritAndras Becsi2013-08-281-1/+1
* 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