summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Enable help when there are no windows.viettrungluu@chromium.org2009-10-221-0/+9
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-171-6/+4
* Makes canceling 'bookmark all tabs' delete the folder. Or rather,sky@chromium.org2009-10-161-5/+9
* A recent change to the way we close tabs (http://codereview.chromium.org/235050)jcampan@chromium.org2009-10-161-2/+5
* Show "Loading" bubble while loading a theme.avi@chromium.org2009-10-151-11/+1
* Reland r29095 (removes wrench integration foraa@chromium.org2009-10-151-50/+0
* Reverting r29095 (removes wrench integration foraa@chromium.org2009-10-151-0/+50
* Remove the implicit wrench menu items for browser actions.aa@chromium.org2009-10-151-50/+0
* Update browser actions api to be like new design doc.aa@chromium.org2009-10-151-2/+1
* Don't hide task manager key binding from web pages.mmoss@chromium.org2009-10-141-2/+1
* Map ctrl+, to open options settings page for Chrome OS.chocobo@google.com2009-10-141-3/+2
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-4/+0
* Converts some uses of native_view to native_window. This is necessitatedsky@chromium.org2009-10-121-3/+0
* SIGTERM should cause the application to exit on the Mac.mark@chromium.org2009-10-121-1/+1
* Fix spacing that was supposed to go in a previous checkin and somehow pkasting@chromium.org2009-10-091-1/+1
* Allow the NTP to be bookmarked.pkasting@chromium.org2009-10-091-23/+9
* * Add ctrl-shift-d to bookmark all tabs.pkasting@chromium.org2009-10-081-4/+24
* Adds the ability to create a bookmark folder populated with a bookmarksky@chromium.org2009-10-081-5/+17
* cleanup: Change AddTabWithNavigationController to simply AddTab.evan@chromium.org2009-10-081-9/+6
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-2/+2
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-2/+2
* Add histograms that track how long it takes to open the new tab page.tony@chromium.org2009-10-021-2/+8
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-1/+0
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-021-0/+22
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-3/+19
* Set the initial enabledness state of any browser actions whenaa@chromium.org2009-09-301-0/+12
* Remove IdleTimer, which no one uses.pkasting@chromium.org2009-09-301-1/+0
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-58/+1
* Set new homepage preferences only if there is no existing value.kuchhal@chromium.org2009-09-301-4/+7
* Integrate browser actions with the wrench menu. Browseraa@chromium.org2009-09-301-0/+50
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-281-4/+4
* Fixes regression introduced by fixing bookmark bar. We need to processsky@chromium.org2009-09-261-19/+25
* Minor cleanup. Converts Browser from storing a vector of pendingsky@chromium.org2009-09-251-48/+11
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-251-2/+10
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-251-4/+4
* Let cmd-f/cmd-g use the findboard.thakis@chromium.org2009-09-231-1/+10
* Adds a theme promo in the lower right cornerarv@chromium.org2009-09-231-0/+1
* Add NotificationType::BROWSER_WINDOW_READY, chrome.windows.onCreated now send...rafaelw@chromium.org2009-09-221-0/+5
* Retry of r26698.estade@chromium.org2009-09-211-10/+0
* Reverting r26698. Somehow this broke scons?estade@chromium.org2009-09-211-0/+10
* Linux: Remove linux splash page and printing command line switch.estade@chromium.org2009-09-211-10/+0
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-181-0/+8
* Revert "Strict transport security: add checkbox to clear state."agl@chromium.org2009-09-181-1/+0
* GTK: Add a dialog for printing.estade@chromium.org2009-09-161-0/+10
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-151-2/+3
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-2/+9
* Add keyboard shortcuts to reorder tabs left or right on Linux.tony@chromium.org2009-09-141-0/+14
* Force page-action views to update after reloading an extension, by deletingpam@chromium.org2009-09-111-0/+4
* Strict transport security: add checkbox to clear state.agl@chromium.org2009-09-111-0/+1
* Put the find bar back for mac and linux.estade@chromium.org2009-09-101-2/+0