summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tabs_module_constants.cc
Commit message (Expand)AuthorAgeFilesLines
* Add type 'panel' to chrome.windows.create.jennb@chromium.org2011-04-111-0/+1
* Fix mime type of captureVisibleTab() result.skerner@chromium.org2011-04-061-1/+1
* fav icon -> favicon. Pass 12/12: all the restavi@chromium.org2011-03-161-1/+1
* Don't let extensions crash the browser or renderers from tabs API.jstritar@chromium.org2011-02-241-0/+2
* Make sure extensions can't open an incognito window if disabled by network po...finnur@chromium.org2011-02-041-1/+2
* Prevent extensions from moving tabs between profiles.jstritar@chromium.org2011-01-261-0/+2
* Prevent extensions from moving tabs that are being dragged. This fixes a cras...jstritar@chromium.org2010-12-221-0/+2
* Add pinned property to tabs.update and create.jstritar@chromium.org2010-11-081-1/+1
* Indicate if window is closing in tabs.onRemoved callbackjstritar@chromium.org2010-10-151-0/+1
* Rip out phantom tabs and corresponding unit tests.andybons@chromium.org2010-10-021-1/+0
* Convert wide strings in extension_tabs_module_constants.viettrungluu@chromium.org2010-08-131-30/+30
* Prevent tabs.move from moving tabs to or from anything but normal (tabbed) wi...rafaelw@chromium.org2010-05-251-0/+2
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-081-2/+8
* Expose 'type' and 'incognito' bits to the extension window object, and makempcomplete@chromium.org2010-03-081-0/+7
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-0/+1
* Pull gallery special case down into Extension::CanAccessHost() to avoid dupli...aa@chromium.org2010-02-201-4/+0
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-231-0/+4
* Move constants related to chrome.tabs.executeScript() from the .cc file torogerta@chromium.org2010-01-191-0/+3
* (fix merge error).rafaelw@chromium.org2009-12-231-0/+2
* Revert "Disallow chrome.tabs.executeScript from injecting code into gallery"rafaelw@chromium.org2009-12-231-2/+0
* Disallow chrome.tabs.executeScript from injecting code into galleryrafaelw@chromium.org2009-12-231-0/+2
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-201-2/+2
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-141-20/+0
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-0/+7
* Language detection works only for Windows now. Make chrome.tabs.detectLanguag...sidchat@chromium.org2009-09-181-0/+1
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-0/+2
* Extension API Renaming/Consistency changesrafaelw@chromium.org2009-08-281-3/+2
* I have taken over this patch, original authored by Adam Hunter (adamhunter).rafaelw@chromium.org2009-08-131-0/+4
* First step in abstracting extension api to common/shared "IDL" files (jsonsch...rafaelw@chromium.org2009-07-161-16/+16
* Change getLanguage to detectLanguage, and incorporate corresponding changes, ...sidchat@google.com2009-07-161-1/+1
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-101-0/+0
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-1/+1
* make extension apis tolerate browser absence during start-up & shutdownrafaelw@chromium.org2009-06-041-0/+3
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-261-0/+58