| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid double-stroking paths. | ericroman@google.com | 2008-10-24 | 30 | -77/+21 |
* | Add a command line option to installer that will let user set Chrome as | kuchhal@chromium.org | 2008-10-24 | 6 | -949/+1001 |
* | Changes to allow running the new SafeBrowsing storage system,contained in Saf... | paulg@google.com | 2008-10-24 | 13 | -162/+606 |
* | First-party side of change to remove more link stubs. | pkasting@chromium.org | 2008-10-24 | 4 | -12/+9 |
* | Handful of changes to NativeControl, TreeView and TableView I'm going | sky@google.com | 2008-10-24 | 8 | -31/+149 |
* | Rollback r3939 (closed tree). | evanm@google.com | 2008-10-24 | 1 | -0/+7 |
* | Added CSV format output for process_coverage.py which will be used by the cod... | niranjan@google.com | 2008-10-24 | 1 | -14/+42 |
* | Turn on SDCH support for google.com by default. | jar@google.com | 2008-10-24 | 1 | -4/+6 |
* | Remove gears from chrome's DEPS, since most people don't use it. Gears devs | mpcomplete@google.com | 2008-10-24 | 1 | -7/+0 |
* | Fixed a crash in the coverage script. | niranjan@google.com | 2008-10-24 | 1 | -59/+99 |
* | Revert r3932 in an attempt to unbreak the tree. | evanm@google.com | 2008-10-24 | 3 | -76/+33 |
* | Remove a reinterpret_cast that is not valid on the Mac | amanda@chromium.org | 2008-10-24 | 1 | -1/+6 |
* | Make IPC::SyncChannel not duplicate the underlying MessageLoop implementatio... | jam@chromium.org | 2008-10-24 | 9 | -375/+668 |
* | Call DidStartDnsResolution and DidFinishDnsResolutionWithStatus | wtc@google.com | 2008-10-24 | 2 | -1/+7 |