- 8277c390 Remove a duplicate call to SharedMemoryHandle::IsValid in UserScriptLoader. by lazyboy · 8 years ago
- 37e7d830 Remove base::SharedMemory::ShareToProcess. by erikchen · 8 years ago
- c87903e Replace base::SharedMemory read-only methods with GetReadOnlyHandle. by erikchen · 8 years ago
- 512baf2 Replace unique_ptr.reset/release with std::move under src/extensions by ratsunny · 9 years ago
- d1e2815 Reduce FOR_EACH_OBSERVER usage in extensions by ericwilligers · 9 years ago
- cbd7319 Consistently use namespaced base::Version in extensions code. by pwnall · 9 years ago
- 5e27337 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
- 12c77d7 Make UserScript non-copyable. by lazyboy · 9 years ago
- 4884705 Rework some UserScriptLoader logic in preparation to removing UserScript copy. by lazyboy · 9 years ago
- cfd9cd2 [Extensions] Kill remaining uses of ExtensionFunction::render_view_host by rdevlin.cronin · 9 years ago
- f5d24108 Convert //extensions/browser from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- b82272a Switch extension struct members that are sent over IPC to use uint32_t instead of size_t. by jam · 9 years ago
- c9cec10 Switch to standard integer types in extensions/browser/. by avi · 10 years ago
- e59eca160 Convert Pass()→std::move() in //extensions by dcheng · 10 years ago
- 37be69c Revert of base: Remove using:: declaration from version.h header. (patchset #24 id:450001 of https://codereview.chromium.org/1281313003/ ) by thakis · 10 years ago
- 9c2f5dc base: Remove using:: declaration from version.h header. by tfarina · 10 years ago
- e6dae46 Add more string_util functions to base namespace. by brettw · 10 years ago
- b341306 Move more string_util functions to base namespace. by brettw · 10 years ago
- 1aeba7aa Renamed RenderProcessHost::IsIsolatedGuest() to RenderProcessHost::IsForGuestsOnly(). by paulmeyer · 10 years ago
- bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
- 0eee9bb Allow whitelisted content scripts to be injected in WebViews. by dmazzoni · 10 years ago
- 9bd85fa Add callback in UserScriptLoader to notify users when scripts are loaded. by hanxi · 10 years ago
- feb6a64f Implement <webview>.addContentScript/removeContentScript API [2] by hanxi · 10 years ago
- 05a02505 Implement <webview>.addContentScript/removeContentScript API [1]. by hanxi · 10 years ago
- 3df97b2 Refactoring: de-couple Extensions from "script injection System" [render side]:4 by hanxi · 10 years ago
- 0237e7b Fix a bug in UserScriptLoader. by hanxi · 10 years ago
- 8806af42 Fix tests failures caused by issue 906493004 (https://codereview.chromium.org/906493004/). by hanxi · 10 years ago
- ccff496a This CL adds routing info for content scripts from <webview>. by hanxi · 10 years ago
- 9244b35 Revert of Refactoring: de-couple Extensions from "script injection System" [render side]:2 (patchset #8 id:350001 of https://codereview.chromium.org/906493004/) by cpu · 10 years ago
- f853287 This CL adds routing info for content scripts from <webview>. by hanxi · 10 years ago
- 3b2b3df Move DeclarativeUserScriptManager/Master and UserScriptLoader to //extensions. by hanxi · 10 years ago[Renamed (95%) from chrome/browser/extensions/user_script_loader.cc]
- c0503d7 Revert of Revert of Introduce HostID and de-couple Extensions from "script injection System" [browser side] (patchset #2 id:270001 of https://codereview.chromium.org/899983002/) by hanxi · 10 years ago
- 5eb894ea21 Revert of Introduce HostID and de-couple Extensions from "script injection System" [browser side] (patchset #20 id:760001 of https://codereview.chromium.org/822453002/) by hanxi · 10 years ago
- b88fe3d Introduce HostID and de-couple Extensions from "script injection System" [browser side] by hanxi · 11 years ago
- e5fd3d9 Move default_locale manifest handler out of //chrome by rockot · 11 years ago
- d456651f Use ReadSizeT()/WriteSizeT() in more places. by pkasting · 11 years ago
- 63d6300 Changing the Weakptr initialization order by mohan.reddy · 11 years ago
- 3ac20004 Browser changes for wiring up RequestContentScript API to shared memory by markdittmer · 11 years ago
- 18dfb7a5 Change base/file_utils.h includes to base/files/file_utils.h in chrome/ by thestig · 11 years ago
- c704794 Remove implicit conversions from scoped_refptr to T* in chrome/browser/extensions/ by dcheng · 11 years ago
- eab3cc5 Atomic UserScript ID generation by [email protected] · 11 years ago
- ecb1e69 Initialize UserScriptLoader::clear_scripts_ by [email protected] · 11 years ago
- 15ad2ee Declarative content scripts: Browser-side: per-extension shared memory regions (lazily loaded) by [email protected] · 11 years ago[Renamed (65%) from chrome/browser/extensions/user_script_master.cc]
- 131359c Remove deprecated ...EXTENSION_READY from user_script_master.cc by [email protected] · 11 years ago
- adf5a10 Move extension notifications to extensions/browser/notification_types.h by [email protected] · 11 years ago
- 4c35690 Declarative content scripts: Renderer-side: per-extension shared memory regions (lazily loaded) by [email protected] · 11 years ago
- 6a5898e Content Verification: Don't access UI-thread objects on the IO thread by [email protected] · 11 years ago
- 4b7d21a5 UserScriptMaster::ScriptReloader chooses to make a plain pointer to a by [email protected] · 11 years ago
- 326e6f0 Moves extension_icon_image and image_loader to extensions/browser by [email protected] · 11 years ago
- 0d8d697 Resubmit: Block content scripts from executing until user grants permission by [email protected] · 11 years ago
- 815e782b Revert 273866 "Block content scripts from executing until user g..." by [email protected] · 11 years ago
- 2f567b4e Block content scripts from executing until user grants permission by [email protected] · 11 years ago
- fe294ce Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest by [email protected] · 11 years ago
- e15039a Getting rid of raw pointers to SharedMemory in UserScriptMaster by [email protected] · 11 years ago
- fd3df778 Beginning of support for extension content verification by [email protected] · 11 years ago
- 559c556 Avoid crashing if we can't allocate a new user-script segment. by [email protected] · 11 years ago
- 0bb29bd cleanup: pass string as const reference from c/b/extension by [email protected] · 11 years ago
- add1a267 Allow creating SharedMemory that can't be shared read-only. by [email protected] · 11 years ago
- 96ac596 Remove some NOTIFICATION_EXTENSION_UNLOADED_DEPRECATED from c/b/extension by [email protected] · 11 years ago
- fdc7619 Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPRECATED by [email protected] · 11 years ago
- 6668e5d Move core extensions l10n code to //extensions by [email protected] · 11 years ago
- ec87053 Rename NOTIFICATION_EXTENSION_UNLOADED to by [email protected] · 11 years ago
- 8af69c6c Move TrimWhitespace to the base namespace. by [email protected] · 11 years ago
- 59b0e60 Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. by [email protected] · 12 years ago
- 1d5cf414 Clean up extension_util.h. by [email protected] · 12 years ago
- c5e4a222 Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the header." by [email protected] · 12 years ago
- 140905c Update all users of base::Version to explicitly specify the namespace, and clean up the header. by [email protected] · 12 years ago
- 289c44b Move c/c/e/extension_set to top-level extensions/ by [email protected] · 12 years ago
- 8790210c Move EmptyString, kWhitespace and the BOM to base. by [email protected] · 12 years ago
- 5f58adab Implement SharedMemory::ShareReadOnlyToProcess(). by [email protected] · 12 years ago
- e4452d3 Move Extension and PermissionsData to extensions/common. by [email protected] · 12 years ago
- a7ff4b7 Moved some functions off ExtensionService into a new file extension_util. by [email protected] · 12 years ago
- 82f84b9 Move ReadFileToString to the base namespace. by [email protected] · 12 years ago
- 49a01e64 Update some includes of chrome_notification_types.h by [email protected] · 12 years ago
- 46acbf1 Use a direct include of strings headers in chrome/browser/extensions/, part 4. by [email protected] · 12 years ago
- dc24976f Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 77f3fe0 Don't allow injection content scripts into <webview> by [email protected] · 12 years ago
- a99442b Add browser test for new user CrOS login flow by [email protected] · 12 years ago
- 334ec0a Move ContentScripts out of Extension by [email protected] · 12 years ago
- 993da5e Move CrxFile, FileReader, ExtensionResource to src/extensions. by [email protected] · 12 years ago
- ac2e2acd Allow extensions on chrome:// URLs, when flag is set and permission is explicitly requested in the manifest. by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
- 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
- 0273969d Move default_locale out of Extension class. by [email protected] · 12 years ago
- 8c9311c Stop sending events and messages to content script contexts after their by [email protected] · 13 years ago
- 06bdd2b Remove GetExtensionService calls and replace with PKSF calls through the ExtensionSystem. Extension services were made into ProfileKeyedServices a while ago; this replaces the deprecated calls that ran directly through the Profile object. by [email protected] · 13 years ago
- 23827ec Clean-up inline members of nested classes (chrome/) by [email protected] · 13 years ago
- 40404bc Moved ExtensionMessage* into extensions namespace by [email protected] · 13 years ago
- 20f97c9 Move UserScript and related into extensions namespace by [email protected] · 13 years ago
- 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
- 1c321ee5 Move Extension into extensions namespace by [email protected] · 13 years ago
- 3d41d43 Allow extensions to be packed where the resources are symlinks. by [email protected] · 13 years ago
- 276d2e6 Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount by [email protected] · 13 years ago
- 2c17977c Fix exclude_matches functionality by [email protected] · 14 years ago
- 838b943 Allow all URLPatterns to have ports. by [email protected] · 14 years ago
- cf57d5f Move URLPattern::ParseOption into a field. by [email protected] · 14 years ago
- f3b1a08 Define the public interface for content browser RenderProcessHost. This interface is implemented by the RenderProcessHostImpl class which lives in content\browser\renderer_host\render_process_host_impl.cc/.h. The RenderProcessHostImpl class is a consolidation of the RenderProcessHost and BrowserRenderProcessHost classes. by [email protected] · 14 years ago
- 631bb74 Move BrowserThread to content namespace. by [email protected] · 14 years ago
- ad50def5 Make NotificationService an interface in the content namespace, and switch callers to use it. Move the implementation to content/browser. Stop creating it in all child processes since it's only used in the browser. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago