summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Landing Thiago Farina's CL.jcampan@chromium.org2009-07-291-2/+2
* Coverity: Pass strings by reference.jhawkins@chromium.org2009-07-271-4/+4
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-4/+4
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+46
* Clean up extension loading:erikkay@google.com2009-06-151-1/+1
* Reduce header dependencies in browser/phajdan.jr@chromium.org2009-06-131-0/+1
* Make AsyncExtensionFunction possible.mpcomplete@google.com2009-06-051-7/+7
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-041-14/+31
* Headers cleanup in chrome/browser/phajdan.jr@chromium.org2009-06-031-0/+2
* Add a single monitor implementation of WindowSizer for Linux. (try 2)thestig@chromium.org2009-05-261-6/+1
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-2/+2
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-92/+59
* Reverting 16796.thestig@chromium.org2009-05-221-0/+6
* Add a single monitor implementation of WindowSizer for Linux.thestig@chromium.org2009-05-221-6/+0
* tabs.onUpdated now sends 'url' when 'state' has changed to 'loading' when nav...rafaelw@chromium.org2009-05-201-72/+89
* Uploaded & applied on behalf of Roger Tawa (rogerta@google.com).rafaelw@chromium.org2009-05-151-5/+44
* Add error handling to PageAction extension API.finnur@chromium.org2009-05-141-4/+4
* Extend the chrome.tabs API to allow relative paths.finnur@chromium.org2009-05-141-5/+26
* Enable basic saving/restoring window placements on Mac.rohitrao@chromium.org2009-05-141-1/+1
* Revert "Revert "implemented extensions api windows.update().""aa@chromium.org2009-05-141-2/+51
* Revert "implemented extensions api windows.update()."aa@chromium.org2009-05-141-51/+2
* implemented extensions api windows.update().rafaelw@chromium.org2009-05-141-2/+51
* FormatErrorMessage() functions are now publicly available from ExtensionError...rafaelw@chromium.org2009-05-121-73/+101
* Make background pages work more nicely with the tabs API.aa@chromium.org2009-05-071-24/+8
* BUG=112200rafaelw@chromium.org2009-05-061-30/+59
* Added FindTabById which finds the Browser, TabStripModel, TabContents & index...rafaelw@chromium.org2009-05-061-63/+56
* honor index in createTab()rafaelw@chromium.org2009-05-061-9/+5
* implemented API style/convention changes, including:rafaelw@chromium.org2009-05-051-86/+220
* Pass down the opener tab when a message channel is opened to an extension.mpcomplete@google.com2009-05-011-26/+41
* use EXTENSION_FUNCTION_VALIDATE in extension_tabs_module.ccrafaelw@chromium.org2009-04-301-59/+23
* Implement removeWindow, onWindowCreated, onWindowRemoved.rafaelw@chromium.org2009-04-301-4/+38
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-2/+76
* Move Browser implementation of callback interfaces into the private section.stoyan@chromium.org2009-04-231-1/+1
* Refactor index value capture outside of DCHECK to fix build failure in release.rafaelw@chromium.org2009-04-231-2/+2
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-23/+7
* Reverting 14005.brettw@chromium.org2009-04-181-7/+23
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-23/+7
* added windows.getWindows() and tabs.moveTab()rafaelw@chromium.org2009-04-171-17/+129
* Initial plumbing for sending events from the browser to extension renderers. ...rafaelw@chromium.org2009-04-161-2/+10
* Flesh out more extensions tab api (added getTab, removeTab, updateTab)rafaelw@chromium.org2009-04-101-6/+156
* Re-land popup routing fix for browser.ben@chromium.org2009-04-071-1/+2
* Add more of the server-side plumbing for extension APIs. Alsoaa@chromium.org2009-03-281-0/+79