| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated pipeline unit test and added mocks for a full audio pipeline. | ralphl@chromium.org | 2009-02-05 | 4 | -78/+369 |
* | Adds pointer to WebKit bug in tests_fixable. | sky@google.com | 2009-02-05 | 1 | -0/+2 |
* | Report timeout before sending EOF to mark the correct test as timed out. | kuchhal@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Fix double free in test_shell_tests on linux with SHARED=1. | tc@google.com | 2009-02-05 | 1 | -7/+14 |
* | Remove webkit glue stubs. | jrg@chromium.org | 2009-02-05 | 2 | -31/+13 |
* | Implement NamedProcessIterator in base/process_util_mac.mm. Patch by Naoki | mark@chromium.org | 2009-02-05 | 6 | -76/+175 |
* | Temporarily disable the printing test while I find out what I did wrong. | maruel@chromium.org | 2009-02-05 | 1 | -2/+2 |
* | Fix build break when ENABLE_WORKERS is set | jam@chromium.org | 2009-02-05 | 1 | -0/+9 |
* | Removes the expected selenium failures. These were fixed by r9233. | sky@google.com | 2009-02-05 | 1 | -1/+0 |
* | Stop using the function computePageRects() duplicated in FrameChromium.cpp. | maruel@chromium.org | 2009-02-05 | 4 | -18/+37 |
* | Linux: get us to the point where we crash at browser->window()->Show() | agl@chromium.org | 2009-02-05 | 4 | -2/+27 |
* | Build the rest of renderer on linux (except plugins). | estade@chromium.org | 2009-02-05 | 2 | -11/+4 |
* | Allow clean compilation of dmg_fp under g++ -Wall. | mark@chromium.org | 2009-02-05 | 4 | -25/+263 |
* | Provide pre-generated config.h files for the Mac for sdch and libevent, so | mark@chromium.org | 2009-02-05 | 5 | -1/+369 |
* | Linux: add a big, stubby RenderWidgetHostView | agl@chromium.org | 2009-02-05 | 4 | -0/+287 |
* | Hook up tab close menu item and plumb tab closing scaffolding through UI laye... | pinkerton@chromium.org | 2009-02-05 | 5 | -28/+100 |
* | Can wait for testserver python process to exit. | stoyan@chromium.org | 2009-02-05 | 1 | -15/+27 |
* | Remove resource message filter from the mac build, I accidentally added it. | brettw@google.com | 2009-02-05 | 1 | -2/+0 |
* | Fix linker error on Linux & Mac by stubbing out a function. | brettw@chromium.org | 2009-02-05 | 1 | -0/+3 |
* | Build bustage fixes, moved this file, didn't update the include. | brettw@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Fix the build due to conflict with Paul's change | brettw@chromium.org | 2009-02-05 | 1 | -1/+7 |
* | Fix the build from my previous file move. | brettw@chromium.org | 2009-02-05 | 2 | -2/+2 |
* | Move resource_message_filter and resource_request_details to the renderer_host. | brettw@chromium.org | 2009-02-05 | 18 | -125/+131 |
* | Make the number of jobs correspond to the number of available | darin@chromium.org | 2009-02-05 | 1 | -1/+7 |
* | Correctly spawn render process for posix. | pinkerton@chromium.org | 2009-02-05 | 2 | -1/+24 |
* | Updates tests_fixable to remove two failures from merge that have been fixed. | sky@google.com | 2009-02-05 | 1 | -4/+0 |
* | Add simple terminate support for now to help bring up browser/renderer, will | thomasvl@chromium.org | 2009-02-05 | 1 | -1/+8 |
* | Remove black magic and >100 lines. Unhook a lot of dead code. | maruel@chromium.org | 2009-02-05 | 9 | -321/+73 |
* | Take out unnecessary include that I added in a failed effort to fix the linux... | jam@chromium.org | 2009-02-05 | 2 | -1/+1 |
* | Transition POSIX shmem to use lockf(), not semaphores. Eliminates | jrg@chromium.org | 2009-02-05 | 3 | -58/+140 |
* | Update's DEPS to pull in latest webkit. | sky@google.com | 2009-02-05 | 1 | -1/+1 |
* | Fix compiler warning with GCC 4.3. Patch by Craig Schlenter (see http://code... | pkasting@chromium.org | 2009-02-05 | 1 | -2/+2 |
* | Port the ResourceDispatcherHost to Mac and linux. | paul@chromium.org | 2009-02-05 | 15 | -64/+348 |
* | Make xcodebodge even more friendly by making list_native_targets | phajdan.jr@chromium.org | 2009-02-05 | 1 | -21/+23 |
* | Add support for the V8Custom attribute in advance of merging in | darin@chromium.org | 2009-02-05 | 1 | -7/+16 |
* | A few minor tweaks to Purify options that should allow us to enable a few tes... | erikkay@google.com | 2009-02-05 | 2 | -3/+16 |
* | Add some more scaffolding, enable some browser_main code on linux. | estade@chromium.org | 2009-02-05 | 3 | -15/+16 |
* | Add in NavigationController to linux and mac. | pinkerton@chromium.org | 2009-02-05 | 12 | -133/+116 |
* | Some fixes to ease debugging of the renderer process on OS X. | jeremy@chromium.org | 2009-02-05 | 5 | -8/+40 |
* | Disable the WanWang protocol handler plugin (npww.dll) as it crashes during s... | ananta@chromium.org | 2009-02-05 | 1 | -0/+8 |
* | POSIX: Backing store scrolling. | agl@chromium.org | 2009-02-05 | 1 | -2/+132 |
* | Removes the test LayoutTests/transitions/transition-end-event-nested.html fro... | sky@google.com | 2009-02-05 | 1 | -3/+0 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 15 | -12/+104 |
* | Tagging two tests that seem to have a pattern the last day or so on the mac b... | thomasvl@chromium.org | 2009-02-05 | 1 | -0/+2 |
* | Fix unintentional edit from r9218. | kuchhal@chromium.org | 2009-02-05 | 1 | -1/+1 |
* | Open Chrome Window instead of tab when it is launched from a shortcut. | kuchhal@chromium.org | 2009-02-05 | 1 | -4/+7 |
* | Usual round of porting in chrome/ | phajdan.jr@chromium.org | 2009-02-05 | 7 | -56/+39 |
* | WebKit merge 40500:40539 [Chromium side] | levin@chromium.org | 2009-02-05 | 10 | -23/+61 |
* | Remove the stale ifdef/comment since the it's using the command line class now | thomasvl@chromium.org | 2009-02-05 | 1 | -7/+0 |
* | Fixing build break. | thomasvl@chromium.org | 2009-02-05 | 1 | -2/+1 |