• Andrey Kosyakov's avatar
    DevTools: add support for injecting bindings by context name · abacd4c1
    Andrey Kosyakov authored
    This adds support for injecting binding into contexts other than
    main based on the context name (AKA isolated world name in Blink
    terms). This would simplify a common use case for addBinding in
    Puppeteer and other automation tools that use addBinding to expose
    a back-channel for extension code running in an isolated world by
    making bindings available to such code at an early stage and in a
    race-free manner (currently, we can only inject a binding into
    specific context after the creation of the context has been reported
    to the client, which typically introduces a race with other evals
    the client may be running in the context).
    
    Change-Id: I66454954491a47a0c9aa4864f0aace4da2e67d3a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2440984Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Reviewed-by: 's avatarPavel Feldman <pfeldman@chromium.org>
    Commit-Queue: Andrey Kosyakov <caseq@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#70266}
    abacd4c1
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...