summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* content: replace NOTIFICATION_RENDER_VIEW_HOST_DELETED with observer usagephajdan.jr@chromium.org2013-03-151-18/+5
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-1/+1
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-1/+6
* Make chrome.alarms API accept non-integers and too-short delays, and lower th...jyasskin@chromium.org2013-01-101-0/+7
* browser: Move two other functions from browser_finder.h into chrome namespace.tfarina@chromium.org2012-12-171-2/+2
* Add HostDesktopType parameter to browser::FindAnyBrowser().gab@chromium.org2012-12-051-2/+6
* Don't crash when installing an extension and the browser window goes away.yoz@chromium.org2012-10-311-5/+10
* Have ExtensionInstallPrompt take a WebContentssail@chromium.org2012-10-211-0/+15
* Make all quota-exceeding messages in the storage API explain what the failurekalman@chromium.org2012-08-311-2/+2
* Make ActiveTabPermissionManager also grant the tabs permission forkalman@chromium.org2012-08-021-0/+4
* Don't crash in GetCurrentBrowser if the dispatcher is gone before the function.yoz@chromium.org2012-07-201-10/+14
* Move ExtensionWindowController and related into extensions namespacerdevlin.cronin@chromium.org2012-07-171-7/+8
* Fixed memory leak in extension_function.mtytel@chromium.org2012-07-131-1/+1
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-8/+11
* Revert 145642 - Cleanup: make ExtensionRequestSender manage its IPC responses...cmp@chromium.org2012-07-091-3/+7
* Cleanup: make ExtensionRequestSender manage its IPC responses directly, ratherkalman@chromium.org2012-07-091-7/+3
* Rename IPC::Channel and IPC::Sender in src/chrome.brettw@chromium.org2012-06-151-1/+1
* Extension/Platform App window isolationmihaip@chromium.org2012-05-221-6/+18
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-2/+2
* Revert CL 10358002 (return NOTREACHED())vabr@chromium.org2012-05-071-0/+1
* Remove Browser dependency in ExtensionFunctionDispatcherstevenjb@chromium.org2012-05-051-1/+45
* Deleting NOTREACHED() in ExtensionFunction::HandleBadMessage().vabr@chromium.org2012-05-031-1/+0
* Only apply extension throttling quota to sync, not local.kalman@chromium.org2012-04-301-0/+4
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-201-11/+9
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-191-1/+1
* Finish implementation of chrome.experimental.alarms API, with niftympcomplete@chromium.org2012-04-101-1/+1
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-2/+2
* Change the way lazy background pages shutdown.mpcomplete@chromium.org2012-02-271-0/+2
* Use chrome.windows.WINDOW_ID_CURRENT constant consistently in extension APIs.jstritar@chromium.org2012-01-131-1/+5
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-2/+3
* Move RenderViewHostObserver to content/public/browser/ and put it into the co...tfarina@chromium.org2011-11-251-1/+1
* Delete the temporary file when generating MHTML with the extension API.jcivelli@chromium.org2011-11-221-3/+23
* Refactor to allow same code to test both sync and async functions.miket@chromium.org2011-11-221-15/+12
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+8
* Revert 110264 - Fix for management API related to escalated permissions disab...dpolukhin@chromium.org2011-11-161-8/+1
* Fix for management API related to escalated permissions disabled extensionsasargent@chromium.org2011-11-161-1/+8
* Trigger warning if extensions call webRequest.handlerBehaviorChanged too freq...battre@chromium.org2011-11-031-0/+5
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-5/+5
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Reland r103624 - Add ExtensionFunctionTest base class and a testaa@chromium.org2011-10-011-1/+5
* Revert 103536 - Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-5/+1
* Add ExtensionFunctionTest base class and a test foraa@chromium.org2011-09-301-1/+5
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-1/+2