summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Re-do the way browser windows are shown:ben@chromium.org2008-11-1433-493/+376
* Fixes bug where we were not checking if an app from another windowsky@google.com2008-11-141-8/+52
* Stop the search boxes being too wide on RTL languages.glen@chromium.org2008-11-131-0/+1
* Fixes bug in adding bookmark groups. Adding wasn't setting thesky@google.com2008-11-131-0/+1
* Three menu bugs:sky@google.com2008-11-131-0/+68
* Reduce memory consumption by keeping the SafeBrowsingpaulg@google.com2008-11-135-83/+182
* Puts chrome menus on a slimfast diet: they are no longer chubby. Isky@google.com2008-11-131-0/+1
* Reordered some logic to fix a bug which caused the clearing of the database t...petersont@google.com2008-11-131-5/+7
* Changes UnloadUITest to navigate to last URL synchronously in hopes ofsky@google.com2008-11-131-3/+4
* Some speculative fixes for UI test flakiness.beng@google.com2008-11-131-6/+7
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-1310-47/+58
* * Try to rename chrome exes in shutdown path as well.kuchhal@chromium.org2008-11-124-21/+37
* New functions in WebDatabase and WebDataService for the removal of form entri...petersont@google.com2008-11-125-8/+172
* Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ...pkasting@chromium.org2008-11-122-0/+36
* Adds the ability for save dialogs to take a default extension.sky@google.com2008-11-128-27/+38
* Fix infobubble crash due to first run bubble having slightly different initia...ben@chromium.org2008-11-122-9/+4
* Break out command execution from ExecuteCommand implementation into separate ...ben@chromium.org2008-11-122-514/+519
* If setProcessBackgrounded fails, don't continue throughmbelshe@google.com2008-11-121-1/+4
* * Need to read version from registry if relaunching browser.kuchhal@chromium.org2008-11-121-0/+1
* Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a...pkasting@chromium.org2008-11-123-17/+13
* Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...pkasting@chromium.org2008-11-124-44/+23
* Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st...pkasting@chromium.org2008-11-125-86/+70
* Makes sure ResourceDispatcherHost properly cleans up a cancelledsky@google.com2008-11-121-1/+10
* Reorder browser.cc to match style guide, and remove browser_commands.ccben@chromium.org2008-11-124-1705/+1700
* Reorder functions in browser.hben@chromium.org2008-11-127-295/+236
* Fix history_indexer.idl to stop from rebuilding it every time.maruel@chromium.org2008-11-121-0/+12
* Changes TableView to have its own mouse handling code so that we cansky@google.com2008-11-121-0/+4
* oopsben@chromium.org2008-11-111-1/+1
* oopsben@chromium.org2008-11-111-1/+1
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-1112-28/+21
* Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se...ben@chromium.org2008-11-113-7/+5
* Style fixes to BlockedPopupContainer before I submiterg@google.com2008-11-112-20/+26
* Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec...ben@chromium.org2008-11-115-60/+66
* Accept the changes in the UI Language in Options ... -> Language Menu only if...sidchat@google.com2008-11-112-4/+18
* More cleanup in Browser:ben@chromium.org2008-11-1111-121/+36
* Handle the possibility of failure when starting apaulg@google.com2008-11-116-26/+10
* Only block alert() requests from blocked popups; not all popups.erg@google.com2008-11-114-86/+96
* Fix a crash when dismissing an infobubble... could not locate Window*ben@chromium.org2008-11-112-6/+9
* These files were missed from my last cleanup CL.beng@google.com2008-11-112-63/+4
* Cleanup and rearrange methods on BrowserWindow interface.beng@google.com2008-11-1111-165/+50
* Ensure that windowed plugins get focus during WM_MOUSEACTIVATE. This fixesananta@chromium.org2008-11-111-18/+20
* make sure we match all the tests and files that linux has running. We were ne...pinkerton@google.com2008-11-111-0/+8
* Add support for 256 bit full hashes to the new implementation.paulg@google.com2008-11-1112-608/+1045
* Rename BrowserView2 to BrowserView.ben@chromium.org2008-11-1115-178/+174
* Review URL: http://codereview.chromium.org/10005petersont@google.com2008-11-117-57/+98
* Fixes bug where carpet bombing dialog would come in some situations itsky@google.com2008-11-111-10/+20
* Forgot to remove these files.ben@chromium.org2008-11-102-0/+0
* Removes the old frames.ben@chromium.org2008-11-1023-7019/+20
* Move 'learn more' in the privacy section to its own line.glen@chromium.org2008-11-101-18/+5
* Changes tree/table to pass in an appropriate location when the contextsky@google.com2008-11-101-8/+0