summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Convert some little-used process function NOTIMPLEMENTED()s into a bug.evan@chromium.org2009-02-261-4/+5
* Import .gyp files into the Chromium treemark@chromium.org2009-02-251-0/+571
* Add CommandLine::Terminate to be able to re-initialize the process command lineevan@chromium.org2009-02-252-1/+13
* Get DataPack compiling on Mac and run its unittest.thomasvl@chromium.org2009-02-252-0/+16
* Fix all places where we used the GetWinVersion functionnsylvain@chromium.org2009-02-252-2/+2
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-255-17/+28
* Allow inclusion of libpng in the deps file.brettw@chromium.org2009-02-251-1/+2
* Fix include paths for libpng.brettw@chromium.org2009-02-254-11/+10
* Initial support for Renderer Side Histogramsjar@chromium.org2009-02-252-40/+231
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-246-58/+53
* Recommit r10259 after successful try server run.jeremy@chromium.org2009-02-246-10/+89
* Revert r10259 & subsequent fixes.jeremy@chromium.org2009-02-246-90/+10
* Fix Win32 unit tests broken by r10259.jeremy@chromium.org2009-02-241-1/+2
* Fix windows bustage in r10259jeremy@chromium.org2009-02-241-3/+3
* Fix for Sandboxed WebKit on OS X:jeremy@chromium.org2009-02-246-10/+89
* Fix chrome not starting up by implementing a straw-man, lieing versionerg@google.com2009-02-232-8/+79
* Lie on the priority change and saw we did it w/ a comment about why we won'tthomasvl@chromium.org2009-02-231-1/+4
* Fixes a build break caused by r10178.hbono@chromium.org2009-02-231-1/+1
* Try to fix the tree.evan@chromium.org2009-02-231-1/+1
* Fix more GCC 4.3 warnings.evan@chromium.org2009-02-231-2/+4
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-1/+8
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-0/+2
* This comment was out of date, so sample code like it wouldn't compile now.pkasting@chromium.org2009-02-211-1/+1
* Reverting 10080.jam@chromium.org2009-02-201-2/+0
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-0/+2
* Build fixagl@chromium.org2009-02-201-1/+1
* Bitmap transportagl@chromium.org2009-02-204-7/+207
* Now that we deal with string16s, provide some useful conversions for them.avi@chromium.org2009-02-182-8/+24
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-184-16/+6
* 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