summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Changes about view to explicitly set the background to white. This waysky@google.com2008-11-171-0/+1
* Rollback! Now with 25% more HWND.ben@chromium.org2008-11-1715-35/+63
* Makes opening a bookmark activate the window.sky@google.com2008-11-171-2/+4
* fixing bustageben@chromium.org2008-11-172-3/+3
* Remove HWND from TabContents creation. ben@chromium.org2008-11-1713-60/+32
* Quick test to locate position of crash on qemu. Will remove after one batch o...ben@chromium.org2008-11-161-1/+2
* Prevent crashes in QEMU by (correctly) saying no commands are enabled when th...ben@chromium.org2008-11-161-0/+4
* Fix erase method usage on STL containers in Chrome. Invoking erase on the ite...ananta@chromium.org2008-11-153-4/+12
* Open up SDCH for all sites, in preparation for latency testsjar@google.com2008-11-151-2/+2
* Remove a bunch of NULL checks that seem unnecessary, and document some checks...ben@chromium.org2008-11-152-66/+33
* Make the Browser restore saved last size/position using the WindowDelegate co...ben@chromium.org2008-11-154-21/+23
* RandUInt -> RandUint to match the style of other Uint functions.deanm@chromium.org2008-11-142-2/+2
* Rewire the throbber so that the timer for updating lives on BrowserView, not ...ben@chromium.org2008-11-1410-90/+69
* Switch to avoid first-run pop-up from displaying while in app-mode.brg@chromium.com2008-11-141-0/+5
* Create first run sentinel file when the distribution param skip_first_run_ui ...cpu@google.com2008-11-141-0/+4
* Review URL: http://codereview.chromium.org/10958mbelshe@google.com2008-11-1411-88/+152
* Make the bookmark manager blue.glen@chromium.org2008-11-141-2/+14
* Add mimetypes on the "chrome-resource://" responses.ericroman@google.com2008-11-145-3/+47
* fix bustageben@chromium.org2008-11-141-1/+1
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-1416-151/+235
* Change to integrate SystemMonitor changes into chrome.mbelshe@google.com2008-11-1411-152/+88
* Port some unit tests in chrome/browser/agl@chromium.org2008-11-144-38/+25
* Remove browser\views\frame\browser_view2.cc andsgk@google.com2008-11-141-7/+0
* Port some files in chrome/browser/agl@chromium.org2008-11-149-64/+41
* New unit test for webdatabase functions that record form entries for autofill.petersont@google.com2008-11-141-0/+87
* Fix build bustage, I missed this file with my base namespace changes.brettw@google.com2008-11-141-3/+3
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-1430-146/+143
* Make border and background setting and getting non-virtual and use the correc...brettw@google.com2008-11-1410-15/+16
* Update the user delay histogram for the SafeBrowsing.paulg@google.com2008-11-143-6/+8
* Fixes the interactive ui tests by correctly initializing the specified popup ...ben@chromium.org2008-11-141-2/+1
* Fix build bustage:ben@chromium.org2008-11-142-6/+6
* Add histograms to measure new SafeBrowsing performance.paulg@google.com2008-11-146-14/+81
* Remove chrome\browser\browser_commands.cc from the SCons build.sgk@google.com2008-11-141-3/+0
* 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