Commit 4ed187a5 authored by Pierre Rossi's avatar Pierre Rossi Committed by Andras Becsi
Browse files

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: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
parent 88ca68c1
Showing with 1099 additions and 11 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment