summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@677 0039d316-1c4b-4281-b9...dglazkov@google.com2008-08-112-3/+3
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@676 0039d316-1c4b-4281-b9...glen@google.com2008-08-111-0/+0
* Move Tab Drag Tests inside Project interactive_ui_testssidchat@google.com2008-08-113-11/+8
* Remove all the C-style string munging, making this easier to port to Linux.evanm@google.com2008-08-111-55/+42
* If the user runs chrome with a language on the command line ontc@google.com2008-08-111-4/+11
* Fixes word_iterator to actually compile. Next time, never just paste code in ...avi@google.com2008-08-112-6/+9
* Per discussion with Brian/Mark/Ben, set the renderer timeout to 20 seconds bu...jabdelmalek@google.com2008-08-111-1/+1
* User the "v8.exe" binary from the V8 SCons-based release build instead of the...sgk@google.com2008-08-111-24/+11
* Remove an illegal const.paulg@google.com2008-08-111-5/+0
* Small fix to remove a pixel gap between the client edge of the toolbars and t...beng@google.com2008-08-111-7/+11
* Move Ranges to std::vector<Sample>, as <const Sample> is invalid if you want ...deanm@google.com2008-08-111-1/+1
* We should not initialize the crash callback for non-browser processes sincensylvain@google.com2008-08-111-2/+3
* Set the hung renderer and plugin timeout to 10 seconds.jabdelmalek@google.com2008-08-112-3/+3
* Make POSIX time routines work on Linux by providing a POSIX-conformant versio...mmentovai@google.com2008-08-115-59/+76
* Replace a todo with NOTIMPLEMENTED().ericroman@google.com2008-08-111-2/+3
* Increase the height of the options dialog in zh-TW to matchtc@google.com2008-08-112-2/+2
* Allow the ChromeViews' Menu to wrap the Windows system menu and insert items ...beng@google.com2008-08-112-35/+136
* Another Frame Grab-Bagbeng@google.com2008-08-1120-201/+209
* Add support for ChromeViews::Windows to disable inactive rendering. This is f...beng@google.com2008-08-115-14/+67
* Update chrome strings ('it' translation clean ups).tc@google.com2008-08-112-22/+22
* A simple view that wraps a RenderViewHost in an HWNDView, to facilitatetimsteele@google.com2008-08-113-0/+168
* Cleanup setup.exe:rahulk@google.com2008-08-117-96/+20
* A set of tests to exercise chrome menus as well as parts of bookmarksky@google.com2008-08-1115-65/+1536
* Fix hammer build. Bustage resulted from renaming some files.darin@google.com2008-08-111-3/+3
* Made portable by use of WaitableEvent.darin@google.com2008-08-111-23/+12
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-1120-287/+289
* recursive_mutexerikkay@google.com2008-08-116-27/+228
* Picked the vrong v8_shell.vcproj file.sgjesse@google.com2008-08-111-1/+1
* Provide cross-platform implementation of WaitableEvent for use on Mac and Linux.darin@google.com2008-08-117-13/+201
* Added the v8-shell project to the Chrome Visual Studio solution after all as ...sgjesse@google.com2008-08-111-0/+16
* Allow multiple AtExitManagers to be chained in a stack, this allows much easi...deanm@google.com2008-08-1110-535/+146
* Define a private IDMap::iterator, and use our own iterator / const_iterator.deanm@google.com2008-08-111-5/+7
* Changed the Chrome Visual Studio solution to use the new Visual Studio projec...sgjesse@google.com2008-08-112-129/+68
* HashTable is a dependent name, since it's based on the template parameter T. ...deanm@google.com2008-08-111-2/+2
* Reapply the usage new Visual Studio project files for the webkit project.sgjesse@google.com2008-08-113-54/+35
* Remove class scoping operator from Pickle method declaration.deanm@google.com2008-08-111-1/+1
* Even though AtExit should never be called while an object is being accessed, ...deanm@google.com2008-08-111-3/+2
* Increase the hung renderer warning delay to 30s temporarily.beng@google.com2008-08-101-2/+2
* Add a stubbed-out platform_mime_util_mac.mmericroman@google.com2008-08-104-5/+61
* Add a NOTIMPLEMENTED() macro to annotate the code paths which need revisiting...ericroman@google.com2008-08-103-0/+78
* I suspect this comment was not intended...ericroman@google.com2008-08-104-4/+0
* Make sure the TabStrip is laid out after a drag-detach operation is completed...beng@google.com2008-08-092-4/+4
* rollback r526 to fix performance regressiondarin@google.com2008-08-092-10/+11
* rollback r625 because it made things slowerdarin@google.com2008-08-097-51/+91
* rollback the experimentsdarin@google.com2008-08-091-34/+9
* experiment with APCsdarin@google.com2008-08-091-11/+33
* just a test...darin@google.com2008-08-091-0/+3
* Refactor mime_util into a singleton.ericroman@google.com2008-08-095-55/+175
* Switch IPC classes over to using ObjectWatcher instead of MessageLoop::WatchO...darin@google.com2008-08-098-91/+52
* Add some information for memwatcher n00bs -- would also be good to be able to...ericroman@google.com2008-08-094-1/+88