├── coin-bug-707
├── tests
├── auto
│ ├── widgets
│ │ ├── schemes
│ │ │ ├── BLACKLIST
│ │ │ └── CMakeLists.txt
│ │ ├── qwebenginepage
│ │ │ ├── resources
│ │ │ │ ├── bar.txt
│ │ │ │ ├── foo.txt
│ │ │ │ ├── style.css
│ │ │ │ ├── path with spaces.txt
│ │ │ │ ├── test2.html
│ │ │ │ ├── iframe3.html
│ │ │ │ ├── user.css
│ │ │ │ ├── content.html
│ │ │ │ ├── frame_c.html
│ │ │ │ ├── image.png
│ │ │ │ ├── image2.png
│ │ │ │ ├── test1.html
│ │ │ │ ├── iframe.html
│ │ │ │ ├── script.html
│ │ │ │ ├── iframe2.html
│ │ │ │ ├── index.html
│ │ │ │ ├── framedindex.html
│ │ │ │ ├── reload.html
│ │ │ │ ├── hello.js
│ │ │ │ ├── script2.html
│ │ │ │ ├── frame_a.html
│ │ │ │ ├── hi.js
│ │ │ │ ├── redirect.html
│ │ │ │ ├── fullscreen.html
│ │ │ │ ├── testiframe2.html
│ │ │ │ ├── fontaccess.html
│ │ │ │ ├── lifecycle.html
│ │ │ │ └── dynamicFrame.html
│ │ │ └── BLACKLIST
│ │ ├── favicon
│ │ │ └── resources
│ │ │ │ ├── test1.html
│ │ │ │ ├── icons
│ │ │ │ ├── qt144.png
│ │ │ │ ├── qt32.ico
│ │ │ │ └── qtmulti.ico
│ │ │ │ ├── favicon-single.html
│ │ │ │ ├── favicon-unavailable.html
│ │ │ │ ├── favicon-multi.html
│ │ │ │ ├── favicon-shortcut.html
│ │ │ │ ├── favicon-touch.html
│ │ │ │ └── favicon-misc.html
│ │ ├── qwebenginehistory
│ │ │ └── resources
│ │ │ │ ├── page1.html
│ │ │ │ ├── page2.html
│ │ │ │ ├── page3.html
│ │ │ │ ├── page4.html
│ │ │ │ ├── page6.html
│ │ │ │ └── page5.html
│ │ ├── accessibility
│ │ │ ├── BLACKLIST
│ │ │ └── CMakeLists.txt
│ │ ├── extensions
│ │ │ ├── resources
│ │ │ │ ├── index.html
│ │ │ │ ├── action_popup_ext
│ │ │ │ │ ├── popup_page.html
│ │ │ │ │ └── manifest.json
│ │ │ │ ├── packed_ext.zip
│ │ │ │ ├── unpacked_ext
│ │ │ │ │ └── manifest.json
│ │ │ │ ├── invalid_manifest_ext
│ │ │ │ │ └── manifest.json
│ │ │ │ ├── invalid_manifest_ext_packed.zip
│ │ │ │ ├── content_script_ext
│ │ │ │ │ ├── script.js
│ │ │ │ │ └── manifest.json
│ │ │ │ └── service_worker_ext
│ │ │ │ │ ├── service_worker.js
│ │ │ │ │ ├── content_script.js
│ │ │ │ │ └── manifest.json
│ │ │ └── CMakeLists.txt
│ │ ├── offscreen
│ │ │ ├── test.html
│ │ │ └── CMakeLists.txt
│ │ ├── qwebengineview
│ │ │ ├── resources
│ │ │ │ ├── test.swf
│ │ │ │ ├── image2.png
│ │ │ │ ├── index.html
│ │ │ │ ├── scrolltest_page.html
│ │ │ │ ├── dummy.html
│ │ │ │ └── frame_a.html
│ │ │ └── BLACKLIST
│ │ ├── spellchecking
│ │ │ └── dict
│ │ │ │ ├── de-DE.aff
│ │ │ │ ├── en-US.aff
│ │ │ │ ├── de-DE.dic
│ │ │ │ └── en-US.dic
│ │ ├── defaultsurfaceformat
│ │ │ └── resources
│ │ │ │ └── index.html
│ │ ├── qwebenginepermission
│ │ │ └── resources
│ │ │ │ ├── qt144.png
│ │ │ │ ├── iframe.html
│ │ │ │ └── index.html
│ │ ├── qwebengineprofile
│ │ │ ├── resources
│ │ │ │ ├── hedgehog.png
│ │ │ │ └── hedgehog.html
│ │ │ └── CMakeLists.txt
│ │ ├── qwebenginescript
│ │ │ └── resources
│ │ │ │ ├── test_iframe_inner.html
│ │ │ │ ├── title_a.html
│ │ │ │ ├── title_b.html
│ │ │ │ ├── test_iframe_main.html
│ │ │ │ ├── test_iframe_outer.html
│ │ │ │ ├── test_window_open.html
│ │ │ │ └── webChannelWithBadString.html
│ │ ├── printing
│ │ │ └── resources
│ │ │ │ └── basic_printing_page.html
│ │ ├── proxypac
│ │ │ └── proxy.pac
│ │ ├── shutdown
│ │ │ └── CMakeLists.txt
│ │ ├── proxy
│ │ │ └── CMakeLists.txt
│ │ ├── touchinput
│ │ │ └── CMakeLists.txt
│ │ ├── qtbug_110287
│ │ │ └── CMakeLists.txt
│ │ └── qwebenginedownloadrequest
│ │ │ └── CMakeLists.txt
│ ├── core
│ │ ├── origins
│ │ │ └── resources
│ │ │ │ ├── mixedXHR.txt
│ │ │ │ ├── serviceWorker.js
│ │ │ │ ├── redirect.css
│ │ │ │ ├── dedicatedWorker.js
│ │ │ │ ├── red.png
│ │ │ │ ├── sharedWorker.js
│ │ │ │ ├── viewSource.html
│ │ │ │ ├── subdir
│ │ │ │ └── frame2.html
│ │ │ │ ├── subdir_frame1.html
│ │ │ │ ├── createObjectURL.html
│ │ │ │ ├── mixedSchemes_frame.html
│ │ │ │ ├── link.html
│ │ │ │ ├── media.html
│ │ │ │ ├── fetchApi.html
│ │ │ │ ├── redirect.html
│ │ │ │ ├── serviceWorker.html
│ │ │ │ ├── sharedWorker.html
│ │ │ │ ├── dedicatedWorker.html
│ │ │ │ └── mixedXHR.html
│ │ ├── certificateerror
│ │ │ └── BLACKLIST
│ │ ├── qwebengineclientcertificatestore
│ │ │ ├── BLACKLIST
│ │ │ └── resources
│ │ │ │ └── client2.p12
│ │ ├── qwebengineurlrequestinterceptor
│ │ │ └── resources
│ │ │ │ ├── iframe3.html
│ │ │ │ ├── image.html
│ │ │ │ ├── image_in_iframe.html
│ │ │ │ ├── media_in_iframe.html
│ │ │ │ ├── resource_in_iframe.html
│ │ │ │ ├── firstparty.html
│ │ │ │ ├── media.mp4
│ │ │ │ ├── script.js
│ │ │ │ ├── iframe.html
│ │ │ │ ├── fontawesome.woff
│ │ │ │ ├── icons
│ │ │ │ └── favicon.png
│ │ │ │ ├── iframe2.html
│ │ │ │ ├── style.css
│ │ │ │ ├── favicon.html
│ │ │ │ ├── media.html
│ │ │ │ ├── content.html
│ │ │ │ ├── content2.html
│ │ │ │ ├── content3.html
│ │ │ │ ├── cors.html
│ │ │ │ ├── resource.html
│ │ │ │ ├── index.html
│ │ │ │ └── cors.js
│ │ ├── qwebenginecookiestore
│ │ │ └── resources
│ │ │ │ ├── content.html
│ │ │ │ └── fav.png
│ │ ├── qwebenginesettings
│ │ │ ├── BLACKLIST
│ │ │ └── CMakeLists.txt
│ │ ├── webenginedriver
│ │ │ ├── resources
│ │ │ │ └── input.html
│ │ │ ├── browser
│ │ │ │ └── CMakeLists.txt
│ │ │ └── CMakeLists.txt
│ │ ├── qwebengineframe
│ │ │ └── resources
│ │ │ │ ├── printing-inner-document.html
│ │ │ │ ├── nesting-iframe.html
│ │ │ │ ├── printing-outer-document.html
│ │ │ │ └── iframes.html
│ │ ├── devtools
│ │ │ └── CMakeLists.txt
│ │ ├── qtversion
│ │ │ └── CMakeLists.txt
│ │ ├── qwebengineloadinginfo
│ │ │ └── CMakeLists.txt
│ │ ├── getdomainandregistry
│ │ │ └── CMakeLists.txt
│ │ └── qwebengineurlrequestjob
│ │ │ ├── requestBodyScript.html
│ │ │ └── additionalResponseHeadersScript.html
│ ├── quick
│ │ ├── qquickwebengineviewgraphics
│ │ │ ├── BLACKLIST
│ │ │ └── CMakeLists.txt
│ │ ├── inspectorserver
│ │ │ ├── BLACKLIST
│ │ │ ├── html
│ │ │ │ └── basic_page.html
│ │ │ └── CMakeLists.txt
│ │ ├── qquickwebengineview
│ │ │ ├── html
│ │ │ │ ├── basic_page2.html
│ │ │ │ ├── basic_page.html
│ │ │ │ ├── resources
│ │ │ │ │ ├── simple_image.png
│ │ │ │ │ ├── hello.js
│ │ │ │ │ └── hi.js
│ │ │ │ ├── script2.html
│ │ │ │ └── inputmethod.html
│ │ │ ├── BLACKLIST
│ │ │ └── CMakeLists.txt
│ │ ├── qmltests
│ │ │ ├── data
│ │ │ │ ├── change-document-title.js
│ │ │ │ ├── append-document-title.js
│ │ │ │ ├── alert.html
│ │ │ │ ├── download.zip
│ │ │ │ ├── icons
│ │ │ │ │ ├── gray16.png
│ │ │ │ │ ├── gray32.png
│ │ │ │ │ ├── gray64.png
│ │ │ │ │ ├── qt144.png
│ │ │ │ │ ├── qt32.ico
│ │ │ │ │ ├── favicon.png
│ │ │ │ │ ├── gray128.png
│ │ │ │ │ ├── gray255.png
│ │ │ │ │ ├── qtmulti.ico
│ │ │ │ │ ├── grayicons.ico
│ │ │ │ │ └── small-favicon.png
│ │ │ │ ├── test1.html
│ │ │ │ ├── link.html
│ │ │ │ ├── prompt.html
│ │ │ │ ├── javascript.html
│ │ │ │ ├── redirect.html
│ │ │ │ ├── confirmclose.html
│ │ │ │ ├── confirm.html
│ │ │ │ ├── test2.html
│ │ │ │ ├── favicon-single.html
│ │ │ │ ├── favicon-unavailable.html
│ │ │ │ ├── localStorage.html
│ │ │ │ ├── test-iframe.html
│ │ │ │ ├── favicon-multi.html
│ │ │ │ ├── favicon-shortcut.html
│ │ │ │ ├── favicon-touch.html
│ │ │ │ ├── favicon.html
│ │ │ │ ├── favicon2.html
│ │ │ │ ├── script-with-bad-match-metadata.js
│ │ │ │ ├── test3.html
│ │ │ │ ├── favicon-misc.html
│ │ │ │ ├── script-with-metadata.js
│ │ │ │ ├── singlefileupload.html
│ │ │ │ ├── directoryupload.html
│ │ │ │ ├── multifileupload.html
│ │ │ │ ├── accepttypes.html
│ │ │ │ ├── titleupdate.js
│ │ │ │ └── iframes.html
│ │ │ ├── mock-delegates
│ │ │ │ ├── MenuSeparator.qml
│ │ │ │ ├── MenuItem.qml
│ │ │ │ ├── AlertDialog.qml
│ │ │ │ ├── MenuParams.qml
│ │ │ │ ├── JSDialogParams.qml
│ │ │ │ ├── Menu.qml
│ │ │ │ ├── FilePickerParams.qml
│ │ │ │ └── DirectoryPicker.qml
│ │ │ └── BLACKLIST
│ │ ├── qquickwebenginedefaultsurfaceformat
│ │ │ ├── html
│ │ │ │ └── basic_page.html
│ │ │ └── CMakeLists.txt
│ │ ├── publicapi
│ │ │ └── CMakeLists.txt
│ │ ├── qtbug-70248
│ │ │ ├── test.qml
│ │ │ └── CMakeLists.txt
│ │ ├── uidelegates
│ │ │ └── CMakeLists.txt
│ │ └── CMakeLists.txt
│ ├── pdfquick
│ │ ├── CMakeLists.txt
│ │ ├── multipageview
│ │ │ ├── data
│ │ │ │ ├── qpdfwriter.pdf
│ │ │ │ ├── bookmarksAndLinks.pdf
│ │ │ │ ├── pdf-sample.protected.pdf
│ │ │ │ ├── multiPageView.qml
│ │ │ │ ├── jumpOnDocumentReady.qml
│ │ │ │ └── multiPageViewWithFeedback.qml
│ │ │ └── BLACKLIST
│ │ └── pdfpageimage
│ │ │ └── data
│ │ │ ├── bookmarksAndLinks.pdf
│ │ │ └── pdfPageImage.qml
│ ├── pdf
│ │ ├── qpdfdocument
│ │ │ ├── test.pdf
│ │ │ ├── rotated_text.pdf
│ │ │ ├── pdf-sample.metadata.pdf
│ │ │ ├── pdf-sample.protected.pdf
│ │ │ ├── tagged_mcr_multipage.pdf
│ │ │ └── CMakeLists.txt
│ │ ├── qpdfsearchmodel
│ │ │ ├── test.pdf
│ │ │ ├── rotated_text.pdf
│ │ │ ├── tagged_mcr_multipage.pdf
│ │ │ └── CMakeLists.txt
│ │ ├── qpdfbookmarkmodel
│ │ │ ├── pdf-sample.bookmarks.pdf
│ │ │ ├── pdf-sample.bookmarks_pages.pdf
│ │ │ └── CMakeLists.txt
│ │ ├── qpdfpagerenderer
│ │ │ ├── pdf-sample.pagerenderer.pdf
│ │ │ └── CMakeLists.txt
│ │ ├── qpdfpagenavigator
│ │ │ ├── pdf-sample.bookmarks_pages.pdf
│ │ │ └── CMakeLists.txt
│ │ └── CMakeLists.txt
│ ├── httpserver
│ │ ├── data
│ │ │ ├── hedgehog.png
│ │ │ ├── loadprogress
│ │ │ │ ├── downloadable.tar.gz
│ │ │ │ ├── page1.html
│ │ │ │ ├── page4.html
│ │ │ │ ├── page2.html
│ │ │ │ ├── page7.html
│ │ │ │ ├── page6.html
│ │ │ │ ├── page3.html
│ │ │ │ └── page5.html
│ │ │ └── hedgehog.html
│ │ └── CMakeLists.txt
│ ├── util
│ │ ├── CMakeLists.txt
│ │ ├── util.cmake
│ │ └── qt_webengine_quicktest.h
│ ├── CMakeLists.txt
│ └── REUSE.toml
├── CMakeLists.txt
├── manual
│ ├── examples
│ │ ├── widgets
│ │ │ ├── CMakeLists.txt
│ │ │ └── minimal
│ │ │ │ └── minimal.pro
│ │ ├── quick
│ │ │ ├── minimal
│ │ │ │ ├── qml.qrc
│ │ │ │ ├── minimal.pro
│ │ │ │ └── main.qml
│ │ │ ├── webengineaction
│ │ │ │ ├── qml.qrc
│ │ │ │ └── webengineaction.pro
│ │ │ ├── customtouchhandle
│ │ │ │ ├── qml.qrc
│ │ │ │ └── customtouchhandle.pro
│ │ │ ├── CMakeLists.txt
│ │ │ └── customdialogs
│ │ │ │ ├── forms
│ │ │ │ ├── ColorCell.qml
│ │ │ │ └── TouchSelectionMenu.qml
│ │ │ │ ├── customdialogs.pro
│ │ │ │ └── MessageRectangle.qml
│ │ └── CMakeLists.txt
│ ├── quick
│ │ ├── CMakeLists.txt
│ │ ├── pdf
│ │ │ ├── test.pdf
│ │ │ └── simplest.qml
│ │ └── touchbrowser
│ │ │ ├── resources.qrc
│ │ │ └── touchbrowser.pro
│ ├── touchmocking
│ │ └── touchpoint.png
│ ├── widgets
│ │ ├── webrtc
│ │ │ └── qrc.qrc
│ │ ├── inputmethods
│ │ │ ├── test.qrc
│ │ │ ├── webview.h
│ │ │ ├── inputmethods.pro
│ │ │ └── referenceview.h
│ │ ├── printing
│ │ │ └── resources.qrc
│ │ ├── webgl
│ │ │ ├── webgl.pro
│ │ │ └── CMakeLists.txt
│ │ ├── touchbrowser
│ │ │ ├── resources.qrc
│ │ │ └── touchbrowser.pro
│ │ └── CMakeLists.txt
│ └── CMakeLists.txt
└── global
│ └── global.cfg
├── src
├── core
│ ├── doc
│ │ ├── about_credits.tmpl
│ │ ├── QtWebEngineDoc
│ │ ├── about_credits_entry.tmpl
│ │ └── snippets
│ │ │ ├── qtwebenginecore_build_snippet.qdoc
│ │ │ └── qtwebengine_qwebenginepage_snippet.cpp
│ ├── ozone
│ │ ├── REUSE.toml
│ │ ├── ozone_platform_qt.h
│ │ └── ozone_util_qt.h
│ ├── extensions
│ │ ├── api
│ │ │ ├── display_info_provider_qt.cpp
│ │ │ └── display_info_provider_qt.h
│ │ └── messaging_delegate_qt.cpp
│ ├── api
│ │ └── qwebengineurlrequestinterceptor.cpp
│ ├── global_descriptors_qt.h
│ └── cursor_utils_qt_mac.h
├── pdf
│ ├── doc
│ │ ├── about_credits.tmpl
│ │ ├── images
│ │ │ ├── pdfviewer.png
│ │ │ ├── search-results.png
│ │ │ ├── multipageviewer.png
│ │ │ ├── singlepageviewer.webp
│ │ │ └── wrapping-search-result.png
│ │ ├── snippets
│ │ │ ├── qtpdf-build.cmake
│ │ │ ├── qtpdf_build_snippet.qdoc
│ │ │ ├── multipageview.qml
│ │ │ └── pdfpageview.qml
│ │ ├── about_credits_entry.tmpl
│ │ └── src
│ │ │ ├── qtpdf-examples.qdoc
│ │ │ ├── qtpdf-platformnotes.qdoc
│ │ │ └── qtpdf-toc.qdoc
│ ├── plugins
│ │ └── imageformats
│ │ │ └── pdf
│ │ │ ├── pdf.json
│ │ │ └── CMakeLists.txt
│ └── qtpdfglobal.h
├── webenginewidgets
│ ├── doc
│ │ └── snippets
│ │ │ ├── simple
│ │ │ ├── simple.pro
│ │ │ └── main.cpp
│ │ │ ├── qtwebenginewidgets_build_snippet.qdoc
│ │ │ └── push-notifications
│ │ │ └── commands
│ └── plugins
│ │ └── qwebengineview
│ │ └── images
│ │ └── qwebengineview.png
├── webenginequick
│ ├── ui
│ │ ├── question.png
│ │ ├── information.png
│ │ ├── TouchHandle.qml
│ │ ├── MenuSeparator.qml
│ │ ├── MenuItem.qml
│ │ ├── ToolTip.qml
│ │ ├── ColorDialog.qml
│ │ ├── FilePicker.qml
│ │ └── DirectoryPicker.qml
│ ├── doc
│ │ ├── images
│ │ │ ├── qtwebengine-model.png
│ │ │ ├── qtwebengine-architecture.png
│ │ │ └── qtwebenginewidgets-model.png
│ │ └── snippets
│ │ │ ├── qtwebengine_build_snippet.qdoc
│ │ │ └── minimal
│ │ │ └── main.qml
│ └── configure.cmake
├── host
│ ├── config.tests
│ │ └── hostcompiler
│ │ │ ├── main.cpp
│ │ │ └── CMakeLists.txt
│ └── BUILD.toolchain.gn.in
├── process
│ └── QtWebEngineProcess.entitlements
├── pdfquick
│ └── doc
│ │ └── src
│ │ └── qtquickpdf-module.qdoc
└── pdfwidgets
│ └── CMakeLists.txt
├── .tag
├── examples
├── pdf
│ ├── multipage
│ │ ├── .qmllint.ini
│ │ ├── resources
│ │ │ ├── test.pdf
│ │ │ ├── multipage.icns
│ │ │ ├── go-up-search.svg
│ │ │ ├── rotate-right.svg
│ │ │ ├── rotate-left.svg
│ │ │ ├── document-open.svg
│ │ │ ├── edit-copy.svg
│ │ │ ├── zoom-fit-width.svg
│ │ │ ├── go-down-search.svg
│ │ │ ├── go-next-view-page.svg
│ │ │ ├── go-previous-view-page.svg
│ │ │ └── sidebar-collapse-left.svg
│ │ ├── qmldir
│ │ ├── multipage.pro
│ │ ├── pdfapplication.cpp
│ │ └── pdfapplication.h
│ ├── singlepage
│ │ ├── .qmllint.ini
│ │ ├── qmldir
│ │ ├── resources
│ │ │ ├── test.pdf
│ │ │ ├── go-up-search.svg
│ │ │ ├── rotate-right.svg
│ │ │ ├── rotate-left.svg
│ │ │ ├── document-open.svg
│ │ │ ├── edit-copy.svg
│ │ │ ├── zoom-fit-width.svg
│ │ │ ├── go-down-search.svg
│ │ │ ├── go-next-view-page.svg
│ │ │ └── go-previous-view-page.svg
│ │ └── singlepage.pro
│ ├── pdf.pro
│ └── CMakeLists.txt
├── pdfwidgets
│ ├── CMakeLists.txt
│ ├── pdfwidgets.pro
│ └── pdfviewer
│ │ ├── images
│ │ ├── zoom-in.svgz
│ │ ├── zoom-out.svgz
│ │ ├── go-next-view.svgz
│ │ ├── go-up-search.svgz
│ │ ├── document-open.svgz
│ │ ├── go-down-search.svgz
│ │ ├── zoom-fit-best.svgz
│ │ ├── zoom-fit-width.svgz
│ │ ├── zoom-original.svgz
│ │ ├── zoom-previous.svgz
│ │ ├── go-next-view-page.svgz
│ │ ├── go-previous-view.svgz
│ │ └── go-previous-view-page.svgz
│ │ ├── pdfviewer.pro
│ │ ├── resources.qrc
│ │ └── searchresultdelegate.h
├── webenginewidgets
│ ├── cookiebrowser
│ │ ├── 3rdparty
│ │ │ ├── COPYING
│ │ │ └── view-refresh.png
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── cookiebrowser.png
│ │ ├── cookiebrowser.qrc
│ │ ├── cookiebrowser.pro
│ │ └── main.cpp
│ ├── simplebrowser
│ │ ├── data
│ │ │ ├── 3rdparty
│ │ │ │ ├── COPYING
│ │ │ │ ├── go-bottom.png
│ │ │ │ ├── go-next.png
│ │ │ │ ├── text-html.png
│ │ │ │ ├── edit-clear.png
│ │ │ │ ├── go-previous.png
│ │ │ │ ├── dialog-error.png
│ │ │ │ ├── process-stop.png
│ │ │ │ └── view-refresh.png
│ │ │ ├── ninja.png
│ │ │ └── AppLogoColor.png
│ │ └── doc
│ │ │ └── images
│ │ │ ├── simplebrowser.png
│ │ │ └── simplebrowser-model.png
│ ├── permissionbrowser
│ │ ├── resources
│ │ │ ├── 3rdparty
│ │ │ │ ├── COPYING
│ │ │ │ ├── go-next.png
│ │ │ │ ├── go-previous.png
│ │ │ │ └── view-refresh.png
│ │ │ └── AppLogoColor.png
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── permissionbrowser-example.png
│ │ └── permissionbrowser.qrc
│ ├── notifications
│ │ ├── data
│ │ │ ├── icon.png
│ │ │ └── data.qrc
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── notifications-example.png
│ │ └── notifications.pro
│ ├── spellchecker
│ │ ├── dict
│ │ │ ├── de
│ │ │ │ ├── de-DE.aff
│ │ │ │ ├── de-DE.dic
│ │ │ │ └── README.txt
│ │ │ └── en
│ │ │ │ ├── en-US.aff
│ │ │ │ ├── en-US.dic
│ │ │ │ └── README.txt
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── spellchecker-example.png
│ │ ├── data
│ │ │ └── spellchecker.qrc
│ │ ├── main.cpp
│ │ └── webview.h
│ ├── maps
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── maps-example.png
│ │ ├── maps.pro
│ │ ├── main.cpp
│ │ └── mainwindow.h
│ ├── push-notifications
│ │ ├── data
│ │ │ ├── data.qrc
│ │ │ └── icon.png
│ │ ├── doc
│ │ │ └── images
│ │ │ │ ├── website.png
│ │ │ │ ├── notification.png
│ │ │ │ ├── permissions.png
│ │ │ │ └── push-notifications.png
│ │ ├── push-notifications.pro
│ │ └── content
│ │ │ ├── worker.js
│ │ │ └── style.css
│ ├── videoplayer
│ │ ├── data
│ │ │ └── videoplayer.qrc
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── videoplayer-example.png
│ │ ├── videoplayer.pro
│ │ └── main.cpp
│ ├── contentmanipulation
│ │ ├── jquery.qrc
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── contentmanipulation-example.png
│ │ ├── REUSE.toml
│ │ └── contentmanipulation.pro
│ ├── printme
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── printme-example.png
│ │ ├── data
│ │ │ └── data.qrc
│ │ └── printme.pro
│ ├── clientcertificate
│ │ ├── doc
│ │ │ └── images
│ │ │ │ ├── granted.png
│ │ │ │ └── selection.png
│ │ ├── resources
│ │ │ ├── client.qrc
│ │ │ └── server.qrc
│ │ ├── clientcertificate.pro
│ │ ├── client.pro
│ │ └── server.pro
│ ├── html2pdf
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── html2pdf-example.png
│ │ └── html2pdf.pro
│ └── recipebrowser
│ │ ├── assets
│ │ ├── pages
│ │ │ └── images
│ │ │ │ ├── pasta.jpg
│ │ │ │ ├── pizza.jpg
│ │ │ │ ├── soup.jpg
│ │ │ │ ├── steak.jpg
│ │ │ │ ├── burger.jpg
│ │ │ │ ├── cupcakes.jpg
│ │ │ │ └── skewers.jpg
│ │ ├── custom.js
│ │ ├── 3rdparty
│ │ │ └── REUSE.toml
│ │ ├── custom.css
│ │ └── icons
│ │ │ ├── stylesheets.svg
│ │ │ └── remove.svg
│ │ ├── doc
│ │ └── images
│ │ │ └── recipebrowser.webp
│ │ ├── main.cpp
│ │ └── recipebrowser.pro
├── webenginequick
│ ├── lifecycle
│ │ ├── qtquickcontrols2.conf
│ │ ├── doc
│ │ │ └── images
│ │ │ │ ├── lifecycle.png
│ │ │ │ ├── lifecycle-manual.png
│ │ │ │ └── lifecycle-automatic.png
│ │ ├── lifecycle.pro
│ │ ├── resources.qrc
│ │ └── WebToolButton.qml
│ ├── quicknanobrowser
│ │ ├── icons
│ │ │ └── 3rdparty
│ │ │ │ ├── COPYING
│ │ │ │ ├── go-next.png
│ │ │ │ ├── go-previous.png
│ │ │ │ ├── process-stop.png
│ │ │ │ └── view-refresh.png
│ │ ├── doc
│ │ │ └── images
│ │ │ │ └── quicknanobrowser-demo.jpg
│ │ └── qmldir
│ ├── webenginequick.pro
│ └── CMakeLists.txt
└── examples.pro
├── .gitreview
├── LICENSES
├── LicenseRef-Tango-Icons-Public-Domain.txt
└── LicenseRef-Qt-Commercial.txt
├── .gitmodules
├── CHROMIUM_VERSION
├── tools
└── scripts
│ ├── gn_run_binary.py
│ └── get_version.py
├── qt_cmdline.cmake
├── dist
└── REUSE.toml
├── .cmake.conf
└── dependencies.yaml
/coin-bug-707:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/auto/widgets/schemes/BLACKLIST:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/tests/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | qt_build_tests()
2 |
--------------------------------------------------------------------------------
/src/core/doc/about_credits.tmpl:
--------------------------------------------------------------------------------
1 | {{entries}}
2 |
--------------------------------------------------------------------------------
/src/pdf/doc/about_credits.tmpl:
--------------------------------------------------------------------------------
1 | {{entries}}
2 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/mixedXHR.txt:
--------------------------------------------------------------------------------
1 | ok
--------------------------------------------------------------------------------
/.tag:
--------------------------------------------------------------------------------
1 | 0429ba696ebad9de0a2e34b6946c2a375d11fc68
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/bar.txt:
--------------------------------------------------------------------------------
1 | bar
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/foo.txt:
--------------------------------------------------------------------------------
1 | foo
2 |
--------------------------------------------------------------------------------
/examples/pdf/multipage/.qmllint.ini:
--------------------------------------------------------------------------------
1 | [General]
2 | MaxWarnings=0
3 |
--------------------------------------------------------------------------------
/examples/pdf/singlepage/.qmllint.ini:
--------------------------------------------------------------------------------
1 | [General]
2 | MaxWarnings=0
3 |
--------------------------------------------------------------------------------
/tests/auto/core/certificateerror/BLACKLIST:
--------------------------------------------------------------------------------
1 | [fatalError]
2 | *
3 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/serviceWorker.js:
--------------------------------------------------------------------------------
1 | /* empty */
2 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | qt_internal_add_example(pdfviewer)
2 |
--------------------------------------------------------------------------------
/tests/manual/examples/widgets/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(minimal)
2 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfwidgets.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = subdirs
2 | SUBDIRS += pdfviewer
3 |
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineviewgraphics/BLACKLIST:
--------------------------------------------------------------------------------
1 | [showHideShow]
2 | *
3 |
--------------------------------------------------------------------------------
/tests/auto/quick/inspectorserver/BLACKLIST:
--------------------------------------------------------------------------------
1 | [openRemoteDebuggingSession]
2 | macos
3 |
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/html/basic_page2.html:
--------------------------------------------------------------------------------
1 |
Basic page 2
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/style.css:
--------------------------------------------------------------------------------
1 | #idP {color: red !important}
2 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/redirect.css:
--------------------------------------------------------------------------------
1 | body {
2 | font-family: serif;
3 | }
4 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/change-document-title.js:
--------------------------------------------------------------------------------
1 | document.title = "New title";
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/path with spaces.txt:
--------------------------------------------------------------------------------
1 | contents with spaces
2 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/append-document-title.js:
--------------------------------------------------------------------------------
1 | document.title += " with appendix";
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/favicon/resources/test1.html:
--------------------------------------------------------------------------------
1 | Some text 1
2 |
--------------------------------------------------------------------------------
/examples/pdf/pdf.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE=subdirs
2 |
3 | qtHaveModule(svg): SUBDIRS += singlepage multipage
4 |
--------------------------------------------------------------------------------
/.gitreview:
--------------------------------------------------------------------------------
1 | [gerrit]
2 | host=codereview.qt-project.org
3 | project=qt/qtwebengine
4 | defaultbranch=dev
5 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/dedicatedWorker.js:
--------------------------------------------------------------------------------
1 | onmessage = (e) => { postMessage(e.data + 1); };
2 |
--------------------------------------------------------------------------------
/tests/auto/pdfquick/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(multipageview)
2 | add_subdirectory(pdfpageimage)
3 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/test2.html:
--------------------------------------------------------------------------------
1 | Some text 2
2 |
--------------------------------------------------------------------------------
/tests/manual/quick/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(touchbrowser)
2 | add_subdirectory(geopermission)
3 |
--------------------------------------------------------------------------------
/src/pdf/doc/images/pdfviewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/pdf/doc/images/pdfviewer.png
--------------------------------------------------------------------------------
/src/webenginewidgets/doc/snippets/simple/simple.pro:
--------------------------------------------------------------------------------
1 | QT += webenginewidgets
2 | SOURCES = main.cpp
3 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineclientcertificatestore/BLACKLIST:
--------------------------------------------------------------------------------
1 | [clientAuthentication]
2 | macos-15 # QTBUG-130500
3 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page1.html:
--------------------------------------------------------------------------------
1 | page1page1
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page2.html:
--------------------------------------------------------------------------------
1 | page2page2
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page3.html:
--------------------------------------------------------------------------------
1 | page3page3
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page4.html:
--------------------------------------------------------------------------------
1 | page4page4
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page6.html:
--------------------------------------------------------------------------------
1 | page6page6
2 |
--------------------------------------------------------------------------------
/tests/manual/quick/pdf/test.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/manual/quick/pdf/test.pdf
--------------------------------------------------------------------------------
/src/webenginequick/ui/question.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginequick/ui/question.png
--------------------------------------------------------------------------------
/tests/auto/widgets/accessibility/BLACKLIST:
--------------------------------------------------------------------------------
1 | [roles:ax::mojom::Role::kSvgRoot]
2 | b2qt
3 |
4 | [focusChild]
5 | *
6 |
--------------------------------------------------------------------------------
/src/pdf/doc/images/search-results.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/pdf/doc/images/search-results.png
--------------------------------------------------------------------------------
/src/pdf/plugins/imageformats/pdf/pdf.json:
--------------------------------------------------------------------------------
1 | {
2 | "Keys": [ "pdf" ],
3 | "MimeTypes": [ "application/pdf" ]
4 | }
5 |
--------------------------------------------------------------------------------
/src/webenginequick/ui/information.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginequick/ui/information.png
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfdocument/test.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfdocument/test.pdf
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/iframe3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | inner
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/user.css:
--------------------------------------------------------------------------------
1 | p {
2 | background-image: url('http://does.not/exist.png');
3 | }
--------------------------------------------------------------------------------
/LICENSES/LicenseRef-Tango-Icons-Public-Domain.txt:
--------------------------------------------------------------------------------
1 | The icons in this repository are herefore released into the Public Domain.
2 |
--------------------------------------------------------------------------------
/examples/pdf/singlepage/qmldir:
--------------------------------------------------------------------------------
1 | module SinglePageModule
2 | prefer :/qt/qml/SinglePageModule/
3 | Viewer 254.0 Viewer.qml
4 |
--------------------------------------------------------------------------------
/src/pdf/doc/images/multipageviewer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/pdf/doc/images/multipageviewer.png
--------------------------------------------------------------------------------
/tests/auto/httpserver/data/hedgehog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/httpserver/data/hedgehog.png
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfsearchmodel/test.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfsearchmodel/test.pdf
--------------------------------------------------------------------------------
/examples/pdf/multipage/resources/test.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdf/multipage/resources/test.pdf
--------------------------------------------------------------------------------
/examples/pdf/singlepage/resources/test.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdf/singlepage/resources/test.pdf
--------------------------------------------------------------------------------
/src/pdf/doc/images/singlepageviewer.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/pdf/doc/images/singlepageviewer.webp
--------------------------------------------------------------------------------
/src/pdf/doc/snippets/qtpdf-build.cmake:
--------------------------------------------------------------------------------
1 | find_package(Qt6 REQUIRED COMPONENTS Pdf)
2 | target_link_libraries(mytarget Qt6::Pdf)
3 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/red.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/origins/resources/red.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | inner
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/alert.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/manual/touchmocking/touchpoint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/manual/touchmocking/touchpoint.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/cookiebrowser/3rdparty/COPYING:
--------------------------------------------------------------------------------
1 | The icons in this repository are herefore released into the Public Domain.
2 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebenginecookiestore/resources/content.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | This is test content
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebenginesettings/BLACKLIST:
--------------------------------------------------------------------------------
1 | [javascriptClipboard]
2 | ubuntu-20.04
3 |
4 | [setInAcceptNavigationRequest]
5 | macos
6 |
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfdocument/rotated_text.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfdocument/rotated_text.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/download.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/download.zip
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/content.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | This is test content
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/pdf/multipage/resources/multipage.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdf/multipage/resources/multipage.icns
--------------------------------------------------------------------------------
/examples/webenginequick/lifecycle/qtquickcontrols2.conf:
--------------------------------------------------------------------------------
1 | [Controls]
2 | Style=Material
3 |
4 | [Material]
5 | Theme=Dark
6 | Variant=Dense
7 |
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/icons/3rdparty/COPYING:
--------------------------------------------------------------------------------
1 | The icons in this repository are herefore released into the Public Domain.
2 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/COPYING:
--------------------------------------------------------------------------------
1 | The icons in this repository are herefore released into the Public Domain.
2 |
--------------------------------------------------------------------------------
/src/pdf/doc/images/wrapping-search-result.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/pdf/doc/images/wrapping-search-result.png
--------------------------------------------------------------------------------
/tests/auto/core/webenginedriver/resources/input.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfsearchmodel/rotated_text.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfsearchmodel/rotated_text.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/gray16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/gray16.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/gray32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/gray32.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/gray64.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/gray64.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/qt144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/qt144.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/qt32.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/qt32.ico
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/test1.html:
--------------------------------------------------------------------------------
1 |
2 | Test page 1
3 |
4 | Hello.
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/action_popup_ext/popup_page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Popup page
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/widgets/offscreen/test.html:
--------------------------------------------------------------------------------
1 |
2 | TEST
3 |
4 | Eat me !
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-in.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-in.svgz
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/image.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/favicon.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/gray128.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/gray128.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/gray255.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/gray255.png
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/qtmulti.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/qtmulti.ico
--------------------------------------------------------------------------------
/tests/manual/widgets/webrtc/qrc.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | index.html
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/pdf/multipage/qmldir:
--------------------------------------------------------------------------------
1 | module MultiPageModule
2 | typeinfo multipage.qmltypes
3 | prefer :/qt/qml/MultiPageModule/
4 | Viewer 254.0 Viewer.qml
5 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-out.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-out.svgz
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/resources/3rdparty/COPYING:
--------------------------------------------------------------------------------
1 | The icons in this repository are herefore released into the Public Domain.
2 |
--------------------------------------------------------------------------------
/src/webenginequick/doc/images/qtwebengine-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginequick/doc/images/qtwebengine-model.png
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfdocument/pdf-sample.metadata.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfdocument/pdf-sample.metadata.pdf
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfdocument/pdf-sample.protected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfdocument/pdf-sample.protected.pdf
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfdocument/tagged_mcr_multipage.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfdocument/tagged_mcr_multipage.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/grayicons.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/grayicons.ico
--------------------------------------------------------------------------------
/tests/auto/widgets/favicon/resources/icons/qt144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/favicon/resources/icons/qt144.png
--------------------------------------------------------------------------------
/tests/auto/widgets/favicon/resources/icons/qt32.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/favicon/resources/icons/qt32.ico
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/frame_c.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/test.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebengineview/resources/test.swf
--------------------------------------------------------------------------------
/tests/auto/widgets/spellchecking/dict/de-DE.aff:
--------------------------------------------------------------------------------
1 | SET UTF-8
2 | TRY esianrtolcdugmphbyfvkwzqESIANRTOLCDUGMPHBYFVKWZQ
3 |
4 | PFX Q Y 1
5 | PFX Q 0 q .
6 |
--------------------------------------------------------------------------------
/tests/auto/widgets/spellchecking/dict/en-US.aff:
--------------------------------------------------------------------------------
1 | SET UTF-8
2 | TRY esianrtolcdugmphbyfvkwzqESIANRTOLCDUGMPHBYFVKWZQ
3 |
4 | PFX Q Y 1
5 | PFX Q 0 q .
6 |
--------------------------------------------------------------------------------
/tests/manual/widgets/inputmethods/test.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | testdata.csv
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-next-view.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-next-view.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-up-search.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-up-search.svgz
--------------------------------------------------------------------------------
/examples/webenginewidgets/notifications/data/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/notifications/data/icon.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/ninja.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/ninja.png
--------------------------------------------------------------------------------
/tests/auto/pdfquick/multipageview/data/qpdfwriter.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdfquick/multipageview/data/qpdfwriter.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/inspectorserver/html/basic_page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Basic Page
4 |
5 | Basic page
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/icons/small-favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qmltests/data/icons/small-favicon.png
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/BLACKLIST:
--------------------------------------------------------------------------------
1 | [javascriptClipboard]
2 | ubuntu-20.04
3 |
4 | [htmlSelectPopup]
5 | ubuntu-24.04 offscreen # QTBUG-128653
6 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/packed_ext.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/extensions/resources/packed_ext.zip
--------------------------------------------------------------------------------
/tests/auto/widgets/favicon/resources/icons/qtmulti.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/favicon/resources/icons/qtmulti.ico
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebenginepage/resources/image.png
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebenginepage/resources/image2.png
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/test1.html:
--------------------------------------------------------------------------------
1 |
2 | Test page 1
3 |
4 | Hello.
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/image2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebengineview/resources/image2.png
--------------------------------------------------------------------------------
/tests/manual/examples/quick/minimal/qml.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | main.qml
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/manual/examples/quick/webengineaction/qml.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | main.qml
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "src/3rdparty"]
2 | path = src/3rdparty
3 | url = ../qtwebengine-chromium.git
4 | ignore = dirty
5 | initrepo = true
6 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/document-open.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/document-open.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-down-search.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-down-search.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-fit-best.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-fit-best.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-fit-width.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-fit-width.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-original.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-original.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/zoom-previous.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/zoom-previous.svgz
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/dict/de/de-DE.aff:
--------------------------------------------------------------------------------
1 | SET UTF-8
2 | TRY esianrtolcdugmphbyfvkwzqESIANRTOLCDUGMPHBYFVKWZQ
3 |
4 | PFX Q Y 1
5 | PFX Q 0 q .
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/dict/en/en-US.aff:
--------------------------------------------------------------------------------
1 | SET UTF-8
2 | TRY esianrtolcdugmphbyfvkwzqESIANRTOLCDUGMPHBYFVKWZQ
3 |
4 | PFX Q Y 1
5 | PFX Q 0 q .
6 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebenginecookiestore/resources/fav.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/qwebenginecookiestore/resources/fav.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/image_in_iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/media_in_iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfbookmarkmodel/pdf-sample.bookmarks.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfbookmarkmodel/pdf-sample.bookmarks.pdf
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfsearchmodel/tagged_mcr_multipage.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfsearchmodel/tagged_mcr_multipage.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/html/basic_page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Basic Page
4 |
5 | Basic page
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/defaultsurfaceformat/resources/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Basic Page
4 |
5 | Basic page
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/unpacked_ext/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Extension",
3 | "version": "1.0",
4 | "manifest_version": 3
5 | }
6 |
--------------------------------------------------------------------------------
/tests/manual/examples/quick/customtouchhandle/qml.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | main.qml
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/manual/widgets/printing/resources.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | printing_example.html
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-next-view-page.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-next-view-page.svgz
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-previous-view.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-previous-view.svgz
--------------------------------------------------------------------------------
/examples/webenginequick/lifecycle/doc/images/lifecycle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/lifecycle/doc/images/lifecycle.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/maps/doc/images/maps-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/maps/doc/images/maps-example.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/data/data.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | icon.png
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/data/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/push-notifications/data/icon.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/videoplayer/data/videoplayer.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | index.html
4 |
5 |
6 |
--------------------------------------------------------------------------------
/src/webenginequick/doc/images/qtwebengine-architecture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginequick/doc/images/qtwebengine-architecture.png
--------------------------------------------------------------------------------
/src/webenginequick/doc/images/qtwebenginewidgets-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginequick/doc/images/qtwebenginewidgets-model.png
--------------------------------------------------------------------------------
/tests/auto/httpserver/data/loadprogress/downloadable.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/httpserver/data/loadprogress/downloadable.tar.gz
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfpagerenderer/pdf-sample.pagerenderer.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfpagerenderer/pdf-sample.pagerenderer.pdf
--------------------------------------------------------------------------------
/tests/auto/pdfquick/pdfpageimage/data/bookmarksAndLinks.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdfquick/pdfpageimage/data/bookmarksAndLinks.pdf
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepermission/resources/qt144.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebenginepermission/resources/qt144.png
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineprofile/resources/hedgehog.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/qwebengineprofile/resources/hedgehog.png
--------------------------------------------------------------------------------
/tests/manual/widgets/webgl/webgl.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = app
2 | TARGET = webgl
3 | QT += core gui widgets webenginewidgets
4 | CONFIG += c++11
5 | SOURCES += main.cpp
6 |
7 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/contentmanipulation/jquery.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | jquery.min.js
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/AppLogoColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/AppLogoColor.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/dict/en/en-US.dic:
--------------------------------------------------------------------------------
1 | 10
2 | he/Q
3 | I/Q
4 | it/Q
5 | love/Q
6 | loves/Q
7 | qt/Q
8 | she/Q
9 | they/Q
10 | we/Q
11 | you/Q
12 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/resource_in_iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/pdfquick/multipageview/data/bookmarksAndLinks.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdfquick/multipageview/data/bookmarksAndLinks.pdf
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/invalid_manifest_ext/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "manifest v2",
3 | "version": "1.0",
4 | "manifest_version": 2
5 | }
6 |
--------------------------------------------------------------------------------
/examples/pdfwidgets/pdfviewer/images/go-previous-view-page.svgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/pdfwidgets/pdfviewer/images/go-previous-view-page.svgz
--------------------------------------------------------------------------------
/examples/webenginewidgets/printme/doc/images/printme-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/printme/doc/images/printme-example.png
--------------------------------------------------------------------------------
/src/core/doc/QtWebEngineDoc:
--------------------------------------------------------------------------------
1 | #include
2 | #include
3 | #include
4 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/firstparty.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfbookmarkmodel/pdf-sample.bookmarks_pages.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfbookmarkmodel/pdf-sample.bookmarks_pages.pdf
--------------------------------------------------------------------------------
/tests/auto/pdf/qpdfpagenavigator/pdf-sample.bookmarks_pages.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdf/qpdfpagenavigator/pdf-sample.bookmarks_pages.pdf
--------------------------------------------------------------------------------
/tests/auto/pdfquick/multipageview/data/pdf-sample.protected.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/pdfquick/multipageview/data/pdf-sample.protected.pdf
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebenginedefaultsurfaceformat/html/basic_page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Basic Page
4 |
5 | Basic page
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | top
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/CHROMIUM_VERSION:
--------------------------------------------------------------------------------
1 | Based on Chromium version: 134.0.6998.208
2 | Patched with security patches up to Chromium version: 142.0.7444.176
3 |
--------------------------------------------------------------------------------
/examples/webenginequick/lifecycle/doc/images/lifecycle-manual.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/lifecycle/doc/images/lifecycle-manual.png
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/icons/3rdparty/go-next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/quicknanobrowser/icons/3rdparty/go-next.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/clientcertificate/doc/images/granted.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/clientcertificate/doc/images/granted.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/cookiebrowser/3rdparty/view-refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/cookiebrowser/3rdparty/view-refresh.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/html2pdf/doc/images/html2pdf-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/html2pdf/doc/images/html2pdf-example.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/doc/images/website.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/push-notifications/doc/images/website.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/go-bottom.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/go-next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/go-next.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/text-html.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/text-html.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/media.mp4:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/qwebengineurlrequestinterceptor/resources/media.mp4
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/script.js:
--------------------------------------------------------------------------------
1 | var request = new XMLHttpRequest();
2 | request.open('GET', 'test', /* async = */ false);
3 | request.send();
4 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/script.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginescript/resources/test_iframe_inner.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Inner text
7 |
8 |
9 |
--------------------------------------------------------------------------------
/examples/webenginequick/lifecycle/doc/images/lifecycle-automatic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/lifecycle/doc/images/lifecycle-automatic.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/clientcertificate/doc/images/selection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/clientcertificate/doc/images/selection.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/cookiebrowser/doc/images/cookiebrowser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/cookiebrowser/doc/images/cookiebrowser.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/pasta.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/pasta.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/pizza.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/pizza.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/soup.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/soup.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/steak.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/steak.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/doc/images/recipebrowser.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/doc/images/recipebrowser.webp
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/edit-clear.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/go-previous.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/doc/images/simplebrowser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/doc/images/simplebrowser.png
--------------------------------------------------------------------------------
/src/webenginewidgets/plugins/qwebengineview/images/qwebengineview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/src/webenginewidgets/plugins/qwebengineview/images/qwebengineview.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | top
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/html/resources/simple_image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/quick/qquickwebengineview/html/resources/simple_image.png
--------------------------------------------------------------------------------
/tests/manual/examples/quick/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(minimal)
2 | add_subdirectory(customdialogs)
3 | add_subdirectory(customtouchhandle)
4 | add_subdirectory(webengineaction)
5 |
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/icons/3rdparty/go-previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/quicknanobrowser/icons/3rdparty/go-previous.png
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/icons/3rdparty/process-stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/quicknanobrowser/icons/3rdparty/process-stop.png
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/icons/3rdparty/view-refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/quicknanobrowser/icons/3rdparty/view-refresh.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/resources/AppLogoColor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/permissionbrowser/resources/AppLogoColor.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/printme/data/data.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | index.html
4 | style.css
5 |
6 |
7 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/doc/images/notification.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/push-notifications/doc/images/notification.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/doc/images/permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/push-notifications/doc/images/permissions.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/burger.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/burger.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/cupcakes.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/cupcakes.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/recipebrowser/assets/pages/images/skewers.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/recipebrowser/assets/pages/images/skewers.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/dialog-error.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/process-stop.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/data/3rdparty/view-refresh.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/videoplayer/doc/images/videoplayer-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/videoplayer/doc/images/videoplayer-example.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineclientcertificatestore/resources/client2.p12:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/qwebengineclientcertificatestore/resources/client2.p12
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/link.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Link
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/invalid_manifest_ext_packed.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/widgets/extensions/resources/invalid_manifest_ext_packed.zip
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginehistory/resources/page5.html:
--------------------------------------------------------------------------------
1 |
2 | page5page5
3 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/notifications/data/data.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | index.html
4 | icon.png
5 |
6 |
7 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/resources/3rdparty/go-next.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/permissionbrowser/resources/3rdparty/go-next.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/simplebrowser/doc/images/simplebrowser-model.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/simplebrowser/doc/images/simplebrowser-model.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/doc/images/spellchecker-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/spellchecker/doc/images/spellchecker-example.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/fontawesome.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/qwebengineurlrequestinterceptor/resources/fontawesome.woff
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/iframe2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | another iframe
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/index.html:
--------------------------------------------------------------------------------
1 |
5 |
--------------------------------------------------------------------------------
/tests/manual/examples/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | if(TARGET Qt::WebEngineWidgets)
2 | add_subdirectory(widgets)
3 | endif()
4 | if(TARGET Qt::WebEngineQuick)
5 | add_subdirectory(quick)
6 | endif()
7 |
--------------------------------------------------------------------------------
/tests/manual/examples/quick/webengineaction/webengineaction.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = app
2 |
3 | QT += webenginequick
4 |
5 | HEADERS += utils.h
6 | SOURCES += main.cpp
7 |
8 | RESOURCES += qml.qrc
9 |
--------------------------------------------------------------------------------
/examples/webenginequick/quicknanobrowser/doc/images/quicknanobrowser-demo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginequick/quicknanobrowser/doc/images/quicknanobrowser-demo.jpg
--------------------------------------------------------------------------------
/examples/webenginewidgets/notifications/doc/images/notifications-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/notifications/doc/images/notifications-example.png
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/icons/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/tests/auto/core/qwebengineurlrequestinterceptor/resources/icons/favicon.png
--------------------------------------------------------------------------------
/tests/auto/widgets/printing/resources/basic_printing_page.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Basic Printing Page
4 |
5 |
6 | Hello Paper World
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/manual/widgets/touchbrowser/resources.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | ../../touchmocking/touchpoint.png
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/cookiebrowser/cookiebrowser.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | 3rdparty/view-refresh.png
4 |
5 |
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/resources/3rdparty/go-previous.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/permissionbrowser/resources/3rdparty/go-previous.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/resources/3rdparty/view-refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/permissionbrowser/resources/3rdparty/view-refresh.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/push-notifications/doc/images/push-notifications.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/push-notifications/doc/images/push-notifications.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/data/spellchecker.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | index.html
4 | style.css
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/iframe2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | another iframe
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/style.css:
--------------------------------------------------------------------------------
1 | @font-face {
2 | font-family: fontawesome;
3 | src: url(fontawesome.woff);
4 | }
5 | p {
6 | font-family: fontawesome;
7 | }
8 |
--------------------------------------------------------------------------------
/examples/webenginequick/webenginequick.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE=subdirs
2 |
3 | SUBDIRS += \
4 | quicknanobrowser
5 |
6 | qtHaveModule(quickcontrols2) {
7 | SUBDIRS += \
8 | lifecycle
9 | }
10 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/sharedWorker.js:
--------------------------------------------------------------------------------
1 | onconnect = function(e) {
2 | let port = e.ports[0];
3 | port.onmessage = function(e) {
4 | port.postMessage(e.data + 1);
5 | };
6 | };
7 |
--------------------------------------------------------------------------------
/tests/auto/httpserver/data/loadprogress/page1.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | page1
4 |
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/prompt.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginescript/resources/title_a.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | A
5 |
6 |
7 | Page A
8 |
9 |
10 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginescript/resources/title_b.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | B
5 |
6 |
7 | Page B
8 |
9 |
10 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/clientcertificate/resources/client.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | client.key
4 | client.pem
5 |
6 |
7 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/permissionbrowser/doc/images/permissionbrowser-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/permissionbrowser/doc/images/permissionbrowser-example.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/spellchecker/dict/de/de-DE.dic:
--------------------------------------------------------------------------------
1 | 15
2 | du/Q
3 | er/Q
4 | es/Q
5 | ich/Q
6 | ihr/Q
7 | liebe/Q
8 | lieben/Q
9 | liebst/Q
10 | liebt/Q
11 | qt/Q
12 | sie/Q
13 | Sie/Q
14 | wir/Q
15 |
--------------------------------------------------------------------------------
/tests/auto/pdfquick/multipageview/BLACKLIST:
--------------------------------------------------------------------------------
1 | # QTBUG-111306
2 | [navigation:click links and go back, twice]
3 | android
4 |
5 | # QTBUG-111306
6 | [navigation:click two links in series and then go back]
7 | android
8 |
--------------------------------------------------------------------------------
/tests/auto/widgets/spellchecking/dict/de-DE.dic:
--------------------------------------------------------------------------------
1 | 15
2 | du/Q
3 | er/Q
4 | es/Q
5 | ich/Q
6 | ihr/Q
7 | liebe/Q
8 | lieben/Q
9 | liebst/Q
10 | liebt/Q
11 | löwe/Q
12 | qt/Q
13 | sie/Q
14 | Sie/Q
15 | wir/Q
16 |
--------------------------------------------------------------------------------
/tests/manual/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | add_subdirectory(examples)
2 | if(TARGET Qt::WebEngineQuick)
3 | add_subdirectory(quick)
4 | endif()
5 | if(TARGET Qt::WebEngineWidgets)
6 | add_subdirectory(widgets)
7 | endif()
8 |
--------------------------------------------------------------------------------
/src/pdf/doc/snippets/qtpdf_build_snippet.qdoc:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2019 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3 |
4 | //! [0]
5 | QT += pdf
6 | //! [0]
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/favicon.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/javascript.html:
--------------------------------------------------------------------------------
1 |
2 | Original Title
3 |
4 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/content_script_ext/script.js:
--------------------------------------------------------------------------------
1 | let testNode = document.createElement("div")
2 | testNode.innerText = "Hello"
3 | testNode.id = "testNode"
4 | document.body.appendChild(testNode)
5 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/index.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/examples/pdf/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | # Copyright (C) 2022 The Qt Company Ltd.
2 | # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3 |
4 | qt_internal_add_example(singlepage)
5 | qt_internal_add_example(multipage)
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/contentmanipulation/doc/images/contentmanipulation-example.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/qt/qtwebengine/dev/examples/webenginewidgets/contentmanipulation/doc/images/contentmanipulation-example.png
--------------------------------------------------------------------------------
/examples/webenginewidgets/html2pdf/html2pdf.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = app
2 |
3 | QT += webenginewidgets
4 |
5 | SOURCES += html2pdf.cpp
6 |
7 | target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/html2pdf
8 | INSTALLS += target
9 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/media.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/framedindex.html:
--------------------------------------------------------------------------------
1 |
2 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/reload.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | This is test content
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/manual/examples/widgets/minimal/minimal.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = app
2 |
3 | QT += webenginewidgets
4 |
5 | SOURCES += main.cpp
6 |
7 | target.path = $$[QT_INSTALL_EXAMPLES]/webenginewidgets/minimal
8 | INSTALLS += target
9 |
--------------------------------------------------------------------------------
/src/webenginequick/ui/TouchHandle.qml:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2018 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3 |
4 | import QtQuick
5 |
6 | Image { }
7 |
--------------------------------------------------------------------------------
/tests/auto/core/origins/resources/viewSource.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | viewSource
5 |
6 |
7 | viewSource
8 |
9 |
10 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/mock-delegates/MenuSeparator.qml:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2025 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | import QtQuick
5 |
6 | Item { id: dummy }
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/scrolltest_page.html:
--------------------------------------------------------------------------------
1 |
2 | Scrolling test
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/clientcertificate/clientcertificate.pro:
--------------------------------------------------------------------------------
1 | QT_FOR_CONFIG += network-private
2 | TEMPLATE = subdirs
3 |
4 | client.file = client.pro
5 | server.file = server.pro
6 |
7 | qtConfig(ssl): SUBDIRS += client server
8 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineframe/resources/printing-inner-document.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Printing Inner Document
4 |
5 | Inner Header
6 |
7 |
8 |
--------------------------------------------------------------------------------
/src/webenginequick/ui/MenuSeparator.qml:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2016 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3 |
4 | import QtQuick
5 |
6 | Item { id: dummy }
7 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/redirect.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Redirecting to test1.html
8 |
9 |
10 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/hello.js:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2025 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | function sayHello()
5 | {
6 | console.warn("hello");
7 | }
8 |
--------------------------------------------------------------------------------
/examples/webenginequick/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | # Copyright (C) 2022 The Qt Company Ltd.
2 | # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3 |
4 | qt_internal_add_example(lifecycle)
5 | qt_internal_add_example(quicknanobrowser)
6 |
--------------------------------------------------------------------------------
/src/host/config.tests/hostcompiler/main.cpp:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2018 The Qt Company Ltd.
2 | // SPDX-License-Identifier: BSD-3-Clause
3 |
4 | #include
5 | int main()
6 | {
7 | printf("This works\n");
8 | return 0;
9 | }
10 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/mock-delegates/MenuItem.qml:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2021 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | import QtQml
5 |
6 | QtObject {
7 | signal triggered()
8 | }
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/action_popup_ext/manifest.json:
--------------------------------------------------------------------------------
1 | {
2 | "name": "Extension",
3 | "version": "1.0",
4 | "manifest_version": 3,
5 | "action": {
6 | "default_popup": "popup_page.html"
7 | }
8 | }
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/extensions/resources/service_worker_ext/service_worker.js:
--------------------------------------------------------------------------------
1 | chrome.runtime.onMessage.addListener((message, _, sendResponse) => {
2 | if (message === "ping")
3 | sendResponse("pong")
4 | return true;
5 | })
6 |
--------------------------------------------------------------------------------
/examples/webenginewidgets/clientcertificate/resources/server.qrc:
--------------------------------------------------------------------------------
1 |
2 |
3 | server.key
4 | server.pem
5 | ca.pem
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineframe/resources/nesting-iframe.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | Test-title
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/html/resources/hello.js:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2025 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | function sayHello()
5 | {
6 | console.warn("hello");
7 | }
8 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/script2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/content.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Simple test page without favicon (meaning no separate request from http server)
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/content2.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Simple test page without favicon (meaning no separate request from http server)
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/content3.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Simple test page without favicon (meaning no separate request from http server)
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/cors.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | >
7 |
8 |
9 |
--------------------------------------------------------------------------------
/tests/auto/pdfquick/multipageview/data/multiPageView.qml:
--------------------------------------------------------------------------------
1 | import QtQuick
2 | import QtQuick.Pdf
3 |
4 | PdfMultiPageView {
5 | width: 480; height: 480
6 | property alias source: document.source
7 | document: PdfDocument { id: document }
8 | }
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/frame_a.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginepage/resources/hi.js:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2025 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | function sayHi()
5 | {
6 | // Placeholder
7 | console.warn("hi");
8 | }
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/dummy.html:
--------------------------------------------------------------------------------
1 |
2 | Dummy simple page without real content
3 |
4 |
5 | This is test content
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebengineview/resources/frame_a.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/tests/manual/examples/quick/minimal/minimal.pro:
--------------------------------------------------------------------------------
1 | TEMPLATE = app
2 |
3 | QT += webenginequick
4 |
5 | SOURCES += main.cpp
6 |
7 | RESOURCES += qml.qrc
8 |
9 | target.path = $$[QT_INSTALL_EXAMPLES]/webenginequick/minimal
10 | INSTALLS += target
11 |
--------------------------------------------------------------------------------
/src/webenginequick/ui/MenuItem.qml:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2016 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3 |
4 | import QtQuick
5 | import QtQuick.Controls as C
6 |
7 | C.MenuItem { }
8 |
--------------------------------------------------------------------------------
/tests/auto/quick/qmltests/data/confirmclose.html:
--------------------------------------------------------------------------------
1 |
2 |
4 | Be greeted, precious viewer!
5 |
6 |
7 |
--------------------------------------------------------------------------------
/tests/auto/quick/qquickwebengineview/html/resources/hi.js:
--------------------------------------------------------------------------------
1 | // Copyright (C) 2025 The Qt Company Ltd.
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3 |
4 | function sayHi()
5 | {
6 | // Placeholder
7 | console.warn("hi");
8 | }
9 |
--------------------------------------------------------------------------------
/tests/auto/widgets/qwebenginescript/resources/test_iframe_main.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Main text
7 |
8 |
9 |
10 |
--------------------------------------------------------------------------------
/examples/examples.pro:
--------------------------------------------------------------------------------
1 |
2 | TEMPLATE=subdirs
3 |
4 | qtHaveModule(webenginequick): SUBDIRS += webenginequick
5 | qtHaveModule(webenginewidgets): SUBDIRS += webenginewidgets
6 | qtHaveModule(pdf): SUBDIRS += pdf
7 | qtHaveModule(pdfwidgets): SUBDIRS += pdfwidgets
8 |
9 |
--------------------------------------------------------------------------------
/src/core/ozone/REUSE.toml:
--------------------------------------------------------------------------------
1 | version = 1
2 |
3 | [[annotations]]
4 | path = ["BUILD.gn", "ozone_extra.gni"]
5 | precedence = "closest"
6 | SPDX-FileCopyrightText = "Copyright 2016 The Chromium Authors. All rights reserved."
7 | SPDX-License-Identifier = "BSD-3-Clause"
8 |
--------------------------------------------------------------------------------
/tests/auto/core/qwebengineurlrequestinterceptor/resources/resource.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | some text
8 |
9 |
2 |
3 |
9 |
10 |