From 4ed187a54e6d2a06bbe272e1429757b6572dc6b6 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 18 Nov 2014 16:08:20 +0100 Subject: Introduce a user scripts mechanism Allowing programmatic injection of JavaScript to accomplish all sorts of tasks on the render process side. This API gives control over the point during the loading phase at which the script is run, whether it is run on sub-frames or not, as well as the JavaScript world it is run in (either the page's main world, or an arbitrary isolated world). This only has the Widgets API. The Quick API, tests and docs are coming in separate patches Change-Id: Ia1c79f68f8dfd4d964281d9723d09062ed7abe46 Reviewed-by: Andras Becsi --- src/webenginewidgets/webenginewidgets.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/webenginewidgets/webenginewidgets.pro') diff --git a/src/webenginewidgets/webenginewidgets.pro b/src/webenginewidgets/webenginewidgets.pro index 7fa630702..02e687c7c 100644 --- a/src/webenginewidgets/webenginewidgets.pro +++ b/src/webenginewidgets/webenginewidgets.pro @@ -17,6 +17,8 @@ SOURCES = \ api/qwebenginehistory.cpp \ api/qwebenginepage.cpp \ api/qwebengineprofile.cpp \ + api/qwebenginescript.cpp \ + api/qwebenginescriptcollection.cpp \ api/qwebenginesettings.cpp \ api/qwebengineurlrequestjob.cpp \ api/qwebengineurlschemehandler.cpp \ @@ -33,6 +35,8 @@ HEADERS = \ api/qwebenginepage_p.h \ api/qwebengineprofile.h \ api/qwebengineprofile_p.h \ + api/qwebenginescriptcollection.h \ + api/qwebenginescriptcollection_p.h \ api/qwebenginesettings.h \ api/qwebengineurlrequestjob_p.h \ api/qwebengineurlschemehandler_p.h \ -- cgit v1.2.3