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
*
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
*
Looks like this introduced leaks in sync ui tests. Sigh.
aa@chromium.org
2011-05-11
1
-51
/
+5
*
Move ExtensionFunctionDispatcher to ExtensionTabHelper. This
aa@chromium.org
2011-05-11
1
-5
/
+51
*
Made return types of various Value::DeepCopy() implementations more specific
akalin@chromium.org
2011-01-18
1
-1
/
+1
*
Rename ExtensionsService to ExtensionService.
tfarina@chromium.org
2010-12-14
1
-2
/
+2
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Part 3 of immutable Extension refactor.
mpcomplete@chromium.org
2010-10-29
1
-1
/
+1
*
Coverity: Initialize data members in constructor.
jhawkins@chromium.org
2010-10-05
1
-1
/
+2
*
Coverity: Fix a collection of uninitialized member variables, mostly in exten...
finnur@chromium.org
2010-07-23
1
-1
/
+4
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
1
-0
/
+37
*
Update extension functions to always pass a list of arguments, even when one ...
arv@chromium.org
2010-05-21
1
-5
/
+3
*
Reduce header dependencies in chrome/
phajdan.jr@chromium.org
2010-05-11
1
-0
/
+8
*
Move GetExtension() from ExtensionFunctionDispatcher to ExtensionFunction.
rafaelw@chromium.org
2010-04-08
1
-10
/
+0
*
Support PNG and quality control in chrome.tabs.captureVisibleTab().
skerner@chromium.org
2010-04-08
1
-1
/
+8
*
Add ExtensionsQuotaService to limit abusive amounts of requests
tim@chromium.org
2009-12-04
1
-1
/
+1
[next]