| Commit message (Expand) | Author | Age | Files | Lines |
* | Extract executeScript-like functionality into a single ExtensionScriptExecuto... | kalman@chromium.org | 2012-05-14 | 1 | -8/+2 |
* | RefCounted types should not have public destructors, chrome/browser/extension... | rsleevi@chromium.org | 2012-04-27 | 1 | -1/+10 |
* | Adding run_at to chrome.tabs.executeScript/insertCss. | eaugusti@chromium.org | 2012-04-13 | 1 | -1/+5 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -3/+3 |
* | Add OVERRIDE to chrome/browser/extensions/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-23 | 1 | -0/+11 |
* | Revert 97365 - Added code for localizing scripts CSS before injection takes p... | wez@chromium.org | 2011-08-19 | 1 | -11/+0 |
* | Added code for localizing scripts CSS before injection takes place. | adriansc@google.com | 2011-08-18 | 1 | -0/+11 |
* | Get rid of TabContentsRegistrar and just let TabContentsObserver support dyna... | jam@chromium.org | 2011-06-03 | 1 | -3/+0 |
* | Fix the case where the TabContents goes away before TabContentsObserver::Regi... | jam@chromium.org | 2011-06-01 | 1 | -1/+2 |
* | Cleanup in handling of JavaScript URLs in tabs API | aa@chromium.org | 2011-04-07 | 1 | -1/+2 |
* | Move dispatching and sending of the last extension specific messages out of T... | jam@chromium.org | 2011-04-05 | 1 | -7/+8 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-08 | 1 | -3/+3 |
* | FBTF: More extensions cleanup. | erg@google.com | 2010-08-26 | 1 | -3/+2 |
* | FBTF: Header cleanup in chrome/common part 2. The majority of the changed files | jhawkins@chromium.org | 2010-08-20 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -4/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Extension tweaks for phantom tabs. I did the following modifications: | sky@chromium.org | 2010-01-23 | 1 | -2/+3 |
* | Make executeScript and insertCSS inject code into all frames. | tangjie@chromium.org | 2009-11-20 | 1 | -1/+6 |
* | Remove +x bit from files that shouldn't have it. | evan@chromium.org | 2009-10-20 | 1 | -0/+0 |
* | Small cleanup to extension function registration to avoid scattered definitions. | mpcomplete@chromium.org | 2009-10-14 | 1 | -0/+8 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 1 | -2/+4 |
* | Use a helper to facilitate reading a file on a background thread. | darin@chromium.org | 2009-09-29 | 1 | -11/+6 |
* | Try again to land "Implement script API:executeScript" | aa@chromium.org | 2009-09-18 | 1 | -0/+52 |