| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a file I forgot in the last change. | evanm@google.com | 2008-10-27 | 1 | -0/+25 |
* | Clean up the chunk processing pipeline. We are no longer | paulg@google.com | 2008-10-27 | 2 | -326/+216 |
* | Port a few test_shell_tests. Now it runs 45 of them. | evanm@google.com | 2008-10-27 | 12 | -83/+89 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=3769, which is | ananta@chromium.org | 2008-10-27 | 1 | -0/+653 |
* | fix linux build by making sure APICALL is defined on | tc@google.com | 2008-10-27 | 1 | -2/+2 |
* | Add string for the new popup blocks | erg@google.com | 2008-10-27 | 1 | -0/+3 |
* | Add Mac codepath for FileChooser::basenameForWidth in FileChooserChromium.cpp | jeremy@chromium.org | 2008-10-27 | 4 | -0/+96 |
* | Disable flaky test IdleTimerTest.RepeatIdleReset | maruel@google.com | 2008-10-27 | 1 | -1/+2 |
* | Enable stats_tabe_unittest.cc on OS X. | jeremy@chromium.org | 2008-10-27 | 6 | -9/+86 |
* | Add a suggestion to "Learn more about this problem." if there is | tc@google.com | 2008-10-27 | 4 | -10/+45 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 291 | -393/+831 |
* | Update prepopulate data by request for a couple different issues. | pkasting@chromium.org | 2008-10-27 | 2 | -19/+14 |
* | Update RLZ according to the bugs: | cpu@google.com | 2008-10-27 | 2 | -31/+72 |
* | Add '--' to Chrome open command line | kuchhal@chromium.org | 2008-10-27 | 2 | -2/+11 |
* | Cleanup of DNS prefetch related files | jar@google.com | 2008-10-27 | 10 | -35/+34 |
* | Lint message loop code (added explicit to a class definition) | jar@google.com | 2008-10-27 | 1 | -6/+6 |
* | Fix path to the precompiled_webkit.cc file. | sgk@google.com | 2008-10-27 | 1 | -1/+1 |
* | speed up scons | tc@google.com | 2008-10-27 | 1 | -0/+10 |
* | A *very short term* fix to help the linux try bot, otherwise this file is clo... | maruel@google.com | 2008-10-27 | 0 | -0/+0 |
* | Fix the svn:ignore property for the new SCons output directory: scons-out. | maruel@google.com | 2008-10-27 | 0 | -0/+0 |
* | Remove svn:ignore. | maruel@google.com | 2008-10-27 | 0 | -0/+0 |
* | * Update comments from code review feedback. | kuchhal@chromium.org | 2008-10-27 | 2 | -2/+2 |
* | Reshuffling the options in the UnderTheHood section. A summary of my changes:... | finnur@google.com | 2008-10-27 | 9 | -275/+266 |
* | Clean up filter and content encoding handling | jar@google.com | 2008-10-27 | 17 | -346/+413 |
* | Add CCACHE_DIR to the list of environment variables | tc@google.com | 2008-10-27 | 1 | -6/+9 |
* | Update contents_mime_type_ of WebContents only for the main frame. RenderView... | jungshik@google.com | 2008-10-27 | 1 | -1/+5 |
* | Fix SCons build of the sandbox module, splitting out the individual | sgk@google.com | 2008-10-27 | 9 | -260/+408 |
* | Window controls were aligned to the top of the window, so their rollover stat... | glen@chromium.org | 2008-10-27 | 1 | -1/+1 |
* | Declare encoding on the New Tab. | glen@chromium.org | 2008-10-27 | 1 | -8/+5 |
* | Set all key event fields on mac, make sure we correctly handle keyDown | pinkerton@google.com | 2008-10-27 | 2 | -5/+28 |
* | Make sure it's possible to download to a network share. | nsylvain@chromium.org | 2008-10-27 | 2 | -43/+20 |
* | Roll DEPS to pick up duplicate symbol fix for mac build | amanda@chromium.org | 2008-10-27 | 1 | -1/+1 |
* | Superficial change to force a build. | maruel@chromium.org | 2008-10-27 | 1 | -4/+3 |
* | Baseline 5 layout tests for chromium-windows: | ericroman@google.com | 2008-10-27 | 16 | -5/+282 |
* | Rebase three other tests impacted by the "double stroking" fix. | ericroman@google.com | 2008-10-26 | 7 | -8/+3 |
* | Remove a secretive pre-launch warning from test_shell's startup page. | ericroman@google.com | 2008-10-26 | 1 | -1/+0 |
* | Move the spellcheck unittest into browser next to the file | tc@google.com | 2008-10-26 | 2 | -1/+1 |
* | Review URL: http://codereview.chromium.org/8135 | petersont@google.com | 2008-10-25 | 2 | -0/+34 |
* | Remove duplicate source file definitions in test_shell. | sgk@google.com | 2008-10-25 | 1 | -13/+0 |
* | Fix SCons modules build on Windows: | sgk@google.com | 2008-10-25 | 10 | -62/+28 |
* | Disable the yahoo application state plugin as it crashes the plugin process | ananta@chromium.org | 2008-10-25 | 1 | -0/+7 |
* | Remember the clear browsing data combo box selection. | finnur@google.com | 2008-10-25 | 5 | -3/+21 |
* | Disable a long running test. | paulg@google.com | 2008-10-25 | 1 | -1/+1 |
* | Fix a problem with the SyncChannel rewrite. DispatchReplies needs to be call... | jam@chromium.org | 2008-10-25 | 1 | -40/+36 |
* | Quick and dirty mask of layout tests, while I investigate the problem... | ericroman@google.com | 2008-10-25 | 1 | -0/+5 |
* | Fix at least the Linux build. Boo MSVC for not complaining about this. | pkasting@chromium.org | 2008-10-24 | 1 | -1/+1 |
* | Check in gears 0.5.1 binary. | mpcomplete@google.com | 2008-10-24 | 2 | -0/+0 |
* | Unrollback 3944, and remove gears from DEPS again. If check_deps fails, | mpcomplete@google.com | 2008-10-24 | 1 | -6/+0 |
* | More stubbing out. With this and the rest of Linux pending, test_shell links. | agl@chromium.org | 2008-10-24 | 13 | -4/+188 |
* | Fix some leaks in the syncchannel unittest. | jam@chromium.org | 2008-10-24 | 1 | -1/+4 |