summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Handle CheckerboardDrawQuads in DelegatedFrameNodeAndras Becsi2014-02-261-1/+12
* Video texture streaming support via external EGLImage texturesMansoor Chishtie2014-02-254-2/+246
* Fix unused variable suppression on WindowsZoltan Arvai2014-02-241-4/+4
* Implement QInputMethodEvent::Attribute translation and compositionAndras Becsi2014-02-211-8/+55
* Keep the selection when done searching to match Chromium's behaviorJocelyn Turcotte2014-02-211-1/+1
* Implement basic editing actions for QWebEnginePageJocelyn Turcotte2014-02-202-0/+50
* Cancel ongoing "fling" animations on tap-downAndras Becsi2014-02-191-4/+20
* Fix filename in core_gyp_generator.pro's makefile on WindowsZoltan Arvai2014-02-191-0/+1
* Avoid locking up the web view when starting a dragJocelyn Turcotte2014-02-142-0/+13
* Make Qt 5.2 a minimum requirementPierre Rossi2014-02-145-15/+0
* Fix title getter in WebContentsAdapterPierre Rossi2014-02-131-2/+1
* Fix path service assertionsAndras Becsi2014-02-135-27/+21
* Implement QWebEnginePage::findTextJocelyn Turcotte2014-02-135-0/+38
* Implement QWebEnginePage::selectedTextJocelyn Turcotte2014-02-135-0/+17
* Move the requestID argument before the resultJocelyn Turcotte2014-02-136-18/+18
* Avoid an extra loadStarted/Finished on errorJocelyn Turcotte2014-02-121-1/+4
* Fix tst_QWebEngineFrame::setUrlWithFragmentJocelyn Turcotte2014-02-121-1/+3
* Implement QWebEnginePage::requestedUrlJocelyn Turcotte2014-02-122-0/+12
* Fix tst_QWebEngineFrame::baseUrlJocelyn Turcotte2014-02-121-1/+1
* Fix resizing not working on new windowsJocelyn Turcotte2014-02-121-1/+2
* Fix WebEngineContext not being ramped down in testsJocelyn Turcotte2014-02-121-1/+1
* [Widgets] RenderWidgetHostViewQtDelegate refactoringPierre Rossi2014-02-127-19/+15
* Implement loadHtml function for QQuickWebEngineViewSzabolcs David2014-02-112-2/+4
* Fix Qt5WebEngineCore linking on WindowsZoltan Arvai2014-02-111-1/+2
* Implement requestFullscreen for QQuickWebEngineView.Zeno Albisser2014-02-113-0/+17
* Add TakeFocus in WebContentsViewQt for passing on tab focus.Zeno Albisser2014-02-103-0/+8
* Implement basic support for input method events.Zeno Albisser2014-02-083-0/+22
* 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-055-5/+59
* Quick: Support reparentingArvid Nilsson2014-01-317-51/+73
* WebPage: Implement javaScriptConsoleMessagePierre Rossi2014-01-303-0/+9
* Remove a FIXME after Chromium update.Szabolcs David2014-01-281-2/+1
* Pre-start the render process upon initialiazing the adapterPierre Rossi2014-01-281-1/+7
* Fix the build on embedded platformsAndras Becsi2014-01-282-0/+5
* Add loadUrl QML test with stopStatus test case.Szabolcs David2014-01-281-0/+1
* 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-228-0/+79
* Add a stub message system to communicate with the blink WebViewJocelyn Turcotte2014-01-2212-2/+428
* Refactor the callback mechanism used by runJavaScriptJocelyn Turcotte2014-01-223-17/+21
* Implement QWebEnginePage::setHtml and setContentJocelyn Turcotte2014-01-222-0/+17
* Fix QWebEngineView to page reattachment.Jocelyn Turcotte2014-01-172-0/+8
* JS dialogs in QtQuickPierre Rossi2014-01-159-10/+290
* [Widgets] wire the file pickersPierre Rossi2014-01-156-0/+83
* Implement QQuickWebEngineLoadRequest classAdam Kallai2014-01-152-2/+2
* Fix ContentMain calling in processMain for WindowsZoltan Arvai2014-01-131-0/+11