summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add cross platform base::SysInfo::AmountOfPhysicalMemoryMB to replace the Win...deanm@chromium.org2008-09-186-18/+11
* Update V8 in Chromium to version 0.3.2.kasperl@google.com2008-09-181-1/+1
* 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
* back out my sbox changecpu@google.com2008-09-1815-351/+69
* Fix painting of the title bar when the window is maximized and then deactivated.ben@chromium.org2008-09-181-1/+1
* Add an interface to the sandbox to block dll from loading in the target processcpu@google.com2008-09-1815-69/+351
* Revert "Make tcp_client_socket_unittest pass on Linux."evanm@google.com2008-09-1810-656/+20
* Make tcp_client_socket_unittest pass on Linux.dkegel@google.com2008-09-1810-20/+656
* Just import libevent, with minor tweaks as described in README.googledkegel@google.com2008-09-1878-0/+80569
* 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
* Order of initialization should match declaration. Fixes gcc build break:mmoss@google.com2008-09-171-3/+2
* Fix for issue 2362: On-demand update hang with "Checking for update..."finnur@google.com2008-09-171-1/+3
* Add a new switch: --allow-scripts-to-close-windows.patrick@chromium.org2008-09-1710-2/+39
* Include <wincrypt.h> to fix compilation errors.wtc@google.com2008-09-171-0/+1
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-174-29/+231
* More fun with detecting UAC. Reports in the field indicate that some computer...finnur@google.com2008-09-171-1/+3
* Remove the old scons-local-0.98.3 directory and its contents.sgk@google.com2008-09-17179-43016/+40
* 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
* Suppress warnings in the new SCons version about an obscuresgk@google.com2008-09-171-1/+2
* Don't set any cookies as a result of the Google URL Tracker update check. Th...pkasting@chromium.org2008-09-173-9/+19
* Add support for "Add to dictionary" in the context menu.sidchat@google.com2008-09-1718-925/+1239
* Review URL: http://codereview.chromium.org/2942jeremy@chromium.org2008-09-172-2/+19
* 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
* Remove duplicate stats_table.cc, left over in Windows list.sgk@google.com2008-09-171-2/+0
* Remove duplicate run_all_unittests.cc, left over in the Windowssgk@google.com2008-09-171-1/+0
* Add another disk cache performance test.sgk@google.com2008-09-171-3/+4
* 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-177-126/+130
* 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
* Apply the security patch by Daniel Veillard (against libxml2 2.6.32).maruel@google.com2008-09-172-1/+3
* Remove a referenced file that doesn't exist.maruel@google.com2008-09-171-4/+0
* Put ResourceLoaderMac back in (for now). It provides an impl we need until we...avi@google.com2008-09-171-0/+2
* Revision 2303 introduced AmountOfPhysicalMemory in SysInfo, so now GetSystemM...deanm@chromium.org2008-09-174-47/+2
* add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B...pinkerton@google.com2008-09-174-3/+18
* Convert CG images to Skia to draw.avi@google.com2008-09-171-0/+52
* Add support for querying the amount of memory on a system to sys_info.deanm@chromium.org2008-09-174-1/+59
* Add a class for extracting system-specific information, like the number of pr...deanm@chromium.org2008-09-178-4/+102
* Some cleanup to hmac_nss / nss_init. Move the anonymous namespaces out of th...deanm@google.com2008-09-172-9/+8
* 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