summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Fix a memory leak in Add to dictionary code.sidchat@google.com2008-09-182-0/+6
* Fix an old leak in tab_strip_model_unittest which had recently contributed to...erikkay@google.com2008-09-182-59/+7
* Use libevent, second try. Changes this time:dkegel@google.com2008-09-181-0/+1
* Make uninstall slightly less prone to chrome.exe crashes by changing default ...kuchhal@chromium.org2008-09-183-45/+26
* NULL check the return value during navigation to prevent a crash.brettw@google.com2008-09-181-0/+2
* Submit Issue 2965 patch by vega.james@gmail.com (jamessan)mmoss@google.com2008-09-181-2/+1
* Enable safe browsing tests exercising VerifyMAC. Reorder libraries to match ...deanm@chromium.org2008-09-183-14/+5
* Fix a typo in r2358.deanm@chromium.org2008-09-181-1/+1
* Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...deanm@chromium.org2008-09-185-18/+6
* Add some padding between the right edge of the new tab button and the left ed...ben@chromium.org2008-09-181-2/+7
* Make sure window controls in maximized browser windows can be hit-tested as t...ben@chromium.org2008-09-181-2/+8
* Fix painting of the title bar when the window is maximized and then deactivated.ben@chromium.org2008-09-181-1/+1
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-181-1/+0
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-181-0/+1
* Disable part of the Importer unit test because it failsnsylvain@chromium.org2008-09-181-0/+6
* filter out a couple of tests which seem to be causing a lot of purify crasheserikkay@google.com2008-09-181-1/+6
* Fix GDI leak in Window object (leak of HICONs)ben@chromium.org2008-09-171-4/+12
* =fix stretched logokuchhal@chromium.org2008-09-171-0/+0
* Rename legacy methods that were in CamelCase to unix_hacker.erg@google.com2008-09-1796-1664/+1631
* Fix for issue 2362: On-demand update hang with "Checking for update..."finnur@google.com2008-09-171-1/+3
* Fix a leak in the view unit tests.ben@chromium.org2008-09-171-2/+2
* Disable Add to dictionary unit tests temporarily. It is flaky.sidchat@google.com2008-09-171-2/+2
* Don't set any cookies as a result of the Google URL Tracker update check. Th...pkasting@chromium.org2008-09-171-1/+5
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-1718-925/+1239
* Add gears.dll to Chrome installer. Also uninstall gears.msi if new installer ...kuchhal@chromium.org2008-09-172-0/+20
* Include chrome SConscript.unit_tests in Linux build.tc@google.com2008-09-177-223/+262
* Second try to make the theme dll no-executable.nsylvain@chromium.org2008-09-171-1/+1
* Include chrome/browser/SConscript in Linux build.tc@google.com2008-09-1711-264/+298
* Delete the provisional load commit notification since it duplicates the nav e...brettw@google.com2008-09-176-61/+60
* Adds logging to file_util::WriteFile to figure out why writingsky@google.com2008-09-173-115/+1
* Some initial work on compiling chrome/common/ on Linux.deanm@chromium.org2008-09-1710-159/+162
* Wires up session restore so that it correctly deals with thesky@google.com2008-09-177-40/+232
* Remove a referenced file that doesn't exist.maruel@google.com2008-09-171-4/+0
* Add a missing include and match a constant type better. From phajdan.jr.deanm@chromium.org2008-09-171-1/+4
* Don't load the font for the window title if we're not going to be painting a ...beng@google.com2008-09-178-154/+76
* Re-land this fix from earlier. Since I was making the tab icon view optional,...beng@google.com2008-09-173-21/+29
* According to reports in the field, some XP machines have a registry flag that...finnur@google.com2008-09-171-0/+1
* Roll back this fix until I can figure out why it;s crashing the ui testsbeng@google.com2008-09-172-28/+20
* Don't initialize the TabIconView if we don't need to. It's expensive to create.beng@google.com2008-09-172-20/+28
* Revert this earlier fix since it didn't do any good.beng@google.com2008-09-172-33/+28
* Always block the request for a sub-resource with anwtc@google.com2008-09-161-14/+5
* Adds logging of loading/saving bookmarks to help me diagnose why somesky@google.com2008-09-163-0/+19
* Fixed bookmark bubble bug. If you changed the title, then clicked editsky@google.com2008-09-161-0/+3
* This fixes http://code.google.com/p/chromium/issues/detail?id=2321, which was...iyengar@google.com2008-09-161-2/+4
* Attempt to reduce startup regression by deferring load of inactive window bit...beng@google.com2008-09-162-28/+33
* Move gears.dll location to the versioned directory (alongside chrome.dll). Wempcomplete@google.com2008-09-161-3/+12
* Remove the rest of the alternate nav url fetcher from the navigation controller.brettw@google.com2008-09-164-40/+27
* Added code for personalization to the new frame classjhaas@chromium.org2008-09-162-1/+48
* Remove an explicit call from the NavigationController to the alternate URLbrettw@google.com2008-09-166-54/+177
* Create a copy of the test directory before using it.mbelshe@google.com2008-09-161-10/+52