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
*
Record histogram of extension API usage
rpaquay@chromium.org
2013-01-18
1
-1
/
+6
*
Make chrome.alarms API accept non-integers and too-short delays, and lower th...
jyasskin@chromium.org
2013-01-10
1
-0
/
+7
*
browser: Move two other functions from browser_finder.h into chrome namespace.
tfarina@chromium.org
2012-12-17
1
-2
/
+2
*
Add HostDesktopType parameter to browser::FindAnyBrowser().
gab@chromium.org
2012-12-05
1
-2
/
+6
*
Don't crash when installing an extension and the browser window goes away.
yoz@chromium.org
2012-10-31
1
-5
/
+10
*
Have ExtensionInstallPrompt take a WebContents
sail@chromium.org
2012-10-21
1
-0
/
+15
*
Make all quota-exceeding messages in the storage API explain what the failure
kalman@chromium.org
2012-08-31
1
-2
/
+2
*
Make ActiveTabPermissionManager also grant the tabs permission for
kalman@chromium.org
2012-08-02
1
-0
/
+4
*
Don't crash in GetCurrentBrowser if the dispatcher is gone before the function.
yoz@chromium.org
2012-07-20
1
-10
/
+14
*
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
[next]