summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge v8.xcodeproj@219 to Chromium. This avoids unnecessary recompilationmmentovai@google.com2008-09-091-1/+1
* Build host_resolver on the Macmmentovai@google.com2008-09-094-12/+13
* Add an AtExitManager to test_chrome_plugin. It uses Time::Now(), which now u...deanm@chromium.org2008-09-091-0/+5
* Revert the timeBeginPeriod changes in event_recorder. It's doing it's own ti...deanm@google.com2008-09-092-4/+10
* Reapply r1633 (which was reverted by r1635), with some additional modificatio...deanm@google.com2008-09-095-91/+101
* rollback r1891darin@google.com2008-09-093-98/+30
* Delete pending tasks that have not run. To do this properly, I found that I ...darin@google.com2008-09-093-30/+98
* Fix proxy code. The pac string was corrupted when a pacnsylvain@chromium.org2008-09-091-1/+2
* Set DerivedSourcesDir properly in the webcore script phasemmentovai@google.com2008-09-091-1/+1
* Like r1882 but for the webkit targetmmentovai@google.com2008-09-091-2/+2
* Adding a CHECK in a memcpy that it is not trivial to understand.cpu@google.com2008-09-091-3/+3
* Workaround for the create_hash_table svn:executable problemmmentovai@google.com2008-09-091-1/+1
* Fix chrome.7z archive on buildbots. The earlier change didn't work 100%.rahulk@google.com2008-09-082-8/+4
* Fix error in generated yacc files (the rest of the line needs to be a comment).erg@google.com2008-09-081-3/+1
* submit forked file from issue http://codereview.chromium.org/1821fqian@google.com2008-09-081-0/+38
* Change navigator.vendor to return "Google Inc.".ojan@google.com2008-09-081-0/+8
* add debug statementrahulk@google.com2008-09-081-0/+1
* add debug statementrahulk@google.com2008-09-081-0/+3
* Pages with mixed content were shown as secure.jcampan@google.com2008-09-081-0/+4
* 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