summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/execute_code_in_tab_function.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-021-0/+1
* Revert "FBTF: Move the TabRestoreService::Observer into its own file."erg@google.com2010-09-011-1/+0
* FBTF: Move the TabRestoreService::Observer into its own file.erg@google.com2010-09-011-0/+1
* FBTF: More extensions cleanup.erg@google.com2010-08-261-0/+9
* Convert wide strings in extension_tabs_module_constants.viettrungluu@chromium.org2010-08-131-0/+2
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* Require user opt-in before allowing content script injection on file URLs.mpcomplete@chromium.org2010-06-241-1/+3
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-5/+2
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-1/+1
* Avoid calling ExecuteCode() on a NULL TabContents. The problem was an extra s...eroman@chromium.org2010-03-241-3/+6
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-4/+6
* Pull gallery special case down into Extension::CanAccessHost() to avoid dupli...aa@chromium.org2010-02-201-14/+1
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-231-7/+12
* Move constants related to chrome.tabs.executeScript() from the .cc file torogerta@chromium.org2010-01-191-12/+8
* (fix merge error).rafaelw@chromium.org2009-12-231-0/+11
* Revert "Disallow chrome.tabs.executeScript from injecting code into gallery"rafaelw@chromium.org2009-12-231-11/+0
* Disallow chrome.tabs.executeScript from injecting code into galleryrafaelw@chromium.org2009-12-231-0/+11
* Check permissions for chrome.tabs.executeScript() in theaa@chromium.org2009-12-221-2/+11
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-1/+1
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-201-4/+17
* Fix memory leak in AsyncExtensionFunction.mpcomplete@chromium.org2009-11-101-1/+1
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-201-0/+0
* Small cleanup to extension function registration to avoid scattered definitions.mpcomplete@chromium.org2009-10-141-2/+2
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-071-6/+6
* Use a helper to facilitate reading a file on a background thread.darin@chromium.org2009-09-291-27/+18
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-181-0/+156