| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of ContextMenuParams::frame_id since on the browser side we know whic... | jam@chromium.org | 2014-03-25 | 2 | -6/+4 |
* | Disable several failing tests after the browser test harness improvements in ... | jam@chromium.org | 2014-03-18 | 1 | -0/+4 |
* | Run ContentMain in a browser_test's browser process. This removes duplication... | jam@chromium.org | 2014-03-18 | 1 | -80/+11 |
* | Move extensions-related files to using //components/keyed_service. | blundell@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | Copy JavaScript execution to RenderFrame, switch easy cases to use it. | avi@chromium.org | 2014-03-12 | 1 | -2/+2 |
* | Cleanup: Use TestRendenderViewContextMenu from | lazyboy@chromium.org | 2014-03-11 | 1 | -21/+1 |
* | Rename ProfileKeyedAPI to BrowserContextKeyedAPI and GetProfile to Get. | yoz@chromium.org | 2014-03-05 | 2 | -9/+9 |
* | Update resource requests to remove redundant frame ID. | creis@chromium.org | 2014-03-03 | 1 | -1/+2 |
* | Move render_view_context_menu.* and related files out of tab_contents. | lazyboy@chromium.org | 2014-02-27 | 1 | -1/+1 |
* | Move ProfileKeyedAPI implementations to take BrowserContext in the constructo... | yoz@chromium.org | 2014-02-25 | 2 | -21/+24 |
* | Cleanup: Move kChromeUIScheme constant into content namespace. | tfarina@chromium.org | 2014-02-11 | 1 | -1/+1 |
* | Start moving context menu code to RenderFrame. | jam@chromium.org | 2014-01-31 | 1 | -3/+3 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 3 | -3/+3 |
* | Fix an out-of-date issue in chrome.webNavigation document. | Hokein.Wu@gmail.com | 2014-01-29 | 1 | -3/+9 |
* | Move kDataScheme constant into content namespace. | tfarina@chromium.org | 2014-01-26 | 1 | -1/+1 |
* | Cleanup: Replace &LazyInstance::Get() with LazyInstance::Pointer(). | thestig@chromium.org | 2014-01-21 | 1 | -1/+1 |
* | Move kFileScheme constant into content namespace. | tfarina@chromium.org | 2013-12-30 | 1 | -1/+1 |
* | Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 1 | -1/+2 |
* | Revert 242450 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 1 | -2/+1 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 1 | -1/+2 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -2/+2 |
* | Cleanup: Move kFileSystemScheme constant into content namespace. | tfarina@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Reenable WebNavigationApiTest.ServerRedirectSingleProcess on ChromeOS | jochen@chromium.org | 2013-12-19 | 1 | -8/+1 |
* | [webNavigation] only observe redirects for frames | jochen@chromium.org | 2013-12-18 | 2 | -0/+15 |
* | Chrome side of making SharedWorkerRepositoryClient be per RenderFrame instead... | jam@chromium.org | 2013-12-18 | 2 | -33/+10 |
* | Rewrite all webNavigation API tests as extension tests | jochen@chromium.org | 2013-12-17 | 1 | -157/+63 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-13 | 1 | -1/+1 |
* | Convert string16 to use base namespace. | brettw@chromium.org | 2013-12-09 | 3 | -9/+9 |
* | Make resource throttles and AsyncResourceHandler add events to NetLog | mmenke@chromium.org | 2013-12-04 | 1 | -0/+4 |
* | Move kFtpScheme into content namespace. | tfarina@chromium.org | 2013-12-01 | 1 | -1/+1 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 3 | -3/+3 |
* | Convert extensions::EventRouter from Profile to BrowserContext | jamescook@chromium.org | 2013-11-13 | 1 | -1/+1 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -13/+13 |
* | Remove Profile dependency from ExtensionFunction | benwells@chromium.org | 2013-10-28 | 2 | -7/+9 |
* | Remove two RenderViewHostObserver implementations in ChromeOS code and replac... | jam@chromium.org | 2013-10-22 | 3 | -0/+5 |
* | Add C++ fixture for extension settings browser test | aboxhall@chromium.org | 2013-10-21 | 1 | -5/+5 |
* | Cleanup: Use std::string& instead of const char* in extension/api | limasdf@gmail.com | 2013-10-01 | 2 | -3/+5 |
* | Make ResourceHandlers stateless with respect to child/routing/request IDs. | creis@chromium.org | 2013-09-25 | 1 | -2/+0 |
* | Only disable web navigation tests that fail on debug on debug build | jochen@chromium.org | 2013-09-17 | 1 | -5/+5 |
* | Don't send the oncompleted signal twice in the webnavigation API | jochen@chromium.org | 2013-09-17 | 1 | -3/+0 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -1/+1 |
* | Make ~WebNavigationEventRouter remove itself from browsers | sky@chromium.org | 2013-09-08 | 1 | -2/+3 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -1/+1 |
* | JSON/IDL Compiler now generates event names as of r215660. Use these generate... | DHNishi@gmail.com | 2013-08-20 | 3 | -34/+33 |
* | Move kJavaScriptScheme into content namespace. | tfarina@chromium.org | 2013-08-19 | 1 | -1/+1 |
* | c/b/extensions: Do not use Value::Create*. | DHNishi@gmail.com | 2013-08-14 | 1 | -4/+4 |
* | Android: exclude extensions::WebNavigationTabObserver. | bulach@chromium.org | 2013-08-09 | 1 | -0/+4 |
* | reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue... | scottmg@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Revert 212927 "Move webkitplatformsupport_impl and related from ..." | bryeung@chromium.org | 2013-07-22 | 1 | -1/+1 |
* | Move webkitplatformsupport_impl and related from glue to child | scottmg@chromium.org | 2013-07-22 | 1 | -1/+1 |