summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removing the code which enables using the renderer dib in the browser backingiyengar@google.com2008-08-145-77/+10
* Commit recent string changes to zh_cn.mal@google.com2008-08-142-108/+122
* Address some issues I found in chunked decoder:ericroman@google.com2008-08-143-26/+153
* HuntForZombieChromeProcesses() is killing the child process of upgradecpu@google.com2008-08-141-1/+2
* Cleanup spell check file to stop using reference counted pointers without need.jar@google.com2008-08-142-16/+7
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-148-9/+118
* I removed a questionable use of Quit() on a message loopjar@google.com2008-08-141-3/+3
* Add missing methods to thread_posix.ccpaulg@google.com2008-08-141-1/+20
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-1431-97/+107
* Use syscall instead since gettid doesn't seem to exist.tc@google.com2008-08-131-2/+2
* include the correct file on linux for gettid()pinkerton@google.com2008-08-131-0/+1
* including build/build_config to fix bustagepinkerton@google.com2008-08-131-0/+2
* Fix for mac and linux. Fix gcc warning about class with virtual functions and...pinkerton@google.com2008-08-133-5/+41
* remove drag&drop from build until needed. Add time unittests and link in more...pinkerton@google.com2008-08-131-4/+6
* Fix line endings on a few more SConscript files.tc@google.com2008-08-134-545/+545
* Turn on most tests for posix.pinkerton@google.com2008-08-131-2/+16
* Get chrome's skia project building on macpinkerton@google.com2008-08-134-6/+80
* Part 2 of the chrome_program change. Split into two changestc@google.com2008-08-1312-30/+15
* Add a helper method to SConscript.main for adding .pdb files to thetc@google.com2008-08-1314-85/+51
* Dummy change.jabdelmalek@google.com2008-08-131-1/+1
* Make Javascript alerts do IDN and proper handling of non-standard and filebrettw@google.com2008-08-131-5/+16
* Adds a new unit test to the Scons files.sky@google.com2008-08-131-0/+1
* Allow MSVC to be on a different drive letter than the source code.tc@google.com2008-08-131-1/+6
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@831 0039d316-1c4b-4281-b9...sky@google.com2008-08-131-22/+3
* Add new bookmark_bar_context_menu_tonroller*.cc files and newsgk@google.com2008-08-132-0/+4
* Add new disk_cache\*_{win,posix}.cc files to SCons build. Copy insgk@google.com2008-08-131-35/+49
* Tests for KeywordEditorView.sky@google.com2008-08-136-11/+211
* Pull in some environment flags that affect distcc.evanm@google.com2008-08-131-1/+7
* The width of the version field is not wide enough for all cases. We used to u...finnur@google.com2008-08-131-3/+7
* Don't save the window position of popup windows.beng@google.com2008-08-131-0/+4
* Revving the shared memory to the comments on the list.avi@google.com2008-08-132-27/+32
* Set the svn:eol-style to LF on all SConscript filestc@google.com2008-08-1359-8042/+8042
* Fix a couple "extra qualification" compile errors in method declarations, and...mmoss@google.com2008-08-133-8/+6
* browser_views.lib is build in browser\views\, not directly in browser\.sgk@google.com2008-08-133-3/+3
* Move some files which don't seem to be Win32-specific out of the Win32 blocks.mmoss@google.com2008-08-131-7/+7
* Move remaining OS dependent bits from the main logic on the disk cache.rvargas@google.com2008-08-1320-150/+551
* Copy contents of FrameView into BrowserView2. Once the old frames retire, we ...beng@google.com2008-08-132-1/+127
* Tests for BookmarkEditorView.sky@google.com2008-08-134-5/+249
* Move PE format wrapper files to Win32-only sections.mmoss@google.com2008-08-131-2/+2
* daily string updatetc@google.com2008-08-133-12/+12
* Disable build targets in base/SConscript that don't work ontc@google.com2008-08-131-8/+7
* Changes printf to fprintf(stderr) in hopes of determining flakiness.sky@google.com2008-08-131-21/+21
* make unit test executable named "base_unittest"pinkerton@google.com2008-08-131-8/+8
* make the GTest executables follow the naming conventions for other platforms. pinkerton@google.com2008-08-132-44/+44
* Removing OFFICIAL_BUILD as we do not really need it when we have CHROME_BUILD...rahulk@google.com2008-08-131-1/+2
* Adding preprocessor definitions to separate Google Chrome from Chromium. rahulk@google.com2008-08-135-2/+27
* Fix Frenglish transliteration.maruel@google.com2008-08-131-4/+4
* First, this removes the dependency of NavigationController on thebrettw@google.com2008-08-1319-346/+360
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-136-138/+20
* Moves bookmark bar context menu controller into its own files alongsky@google.com2008-08-137-391/+694