summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Add "Show Tab Overview" menu item.thakis@chromium.org2010-07-271-0/+4
* Revert bookmark bar promo CL, r52993mirandac@google.com2010-07-271-1/+0
* When the kChromeUIScheme was made savable, it also broke the disabling of thersesek@chromium.org2010-07-271-2/+7
* Make IsPopup a const function per brett.xiyuan@chromium.org2010-07-261-1/+1
* Disabled zoom controls in the browser when displaying PDF using the internal ...sanjeevr@chromium.org2010-07-221-1/+20
* Use check item for side tab menu.oshima@chromium.org2010-07-211-4/+4
* Attemp 2 at:sky@chromium.org2010-07-211-9/+0
* Moved code that generates APP_TERMINATING notification into BrowserList so it...atwilson@chromium.org2010-07-201-7/+6
* Revert 53062 - Makes the toolbar visible for apps again. Here's the set of pa...pinkerton@chromium.org2010-07-201-0/+9
* Makes the toolbar visible for apps again. Here's the set of patches Isky@chromium.org2010-07-201-9/+0
* Add bookmark promo to NTP on first run.mirandac@google.com2010-07-201-0/+1
* Remove the page and app menus.pkasting@chromium.org2010-07-201-12/+4
* Put sidetab menu back to wrench menu (confirmed with sky)oshima@chromium.org2010-07-201-1/+0
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+1
* Removing the code that are no longer in use.oshima@chromium.org2010-07-161-8/+0
* Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-161-0/+4
* Add "Inspect Element" shortcut to browser tabs.apavlov@chromium.org2010-07-161-10/+25
* Move implementation from header to source.erg@chromium.org2010-07-151-0/+4
* Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.dmaclach@chromium.org2010-07-151-4/+0
* Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-151-0/+4
* chromeos: except when signing off, disallow closing of last NTP of last non-i...kuan@chromium.org2010-07-141-15/+43
* Implement support for disabling sync through configuration management.mnissler@chromium.org2010-07-141-2/+23
* Add link to privacy dashboard from sync options panel behind command line flag.tim@chromium.org2010-07-121-0/+6
* Moved common parts of ChildProcessHost into chrome/common and created a Brows...sanjeevr@chromium.org2010-07-031-1/+1
* Makes all tabs openned from the omnibox inherit the opener of thesky@chromium.org2010-07-011-15/+17
* Add the concept of browse extent.aa@chromium.org2010-07-011-0/+5
* Change a bunch of string types.estade@chromium.org2010-06-291-10/+11
* AutoFill Help Link added on Macdhollowa@chromium.org2010-06-281-0/+6
* Attempt 2 at Moving Browser::AddTypes to TabStripModel. The firstsky@chromium.org2010-06-281-34/+36
* Fix regression (crash) in launching Apps (regular ones, not Extension Apps) c...finnur@chromium.org2010-06-251-3/+6
* Revert 50752 - Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-33/+39
* Moves Browser::AddTypes to TabStripModel. This patch is primarilysky@chromium.org2010-06-241-39/+33
* Make pinned tabs a little stickier.estade@chromium.org2010-06-241-1/+13
* Fix theme loading bubble which was overstaying its welcome.mirandac@google.com2010-06-231-1/+1
* Unreverting 50489 - Added app.launch.width and app.launch.height keys to app ...scherkus@chromium.org2010-06-221-0/+6
* Revert 50489 - Added app.launch.width and app.launch.height keys to app manif...robertshield@chromium.org2010-06-221-6/+0
* Added app.launch.width and app.launch.height keys to app manifest.scherkus@chromium.org2010-06-221-0/+6
* Make FixupURL() return a GURL instead of a string (i.e. do fixup + canonicali...pkasting@chromium.org2010-06-181-7/+5
* Fixes regression in opening a new tab where we would open it at thesky@chromium.org2010-06-181-1/+1
* Improve toolbar keyboard accessibility.dmazzoni@chromium.org2010-06-181-2/+37
* Pref service strings should be std::string.estade@chromium.org2010-06-181-2/+2
* Enable domui options for use in browser using the switch:csilv@chromium.org2010-06-181-2/+18
* Don't show content browser for extension/theme downloads from gallery.xiyuan@chromium.org2010-06-171-0/+6
* Further refine the pinned tab navigation algorithm.estade@chromium.org2010-06-141-14/+39
* Interpret typed url into an apps extent from the NTP omnibox as launch eventrafaelw@chromium.org2010-06-111-9/+25
* Detach reload from omnibox, combine with stop, and eliminate go.pkasting@chromium.org2010-06-111-12/+5
* Win: Use different AppUserModelID for SxS installs.mattm@chromium.org2010-06-111-2/+1
* AutoFill: Fix a bug that caused AutoFill to not fill the field the user isjhawkins@chromium.org2010-06-101-11/+0
* Rip out the multiprofile implementation.erg@chromium.org2010-06-101-55/+0
* Make the reload button respond to middle-clicks like back/forward/home alread...pkasting@chromium.org2010-06-101-123/+110