summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add build/all.xcodeproj, which builds all known targets.mmentovai@google.com2008-09-084-149/+1268
* Rename "run net_unittests" to "run_net_unittests" like we do with other unitmmentovai@google.com2008-09-082-7/+7
* Change the external protocol handler to look at thensylvain@google.com2008-09-084-18/+35
* Xcode project for V8 in Chromiummmentovai@google.com2008-09-081-0/+1087
* Get MIME stuff working minimally to the point where we haveerg@google.com2008-09-082-5/+48
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-0836-125/+78
* Normalize leading LWS in line continuations, per Wan-Teh's suggestion.ericroman@google.com2008-09-082-15/+70
* fix build issue on Linux with GCC 4.1.2evanm@google.com2008-09-085-2/+7
* Need to close the plugin stream if NPP_Write fails.darin@google.com2008-09-082-9/+17
* Compile bspatch only on win32 for now.rahulk@google.com2008-09-081-1/+5
* Use FRIEND_TEST() instead of guessing the test class name (!)maruel@google.com2008-09-082-6/+9
* rollbackrahulk@google.com2008-09-081-0/+1
* Remove bspatch from linux build targets.rahulk@google.com2008-09-081-1/+0
* Disable a flakey test.deanm@google.com2008-09-081-2/+2
* Update chrome trunk's v8 dependency from trunk@101 to trunk@138.ericroman@google.com2008-09-083-3/+3
* A couple of quick TODO and other cleanups.beng@google.com2008-09-084-13/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-085-0/+67
* Fix binary patching for localized OS. Not sure how it was working till now.rahulk@google.com2008-09-084-13/+16
* Hopefully remove 102 unneeded static initializers. This should require less ...deanm@google.com2008-09-081-197/+198
* Makes new tab page update properly when its told bookmarks aresky@google.com2008-09-081-5/+10
* Add LazyInstance (r1837) to the Mac buildmmentovai@google.com2008-09-081-0/+10
* Set svn:ignore for a few things that have been DEPSifiedmmentovai@google.com2008-09-080-0/+0
* - Restore pcre target to webkit.xcodeprojmmentovai@google.com2008-09-081-48/+109
* Just by implementing a destructor (even if it's not doing anything), MSVC wil...deanm@google.com2008-09-081-2/+4
* Make the sqlite SConscript file platform-independent.sgk@google.com2008-09-081-36/+12
* Add a DISALLOW_COPY_AND_ASSIGN to LazyInstanceHelper.deanm@google.com2008-09-081-0/+3
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-085-8/+17
* Create a LazyInstance abstraction for avoiding static constructors by lazily ...deanm@google.com2008-09-086-0/+253
* Remove the ifdef platform jungle from hmac.h, abstracting the platform specif...deanm@google.com2008-09-083-78/+59
* Add a void* parameter to the AtExitManager callbacks.deanm@google.com2008-09-084-30/+47
* Replace a custom memcpy(wchar_t*) with the new safer lcpy API. Pass MAX_PATH...deanm@google.com2008-09-081-4/+14
* Fix a crash (visible sometimes in the single process UI tests inbrettw@google.com2008-09-081-2/+7
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-0710-53/+119
* Just compile some basic files so we get a libGlue.a.evanm@google.com2008-09-076-18/+44
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-072-12/+3
* Since the compiler line looks like "$CXXFLAGS $CFLAGS", there's no way to dis...evanm@google.com2008-09-072-5/+8
* Fix purify MLK errors resulting from my previous check-in. The TimerManager ...darin@google.com2008-09-071-0/+7
* Eliminate the TimerManager by pulling its priority queue into MessageLoop. T...darin@google.com2008-09-0710-1164/+393
* Normalize all whitespace in this SConscript in anticipation of changes to come.evanm@google.com2008-09-071-129/+129
* Rebuild chrome.7z archive by default to get new executables.rahulk@google.com2008-09-063-13/+13
* Adds missing virtual destructors on a couple of interface classes.darin@google.com2008-09-062-0/+4
* Rollback the rollback of r1806. Wasn't the cause of the test failure.ojan@google.com2008-09-062-3/+5
* Fix the sandbox when used with the SANDBOX_EXPORTS define.nsylvain@google.com2008-09-062-7/+7
* Allow the import lock dialog to be sized by locale.tc@google.com2008-09-0644-12/+105
* [new http] Normalize line continuations in response headers.ericroman@google.com2008-09-066-34/+356
* Fix a memory leak introduced in the SafeBrowsing prefix cache test.paulg@google.com2008-09-061-1/+5
* Rollback 1806, requested by Ojan.evanm@google.com2008-09-062-5/+3
* Fix webkit.xcodeproj. Make it use our new xcconfig and common build directorymmentovai@google.com2008-09-066-5105/+1937
* The previous fix doesn't work. We should continuewtc@google.com2008-09-051-4/+10