Sign in
chromium
/
chromium
/
src
/
fb9e596ea026c9885c9029adb2df32a84dba9fd7
/
extensions
/
browser
/
extension_function.h
1cfdcb2
Make the ExtensionFunction RunWithValidation() explicit to call once.
by danakj
· 6 years ago
23310a8
Put ServiceWorkerRegistrationOptions and consts in separate mojoms
by Kenichi Ishibashi
· 6 years ago
fd4db3d
Remove all references to UIThreadExtensionFunction
by Clark DuVall
· 6 years ago
1639519
Remove unused IOThreadExtensionFunction
by Clark DuVall
· 6 years ago
cd7bbc5
Remove EXTENSION_FUNCTION_ERROR define.
by Istiaque Ahmed
· 6 years ago
1d81619
Move WebRequest to the UI thread
by Clark DuVall
· 6 years ago
926fad8
Remove some unused histogram_value params from ExtensionFunction*
by Istiaque Ahmed
· 6 years ago
3929f55
[Extensions] Enable the web request API for service workers.
by David Bertoni
· 6 years ago
a5928a0a
Use blink::mojom::ConsoleMessageLevel instead of content::ConsoleMessageLevel
by Abhijeet Kandalkar
· 6 years ago
2055fe4
[Extensions] Remove routing_id member from IOThreadExtensionFunction.
by David Bertoni
· 6 years ago
63c1626
[Extensions] Clean up ExtensionFunction::SetArgs()
by Devlin Cronin
· 6 years ago
aa3b796c
Use mojom-forward.h for browser_process_impl.cc
by Takuto Ikuta
· 6 years ago
d03bb29
[Extensions] De-virtualize ExtensionFunction::HasPermission()
by Devlin Cronin
· 7 years ago
3206968
Fix typo in extension_function.h
by Kelvin Jiang
· 7 years ago
2b2034d
[Extensions] Use kInvalidServiceWorkerVersionId from blink
by Istiaque Ahmed
· 7 years ago
acdd17f1
Rename include_incognito function to include_incognito_information.
by Ramin Halavati
· 7 years ago
9c82aae1c
[Extensions] (Mostly) remove GetAssociatedWebContentsDeprecated()
by Devlin Cronin
· 7 years ago
5ff7cd4
[Extensions] Mark ExtensionFunction::GetAssociatedWebContents deprecated
by Devlin Cronin
· 7 years ago
f6e8e1a
Remove AsyncExtensionFunction.
by Istiaque Ahmed
· 7 years ago
66008232
Extension Bindings: Add support for specifying IOThread extension functions in schemas.
by karandeepb
· 8 years ago
e8d2144
Extension function registration: use table-driven registration
by dcheng
· 8 years ago
5e465202
Better crash stacktraces for ExtensionFunction bad messages.
by lazyboy
· 9 years ago
c910674
Clean up param validation in browsing_data_api.cc
by lazyboy
· 9 years ago
30abd07e
Introduce AlreadyResponded() response action from ExtensionFunction.
by lazyboy
· 9 years ago
12c9d49
extensions: Cleanup class/struct fwd declarations
by jbriance
· 9 years ago
5eb66df
[Extensions] Remove the source_tab_id property on API request messages
by rdevlin.cronin
· 9 years ago
4c82177a
Add ref count to service workers for extension API.
by lazyboy
· 9 years ago
041f756e
Better constify string constants in extensions/
by thestig
· 9 years ago
fd7bb62
[Extensions] Remove ExtensionFunction::SetError()
by rdevlin.cronin
· 9 years ago
756d84a
[Extensions] Isolate ExtensionFunction results_ and error_
by rdevlin.cronin
· 9 years ago
eedb95b1
[Extensions] Consolidate ExtensionFunction::SendResponse()s
by rdevlin.cronin
· 9 years ago
187edaa9
[Extensions] Remove UIThreadExtensionFunction::DelegateForTests
by rdevlin.cronin
· 9 years ago
8f79e50
[Extensions] Convert some ChromeSyncExtensionFunctions
by rdevlin.cronin
· 9 years ago
f4c3ad8
[Extensions] Remove SyncExtensionFunction
by rdevlin.cronin
· 9 years ago
17f4094
[Extensions] Remove ExtensionFunction usage of RenderViewHost
by rdevlin.cronin
· 9 years ago
2202833
[Extensions] Remove SyncIOThreadExtensionFunction
by rdevlin.cronin
· 9 years ago
43f25e4
[bgmode] Skip some KeepAlive registrations on shutdown.
by dgn
· 9 years ago
ca2f549
Reland of ExtensionFunction: don't pass ownership of base::Value by raw pointer. (patchset #1 id:1 of https://codereview.chromium.org/2038613003/ )
by dcheng
· 9 years ago
7d873db
[Extensions] DCHECK that ExtensionFunctions respond (and only once)
by rdevlin.cronin
· 9 years ago
3466141
Revert of ExtensionFunction: don't pass ownership of base::Value by raw pointer. (patchset #1 id:1 of https://codereview.chromium.org/2025103003/ )
by dcheng
· 9 years ago
fd6715d5
Clear UIThreadExtensionFunction::render_frame_host_ when RFH is gone.
by lazyboy
· 9 years ago
5a01060
ExtensionFunction: don't pass ownership of base::Value by raw pointer.
by dcheng
· 9 years ago
85f24da
Remove ExtensionFunction::SetResult(T*) overload.
by dcheng
· 9 years ago
f46fe266
[Extensions] Add coarse metrics for extension function performance
by rdevlin.cronin
· 9 years ago
f5d24108
Convert //extensions/browser from scoped_ptr to std::unique_ptr
by dcheng
· 9 years ago
c9cec10
Switch to standard integer types in extensions/browser/.
by avi
· 10 years ago
fccacdca
[Extensions OOPI] Update extension functions to use RFH pt 3
by rdevlin.cronin
· 10 years ago
92503ba
[Extensions OOPI] Convert extension functions to use RenderFrameHosts
by rdevlin.cronin
· 10 years ago
a6ea68f
Forward accessibility events to the automation extension process.
by dmazzoni
· 10 years ago
a68b044
More base::Values-related bare pointer -> scoped_ptr conversions
by estade
· 10 years ago
beabd14
[Reland] [Extensions UI] Use developerPrivate API for profile configuration
by rdevlin.cronin
· 10 years ago
349f0c7e
Revert https://codereview.chromium.org/1060993003
by Nico Weber
· 10 years ago
b1e5d24
[Extensions UI] Use developerPrivate API for profile configuration
by rdevlin.cronin
· 10 years ago
ed03332
[Extensions] Record the extension function names which send a bad message.
by kalman
· 10 years ago
5fa486e
[Extensions] Add an ExtensionFunction::GetSenderWebContents() function
by rdevlin.cronin
· 10 years ago
ccdc963
[Extensions] Apply WARN_UNUSED_RESULT and final keyword to ExtensionFunctions.
by kalman
· 10 years ago
9c2528c
Wrap extension function dispatch in a scoped profile block.
by reillyg
· 10 years ago
db86306
Split ExtensionMessageFilter up into a UI thread part and an IO thread part.
by bauerb
· 10 years ago
325d8a111
WebstorePrivate extension API cleanup, part 1:
by treib
· 10 years ago
bf199b7
Add concept of a ScopedUserGestureForTests to ExtensionFunction
by asargent
· 11 years ago
0a2da3e
Tweak the ExtensionFunction::Run result value docs.
by kalman
· 11 years ago
02ca72f2
Fix webrequest api for webview in webui
by guohui
· 11 years ago
9168b2f
Standardize usage of virtual/override/final in extensions/
by dcheng
· 11 years ago
0eac4e1b
replace OVERRIDE and FINAL with override and final in extensions/
by mostynb
· 11 years ago
758f9d07
Tiny correction.
by paulmeyer
· 11 years ago
b83f02af
Moving capture_web_contents_function to extensions.
by lfg
· 11 years ago
605ef8d
Extensions-related fixups for scoped_refptr conversion operator removal.
by dcheng
· 11 years ago
0239bc5
Change the default implementation of ExtensionFunction::HasPermission to use
by
[email protected]
· 11 years ago
eba8f7d
Cleanup: Rename ExtensionFunction::GetExtension to ExtensionFunction::extension.
by
[email protected]
· 11 years ago
c0b5eb0
Blobs: Catching browser-process created Blobs in extension code.
by
[email protected]
· 11 years ago
00afda7f
Add ErrorUtils::FormatErrorMessage() syntax to ExtensionFunction::Error().
by
[email protected]
· 11 years ago
32f2250
Make ExtensionFunction::ArgumentList (PKA MultipleArguments) take a scoped_ptr
by
[email protected]
· 11 years ago
5202339
Improve comment on ExtensionFunction::Run.
by
[email protected]
· 11 years ago
5b50d88
Remove the redundancy of both EXTENSION_FUNCTION_VALIDATE and
by
[email protected]
· 11 years ago
a0c91a9f
Drive extension functions from ExtensionFunction::Run. The
by
[email protected]
· 11 years ago
533ef3d
Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl
by
[email protected]
· 11 years ago
f4e972d
Introduce ExtensionFunction::RunImplTypesafe and SendResponseTypesafe,
by
[email protected]
· 11 years ago
1a043689
extensions: Remove ChromeRenderMessageFilter dependency.
by
[email protected]
· 11 years ago
1ee7f89
Move extension_function_histogram_value to src/extensions
by
[email protected]
· 11 years ago
659be68
Pull AsyncApiFunction out of src/chrome
by
[email protected]
· 11 years ago
eb7ef5f
Extensions: Send the tab id to platform apps.
by
[email protected]
· 11 years ago
6dd625e
Make PepperWebPlugin not use RenderView.
by
[email protected]
· 12 years ago
e4452d3
Move Extension and PermissionsData to extensions/common.
by
[email protected]
· 12 years ago
14c3571a
Move ExtensionFunction to the extensions component.
by
[email protected]
· 12 years ago
[Renamed (97%) from chrome/browser/extensions/extension_function.h]
38427a1
Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/
by
[email protected]
· 12 years ago
21a4008
Remove Profile dependency from ExtensionFunction
by
[email protected]
· 12 years ago
bc0ee24
Replace the RenderViewHostObserver in UIThreadExtensionFunction with a WebContentsObserver. This is part of the effort to remove RenderViewHostObserver.
by
[email protected]
· 12 years ago
d09a4ce1c
Update include paths in chrome/browser/ for base/process changes.
by
[email protected]
· 12 years ago
44295a1
<webview> WebRequest API tied to webview instance ID instead of guest instance ID
by
[email protected]
· 12 years ago
35548ab
Support extension API requests going directly from Pepper plugin processes to the browser process.
by
[email protected]
· 12 years ago
fb44196
Revert 198844 "Move sequenced_task_runner to base/task"
by
[email protected]
· 12 years ago
002c726
Move sequenced_task_runner to base/task
by
[email protected]
· 12 years ago
ce0e260
content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usage
by
[email protected]
· 12 years ago
cb4bf8d
Revert "GTTF: Add missing virtual destructors."
by
[email protected]
· 12 years ago
0672752c
GTTF: Add missing virtual destructors.
by
[email protected]
· 12 years ago
07ad962
Record histogram of extension API usage
by
[email protected]
· 13 years ago
c697007
Make chrome.alarms API accept non-integers and too-short delays, and lower the minimum.
by
[email protected]
· 13 years ago
91e51d61
Have ExtensionInstallPrompt take a WebContents
by
[email protected]
· 13 years ago
85231d7
Make all quota-exceeding messages in the storage API explain what the failure
by
[email protected]
· 13 years ago
3d0e226
Make ActiveTabPermissionManager also grant the tabs permission for
by
[email protected]
· 13 years ago
Next »