| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -1/+1 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -3/+5 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -14/+13 |
* | Revert 113047 - Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-06 | 1 | -13/+14 |
* | Make ExtensionService use ExtensionSet. | yoz@chromium.org | 2011-12-05 | 1 | -14/+13 |
* | Disable failing BrowserActionApiTest.BrowserActionPopup | thestig@chromium.org | 2011-11-17 | 1 | -7/+2 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -1/+1 |
* | Revert 110262 - Have ExtensionHost use TabContents instead of RenderViewHost.... | dpolukhin@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #2. | mpcomplete@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 1 | -1/+1 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 1 | -1/+1 |
* | Close Lazy Background Page after event dispatch | tessamac@chromium.org | 2011-10-20 | 1 | -2/+2 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -2/+3 |
* | Marked BrowserActionApiTest.CloseBackgroundPage as disabled. | rdsmith@chromium.org | 2011-10-06 | 1 | -1/+3 |
* | GTTF: Remove super-flaky ui_test_utils functions and fix callers. | phajdan.jr@chromium.org | 2011-09-27 | 1 | -4/+9 |
* | Refactor ExtensionTabUtil-namespaced functions into their own file. | miket@chromium.org | 2011-09-27 | 1 | -1/+1 |
* | Redirect chrome://extensions to the new chrome://settings/extensions (attempt... | finnur@chromium.org | 2011-09-19 | 1 | -2/+1 |
* | Revert 101081 - Redirect chrome://extensions to the new chrome://settings/chr... | finnur@chromium.org | 2011-09-14 | 1 | -1/+2 |
* | Redirect chrome://extensions to the new chrome://settings/chromeExtensions (a... | finnur@chromium.org | 2011-09-14 | 1 | -2/+1 |
* | Revert 101046 - Redirect chrome://extensions to the new chrome://settings/chr... | joi@chromium.org | 2011-09-14 | 1 | -1/+2 |
* | Redirect chrome://extensions to the new chrome://settings/chromeExtensions. | finnur@chromium.org | 2011-09-14 | 1 | -2/+1 |
* | Allow window.close() in background pages. | tessamac@chromium.org | 2011-09-07 | 1 | -0/+26 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 1 | -1/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+2 |
* | Changed the test to say that it is done after a timer fires and now it | levin@chromium.org | 2011-05-28 | 1 | -3/+2 |
* | Temporarily disable BrowserActionApiTest.BrowserActionPopup. | levin@chromium.org | 2011-05-28 | 1 | -2/+3 |
* | More TabStripModel renaming: | sky@chromium.org | 2011-04-18 | 1 | -1/+1 |
* | Cleanup: Update a bunch of files to the new location of browser_window.h. Par... | tfarina@chromium.org | 2011-04-09 | 1 | -3/+3 |
* | Update the includes to the old tab_contents.h | jam@chromium.org | 2011-03-02 | 1 | -1/+1 |
* | Marked several tests flaky. | rdsmith@chromium.org | 2011-03-01 | 1 | -1/+3 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -2/+2 |
* | Mark BrowserActionPopup disabled except Mac since it times out. | lzheng@chromium.org | 2011-01-27 | 1 | -1/+1 |
* | Mark BrowserActionApiTest.BrowserActionPopup flaky. | lzheng@chromium.org | 2011-01-25 | 1 | -1/+8 |
* | Make ExtensionBrowserEventRouter owned by ExtensionService. | asargent@chromium.org | 2011-01-15 | 1 | -1/+2 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -1/+0 |
* | Rename ExtensionsService to ExtensionService. | tfarina@chromium.org | 2010-12-14 | 1 | -3/+3 |
* | Move: | ben@chromium.org | 2010-12-02 | 1 | -1/+1 |
* | Cleanup: Include browser.h -> ui/browser.h [Part 3]. | jhawkins@chromium.org | 2010-11-16 | 1 | -1/+1 |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 1 | -7/+7 |
* | Remove port constants from src/chrome/browser/extensions/ . | skerner@chromium.org | 2010-10-18 | 1 | -1/+1 |
* | Make ui_test_utils::ExecuteJavaScript() friendlier to use. Also, add WARN_UN... | isherman@chromium.org | 2010-09-30 | 1 | -2/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -2/+2 |
* | [Mac] Re-enable some incognito extensions tests either because they are no lo... | andybons@chromium.org | 2010-06-02 | 1 | -13/+3 |
* | [GTTF] Check the result value of StartHTTPServer to avoid | phajdan.jr@chromium.org | 2010-05-15 | 1 | -2/+2 |
* | Enable BrowserActionApiTest.BrowserActionPopup test after fixing some flaky/c... | kkania@chromium.org | 2010-05-04 | 1 | -14/+16 |
* | [Mac] Small change to get the BrowserActionApiTest.IncognitoDragging test run... | kkania@chromium.org | 2010-04-30 | 1 | -5/+0 |
* | [GTTF] Tests cleanup: | phajdan.jr@chromium.org | 2010-04-08 | 1 | -2/+0 |
* | Fixes bug numbers for disabled tests. | rohitrao@chromium.org | 2010-04-05 | 1 | -1/+2 |
* | Fix OS_MAC -> OS_MACOSX. | rohitrao@chromium.org | 2010-04-01 | 1 | -5/+8 |