summaryrefslogtreecommitdiffstats
path: root/src/core/api
Commit message (Expand)AuthorAgeFilesLines
* Doc: Mention NavigationTypeRedirect is new in Qt 5.14Kai Koehne2019-10-241-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-10-221-1/+1
* Improve QWebEngineFindTextResult APIv5.14.0-beta2Peter Varga2019-10-192-9/+21
* Adaptations for Chromium 77Allan Sandfeld Jensen2019-10-113-7/+13
* Merge remote-tracking branch 'origin/5.13' into 5.14Allan Sandfeld Jensen2019-09-241-4/+79
|\
| * Add doc's cross-references for web notification example and api methodsKirill Burtsev2019-08-291-0/+6
| * Add missing doc for WebEngineNotification QML typeKirill Burtsev2019-08-291-4/+73
* | Merge dev into 5.14 (delayed final downmerge)Kari Oikarinen2019-09-043-0/+199
|\ \
| * | Introduce findTextFinished signalPeter Varga2019-08-233-0/+199
* | | Doc: Edit docs for QWebEngineUrlRequestInfo::initiator()Leena Miettinen2019-08-301-3/+5
* | | Doc: Describe QWebEngineUrlRequestInfo::ResourceTypeNavigationPreloadLeena Miettinen2019-08-271-1/+3
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devAllan Sandfeld Jensen2019-07-241-0/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-07-101-0/+2
| |\
| | * Unset global share context pointer on deletionJüri Valdmann2019-07-041-0/+2
* | | Fix warning on WindowsTamas Zakor2019-07-231-1/+1
* | | Add QWebEngineUrlScheme::CorsEnabled flagJüri Valdmann2019-07-182-0/+9
* | | Adaptations for Chromium 75Allan Sandfeld Jensen2019-07-102-21/+21
* | | Adaptations for Chromium 74Allan Sandfeld Jensen2019-07-102-0/+2
* | | Add QWebEngineUrlRequestInfo::initiator()Tamas Zakor2019-06-053-2/+15
* | | Add navigation type for redirectsAllan Sandfeld Jensen2019-05-102-1/+4
* | | Merge remote-tracking branch 'origin/5.13' into devAllan Sandfeld Jensen2019-05-0925-182/+138
|\| |
| * | Cleanup coding style in src/core/apiAllan Sandfeld Jensen2019-05-0325-173/+131
| * | Doc: Fix QDoc warningsLeena Miettinen2019-05-031-7/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-04-301-0/+5
| |\|
| | * QWebEngineUrlScheme: Prevent registration of standard schemesJüri Valdmann2019-04-291-0/+5
| * | Merge branch '5.12' into 5.13Allan Sandfeld Jensen2019-04-092-2/+2
| |\|
| | * Doc: Avoid auto-linking the string 'WebEngine' to the QML typeLeena Miettinen2019-04-012-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-0517-71/+35
|\| |
| * | Notification API cleanupKirill Burtsev2019-04-052-53/+17
| * | Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-031-1/+1
| * | Switch export macros to standard formAllan Sandfeld Jensen2019-04-0116-17/+17
* | | Request robustness from the shared opengl contextAllan Sandfeld Jensen2019-03-241-0/+3
|/ /
* | Remove Entry type from QWebEngineClientCertificateStoreAllan Sandfeld Jensen2019-03-202-18/+8
* | Notification API cleanup: direction type, parameter and method namesKirill Burtsev2019-03-192-19/+12
* | Doc: Link to classes where QWebEngineNotification is passed to usersLeena Miettinen2019-03-181-0/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-03-045-2/+156
|\|
| * Fix crash on dynamic_cast in global event filterJüri Valdmann2019-02-253-0/+154
| * Doc: Always treat \brief as full sentenceKai Koehne2019-02-222-2/+2
* | Tie client certificate stores to profilesAllan Sandfeld Jensen2019-03-012-26/+11
* | API cleanupAllan Sandfeld Jensen2019-02-272-2/+2
* | Make client certificate store thread safeAllan Sandfeld Jensen2019-02-252-16/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-02-152-1/+36
|\|
| * Better error reporting for QWebEngineUrlSchemeJüri Valdmann2019-02-112-1/+36
* | Fix crash on removing certificates from local storeAllan Sandfeld Jensen2019-02-141-2/+1
* | Cleanup client cert store filesAllan Sandfeld Jensen2019-02-113-2/+165
* | Web Notifications APIKirill Burtsev2019-02-063-0/+389
* | Move QWebEngineUrlRequestInterceptor::intercept to ui threadMichal Klocek2019-02-042-8/+4
* | Add HTTP request headers to custom URL schemes (reland)Allan Sandfeld Jensen2019-01-302-0/+10
* | Fix -no-ssl buildPeter Varga2019-01-301-0/+4
* | Add in-memory client cert store implementationVijith Kini2019-01-232-0/+78