| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix chrome not starting up by implementing a straw-man, lieing version | erg@google.com | 2009-02-23 | 2 | -8/+79 |
* | Lie on the priority change and saw we did it w/ a comment about why we won't | thomasvl@chromium.org | 2009-02-23 | 1 | -1/+4 |
* | Fixes a build break caused by r10178. | hbono@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Try to fix the tree. | evan@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Fix more GCC 4.3 warnings. | evan@chromium.org | 2009-02-23 | 1 | -2/+4 |
* | Bring download_file, download_manager into POSIX build. | estade@chromium.org | 2009-02-22 | 1 | -1/+8 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-21 | 1 | -0/+2 |
* | This comment was out of date, so sample code like it wouldn't compile now. | pkasting@chromium.org | 2009-02-21 | 1 | -1/+1 |
* | Reverting 10080. | jam@chromium.org | 2009-02-20 | 1 | -2/+0 |
* | Refactor code from RenderThread and PluginThread and move it to ChildThread. ... | jam@chromium.org | 2009-02-20 | 1 | -0/+2 |
* | Build fix | agl@chromium.org | 2009-02-20 | 1 | -1/+1 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 4 | -7/+207 |
* | Now that we deal with string16s, provide some useful conversions for them. | avi@chromium.org | 2009-02-18 | 2 | -8/+24 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 4 | -16/+6 |
* | Don't unpatch an unloaded module. We verify if the original function address ... | ananta@chromium.org | 2009-02-18 | 1 | -3/+19 |
* | Persist info about subresources on pages for DNS pre-resolution | jar@chromium.org | 2009-02-17 | 1 | -2/+2 |
* | Add a couple more stubs to file_version_info_linux.cc. | thestig@chromium.org | 2009-02-14 | 2 | -1/+11 |
* | Disable Native Crash reporting on OS X, till we enable Breakpad integration. | jeremy@chromium.org | 2009-02-13 | 3 | -0/+49 |
* | Add code to be able to detect windows7 and 2008 in GetWinVersion. | nsylvain@chromium.org | 2009-02-12 | 2 | -4/+17 |
* | Lots of small nits to help to split off webkit.dll. | maruel@chromium.org | 2009-02-12 | 3 | -6/+4 |
* | Change the behavior of --enable-dcheck in release | huanr@chromium.org | 2009-02-12 | 2 | -15/+56 |
* | Refactor plugin process code in the browser process so that the browser/about... | jam@chromium.org | 2009-02-11 | 2 | -0/+5 |
* | Turning on the tracking of double-delete of HWND in the hope of catching one ... | jcampan@chromium.org | 2009-02-11 | 2 | -6/+1 |
* | POSIX: Transfer network data using shared memory | agl@chromium.org | 2009-02-11 | 4 | -9/+73 |
* | Add a gtk_utils (like gdi_utils), with region rectangle subtraction. | deanm@chromium.org | 2009-02-11 | 5 | -12/+59 |
* | Fix linux build | estade@chromium.org | 2009-02-11 | 1 | -1/+2 |
* | Under the OS X Sandbox, some system calls are blocked. | jeremy@chromium.org | 2009-02-11 | 2 | -3/+20 |
* | Fix a browser crash when the async resource handler keeps an | rvargas@google.com | 2009-02-11 | 1 | -0/+2 |
* | Unittest gardening on MacOS X: | shess@chromium.org | 2009-02-11 | 2 | -1/+5 |
* | * Fix error checking for mmap() for POSIX shared memory. | jeremy@chromium.org | 2009-02-11 | 1 | -1/+3 |
* | Disable battery power detection on POSIX since we don't currently use it. | jeremy@chromium.org | 2009-02-10 | 2 | -203/+219 |
* | POSIX: add command line option to launch renderers in a wrapper | agl@chromium.org | 2009-02-10 | 2 | -0/+14 |
* | Stub out a function in FileVersionInfo that the dynamic link wants. | evan@chromium.org | 2009-02-09 | 1 | -0/+5 |
* | Fix the windows implementation of KillProcess and WaitForSingleProcess to not... | stoyan@chromium.org | 2009-02-09 | 5 | -19/+26 |
* | Add Recycle() method to scoped autorelease pool to allow cleaning out any junk | pinkerton@chromium.org | 2009-02-09 | 2 | -0/+17 |
* | Fix a memory error when a timer task deleles its | huanr@chromium.org | 2009-02-07 | 2 | -0/+45 |
* | Also add ObserverListThreadSafeTest.CrossThreadNotifications to ignore list. | erikkay@google.com | 2009-02-07 | 1 | -0/+1 |
* | Add ObserverListThreadSafeTest.CrossThreadObserver to skipped tests. | erikkay@google.com | 2009-02-07 | 1 | -0/+3 |
* | Add an exception for a flakey error in DirectoryWatcherTest | erikkay@google.com | 2009-02-06 | 1 | -0/+10 |
* | Add native drawing context typedef so that we can cut down on some #ifdefs | amanda@chromium.org | 2009-02-06 | 1 | -0/+4 |
* | I let a tab slip into the code; remove it. | agl@chromium.org | 2009-02-06 | 1 | -1/+1 |
* | Rewrite the mac named process iterator: | thomasvl@chromium.org | 2009-02-06 | 2 | -74/+103 |
* | Make ResourceMessageFilter compile on Mac. It stubs out a substantial part of | brettw@google.com | 2009-02-06 | 4 | -33/+62 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 5 | -76/+174 |
* | Allow clean compilation of dmg_fp under g++ -Wall. | mark@chromium.org | 2009-02-05 | 4 | -25/+263 |
* | Add simple terminate support for now to help bring up browser/renderer, will | thomasvl@chromium.org | 2009-02-05 | 1 | -1/+8 |
* | Transition POSIX shmem to use lockf(), not semaphores. Eliminates | jrg@chromium.org | 2009-02-05 | 3 | -58/+140 |
* | Some fixes to ease debugging of the renderer process on OS X. | jeremy@chromium.org | 2009-02-05 | 2 | -3/+21 |
* | Another macro for 100 linear slots | cpu@google.com | 2009-02-05 | 1 | -0/+5 |
* | Disable all of ScopedTempDir tests, since the next one crashed as well. | erikkay@google.com | 2009-02-05 | 1 | -1/+1 |