summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor the way callbacks are storedJocelyn Turcotte2014-02-132-22/+120
* Move the requestID argument before the resultJocelyn Turcotte2014-02-139-27/+27
* Fix a warning in QWebEnginePage::setHtmlJocelyn Turcotte2014-02-131-1/+0
* QQuickWebEngineView new window API refactoringJocelyn Turcotte2014-02-137-81/+196
* Cleanup on webenginewidgets.proZoltan Arvai2014-02-131-6/+0
* Fix QNetworkRequest usage in WebEngineWidgets on WindowsZoltan Arvai2014-02-132-2/+2
* Make QWebEnginePage support symetrical url and setUrlJocelyn Turcotte2014-02-122-1/+7
* Avoid an extra loadStarted/Finished on errorJocelyn Turcotte2014-02-122-1/+4
* Fix tst_QWebEngineFrame::setUrlWithFragmentJocelyn Turcotte2014-02-121-1/+3
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-123-0/+18
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-123-5/+3
* Fix resizing not working on new windowsJocelyn Turcotte2014-02-121-1/+2
* Fix the new window crashJocelyn Turcotte2014-02-121-1/+1
* Fix WebEngineContext not being ramped down in testsJocelyn Turcotte2014-02-121-1/+1
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-1219-89/+411
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-114-2/+11
* Fix WebEngine api build on WindowsZoltan Arvai2014-02-112-0/+5
* Fix WebEngineWidgets api build on WindowsZoltan Arvai2014-02-111-0/+8
* Fix string concatenation in WebEngine on WindowsZoltan Arvai2014-02-111-0/+6
* Fix Qt5WebEngineCore linking on WindowsZoltan Arvai2014-02-111-1/+2
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-116-0/+51
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-107-1/+28
* Implement basic support for input method events.Zeno Albisser2014-02-084-0/+27
* Use arm_neon_optional from armv7 onward if not explicitly enabledAndras Becsi2014-02-061-6/+10
* Register a path provider for Qt instead of using PathService::OverrideAndras Becsi2014-02-065-26/+96
* Move the implementation of BrowserContextQt to its own cpp fileAndras Becsi2014-02-055-90/+170
* Clean up qtwebengine.gypiAndras Becsi2014-02-051-50/+33
* Fix the embedded buildAndras Becsi2014-02-057-9/+65
* Quick: Support reparentingArvid Nilsson2014-01-3113-72/+104
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-309-1/+34
* Remove a FIXME after Chromium update.Szabolcs David2014-01-281-2/+1
* Pre-start the render process upon initialiazing the adapterPierre Rossi2014-01-282-4/+9
* Fix the build on embedded platformsAndras Becsi2014-01-283-2/+6
* Add loadIgnoreEmptyUrl test case to loadUrl QML test.Szabolcs David2014-01-281-0/+3
* Add loadUrl QML test with stopStatus test case.Szabolcs David2014-01-281-0/+1
* Clear callbacks with an empty value on page destructionJocelyn Turcotte2014-01-221-3/+15
* Fix html5 videoAndras Becsi2014-01-224-1/+22
* Fix a crash in JavaScriptDialogControllerPierre Rossi2014-01-221-4/+5
* Fix JavaScriptDialogControllerPrivate's typeZoltan Arvai2014-01-221-1/+1
* Implement QWebEnginePage::toHtml and toPlainTextJocelyn Turcotte2014-01-2212-2/+111
* Add a stub message system to communicate with the blink WebViewJocelyn Turcotte2014-01-2213-2/+428
* Refactor the callback mechanism used by runJavaScriptJocelyn Turcotte2014-01-227-49/+59
* Implement QWebEnginePage::setHtml and setContentJocelyn Turcotte2014-01-224-0/+39
* Fix QWebEngineView to page reattachment.Jocelyn Turcotte2014-01-175-3/+21
* Qt Quick File PickerPierre Rossi2014-01-157-2/+158
* JS dialogs in QtQuickPierre Rossi2014-01-1520-27/+597
* Pave the way for our UI delegation strategy.Pierre Rossi2014-01-1511-5/+626
* [Widgets] wire the file pickersPierre Rossi2014-01-1510-13/+137
* Fix placement of webengine processSimon Hausmann2014-01-151-2/+2
* Implement QQuickWebEngineLoadRequest classAdam Kallai2014-01-1511-11/+277