Sign in
chromium
/
chromium
/
src
/
93a3b21db7cdd73a00b4f967c6d8f0c7a9a97c1e
/
extensions
/
renderer
/
script_context.cc
41b671a
Rename WebDataSource to WebDocumentLoader
by Takeshi Yoshino
· 8 years ago
63b994a
[extension SW] Support lazy events from extension service workers.
by lazyboy
· 8 years ago
bedb4b2
Move GetDocument method from WebFrame to WebLocalFrame.
by lukasza
· 8 years ago
cf5482bd
[Extensions] Remove unsafe variants of CallModuleMethod
by rdevlin.cronin
· 8 years ago
694c605
[Content] Update V8ValueConverter::create to return a std::unique_ptr
by rdevlin.cronin
· 8 years ago
3043b941
[Extensions] Use CallModuleMethodSafe() in ScriptContext
by rdevlin.cronin
· 8 years ago
8e89b0b1
Introduce lock screen app context to extension features
by tbarzic
· 8 years ago
971cd452
Use WebLocalFrame where appropriate in extension::ScriptContext.
by Daniel Cheng
· 8 years ago
1c4d759e
The Blink Rename
by Blink Reformat
· 8 years ago
9312812
[Extensions Bindings] Remove ScriptContext::DispatchEvent
by rdevlin.cronin
· 8 years ago
68806fb0
[Extensions] Remove BaseFeatureProvider
by rdevlin.cronin
· 9 years ago
8f284ba
Rename request() methods in blink namespace to getRequest().
by lukasza
· 9 years ago
0d94256f
[Extensions] Convert more callers of CallModuleMethod
by rdevlin.cronin
· 9 years ago
feb4b05
Support API aliases
by tbarzic
· 9 years ago
ebd6e7f
[Extensions Bindings] Add ExtensionBindingsSystem
by rdevlin.cronin
· 9 years ago
12a457eb
[Extensions] Remove unused version of ScriptContext::CallFunction()
by rdevlin.cronin
· 9 years ago
7b26cf7
[Extensions] Convert some callers of ModuleSystem::CallModuleMethod
by rdevlin.cronin
· 9 years ago
ac59401
[Blink] Pass in and check the execution context for script executors
by rdevlin.cronin
· 9 years ago
a9bc8cc
[Blink] Modify SuspendableScriptExecutor to take a v8::Function
by rdevlin.cronin
· 9 years ago
79b64c3
Fix extension bindings injection for iframes (reland)
by asargent
· 9 years ago
4b8ca0a9
Revert of Fix extension bindings injection for iframes (patchset #5 id:120001 of https://codereview.chromium.org/2151693002/ )
by benwells
· 9 years ago
4d7298c
Remove redundant includes/forward declarations in WebFrame.h
by kochi
· 9 years ago
91f655b
Fix extension bindings injection for iframes
by asargent
· 9 years ago
ee4adef
Begin to enable extension APIs in Extension Service Worker.
by lazyboy
· 9 years ago
f6f8066
Convert //extensions/renderer from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
585b125
[Extensions] More bindings improvements
by rdevlin.cronin
· 9 years ago
cbad917f
[Extensions] Add an access check before executing native code in the renderer
by rdevlin.cronin
· 9 years ago
8ce1943
Remove V8RecrusionScope, cleanup call sites.
by dgozman
· 9 years ago
0bfd25d
Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001 of https://codereview.chromium.org/1769273004/ )
by dewittj
· 9 years ago
133a1579d2
Remove V8RecrusionScope, cleanup call sites.
by dgozman
· 9 years ago
7133125
blink: Rename modules/ method to prefix with get when they collide.
by Dana Jansens
· 9 years ago
966863c
Delete WebKit/public/web/WebSecurityOrigin.h.
by mek
· 10 years ago
2d124c0
Switch to standard integer types in extensions/.
by avi
· 10 years ago
619fe13
Prevent infinite looping in ScriptContext::GetEffectiveDocumentURL().
by thestig
· 10 years ago
4dcf62a4
Remove stash_client.js dependency on unload_event.js
by dcheng
· 10 years ago
0475530
Use v8::Contexts rather than GURLs as keys to extension service workers.
by kalman
· 10 years ago
53348222
[Extension ServiceWorkers] Adding getBackgroundClient
by annekao
· 10 years ago
6572d5c
Create thread-safe RendererExtensionRegistry from ExtensionSet
by annekao
· 10 years ago
33076cb
Revert "Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler."
by kalman
· 10 years ago
68c06a7
Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler.
by kalman
· 10 years ago
d6848287c
Re-land (2): Reimplement automation API on top of C++-backed AXTree.
by dmazzoni
· 10 years ago
3cd234a6
Revert of Re-land: Reimplement automation API on top of C++-backed AXTree. (patchset #6 id:100001 of https://codereview.chromium.org/1231603009/)
by asvitkine
· 10 years ago
1777fbd
Re-land: Reimplement automation API on top of C++-backed AXTree.
by dmazzoni
· 10 years ago
25fcbdd6
[Extensions OOPI] Clean up extension IPC to use RenderFrames
by rdevlin.cronin
· 10 years ago
2e4a6c57
Revert of Reimplement automation API on top of C++-backed AXTree. (patchset #15 id:280001 of https://codereview.chromium.org/1155183006/)
by dmazzoni
· 10 years ago
0e90449
Reimplement automation API on top of C++-backed AXTree.
by dmazzoni
· 10 years ago
8bcbc759
Don't send unnecessary ExtensionMsg_Loaded IPCs.
by kalman
· 10 years ago
70c00e24
Add fallback mechanism to release Extension ports if the JS context has been destroyed.
by kalman
· 10 years ago
f85316f
extensions/renderer: Use v8::Local instead of v8::Handle.
by tfarina
· 10 years ago
c81508d
Move Dispatcher::CheckContextAccessToExtensionAPI to ScriptContext::ThrowErrorIfHasNoAccess.
by kalman
· 10 years ago
581222c
Revert of update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition (patchset #1 id:1 of https://codereview.chromium.org/1095463003/)
by dcarney
· 10 years ago
dd8fc1e
update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition
by dcarney
· 10 years ago
f91cb89
Reland: Move Extension ScriptContext creation into ScriptContextSet.
by kalman
· 10 years ago
b0c1c50
Reland: Move the event attach/detach logic on unload from event.js to event_bindings.cc.
by kalman
· 10 years ago
60a2857d
Revert of Move the event attach/detach logic on unload from event.js to (patchset #7 id:130001 of https://codereview.chromium.org/1074273002/)
by mlamouri
· 10 years ago
d990950
Move the event attach/detach logic on unload from event.js to event_bindings.cc.
by kalman
· 10 years ago
62b5911d
Revert 4 patches that deal with Extension ScriptContexts that have been submitted very recently.
by kalman
· 10 years ago
745b662
Move Extension ScriptContext creation into ScriptContextSet.
by kalman
· 10 years ago
77b0411
Revert of Move Extension ScriptContext creation into ScriptContextSet. (patchset #4 id:60001 of https://codereview.chromium.org/995283004/)
by kalman
· 10 years ago
52f4caf
Move Extension ScriptContext creation into ScriptContextSet.
by kalman
· 10 years ago
8ee8ee9
Revert of Move Extension ScriptContext creation into ScriptContextSet. (patchset #3 id:40001 of https://codereview.chromium.org/995283004/)
by kalman
· 10 years ago
75605c7
Move Extension ScriptContext creation into ScriptContextSet.
by kalman
· 10 years ago
078a219
Replace extensions::ScopedPersistent with v8::UniquePersistent.
by kalman
· 10 years ago
87e0ab5
Move V8ValueConverter from content/renderer to content/child.
by mek
· 11 years ago
a1bf64a
Revert of Debugging patch to help track down skipped cleanup of ScriptContexts. (patchset #2 id:20001 of https://codereview.chromium.org/853283002/)
by dcheng
· 11 years ago
5b90a749
Debugging patch to help track down skipped cleanup of ScriptContexts.
by dcheng
· 11 years ago
bb9f4b18
Revert of Debugging patch to help track down skipped cleanup of ScriptContexts. (patchset #3 id:40001 of https://codereview.chromium.org/853793002/)
by kouhei
· 11 years ago
b97e8b25
Debugging patch to help track down skipped cleanup of ScriptContexts.
by dcheng
· 11 years ago
de54a47e
Split out the extensions gin::Runner implementation into a separate class.
by sammc
· 11 years ago
e261b16
Implement clipboardRead/Write content capabilities
by rockot
· 11 years ago
0d7ef9f
extensions: Use on-demand cache for ScriptContext::GetURL().
by Sadrul Habib Chowdhury
· 11 years ago
7e1d745
Respect the clipboardRead and clipboardWrite permissions in content scripts.
by mek
· 11 years ago
2101c4c
Remove BrowserPlugin's -internal-attach method
by
[email protected]
· 11 years ago
82307f6b
Start using RenderFrameProxyHost objects.
by
[email protected]
· 11 years ago
ada2df7
Revert of Start using RenderFrameProxyHost objects. (https://codereview.chromium.org/444503002/)
by
[email protected]
· 11 years ago
fa072c0
Start using RenderFrameProxyHost objects.
by
[email protected]
· 11 years ago
c1abb323
Allow restricting WebUI-enabled extension APIs to URL patterns.
by
[email protected]
· 11 years ago
f80685c3
Add support for writing unit tests for Mojo-backed apps/extensions APIs.
by
[email protected]
· 11 years ago
2c6e3b04c
Allow extension APIs to be called from WebUI. The only API currently
by
[email protected]
· 11 years ago
d9f51dad
Add support for using AMD modules from extensions modules.
by
[email protected]
· 11 years ago
800f987
Make MessagingBindings use ScriptContextSet::ForEach. This is a long-standing
by
[email protected]
· 11 years ago
8e09c7af
Move about://-related constants from //content to //url
by
[email protected]
· 11 years ago
ae26b28
Allow content script insertion on about:-URLs.
by
[email protected]
· 11 years ago
e689367
Pull chrome stuff out of (and move) extensions::Dispatcher.
by
[email protected]
· 11 years ago
f55c90ee6
Move most of ChromeV8Context to a base ScriptContext
by
[email protected]
· 11 years ago