summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Patch uninstall until we fix bug 1308130.rahulk@google.com2008-08-071-11/+18
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-073-4/+5
* Move away from the deprecated atomic.h interface to AtomicRefCount and Atomic...deanm@google.com2008-08-075-11/+16
* rollback r498 and r500 to repair test bustagedarin@google.com2008-08-076-41/+35
* fix unit_test failures, where process_.handle() may be nulldarin@google.com2008-08-071-1/+4
* Revised r408 such that we no longer sometimes fail MetricsServiceTest.CrashRe...darin@google.com2008-08-075-31/+35
* Daily translated string updates.mal@google.com2008-08-072-74/+74
* Make the OSExchangeDataTest.Html test pass now that I fixed NULL handling in ...brettw@google.com2008-08-071-2/+18
* Add new about_version{,_flat}.html files to SCons.sgk@google.com2008-08-071-0/+1
* Restored tabs should be considered "owned" by whatever random tab is currentl...erg@google.com2008-08-061-2/+4
* Adding an interactive UI test to catch when switching between two tabs (both ...finnur@google.com2008-08-067-12/+175
* * add webkit version and V8 version to about:versionerikkay@google.com2008-08-065-42/+105
* Drop FixedString. It's only used in two places, one where it doesn't really ...evanm@google.com2008-08-061-6/+5
* Remove projects browser_dll, plugin_dll and renderer_dll since they won't be ...maruel@google.com2008-08-0610-1018/+0
* Don't link directly against GetPerformanceInfo so that win2k can be happy.mbelshe@google.com2008-08-061-4/+29
* fix build (take 2)darin@google.com2008-08-061-1/+1
* fix build bustagedarin@google.com2008-08-061-3/+3
* B=1302955 R=sky attempt to bandaid situation where tab_data_ and child list c...beng@google.com2008-08-061-0/+11
* Improve NPRuntime marshalling by adding glue functions for serializing / dese...darin@google.com2008-08-063-44/+19
* Remove #ifdef's used to support split dlls. Since we don't supportmaruel@google.com2008-08-062-36/+1
* Fix win2k testers by commenting out a function that is not supportednsylvain@google.com2008-08-061-3/+4
* Revert change 408 to see if it fixes the ui tests.nsylvain@google.com2008-08-065-25/+23
* The printing NewCookie() must start counting at 1 and not 0, since 0deanm@google.com2008-08-061-1/+2
* Move the printing cookie from direct atomic operations to AtomicSequenceNumber.deanm@google.com2008-08-062-8/+7
* This fixes http://b/issue?id=1257424, which is a need to implement a global b...iyengar@google.com2008-08-069-160/+393
* Fix 1303709: Crash: Switching between tabs with a Find box open on both tabs ...finnur@google.com2008-08-062-16/+16
* Updated strings for ja and ko.mal@google.com2008-08-062-3/+3
* The rectangle passed in to MoveContents is a content rectangle, not a window ...erg@google.com2008-08-062-4/+5
* Convert more consumers of ML::WatchObject to ObjectWatcher.darin@google.com2008-08-055-23/+25
* Add common\ipc_message_utils.cc to SCons build.sgk@google.com2008-08-051-0/+1
* Fix crash due to race conditions in the way Browser unhooks itsbeng@google.com2008-08-051-27/+37
* Another day, another prepopulate data change.pkasting@google.com2008-08-051-28/+30
* Left-align the distributor logo on RTL Vista while we wait for a properly fli...glen@google.com2008-08-051-2/+10
* Reapply revision 380 since it wasn't the cause of the build breakage.maruel@google.com2008-08-053-13/+19
* Reapply 379 since it wasn't the issue with the build breakage.maruel@google.com2008-08-058-194/+286
* Revert revision 380 to see if it fixes the build. Please reapply once the tre...nsylvain@google.com2008-08-053-19/+13
* Revert change 379 to see if it fixes the build. Please reapply when it's green.nsylvain@google.com2008-08-058-286/+194
* Fixing an issue where BiDi text in window titles was not displayed correctly ...idana@google.com2008-08-051-0/+7
* While uninstalling Chrome look for return codes from chrome.exe that indicate...rahulk@google.com2008-08-053-13/+19
* Reduce the quantity of includes and template specialization in ipc_message_ut...maruel@google.com2008-08-058-194/+286
* Copy WM_GETOBJECT handler impl from XPFrame to HWNDViewContainer. This will b...beng@google.com2008-08-052-1/+63
* Grab bag of random cleanups, implementation of some more methods, etc. I'm go...beng@google.com2008-08-0513-6/+144
* Add new memory_test.exe to SCons build.sgk@google.com2008-08-052-0/+98
* A few more translated strings. mal@google.com2008-08-052-45/+45
* Major udpate of translated strings, completing most languages (well there's a...mal@google.com2008-08-0541-311/+406
* Initial version of a chrome memory test. This is not yet done; as it stillmbelshe@google.com2008-08-059-15/+658
* fix bustagebeng@google.com2008-08-054-1/+36
* Add the TabStrip to the BrowserView2. (hooked up for OpaqueFrame only at this...beng@google.com2008-08-059-3/+119
* Add the AeroGlassFrame and AeroGlassNonClientView for Vista.beng@google.com2008-08-0510-53/+519
* Another attempt at this CL.jcampan@google.com2008-08-049-54/+225