| 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 | 1 | -2/+0 |
* | 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 |
* | 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 |
* | Move render_view_context_menu.* and related files out of tab_contents. | lazyboy@chromium.org | 2014-02-27 | 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 | 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 |
* | 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 | 1 | -0/+11 |
* | 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 | 1 | -1/+1 |
* | Make resource throttles and AsyncResourceHandler add events to NetLog | mmenke@chromium.org | 2013-12-04 | 1 | -0/+4 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -13/+13 |
* | Remove two RenderViewHostObserver implementations in ChromeOS code and replac... | jam@chromium.org | 2013-10-22 | 1 | -0/+1 |
* | Add C++ fixture for extension settings browser test | aboxhall@chromium.org | 2013-10-21 | 1 | -5/+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 |
* | 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 |
* | Move UserScript and Extension switches to top-level extensions/. | yoz@chromium.org | 2013-07-19 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -21/+52 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -2/+2 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 3. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Second try at better workaround for win dbg extensions api browser tests. | asargent@chromium.org | 2013-06-05 | 1 | -5/+24 |
* | Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-04 | 1 | -1/+1 |
* | Mark some of tests that invoke RunExtensionSubset as disabled on Win - see bug. | nkostylev@chromium.org | 2013-05-24 | 1 | -5/+35 |
* | Reenable WebNavigationApiTests on Windows | jochen@chromium.org | 2013-05-13 | 1 | -122/+19 |
* | Disable WebNavigationApiTest.GetFrame | dewittj@chromium.org | 2013-05-08 | 1 | -1/+7 |
* | Disables WebNavigationApiTests that keep timing out. | sky@chromium.org | 2013-05-07 | 1 | -18/+115 |
* | Disable WebNavigationApiTest.ServerRedirectSingleProcess for Linux Aura too. | miu@chromium.org | 2013-04-26 | 1 | -1/+1 |
* | Drop the constraint when the main frame's dom content was loaded | jochen@chromium.org | 2013-04-26 | 1 | -2/+1 |
* | Disable WebNavigationApiTest.SrcDoc due to flakiness on the bots. | nick@chromium.org | 2013-04-25 | 1 | -1/+2 |
* | Disable WebNavigationApiTest.ServerRedirectSingleProcess for chromeos. | kalman@chromium.org | 2013-04-24 | 1 | -1/+8 |
* | Reenable WebNavigationApiTest.ServerRedirectSingleProcess again, now that bro... | jochen@chromium.org | 2013-04-11 | 1 | -3/+1 |
* | Hide ContentClient getters from embedders so that they they don't reuse conte... | jam@chromium.org | 2013-04-05 | 1 | -4/+2 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -2/+2 |
* | Delete items of the launcher jump list upon pressing Shift click | skuhne@chromium.org | 2013-03-13 | 1 | -1/+1 |
* | content: Move more constants from url_constants.h into content namespace. | tfarina@chromium.org | 2013-03-02 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -4/+4 |
* | Don't assume that when the current RVH is deleted, the pending RVH is getting... | jochen@chromium.org | 2013-02-04 | 1 | -0/+28 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 1 | -6/+6 |
* | Disable WebNavigationApiTest.ServerRedirectSingleProcess | zea@chromium.org | 2013-01-25 | 1 | -1/+3 |