summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Don't unpatch an unloaded module. We verify if the original function address ...ananta@chromium.org2009-02-181-3/+19
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-171-2/+2
* Add a couple more stubs to file_version_info_linux.cc.thestig@chromium.org2009-02-142-1/+11
* Disable Native Crash reporting on OS X, till we enable Breakpad integration.jeremy@chromium.org2009-02-133-0/+49
* Add code to be able to detect windows7 and 2008 in GetWinVersion.nsylvain@chromium.org2009-02-122-4/+17
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-123-6/+4
* Change the behavior of --enable-dcheck in releasehuanr@chromium.org2009-02-122-15/+56
* Refactor plugin process code in the browser process so that the browser/about...jam@chromium.org2009-02-112-0/+5
* Turning on the tracking of double-delete of HWND in the hope of catching one ...jcampan@chromium.org2009-02-112-6/+1
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-114-9/+73
* Add a gtk_utils (like gdi_utils), with region rectangle subtraction.deanm@chromium.org2009-02-115-12/+59
* Fix linux buildestade@chromium.org2009-02-111-1/+2
* Under the OS X Sandbox, some system calls are blocked.jeremy@chromium.org2009-02-112-3/+20
* Fix a browser crash when the async resource handler keeps anrvargas@google.com2009-02-111-0/+2
* Unittest gardening on MacOS X:shess@chromium.org2009-02-112-1/+5
* * Fix error checking for mmap() for POSIX shared memory.jeremy@chromium.org2009-02-111-1/+3
* Disable battery power detection on POSIX since we don't currently use it.jeremy@chromium.org2009-02-102-203/+219
* POSIX: add command line option to launch renderers in a wrapperagl@chromium.org2009-02-102-0/+14
* Stub out a function in FileVersionInfo that the dynamic link wants.evan@chromium.org2009-02-091-0/+5
* Fix the windows implementation of KillProcess and WaitForSingleProcess to not...stoyan@chromium.org2009-02-095-19/+26
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-092-0/+17
* Fix a memory error when a timer task deleles itshuanr@chromium.org2009-02-072-0/+45
* Also add ObserverListThreadSafeTest.CrossThreadNotifications to ignore list.erikkay@google.com2009-02-071-0/+1
* Add ObserverListThreadSafeTest.CrossThreadObserver to skipped tests.erikkay@google.com2009-02-071-0/+3
* Add an exception for a flakey error in DirectoryWatcherTesterikkay@google.com2009-02-061-0/+10
* Add native drawing context typedef so that we can cut down on some #ifdefsamanda@chromium.org2009-02-061-0/+4
* I let a tab slip into the code; remove it.agl@chromium.org2009-02-061-1/+1
* Rewrite the mac named process iterator:thomasvl@chromium.org2009-02-062-74/+103
* Make ResourceMessageFilter compile on Mac. It stubs out a substantial part ofbrettw@google.com2009-02-064-33/+62
* Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naokimark@chromium.org2009-02-055-76/+174
* Allow clean compilation of dmg_fp under g++ -Wall.mark@chromium.org2009-02-054-25/+263
* Add simple terminate support for now to help bring up browser/renderer, willthomasvl@chromium.org2009-02-051-1/+8
* Transition POSIX shmem to use lockf(), not semaphores. Eliminatesjrg@chromium.org2009-02-053-58/+140
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-052-3/+21
* Another macro for 100 linear slotscpu@google.com2009-02-051-0/+5
* Disable all of ScopedTempDir tests, since the next one crashed as well.erikkay@google.com2009-02-051-1/+1
* Disable ScopedTempDir.FullPath since it's crashing.erikkay@google.com2009-02-051-0/+4
* Use gfx::NativeView instead of gfx::NativeWindow where appropriate. Switch t...jhawkins@chromium.org2009-02-041-1/+2
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-044-3/+87
* Templatizing set_quote_chars method in tokenizer.robertshield@chromium.org2009-02-041-1/+1
* Hands off the intercept if 'unpatch' failsjoshia@google.com2009-02-041-6/+11
* Properly honor base::SharedMemory semantics for name="" to meanjrg@chromium.org2009-02-0412-47/+389
* Reverting 9109.ojan@google.com2009-02-032-81/+0
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-032-0/+81
* Use _NSGetEnviron instead of environ (see "man environ"). environ isn'tmark@chromium.org2009-02-031-5/+2
* The dtor wasn't actually cleaning up the fds from the pipe, so close them downthomasvl@chromium.org2009-02-031-0/+4
* Depending on what runloop we're under, the autoreleasepool might not get cleanedthomasvl@chromium.org2009-02-031-0/+15
* fix off by one in offset values for cf_html.tc@google.com2009-02-031-1/+1
* Add to SDCH histogrammingjar@chromium.org2009-02-021-4/+23
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-023-0/+47