summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r28293.jhawkins@chromium.org2009-10-071-3/+2
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-071-2/+3
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-3/+3
* Revert "Extensions: tab.title should not be undefined."erg@google.com2009-09-181-1/+2
* Extensions: tab.title should not be undefined.erg@google.com2009-09-181-2/+1
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-1/+16
* Language detection works only for Windows now. Make chrome.tabs.detectLanguag...sidchat@chromium.org2009-09-181-1/+6
* Extension apis: windows.create({url:}) now supports relative paths.rafaelw@chromium.org2009-09-111-7/+24
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-14/+22
* Add some DCHECKS and asserts to debug why ExtensionApiTest.Tabs is flakey and...rafaelw@chromium.org2009-09-031-0/+2
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-45/+51
* Re-implement BackingStore on the Mac as a CGLayer instead of a Skia canvas,amanda@chromium.org2009-08-191-2/+17
* Implement chrome.tabs.captureVisibleTab for linuxerg@google.com2009-08-181-0/+4
* Implement chrome.tabs.getVisibleTabCapture() on Macrafaelw@chromium.org2009-08-141-1/+4
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+83
* 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