summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow overriding target compiler and linker with qmake's oneAndras Becsi2013-10-015-1/+40
* Fix compilation with multiple rpath directoriesJan Arne Petersen2013-10-011-1/+1
* Differentiate between libraries and linker flags in gyp_generator.prfArvid Nilsson2013-09-281-5/+12
* Ground work for splitting RenderWidgetHostViewQtDelegateQuick.Jocelyn Turcotte2013-09-274-168/+141
* Use an enum at creation to initialize the compositing mode.Jocelyn Turcotte2013-09-2510-19/+22
* Add Qt namespace macros QtWebEngine classes.Michael Brüning2013-09-1725-6/+94
* Implement multiple mouse click detection.Michael Brüning2013-09-163-16/+40
* Use toFilePathString for download file names.Michael Brüning2013-09-121-10/+9
* Implement sizeHint for widgets API.Michael Brüning2013-09-121-0/+2
* More .gitignore patternsPierre Rossi2013-09-111-2/+12
* WebContentsDelegateQt: Remove WebContents memberPierre Rossi2013-09-052-4/+2
* Print python version in gyp_qtwebengine for debugging.Zeno Albisser2013-09-031-0/+2
* Do not rely on shebang for finding python.Zeno Albisser2013-09-031-1/+1
* 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