| Commit message (Expand) | Author | Age | Files | Lines |
* | Make all consumers of chrome::NewEmptyWindow and chrome::OpenEmptyWindow brow... | gab@chromium.org | 2013-02-20 | 1 | -2/+4 |
* | browser: Move the rest of application_lifetime.h into chrome namespace. | tfarina@chromium.org | 2013-02-18 | 1 | -1/+1 |
* | Replace most BrowserList::empty() and BrowserList::size() calls by multi-desk... | gab@chromium.org | 2013-02-13 | 1 | -7/+6 |
* | Get rid of native-desktop-only BrowserList:: iterator methods in tests. | gab@chromium.org | 2013-02-12 | 1 | -16/+13 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 1 | -48/+55 |
* | content: convert zoom notifications to callbacks | phajdan.jr@chromium.org | 2013-02-07 | 1 | -27/+56 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/ui edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -6/+6 |
* | Rename application_launch namespace to chrome | benwells@chromium.org | 2013-01-31 | 1 | -4/+3 |
* | Disable flaky BrowserTest.TabClosingWhenRemovingExtension | pkotwicz@chromium.org | 2013-01-25 | 1 | -1/+8 |
* | Disable flaky test. | sky@chromium.org | 2013-01-14 | 1 | -1/+3 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-10 | 1 | -63/+71 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -0/+1 |
* | Disable the failing linux aura browser tests so that it can be enabled on the... | jam@chromium.org | 2012-12-19 | 1 | -2/+4 |
* | Show bookmark bar in fullscreen on Mac | sail@chromium.org | 2012-12-11 | 1 | -0/+15 |
* | Introduces "CreateParams" for web contents, and add |parent| parameter in it. | mukai@chromium.org | 2012-12-09 | 1 | -2/+2 |
* | Make app windows not create or interact with SessionServices. | koz@chromium.org | 2012-12-06 | 1 | -0/+20 |
* | Revert r163630 "Disable flaky test "AppModeTest.EnableAppModeTest" on windows." | oshima@chromium.org | 2012-12-02 | 1 | -8/+1 |
* | Disable flaky test "AppModeTest.EnableAppModeTest" on windows. | rogerta@chromium.org | 2012-11-30 | 1 | -1/+8 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 1 | -4/+7 |
* | Remove TabContents from TabStripModel::AddTabContents. | avi@chromium.org | 2012-11-29 | 1 | -10/+10 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | Remove tabstrip wrappers in browser_tabstrip. | avi@chromium.org | 2012-11-15 | 1 | -3/+3 |
* | Reenable NullOpenerRedirectForksProcess, as the offending patch has been reve... | japhet@chromium.org | 2012-11-15 | 1 | -3/+1 |
* | Remove TabContents from chrome::AddSelectedTabWithURL. | avi@chromium.org | 2012-11-15 | 1 | -1/+1 |
* | Disable NullOpenerRedirectForksProcess, as it fails after WebKit r134649 | japhet@chromium.org | 2012-11-15 | 1 | -1/+3 |
* | Remove TabContents from TabStripModelObserver::TabClosingAt. | avi@chromium.org | 2012-11-10 | 1 | -2/+2 |
* | Remove TabContents from AddBlankTabAt, kill AddBlankTab. | avi@chromium.org | 2012-11-08 | 1 | -3/+3 |
* | Remove TabContents from ui/find_bar. | avi@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | Try#2: InterstitialPage: shutdown RVH asynchronously. | mattm@chromium.org | 2012-11-03 | 1 | -2/+22 |
* | Disable flaky BeforeUnloadAtQuitWithTwoWindows.IfThisTestTimesOutItIndicatesF... | phajdan.jr@chromium.org | 2012-11-02 | 1 | -7/+2 |
* | Activate shift-click test now that the fix has landed. | ericu@chromium.org | 2012-10-29 | 1 | -3/+1 |
* | browser: Start moving browser_finder.h into chrome namespace. | tfarina@chromium.org | 2012-10-28 | 1 | -9/+9 |
* | Tests for dispositions of various modified clicks on a normal link. | ericu@chromium.org | 2012-10-24 | 1 | -48/+133 |
* | Test suite that monitors the disposition of JS-created windows based on what | ericu@chromium.org | 2012-10-24 | 1 | -1/+138 |
* | Disable BeforeUnloadAtQuitWithTwoWindows.IfThisTestTimesOutItIndicatesFAILURE... | rsesek@chromium.org | 2012-10-15 | 1 | -1/+7 |
* | [Mac] In BrowserWindowCocoa::Close() do not use -[NSWindow performClose:]. | rsesek@chromium.org | 2012-10-15 | 1 | -3/+79 |
* | Switch TranslateTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-28 | 1 | -5/+5 |
* | Remove two functions on WebContentsDelegate which didn't belong in content. T... | jam@chromium.org | 2012-09-26 | 1 | -1/+1 |
* | Remove mouse lock / pointer lock flags. | scheib@chromium.org | 2012-09-18 | 1 | -5/+0 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-12 | 1 | -8/+14 |
* | Revert r155743, "Switch Extensions::TabHelper to use WebContents, WebContents... | avi@chromium.org | 2012-09-11 | 1 | -14/+8 |
* | Switch Extensions::TabHelper to use WebContents, WebContentsUserData. | avi@chromium.org | 2012-09-10 | 1 | -8/+14 |
* | Source files shouldn't have random broken Unicode in them. | avi@chromium.org | 2012-09-08 | 1 | -1/+1 |
* | DISABLE BrowserTest.PageZoom on Windows - flaky on XP starting circa r154109. | jsbell@chromium.org | 2012-08-31 | 1 | -1/+8 |
* | Enable BrowserTest.ThirtyFourTabs on Windows release. The bug says it flakes ... | jam@chromium.org | 2012-08-29 | 1 | -1/+1 |
* | A simple version of search term replacement for testing. Google search URLs t... | dominich@chromium.org | 2012-08-24 | 1 | -1/+1 |
* | Remove the content and test_basic pyauto tests. All the test cases, with the ... | jam@chromium.org | 2012-08-23 | 1 | -0/+15 |
* | Disable many tests failing on mac 10.7 | nsylvain@chromium.org | 2012-08-19 | 1 | -1/+7 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -2/+2 |