summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux accelerators cleanup:estade@chromium.org2009-03-161-4/+16
* DevToolsManager is a service in the browser process that manages all open dev...yurys@google.com2009-03-161-1/+2
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+3
* Reverting 11640.finnur@chromium.org2009-03-131-3/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+3
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-3/+3
* First cut at the find bar.tc@google.com2009-03-101-4/+2
* If the flag is specified developer tools window will be opened instead of Con...yurys@google.com2009-03-101-6/+12
* Fixes session restore bug where we wouldn't necessarily correctlysky@google.com2009-03-091-3/+10
* hook up history and download menu itemstc@google.com2009-03-091-8/+12
* Fixes issue 8435 (http://code.google.com/p/chromium/issues/detail?id=8435)munjal@chromium.org2009-03-091-0/+3
* Make both Hebrew Visual (ISO-8859-8) and Hebrew Logical (ISO-8859-8-I)jungshik@google.com2009-03-071-0/+2
* Enable the character encoding menu, zoom menu, and the help menu item.tc@google.com2009-03-061-4/+12
* Take two at hooking up title bar on linux.tc@google.com2009-03-041-23/+18
* Revert "Hook up the app title to the page title."tc@google.com2009-03-041-3/+8
* Hook up the app title to the page title.tc@google.com2009-03-041-8/+3
* Take 2 at moving SupportsWindowFeature from BrowserViewtc@google.com2009-03-041-0/+15
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-2/+2
* Remove an include of a header that was removed in r10832.jhawkins@chromium.org2009-03-031-1/+0
* Revert "Use grit to generate locale rc files and remove the old locale rc fil...tc@google.com2009-03-031-15/+0
* window_ is null during BrowserWindow creation. Assume full screentc@google.com2009-03-031-1/+1
* Move SupportsWindowFeature from BrowserView to Browser sotc@google.com2009-03-031-0/+15
* Fixes regression where escape was not removing a newly bookmarkedsky@google.com2009-03-031-1/+2
* Remove more ifdefs where all platforms now share the implementation.pinkerton@chromium.org2009-03-031-4/+1
* Make history and downloads open once per window unless the user modifies thei...glen@chromium.org2009-03-031-13/+5
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-031-0/+3
* Does two changes to appease chrome bot runs:sky@google.com2009-02-281-1/+5
* When we open a popup window from an app window, we used to identify this popu...mad@chromium.org2009-02-271-15/+15
* Back out r10487 toomark@chromium.org2009-02-261-2/+1
* This CL addresses several issues with focus in application mode:jcampan@chromium.org2009-02-261-0/+3
* More URL constants replacement.brettw@chromium.org2009-02-261-1/+2
* Linux: add splash screenagl@chromium.org2009-02-261-0/+3
* Linux: fixes for tab contents switchingagl@chromium.org2009-02-261-0/+4
* Hide profiles behind a command-line switch since the user-data-dir stuffmunjal@chromium.org2009-02-261-0/+6
* Enable the ToolbarModel on Mac and Linux. Implement ChromeFont on Mac.pinkerton@chromium.org2009-02-251-1/+1
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-2/+4
* Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.glen@chromium.org2009-02-251-8/+12
* Allow JS Debugger shortcut to work in fullscreen mode, since there's no reaso...pkasting@chromium.org2009-02-251-5/+7
* Get save page working on posix.estade@chromium.org2009-02-251-6/+6
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-34/+10
* Super-simplistic status bubble on Linux.evan@chromium.org2009-02-191-1/+4
* Fix two problems with bookmarking and fullscreen mode:pkasting@chromium.org2009-02-181-3/+2
* Make interstitial_page.cc compile on Posix.jhawkins@chromium.org2009-02-181-1/+1
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-4/+3
* Preliminary fullscreen mode support.pkasting@chromium.org2009-02-181-28/+45
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-181-5/+3
* Remove TabContentsDelegate from scaffolding. Remove a large chunk of ifdef'd ...pinkerton@chromium.org2009-02-171-18/+13
* Unstub some more of the Browser object, including the part that sets it as th...pinkerton@chromium.org2009-02-171-1/+8
* When internal functions try to focus the location bar, check whether it's foc...pkasting@chromium.org2009-02-171-4/+8
* Have ChildProcessInfo contain a list of all running child processes (i.e. ins...jam@chromium.org2009-02-131-12/+10