summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebenginepage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Qt WebEngine Quick API for allowing certificate errorsPaulo Pinheiro2015-02-021-1/+1
* Enable building Qt WebEngine without accessiblity enabled.Michael BrĂ¼ning2015-01-231-0/+2
* Introduce ASSERT_ENUMS_MATCH macroPierre Rossi2015-01-221-2/+2
* Widgets: Implement mouse lock permission APISzabolcs David2015-01-161-0/+12
* Introduce QWebEngineProfile APIAllan Sandfeld Jensen2014-12-121-3/+33
* Wire the geolocation API to QtPositioningPierre Rossi2014-11-241-0/+12
* Merge remote-tracking branch 'origin/5.4' into devAllan Sandfeld Jensen2014-11-111-12/+12
|\
| * Fix enum names of audio/video featuresAllan Sandfeld Jensen2014-11-071-8/+8
| * Make url handling consistent in widget and quick APIPeter Varga2014-10-281-4/+4
* | Unglobalize browserContextAllan Sandfeld Jensen2014-11-061-0/+6
* | Implement acceptNavigationRequest for the widgets API.Andras Becsi2014-10-201-0/+15
|/
* Add widgets settings doc plus revive QWeb(Engine)View::settingsPierre Rossi2014-09-171-0/+3
* Fix url stored in LoadRequestPeter Varga2014-09-051-3/+4
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-021-2/+5
* Add Qt WebEngine Widgets API for allowing certificate errorsAllan Sandfeld Jensen2014-08-291-0/+19
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-201-5/+0
* Use Q_DECLARE_PRIVATE to wrap the p-impl in QWebEngineSettingsJocelyn Turcotte2014-08-151-1/+1
* Fix a crash in WebEngineSettings when opening a new windowJocelyn Turcotte2014-08-151-1/+1
* Widgets settings implementationPierre Rossi2014-08-121-24/+15
* Ground work for Settings/PreferencesPierre Rossi2014-08-091-0/+25
* Don't inherit from Qt private typesJocelyn Turcotte2014-08-041-4/+7
* Don't use QAuthenticator private APIJocelyn Turcotte2014-08-011-4/+2
* Fix tab focus in the widgets and QML webviewsJocelyn Turcotte2014-08-011-0/+6
* Add api to get the favicon URLAllan Sandfeld Jensen2014-07-301-1/+8
* Add core accessibilityFrederik Gladhorn2014-07-091-0/+5
* Add linkHovered support for Widgets APISzabolcs David2014-05-151-0/+6
* Remove the xPath argument from runJavaScriptJocelyn Turcotte2014-05-121-4/+4
* Add test_baseUrlAfterLoadHtml QML test caseSzabolcs David2014-05-081-1/+1
* WebRTC Widgets APIPierre Rossi2014-04-291-0/+42
* Add a way of using UI dialogs for authorizationPierre Rossi2014-04-291-0/+3
* Replace uses of QWebEngineFrame with a security origin URLJocelyn Turcotte2014-04-151-9/+9
* Update QWebEnginePage::WebWindowTypeJocelyn Turcotte2014-04-151-1/+16
* Fix how NewPopupDisposition is exposed in QQuickWebEngineViewJocelyn Turcotte2014-04-151-1/+2
* Map Javascript console message level to enum values.Michael BrĂ¼ning2014-04-141-3/+3
* Get rid of the BackingStore rendering pathJocelyn Turcotte2014-04-081-4/+3
* Render the widgets view using the scene graph into a QOpenGLWidgetJocelyn Turcotte2014-04-081-2/+2
* Revert part of the RenderWidgetHostViewQtDelegate refactoringJocelyn Turcotte2014-04-081-70/+11
* Prevent an embarassing crashPierre Rossi2014-03-311-1/+1
* Implement QWebEngineHistory serializationJocelyn Turcotte2014-03-311-0/+9
* Do not store a WebContentsAdapter directly in QWebEngineHistoryJocelyn Turcotte2014-03-311-2/+1
* Base load signals on Blink loader eventsJocelyn Turcotte2014-03-211-14/+14
* Add HTTP and proxy authentication signals directly to QWebEnginePageJocelyn Turcotte2014-02-281-0/+17
* Implement QWebEnginePage::viewportSizeJocelyn Turcotte2014-02-211-3/+12
* 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-131-0/+43
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-131-0/+17
* Refactor the way callbacks are storedJocelyn Turcotte2014-02-131-18/+82
* Move the requestID argument before the resultJocelyn Turcotte2014-02-131-3/+3
* Fix a warning in QWebEnginePage::setHtmlJocelyn Turcotte2014-02-131-1/+0