summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-206-146/+161
* Remove TRACK_HWND_CREATION/TRACK_HWND_DESTRUCTION macro since the bug it was ...jam@chromium.org2009-05-202-76/+0
* Facilitate a FieldTrial in the rendererjar@chromium.org2009-05-203-0/+98
* Linux download shelf icons first cut.estade@chromium.org2009-05-202-6/+13
* Adds DidProcessEvent to MessagePumpGLib.sky@chromium.org2009-05-192-0/+12
* Fix memory leaks in mime_util functions.thestig@chromium.org2009-05-191-4/+14
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-193-0/+23
* Fix memory leak in corrupt JPEG decoding.thestig@chromium.org2009-05-191-2/+2
* Fix for breakpad not generating a minidump in certain cases on OSX.jeremy@chromium.org2009-05-191-2/+1
* Promotes Add/RemoveObserver to MessageLoop for linux. Becausesky@chromium.org2009-05-183-9/+29
* Disable SystemMonitor.* in base_unittests.phajdan.jr@chromium.org2009-05-181-1/+2
* Fix a memory leak in ResourceDispatcherhclam@chromium.org2009-05-183-0/+15
* Revert "Add file_util::ReplaceFile and use it in ImportantFileWriter."phajdan.jr@chromium.org2009-05-183-23/+0
* Add file_util::ReplaceFile and use it in ImportantFileWriter.phajdan.jr@chromium.org2009-05-183-0/+23
* Use RTLD_DEEPBIND to make sure plugins don't use Chrome's symbols instead of ...evan@chromium.org2009-05-181-1/+1
* Revert "Revert "Revert "Add connected socket function to ClientSocketPool and...willchan@chromium.org2009-05-181-7/+0
* Revert "Revert "Add connected socket function to ClientSocketPool and ClientS...willchan@chromium.org2009-05-171-0/+7
* Revert "Add connected socket function to ClientSocketPool and ClientSocketHan...willchan@chromium.org2009-05-171-7/+0
* Add connected socket function to ClientSocketPool and ClientSocketHandle.willchan@chromium.org2009-05-171-0/+7
* Add xdg mime support on Linux.thestig@chromium.org2009-05-1622-2/+5344
* Rewrite version.sh as version.py to work better with gyp and be moresgk@google.com2009-05-151-10/+23
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-153-75/+80
* Adds an observer callback to Linux's MessagePumpForUI.sky@chromium.org2009-05-152-0/+50
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-3/+3
* DevTools: Introduce lightweight version of JSON serialization.pfeldman@chromium.org2009-05-152-11/+38
* Add support for almost-recursive watches in Linux DirectoryWatcherphajdan.jr@chromium.org2009-05-148-117/+294
* During shutdown delete any pending tasks if running under Valgrind.kuchhal@chromium.org2009-05-143-1/+3940
* Add match count text to the GTK find bar. This also makes the bar wider.brettw@chromium.org2009-05-142-0/+5
* Extract Windows-specific parts of TaskManager.phajdan.jr@chromium.org2009-05-141-0/+10
* Reverting 15832 since this test is finished.hbono@chromium.org2009-05-142-26/+0
* Retry r16006.estade@chromium.org2009-05-142-0/+10
* Undo 16020glen@chromium.org2009-05-143-79/+74
* Allow the new tab page to be themed (you may want to review DOMUIThemeSource ...glen@chromium.org2009-05-143-74/+79
* revert r16006 due to msvc warning.estade@chromium.org2009-05-132-10/+0
* Properly convert from UTF8 to UTF16 in WebTextInputImpl.estade@chromium.org2009-05-132-0/+10
* Fix a dependency problem in base.gyp, so that file_version_info_linux.hphajdan.jr@chromium.org2009-05-131-0/+4
* Remove the explicit keyword from the ScopedComPtr constructor so it can be in...maruel@chromium.org2009-05-132-1/+46
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-135-5/+5
* Use thread-safe localtime_r instead of localtime.thestig@chromium.org2009-05-131-4/+4
* posix: directories should only be readable by the user.evan@chromium.org2009-05-122-4/+3
* An experimental fix for Issue 11046.hbono@chromium.org2009-05-122-0/+26
* Add new tab startup test to the linux & mac build.tc@google.com2009-05-121-2/+1
* Add memory stats for linux page cycler. On linux, we collecttc@google.com2009-05-114-3/+83
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-118-0/+0
* Implement the popup blocking whitelist pref. This makes the whitelist actual...pkasting@chromium.org2009-05-092-18/+17
* Make Windows DirectoryWatcher also notify on directory operations (creation, ...phajdan.jr@chromium.org2009-05-082-4/+2
* Blacklist test that crashes occasionally under Valgrind (and Purify).dkegel@google.com2009-05-071-0/+4
* Implement BreakDebugger for ARM.deanm@chromium.org2009-05-071-2/+4
* Fixes a bug where we were inadvertently closing Valgrind-owned FDsrohitrao@chromium.org2009-05-061-23/+30
* Separate the key setting code in the constructor of HMAC class into the Initwtc@chromium.org2009-05-055-22/+100