summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/api_function.cc
Commit message (Expand)AuthorAgeFilesLines
* Change ApiResourceManager to use ProfileKeyedApi.patrickriordan177@gmail.com2013-06-171-1/+1
* Eliminate ApiResourceEventNotifier.miket@chromium.org2013-01-091-17/+0
* Remove GetExtensionEventRouter calls and replace with PKSF calls through the ...mirandac@chromium.org2012-10-291-2/+3
* Another interim checkin. This CL completes the plumbing between our nascent A...miket@chromium.org2012-10-151-16/+23
* 1. Create ApiFunction, which is a new base class of AsyncApiFunction that is ...miket@chromium.org2012-10-111-18/+3
* Refactored away the abomination of poor object-oriented design that was APIRe...miket@chromium.org2012-07-201-24/+19
* Add bitrate option to serial API.miket@chromium.org2012-07-091-2/+11
* Let developers get a list of valid serial ports, which is the same set of por...miket@chromium.org2012-05-081-16/+22
* Refactor the socket API to remove onEvent callback in socket.create() function.penghuang@chromium.org2012-05-071-28/+43
* RefCounted types should not have public destructors, chrome/browser/extension...rsleevi@chromium.org2012-04-271-28/+28
* Ensure that we initiate ExtensionEventRouter operations on the UI thread.miket@chromium.org2012-03-301-1/+8
* - Simple layer over POSIX open/read/write.miket@chromium.org2012-02-161-0/+71