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_function.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ExtensionWindowController and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-17
1
-7
/
+8
*
Fixed memory leak in extension_function.
mtytel@chromium.org
2012-07-13
1
-1
/
+1
*
Added support for multiple parameters to Extension API callbacks.
mtytel@chromium.org
2012-07-12
1
-8
/
+11
*
Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses...
cmp@chromium.org
2012-07-09
1
-3
/
+7
*
Cleanup: make ExtensionRequestSender manage its IPC responses directly, rather
kalman@chromium.org
2012-07-09
1
-7
/
+3
*
Rename IPC::Channel and IPC::Sender in src/chrome.
brettw@chromium.org
2012-06-15
1
-1
/
+1
*
Extension/Platform App window isolation
mihaip@chromium.org
2012-05-22
1
-6
/
+18
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-2
/
+2
*
Revert CL 10358002 (return NOTREACHED())
vabr@chromium.org
2012-05-07
1
-0
/
+1
*
Remove Browser dependency in ExtensionFunctionDispatcher
stevenjb@chromium.org
2012-05-05
1
-1
/
+45
*
Deleting NOTREACHED() in ExtensionFunction::HandleBadMessage().
vabr@chromium.org
2012-05-03
1
-1
/
+0
*
Only apply extension throttling quota to sync, not local.
kalman@chromium.org
2012-04-30
1
-0
/
+4
*
Use Value objects instead of JSON strings in extension API response IPCs.
asargent@chromium.org
2012-04-20
1
-11
/
+9
*
Fix bug where transient pages would miss events dispatched while it was
mpcomplete@chromium.org
2012-04-19
1
-1
/
+1
*
Finish implementation of chrome.experimental.alarms API, with nifty
mpcomplete@chromium.org
2012-04-10
1
-1
/
+1
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-1
/
+1
*
Move Render(View|Widget)Host and associated classes to content namespace.
joi@chromium.org
2012-03-07
1
-0
/
+1
*
Move RenderWidgetHost and RenderViewHost interfaces to their own files.
joi@chromium.org
2012-03-06
1
-1
/
+1
*
Extract minimal RenderViewHost interface for embedders, leaving
joi@chromium.org
2012-03-05
1
-2
/
+2
*
Change the way lazy background pages shutdown.
mpcomplete@chromium.org
2012-02-27
1
-0
/
+2
*
Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs.
jstritar@chromium.org
2012-01-13
1
-1
/
+5
*
Split UserMetrics into API vs. implementation. Move API to content/public.
joi@chromium.org
2011-12-14
1
-2
/
+3
*
Move RenderViewHostObserver to content/public/browser/ and put it into the co...
tfarina@chromium.org
2011-11-25
1
-1
/
+1
*
Delete the temporary file when generating MHTML with the extension API.
jcivelli@chromium.org
2011-11-22
1
-3
/
+23
*
Refactor to allow same code to test both sync and async functions.
miket@chromium.org
2011-11-22
1
-15
/
+12
*
Define the public interface for content browser RenderProcessHost. This inter...
ananta@chromium.org
2011-11-18
1
-2
/
+2
*
Fix for management API related to escalated permissions disabled extensions
asargent@chromium.org
2011-11-16
1
-1
/
+8
*
Revert 110264 - Fix for management API related to escalated permissions disab...
dpolukhin@chromium.org
2011-11-16
1
-8
/
+1
*
Fix for management API related to escalated permissions disabled extensions
asargent@chromium.org
2011-11-16
1
-1
/
+8
*
Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...
battre@chromium.org
2011-11-03
1
-0
/
+5
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
1
-5
/
+5
*
Move content_notification_types.h from content\common to content\public\brows...
jam@chromium.org
2011-10-18
1
-1
/
+1
*
Reland r103624 - Add ExtensionFunctionTest base class and a test
aa@chromium.org
2011-10-01
1
-1
/
+5
*
Revert 103536 - Add ExtensionFunctionTest base class and a test for
aa@chromium.org
2011-09-30
1
-5
/
+1
*
Add ExtensionFunctionTest base class and a test for
aa@chromium.org
2011-09-30
1
-1
/
+5
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-1
/
+2
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-2
/
+1
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-1
/
+2
*
Get rid of the ProfileId. It was added for ceee. I reverted the original chan...
jam@chromium.org
2011-07-13
1
-1
/
+1
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-4
/
+4
*
Handle extension webrequest API on the IO thread. This speeds up blocking event
mpcomplete@chromium.org
2011-06-09
1
-22
/
+69
*
Fix clang compile error.
mpcomplete@chromium.org
2011-05-26
1
-0
/
+9
*
Split UI-specific bits off ExtensionFunction into a separate class.
mpcomplete@chromium.org
2011-05-26
1
-38
/
+52
*
Re-land r84928: Move EFD to ExtensionTabHelper.
aa@chromium.org
2011-05-13
1
-5
/
+51
*
Revert "Re-land r84928: Move ExtensionFunctionDispatcher to"
aa@chromium.org
2011-05-12
1
-51
/
+5
*
Re-land r84928: Move ExtensionFunctionDispatcher to
aa@chromium.org
2011-05-11
1
-5
/
+51
*
Revert "Revert "Looks like this introduced leaks in sync ui tests. Sigh.""
aa@chromium.org
2011-05-11
1
-51
/
+5
*
Revert "Looks like this introduced leaks in sync ui tests. Sigh."
aa@chromium.org
2011-05-11
1
-5
/
+51
[next]