summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Enable JavascriptCanOpenWindows and LocalStorageEnabled by defaultJocelyn Turcotte2014-09-121-2/+2
* Enable JavaScript touch eventsJocelyn Turcotte2014-09-121-0/+17
* Remove unnecessary private header includesJocelyn Turcotte2014-09-116-10/+6
* Add --log-level switchPeter Varga2014-09-111-0/+17
* Do a minor update to Chromium 37.0.2062.103Jocelyn Turcotte2014-09-101-0/+2
* Fix tst_QWebEngineFrame::progressSignal API test caseSzabolcs David2014-09-091-1/+0
* Fix url stored in LoadRequestPeter Varga2014-09-052-4/+4
* Fix an assertion in net/url_request/url_request.cc:656Andras Becsi2014-09-051-3/+1
* [Win] Fix compiler error by using toQt method for string16.Michael BrĂ¼ning2014-09-031-1/+1
* Don't forward loading of error pages to the API layerPierre Rossi2014-09-026-14/+35
* [Win] Enable multiple processes again.Michael BrĂ¼ning2014-09-021-2/+0
* Settings for Qt quickPierre Rossi2014-09-021-2/+0
* Try harder to return accessible namesFrederik Gladhorn2014-09-012-1/+84
* Revert "Revert "Improve roles""Frederik Gladhorn2014-09-011-33/+70
* Avoid duplicating timers in MessagePumpForUIQtJocelyn Turcotte2014-09-011-7/+19
* Support using MessagePumpForUIQt in standalone base::ThreadsWebKit Team2014-09-011-3/+10
* Wait on sync point fences instead of creating a new fenceJocelyn Turcotte2014-09-014-71/+81
* React to Accessibility being enabled/disabled globallyFrederik Gladhorn2014-09-012-2/+16
* Fix crashes when running in debug on OSXJocelyn Turcotte2014-08-291-3/+0
* Add Qt WebEngine Widgets API for allowing certificate errorsAllan Sandfeld Jensen2014-08-299-0/+375
* Fix callback mechanism in the WebContentsAdapterSzabolcs David2014-08-281-6/+6
* Update license headers.Pierre Rossi2014-08-282-28/+19
* Revert "Improve roles"Jocelyn Turcotte2014-08-211-70/+33
* Update License Headers for Qt WebEngine to LGPLv3.Zeno Albisser2014-08-2189-1309/+904
* Propagate the page's screen coordinates when the top-level window movedJocelyn Turcotte2014-08-204-18/+22
* Improve rolesFrederik Gladhorn2014-08-201-33/+70
* Add iconUrl() to QWebEngineHistoryItemAllan Sandfeld Jensen2014-08-192-0/+11
* Update the gyp variable used to disable tcmallocPierre Rossi2014-08-191-2/+0
* Implement accessibility functionsFrederik Gladhorn2014-08-181-4/+4
* Implement RenderWidgetHostViewQt::AccessibilityViewHasFocusFrederik Gladhorn2014-08-182-1/+6
* Fix accessible roles after snapshot updateFrederik Gladhorn2014-08-181-102/+100
* Fix accessibility event enum after snapshot updateFrederik Gladhorn2014-08-181-10/+10
* Fix accessibility state enum after snapshot updateFrederik Gladhorn2014-08-181-22/+22
* Fix a crash in WebEngineSettings when opening a new windowJocelyn Turcotte2014-08-153-11/+7
* Handle new window/tab modifiers also on normal navigationsJocelyn Turcotte2014-08-156-30/+105
* Fix uncalled callbacks with findTextJocelyn Turcotte2014-08-153-10/+27
* Don't build release with debug info by default on WindowsJocelyn Turcotte2014-08-141-0/+3
* Exclude accessibility files on windowsJocelyn Turcotte2014-08-141-0/+13
* Use the toolchain from PATH on WindowsJocelyn Turcotte2014-08-141-9/+14
* Fix the build on windows when qtwebengine.chromiumsrcdir isn't setJocelyn Turcotte2014-08-141-2/+1
* Use the unified gesture recognizerJocelyn Turcotte2014-08-143-174/+105
* Update the QtWebEngineCore library to run on top of Chromium 37Jocelyn Turcotte2014-08-1445-453/+279
* Disable chromium error pagesPeter Varga2014-08-141-1/+1
* Ground work for Settings/PreferencesPierre Rossi2014-08-0910-0/+466
* Use VisitedLinks component.Pierre Rossi2014-08-0810-3/+251
* Remove duplicate code for egl extensions and native display queryingAndras Becsi2014-08-064-20/+12
* Get rid of QOpenGLContextPrivate::setGlobalShareContexJocelyn Turcotte2014-08-061-2/+6
* Use QSGEngine instead of the private QSGRenderContextJocelyn Turcotte2014-08-065-39/+19
* Add QQuick API for intercepting navigation requestsAndras Becsi2014-08-064-12/+184
* Expose better error information in loadRequest.Pierre Rossi2014-08-0413-9/+152