index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
extensions
/
extension_process_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...
aa@chromium.org
2011-11-09
1
-183
/
+0
*
Change EXTENSION_PROCESS_CREATED observers to use EXTENSION_HOST_CREATED.
yoz@chromium.org
2011-11-09
1
-4
/
+0
*
Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is...
mpcomplete@chromium.org
2011-11-08
1
-1
/
+1
*
Have ExtensionHost use TabContents instead of RenderViewHost. This is part
mpcomplete@chromium.org
2011-11-08
1
-1
/
+1
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Don't close background pages if there is a pending response (callback).
tessamac@chromium.org
2011-11-01
1
-2
/
+7
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-2
/
+2
*
Track all extension processes in ExtensionInfoMap, not just
aa@chromium.org
2011-10-23
1
-29
/
+38
*
Close Lazy Background Page after event dispatch
tessamac@chromium.org
2011-10-20
1
-9
/
+35
*
Track all RenderViewHost instances running in extension
aa@chromium.org
2011-10-20
1
-0
/
+33
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Remove the special-case isolated storage map from
aa@chromium.org
2011-10-19
1
-10
/
+18
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-23
/
+26
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Move view_types to content\public\common. Also update the enum values to matc...
jam@chromium.org
2011-10-12
1
-14
/
+14
*
Assign urls to RenderProcessHosts by if they refer to isolated apps, or use t...
ajwong@chromium.org
2011-10-12
1
-1
/
+14
*
Split ViewType between chrome and content
jochen@chromium.org
2011-10-06
1
-17
/
+24
*
Remove RenderProcessHost::is_extension_process
jochen@chromium.org
2011-10-05
1
-9
/
+14
*
Get rid of BindingsPolicy::EXTENSION
jochen@chromium.org
2011-10-01
1
-25
/
+70
*
Delegate decision what site instances can be rendered in what process to chrome
jochen@chromium.org
2011-09-27
1
-0
/
+22
*
extract out removal of the g_log_bug53991 global.
dpranke@chromium.org
2011-09-13
1
-4
/
+0
*
Allow window.close() in background pages.
tessamac@chromium.org
2011-09-07
1
-0
/
+12
*
Lazy creation of background pages with --enable-lazy-background-pages
tessamac@chromium.org
2011-08-31
1
-8
/
+15
*
Profiles: Mark SITE_INSTANCE_DELETED use as OK.
erg@chromium.org
2011-08-16
1
-1
/
+3
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-14
/
+20
*
Revert 94332 - Removal of Profile from content part 2.
sergeyu@chromium.org
2011-07-27
1
-20
/
+14
*
Removal of Profile from content part 2.
avi@chromium.org
2011-07-27
1
-14
/
+20
*
Use process-per-app-instance for hosted apps without background permission.
creis@chromium.org
2011-07-12
1
-25
/
+43
*
Remove TabContentsView methods that just call to the delegate, and have them ...
jam@chromium.org
2011-07-11
1
-1
/
+2
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-23
/
+23
*
CrOS - Change file browser to use new ExtensionDialog window.
jamescook@chromium.org
2011-05-20
1
-28
/
+33
*
avoid dereferencing NULL extension in ExtensionHost
dilmah@chromium.org
2011-05-06
1
-1
/
+1
*
Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.
mpcomplete@chromium.org
2011-05-03
1
-15
/
+0
*
Revert 83687 - Remove ExtensionMsg_UpdatePageActions.
vangelis@chromium.org
2011-05-02
1
-0
/
+15
*
Remove ExtensionMsg_UpdatePageActions.
aa@chromium.org
2011-05-01
1
-15
/
+0
*
Put back "Enable component extensions for DefaultProfile used in login screen...
dpolukhin@chromium.org
2011-04-15
1
-3
/
+4
*
apps: Add 'background_page' support for hosted apps.
sadrul@chromium.org
2011-04-13
1
-0
/
+5
*
Caused compile failure on Lunux Builder x64.
ctguil@chromium.org
2011-04-13
1
-5
/
+0
*
apps: Add 'background_page' support for hosted apps.
sadrul@chromium.org
2011-04-13
1
-0
/
+5
*
Cleanup: Update a bunch of files to the new location of browser_window.h. Par...
tfarina@chromium.org
2011-04-09
1
-1
/
+1
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-06
1
-1
/
+1
*
Revert 80539 - Refactor ExtensionService/ExtensionServiceInterface to be more...
cmp@chromium.org
2011-04-06
1
-1
/
+1
*
Refactor ExtensionService/ExtensionServiceInterface to be more testable
akalin@chromium.org
2011-04-05
1
-1
/
+1
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-3
/
+2
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-09
1
-3
/
+3
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-3
/
+3
*
Remove browsing_instance.h stub file and update all the references.
tfarina@chromium.org
2011-02-24
1
-2
/
+2
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
1
-1
/
+2
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-14
/
+14
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
[next]