summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update ChromiumAllan Sandfeld Jensen2019-05-231-0/+0
| | | | | | | | | | | | | Actually pull in the one security patch from 74.0.3729.157 that was missed in the last commit. Changes: 56c1f8e6c4f [Backport] Fix for security issue 951322 8a28c0bb19f FIXUP: [Backport] Fix for security issue 951322 Task-number: QTBUG-75496 Change-Id: I1eef649169f5a4d1179673413da9f49acd6a20ef Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Update Chromiumv5.13.0-beta4Allan Sandfeld Jensen2019-05-211-0/+0
| | | | | | | | | | | | | | Pull in the one security patch from 74.0.3729.157 Submodule src/3rdparty 599fa1c6..00390e99: > Try different versions when creating a CoreProfile context on macOS > Fix crashes due to pa_context_get_server_info Task-number: QTBUG-75496 Change-Id: I9dd05cf17fdf56912168dbaedc238fdd7a5412d8 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Make linker call look great againMichal Klocek2019-05-204-11/+9
| | | | | | | | | | | | | | | | | | Fix issues with messed up linker path: * do not use LIBS_PRIVATE on linux at least for passing object and archive responses files. * do not use QT and QT_PRIVATE with same libs, it simply includes libs in LIB and LIB_PRIVATE so doubles linker libs. * remove bogus dependency for gui and core for webengineheaders pseudo module. * remove unused egl config flag Fixes: QTBUG-75832 Task-number: QTBUG-75357 Change-Id: I1720394e636e3f89d546f372b10932dd4ad395fe Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Fix linker too long argument listMichal Klocek2019-05-201-7/+10
| | | | | | | | | | | | | For yocto builds linker can get quite long path since all archives are listed as absolute paths. This can end up as "execvp: /bin/sh: Argument list too long" Use rsp files also for archives. Change-Id: I096e2f35ed72b68261bf465e84baddd1f78cd917 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Document PDF viewing featureMichael Brüning2019-05-171-0/+16
| | | | | | | | | | Documents settings needed to activate the feature that was added in 5.13.0 Fixes: QTBUG-75892 Change-Id: Ia4dbbc2e3c4f5a173d482dcae8ec5a1c31a8d6be Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Update ChromiumAllan Sandfeld Jensen2019-05-131-0/+0
| | | | | | | | | | | Security patches from Chrome 74.0.x.134 Changes: df6853cfcee [Backport] Fix for security issue 952406 599fa1c61c3 [Backport] Fix for security issue 948564 Change-Id: Ie37463f5a29fff84f66008ad0cbc2f54ebc8562c Fixes: QTBUG-75496 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Fix clang build with libstdc++8Allan Sandfeld Jensen2019-05-091-0/+1
| | | | | | | | | Chromium was trying to use some specific sample profiles, just ignore that. Task-number: QTBUG-75265 Change-Id: Ifd0517d521634ec01f66d18606f8696bf703b42a Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Update ChromiumAllan Sandfeld Jensen2019-05-091-0/+0
| | | | | | | | | | | | | | | | | | | | Pulls in the last of the Chrome 74 security patchs Changes: 4b0289025e6 [Backport] Fix for security issue 939316 f67074175c7 [Backport] Fix for security issue 949015 444e94c37eb [Backport] Fix for security issue 940205 37e9433c4cb [Backport] Fix for security issue 937663 71a5f9b0316 [Backport] Fix for security issue 927471 98ae1469020 [Backport] Fix for security issue 927849 92f8fd75754 [Backport] Fix for security issue 894933 861d3c46520 Fix building with linux-clang mkspec 91227693b16 [Backport] Fix for CVE-2019-5813 82d848eb4fe Fix undefined type 'blink::Document' build error for msvc with -no-pch Fixes: QTBUG-75496 Change-Id: I50efb46a721dece8ca425ce7830ed0fabe43d64e Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Update ChomiumAllan Sandfeld Jensen2019-05-031-0/+0
| | | | | | | | | | | | | | | | | | | Pulls in remaining CVE fixes from Chrome 74: 31fa60dbbc6 Silence assert on MessageWindow::WindowClass destruction a031f169cf4 [Backport] Fix for CVE-2019-5814 73a7d8fa07d [Backport] Fix for CVE-2019-5815 07ec47532df [Backport] Fix for CVE-2019-5817 26f98d0fed4 [Backport] Fix for CVE-2019-5818 d48ccfa1964 [Backport] Fix for CVE-2019-5819 3bc6aa81983 [Backport] Fix for CVE-2019-5821 2e013fc1e64 [Backport] Fix for CVE-2019-5820 9d1ab5b5187 [Backport] Fix for CVE-2019-5822 e8ef8db04d0 [Backport] Fix for CVE-2019-5823 71733b81b75 [Backport] Fix for security issue 931949 (1/2) 0ac2b1fddcd [Backport] Fix for security issue 931949 (2/2) Change-Id: I97d3d6666f33591187acea6f13028d3987309e61 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* Cleanup clipboard source filesAllan Sandfeld Jensen2019-05-034-77/+135
| | | | | | | Split Qt and Chromium based headers and do a simple reformatting. Change-Id: I5bce34051bd05696d38c26ba09abd8a472f94219 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Cleanup coding style in src/core/apiAllan Sandfeld Jensen2019-05-0325-173/+131
| | | | | Change-Id: I1c235d49a9520088142fbc89d21fc589d4037a4f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Support --auth-server-whitelistAllan Sandfeld Jensen2019-05-031-8/+8
| | | | | | | | Read it and pass it to an HttpAuthPreference. Change-Id: I37c23f4d777ff11b2c0480fa9c28ea6fbe029737 Fixes: QTBUG-75539 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Make warning about wrong shutdown a warningAllan Sandfeld Jensen2019-05-031-1/+1
| | | | | Change-Id: I414064984d51bf5a000c1cfd8cca7ccd6bf4b09b Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* Doc: Fix QDoc warningsLeena Miettinen2019-05-032-9/+2
| | | | | Change-Id: I00ec352cdea43d44388889805f1bd609a3555c4c Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into ↵Jüri Valdmann2019-05-038-14/+37
|\ | | | | | | refs/staging/5.13
| * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-04-308-14/+37
| |\ | | | | | | | | | Change-Id: I051052a70a6e764202a90d77fc1a0f73688d3704
| | * QWebEngineUrlScheme: Prevent registration of standard schemesJüri Valdmann2019-04-291-0/+5
| | | | | | | | | | | | | | | Change-Id: I05ef67b81d9b871d38fcc51639b742b2a7b8a387 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| | * Allow VS 2019 to try to build QtWebEngineAllan Sandfeld Jensen2019-04-181-0/+2
| | | | | | | | | | | | | | | | | | Task-number: QTBUG-75212 Change-Id: I1d1a99d9a5b6684d23e51cf55d384e7dfee6ef2a Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
| | * Fix printing of landscape orientationSzabolcs David2019-04-171-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QPageLayout::pageSize() is always defined in portrait orientation. Removing margins without considering the actual orientation was incorrent. Use QPageLayout::paintRect() instead. Task-number: QTBUG-75092 Change-Id: I34c19d3f0587ae21da2d985e3107b6ec673f53d0 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
| | * Fix QWebEngineView::setPage not deleting old pageJüri Valdmann2019-04-173-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix QWebEnginePage::setView not deleting old page Also fix wrong page being deleted if it's parented to the view. Fixes: QTBUG-75131 Fixes: QTBUG-75175 Change-Id: Ie4dfb15b3182de7aa3a94cddcac54ea40a86121b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| | * Fix resolving relative URLs with custom schemesJüri Valdmann2019-04-161-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Pull in 3rdparty patch and add test. Fixes: QTBUG-74864 Change-Id: I5440f58ff55297c2a51f896d43f479404ff6ca2f Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| | * Take BrowsingDataRemoverDelegateQt instance ownership by ProfileQtKirill Burtsev2019-04-122-1/+5
| | | | | | | | | | | | | | | | | | | | | Delegate assumed to be owned and released by BrowserContext instance Change-Id: I1b5dc3ad2ace6f5c40b9f56e7ed7eb6b23b60925 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | | Update ChomiumAllan Sandfeld Jensen2019-05-021-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pulls in the high tagged security fixes from Chrome 74: b964e56642e FIXUP: Fix building without WebSpeech 8db9f13a139 [Backport] Fix for CVE-2019-5805 4ae993a14f1 [Backport] Fix for CVE-2019-5806 3d0182b2838 [Backport] Fix for CVE-2019-5807 c5b21c7cec4 [Backport] Fix for CVE-2019-5808 3350682ece0 [Backport] Fix for security issue 924959 ea74722a5c8 [Backport] Fix for CVE-2019-5811 Change-Id: If1972935c476330a9ef2dde60f82636f34170d20 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* | | Support clang_cl builds on WindowsAllan Jensen2019-05-026-11/+33
|/ / | | | | | | | | Change-Id: I1f3e8fc378cfceda92ff17fcc7669c0f5d97c3f7 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* | Update ChromiumJüri Valdmann2019-04-291-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | This pulls in the following changes: * 6b01b4a2 Merge branch 'upstream-master' into 73-based * 3ffaed01 BASELINE: Update GN * d4003559 Fix clang_cl builds * 64260a66 FIXUP: Extend url library for WebEngine custom schemes Change-Id: I5297383877825d052f7cab5526b2554d33e9a7be Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Remove the distinction between resources path and icu data pathMichael Brüning2019-04-242-31/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, unconditionally override DIR_QT_LIBRARY_DATA to make the path available to extensions even if we are using static or shared icu data instead of a data file. [ChangeLog][Behavioral Changes] Qt WebEngine will assume that the resources and the icu data files are in the same directory when deploying the application. Fixes: QTBUG-74586 Change-Id: I563b74a19fbd1334358f9cfe7c1824706cdca03a Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Whitelist pdf viewer extension to access chrome resourcesMichael Brüning2019-04-211-0/+7
| | | | | | | | | | | | | | | | | | | | There were CORS problems when accessing the chrome resources from the pdf viewer extensions when coming from a blank page. It should be fine to access the chrome resources from the builtin extension. Fixes: QTBUG-75127 Change-Id: I28f981b4ff1d2db86a62507eb25cae45258e3bda Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
* | Fix default profile for single-process modeMichal Klocek2019-04-171-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | In single process mode there is only one profile, and this profile is used for browser context. Fix the case where there is no 'default' profile created but only one user profile. In this case make the user profile 'default' so it is deleted in right moment in single process mode. Change-Id: I8ba3c2da2d93d53fa569c7971410a4a74753377e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Work-around QtCreator bugAllan Sandfeld Jensen2019-04-171-1/+4
| | | | | | | | | | | | | | | | We need to set explicit SOURCES to get proper indexing going. See QTCREATORBUG-22315 Change-Id: Idf4c1e80b4428e91d6fe54a943a86499ed5c9f3a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* | Doc: Add \since tag for QWebEngineProfile::setDownloadPathv5.13.0-beta3Kai Koehne2019-04-131-0/+2
| | | | | | | | | | Change-Id: I3638fd51bbb871b7dc920a7c3e1435c26db02f7c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Avoid context-switches when not switching thread contextsAllan Sandfeld Jensen2019-04-121-0/+6
| | | | | | | | | | | | | | | | | | When UI and GPU threads are the same we not need to do async scheduling or calls between them, and doing so comes at a much higher cost than in a multithreaded environment. Change-Id: Icddee1a78d87ce08362882da5740471dfef1224a Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | Use CompositorFrameMetadata::root_layer_size for contentsSizeMichael Brüning2019-04-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | This was changed as an adaptation to Chromium 70, but turns out to be causing some regressions. Updates Chromium to include the changes there. Change-Id: I1e507bc2c51975c85afccd4346b02c43f5a44478 Fixes: QTBUG-74847 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Fix qmltests::WebEngineViewSingleFileUpload auto testsTamas Zakor2019-04-101-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Add scheme checks for FilePickerController::accepted(). A file:// prefix to a file selected here causes chromium to terminate the render process due to an illegal ipc message. Extend auto tests with custom Dialog. Also fix directory upload test. Change-Id: I8d672e435129d62d268b48c3471b924c0161b44b Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Set correct priorities on tasks and threadsAllan Sandfeld Jensen2019-04-103-3/+3
| | | | | | | | | | Change-Id: I1dc8b466d0b45f9e1d6c973f1ad3c62033bf4409 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | Enable precompiled headers for qtwebengine corev5.13.0-beta2Allan Sandfeld Jensen2019-04-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Chromium requires us to add a special config to enable precompiled headers. Note this still depends additionally on that the corresponding GN flag is also set. Changes in 3rdparty: 9401dc18ce02 Add precompiled object files to qmake link output 8ba90427ae5e Improve the issue with long file names on windows Change-Id: I6680232e17a5254d3ca53e5a40e6a15a6b7fc82d Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* | Merge branch '5.12' into 5.13Allan Sandfeld Jensen2019-04-0928-175/+168
|\| | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty src/core/renderer/user_resource_controller.cpp src/core/web_contents_adapter.cpp src/webengine/doc/src/qtwebengine-overview.qdoc Change-Id: I46be9d33b3b65d61dfa099ee72a3509afb9bd6a4
| * Run non-MainWorld DocumentCreation scripts even if JS disabledJüri Valdmann2019-04-081-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes regression, introduced by the fix for QTBUG-66011, where setting JavascriptEnabled to false stops all scripts from running instead of only MainWorld scripts (as documented). Only the DocumentCreation injection point is affected. The original change which introduced the regression consisted of moving the DocumentCreation injection point from ContentRendererClient::RunScriptsAtDocumentStart to RenderFrameObserver::DidClearWindowObject. The problem of scripts not working on view-source URLs was fixed by this move, but it turns out that the call to DidClearWindowObject happens to be conditional on Document::CanExecuteScripts and this is, of course, false if JS is disabled. Hence the regression. This new patch moves the injection point again to a task launched from RenderFrameObserver::DidCommitProvisionalLoad. DidCommitProvisionalLoad and DidClearWindowObject are both indirectly called from DocumentLoader::InstallNewDocument, however the former is called before the Document is opened and is therefore too early for script execution. As such, the execution is delayed by posting a task which, in theory, should be scheduled very soon after the normal call to DidClearWindowObject. Fixes: QTBUG-74304 Change-Id: Iac8714bcc5651c287b73181811af26996d955af5 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * Merge "Merge remote-tracking branch 'origin/5.12.3' into 5.12" into ↵Allan Sandfeld Jensen2019-04-052-4/+4
| |\ | | | | | | | | | refs/staging/5.12
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Allan Sandfeld Jensen2019-04-052-4/+4
| | |\ | | | | | | | | | | | | Change-Id: I8a087fefcb9f0f1c750747d29819e53c11984b41
| | | * Update ChromiumMichal Klocek2019-04-041-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pulls in security patches: * [Backport] Security bug 933743 * [Backport] Security bug 917608 * [Backport] Security bug 916874 * [Backport] Security bug 914511 Task-number: QTBUG-74445 Change-Id: Id1ad904857e8f8e15208ae80c8c0258e3d8f4faa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| | | * Update ChromiumMichael Brüning2019-04-012-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes the fact that WebEngine was passing POST data to Chromium even if the request was not a POST request. This triggered an assert in the backported code. 3aaf2ca833c [Backport] Security bug 906739 e4e10461659 [Backport] Security bug 906437 0a717e1dbe9 [Backport] Security bug 913212 c7fa9a16957 [Backport] CVE-2019-5803 ebe1e7068ca [Backport] Dependency for CVE-2019-5802 (1/5) 597dae52a3b [Backport] CVE-2019-5802 (1/5) 64d3770e5e9 [Backport] CVE-2019-5802 (2/5) a34d2fb5dd1 [Backport] CVE-2019-5802 (3/5) 62f25b2d83f [Backport] CVE-2019-5802 (4/5) a63d51633ab [Backport] Dependency for CVE-2019-5802 (5/5) c6d0023bc59 [Backport] CVE-2019-5802 (5/5) f7fcbe53871 [Backport] Security bug 905509 (1/13) 94f1317917f [Backport] Security bug 905509 (2/13) 812a9e68a2c [Backport] Security bug 905509 (3/13) 36c2c5e8b27 [Backport] Security bug 905509 (4/13) 8b01fa3780a [Backport] Security bug 905509 (5/13) 69b772f1e9a [Backport] Security bug 905509 (6/13) f2dfd87785a [Backport] Security bug 905509 (7/13) ec503eae3ed [Backport] Security bug 905509 (8/13) f5a4144a132 [Backport] Security bug 905509 (9/13) 03d8580cf59 [Backport] Security bug 905509 (10/13) 03c4a4ffb98 [Backport] Security bug 905509 (11/13) 700a4af1fb5 [Backport] Security bug 905509 (12/13) 03be3aa656a [Backport] Security bug 917707 269d53ceabd [Backport] Security bug 905509 (13/13) d720564a5ba [Backport] Security bug 938251 85136fedbde [Backport] Security Bug 929088 037efcfdba3 [Backport] Security Bug 931640 1/2 bea83ccee0f [Backport] Security Bug 931640 2/2 dd18af1614f [Backport] Security Bug 924905 e54c1076009 [Backport] Security Bug 919572 258feedf8e1 [Backport] Security Bug 919340 f4f1e852df5 [Backport] CVE-2019-5789 8566ec6cc21 FIXUP: [Backport] Security bug 905509 (3/13) 3d59c5717de FIXUP: [Backport] Security bug 906739 dd6863f4aea FIXUP: [Backport] Security bug 905509 43c92056fab FIXUP: [Backport] CVE-2019-5802 d6d21a17c5a FIXUP: [Backport] Security bug 913212 a4a129005d8 FIXUP: [Backport] Security bug 905509 38a6ae037ee FIXUP: [Backport] Security Bug 924905 d147ad350da FIXUP: [Backport] Security bug 905509 (3/13) Task-number: QTBUG-74445 Change-Id: Ic8d750bc89950c0e020eb43881dbf03328108940 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * | | Normalize download path on WindowsPeter Varga2019-04-051-1/+1
| |/ / | | | | | | | | | | | | | | | | | | Task-number: QTBUG-74698 Task-number: QTBUG-74251 Change-Id: I4358feb7fb28b226edb24ed10611e797fcd3c326 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
| * / Doc: Avoid auto-linking the string 'WebEngine' to the QML typeLeena Miettinen2019-04-0126-165/+156
| |/ | | | | | | | | | | | | | | | | | | Remove the previous workaround (internal \externalpage command) that was used for this purpose, and replace it with a \QWE macro that expands to the string 'Qt \WebEngine'. The backslash in the expanded string instructs QDoc not to attempt auto-linking the word. Change-Id: If4e1c95423fa07479b1af055e4760a890c0ac667 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
| * Fix timestamp deduplication for WindowsPeter Varga2019-03-281-2/+9
| | | | | | | | | | | | | | | | Based on https://chromium-review.googlesource.com/c/chromium/src/+/1432882 Task-number: QTBUG-74764 Change-Id: I74b4711f5146d2d2261487f13ccac702b9aa969e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Update Chromium version numberAllan Sandfeld Jensen2019-04-081-2/+2
| | | | | | | | | | | | | | | | Also make the number more general as we will be updating the patch number at least once more before final. Change-Id: Ie9bfffb8f87fdb2c08a416ca1b977f7b0afc8c32 Reviewed-by: Michael Brüning <michael.bruning@qt.io>
* | Update ChromiumAllan Sandfeld Jensen2019-04-061-0/+0
| | | | | | | | | | | | | | | | | | | | Changes: 2cdff75f3db Fix crash in devTools layer tab on qt.io f72214e77a7 BASELINE: Update Chromium to 73.0.3683.105 d8e950cba2f Merge branch 'upstream-master' into 73-based Change-Id: I5eed1b0e4858254a7a74fbc5f9940dea4fbf1367 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | Notification API cleanupKirill Burtsev2019-04-0512-92/+64
| | | | | | | | | | | | Task-number: QTBUG-74543 Change-Id: Ice5a0dbfc3485c8b7e6fa900ef427a9aed871d42 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTRAllan Sandfeld Jensen2019-04-035-6/+6
| | | | | | | | | | Change-Id: I8806a3fb466006f14cf92f17510cdea8b50e8345 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | Switch DevTools.loadNetworkResource to using SimpleURLLoaderAllan Sandfeld Jensen2019-04-032-87/+88
| | | | | | | | | | | | | | Follow similar Chromium changes. Change-Id: Idb0ab52517004c8bee7e7f7a919233b3f1b3ff59 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
* | Update network traffic annotations and description for devtools policiesAllan Sandfeld Jensen2019-04-031-2/+2
| | | | | | | | | | | | | | Following https://chromium-review.googlesource.com/1074753 Change-Id: Idba6062b978fcff07d6fcb827d863605f06fcf9f Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>