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
/
extensions
/
browser
/
process_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a way to kill apps without killing windows
hashimoto
2014-11-04
1
-27
/
+100
*
Add OnBackgroundHostClose event to ProcessManagerObserver.
reillyg
2014-10-29
1
-0
/
+5
*
Extract ProcessManager from ExtensionSystem.
reillyg
2014-10-28
1
-19
/
+15
*
Standardize usage of virtual/override/final in extensions/
dcheng
2014-10-21
1
-6
/
+6
*
replace OVERRIDE and FINAL with override and final in extensions/
mostynb
2014-10-03
1
-3
/
+3
*
Remove the --event-page-idle-time and --event-page-suspending-time switches.
yoz
2014-09-19
1
-27
/
+33
*
Revert of Remove deprecated extension notification from ProcessManager. (patc...
glider
2014-09-15
1
-27
/
+33
*
Remove deprecated extension notification from ProcessManager.
jitendra.ks
2014-09-15
1
-33
/
+27
*
Remove implicit conversions from scoped_refptr to T* in extensions/
dcheng
2014-08-25
1
-1
/
+1
*
[DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...
dgozman@chromium.org
2014-08-18
1
-5
/
+2
*
Add NaCl support to app_shell
jamescook@chromium.org
2014-08-16
1
-0
/
+27
*
Revert of [DevTools] Make DevTools clients talk directly to DevToolsAgentHost...
pfeldman@chromium.org
2014-08-12
1
-2
/
+5
*
[DevTools] Make DevTools clients talk directly to DevToolsAgentHost instead o...
dgozman@chromium.org
2014-08-08
1
-5
/
+2
*
DevTools: migrate DevTools APIs to use WebContents instead of RenderViewHost.
pfeldman@chromium.org
2014-08-08
1
-7
/
+5
*
Revert of Resubmit: Remove deprecated extension notifications from ProcessMan...
akuegel@chromium.org
2014-08-05
1
-27
/
+34
*
Remove deprecated extension notifications from ProcessManager and use Extensi...
limasdf@gmail.com
2014-08-05
1
-34
/
+27
*
Move extension notifications to extensions/browser/notification_types.h
jamescook@chromium.org
2014-07-31
1
-16
/
+21
*
Remove chrome::NOTIFICATION_PROFILE_DESTROYED usage from src/extensions
jamescook@chromium.org
2014-07-25
1
-22
/
+8
*
Reland: Refactor code that defers extension background page loading
jamescook@chromium.org
2014-07-22
1
-82
/
+77
*
Revert of Remove deprecated extension notifications from ProcessManager (http...
tapted@chromium.org
2014-07-21
1
-27
/
+33
*
Remove deprecated extension notifications from ProcessManager and use Extensi...
limasdf@gmail.com
2014-07-20
1
-33
/
+27
*
Revert 283678 "Refactor code that defers extension background pa..."
jamescook@chromium.org
2014-07-17
1
-42
/
+56
*
Refactor code that defers extension background page loading
jamescook@chromium.org
2014-07-17
1
-56
/
+42
*
OnLazyBackgroundPageActive must ensure the close_sequence_id
scheib@chromium.org
2014-07-14
1
-21
/
+27
*
Cleanup: Style fixes in extensions/browser
lauren.yeun.kim@gmail.com
2014-06-03
1
-1
/
+1
*
Unload all apps / extensions immediately when deleting a profile.
scheib@chromium.org
2014-05-22
1
-1
/
+4
*
Revert of Unload all apps / extensions when deleting a profile. (https://code...
scheib@chromium.org
2014-05-21
1
-4
/
+1
*
Unload all apps / extensions immediately when deleting a profile.
scheib@chromium.org
2014-05-16
1
-1
/
+4
*
Revert 269343 "Unload all apps / extensions immediately when del..."
rlp@chromium.org
2014-05-09
1
-4
/
+1
*
Unload all apps / extensions immediately when deleting a profile.
scheib@chromium.org
2014-05-09
1
-1
/
+4
*
Replace NOTIFICATION_EXTENSION_LOADED to NOTIFICATION_EXTENSION_LOADED_DEPREC...
limasdf@gmail.com
2014-04-20
1
-2
/
+3
*
Check the scheme of a RenderViewHost before assuming it contains an extension.
jyasskin@chromium.org
2014-04-03
1
-3
/
+12
*
Break extensions ProcessManager dependency on Runtime API
jamescook@chromium.org
2014-03-31
1
-3
/
+12
*
Revert of Extract RuntimeEventRouter from extensions Runtime API (https://cod...
jamescook@chromium.org
2014-03-27
1
-4
/
+1
*
Extract RuntimeEventRouter from extensions Runtime API
jamescook@chromium.org
2014-03-26
1
-1
/
+4
*
Move ExtensionHost from src/chrome to src/extensions
jamescook@chromium.org
2014-03-21
1
-1
/
+1
*
Rename NOTIFICATION_EXTENSION_UNLOADED to
kalman@chromium.org
2014-03-19
1
-2
/
+2
*
Move extension_messages.h to extensions/common.
derat@chromium.org
2014-03-13
1
-1
/
+1
*
Remove ExtensionService reference from extensions ProcessManager
jamescook@chromium.org
2014-03-12
1
-7
/
+5
*
Add TestExtensionsBrowserClient, move ProcessManagerTest to //extensions
jamescook@chromium.org
2014-03-10
1
-5
/
+20
*
Makes text input extensions available in guest session on CrOS.
yukishiino@chromium.org
2014-03-03
1
-2
/
+12
*
Avoid returning an object from CreateBackgroundHost, since no callers use it.
jyasskin@chromium.org
2014-02-27
1
-11
/
+11
*
Removing unnecessary creation of RenderViewHostDestructionObserver for all We...
ckulakowski@opera.com
2014-02-18
1
-4
/
+6
*
Make ExtensionsBrowserClient wrap some utility functions.
derat@chromium.org
2014-02-07
1
-2
/
+2
*
Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1.
yoz@chromium.org
2014-01-30
1
-7
/
+6
*
Clean up extension_util.h.
derat@chromium.org
2014-01-24
1
-11
/
+1
*
Clear testing callbacks in AppBackgrounPageNaclTest reentrantly.
scheib@chromium.org
2014-01-10
1
-4
/
+10
*
Allow app_shell to run past extension manifest parsing
jamescook@chromium.org
2014-01-07
1
-3
/
+3
*
Test Keeping NaCl plugins used in app background pages alive when active.
scheib@chromium.org
2014-01-07
1
-1
/
+17
*
Revert of https://codereview.chromium.org/112663007/
ckocagil@chromium.org
2014-01-04
1
-17
/
+1
[next]