summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api
Commit message (Expand)AuthorAgeFilesLines
* Add linkHovered support for Widgets APISzabolcs David2014-05-153-1/+8
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-122-6/+6
* Append MessageLevel postfix to the JavaScriptConsoleMessageLevel.Michael BrĂ¼ning2014-05-121-3/+3
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-081-1/+1
* Properly cleanup the old page when attaching a new oneJocelyn Turcotte2014-05-071-0/+3
* Add linkHovered signal to the QQuickWebEngineViewSzabolcs David2014-05-051-0/+1
* WebRTC Widgets APIPierre Rossi2014-04-293-1/+61
* Add WebRTC supportPierre Rossi2014-04-291-0/+1
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-0/+3
* Cleanup the QtWebEngineWidgets public headers and APIJocelyn Turcotte2014-04-158-785/+0
* Replace uses of QWebEngineFrame with a security origin URLJocelyn Turcotte2014-04-152-12/+12
* Update QWebEnginePage::WebWindowTypeJocelyn Turcotte2014-04-152-2/+18
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-152-2/+3
* Map Javascript console message level to enum values.Michael BrĂ¼ning2014-04-143-5/+12
* Fix an false positive assertion with context menuPierre Rossi2014-04-101-0/+3
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-082-6/+5
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-083-2/+57
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-084-107/+18
* Prevent an embarassing crashPierre Rossi2014-03-311-1/+1
* Implement QWebEngineHistoryItem::lastVisitedJocelyn Turcotte2014-03-311-2/+2
* Fix tst_QWebEngineHistory::clear()Jocelyn Turcotte2014-03-311-0/+1
* Implement QWebEngineHistory serializationJocelyn Turcotte2014-03-313-4/+12
* Do not store a WebContentsAdapter directly in QWebEngineHistoryJocelyn Turcotte2014-03-314-31/+31
* Base load signals on Blink loader eventsJocelyn Turcotte2014-03-212-16/+16
* Tooltip support.Pierre Rossi2014-03-141-2/+5
* Add HTTP and proxy authentication signals directly to QWebEnginePageJocelyn Turcotte2014-02-283-0/+21
* Implement QWebEnginePage::viewportSizeJocelyn Turcotte2014-02-214-5/+16
* Fix a crash when using the history on an adopted pageJocelyn Turcotte2014-02-201-0/+1
* Implement basic editing actions for QWebEnginePageJocelyn Turcotte2014-02-201-1/+43
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-135-6/+59
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-133-0/+29
* Refactor the way callbacks are storedJocelyn Turcotte2014-02-132-22/+120
* Move the requestID argument before the resultJocelyn Turcotte2014-02-132-6/+6
* Fix a warning in QWebEnginePage::setHtmlJocelyn Turcotte2014-02-131-1/+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
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-121-0/+6
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-122-4/+2
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-125-9/+98
* Fix WebEngineWidgets api build on WindowsZoltan Arvai2014-02-111-0/+8
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-111-0/+2
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-101-0/+2
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-303-1/+16
* Clear callbacks with an empty value on page destructionJocelyn Turcotte2014-01-221-3/+15
* Implement QWebEnginePage::toHtml and toPlainTextJocelyn Turcotte2014-01-223-2/+30
* Refactor the callback mechanism used by runJavaScriptJocelyn Turcotte2014-01-223-32/+37
* Implement QWebEnginePage::setHtml and setContentJocelyn Turcotte2014-01-222-0/+22
* Fix QWebEngineView to page reattachment.Jocelyn Turcotte2014-01-172-0/+6
* JS dialogs in QtQuickPierre Rossi2014-01-152-9/+21
* [Widgets] wire the file pickersPierre Rossi2014-01-153-13/+51