| Commit message (Expand) | Author | Age | Files | Lines |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=146&, | ananta@chromium.org | 2008-10-16 | 13 | -93/+367 |
* | Change the prefix for unconfirmed, potentially dangerous downloads | mal@chromium.org | 2008-10-16 | 1 | -1/+1 |
* | revert the test | beng@google.com | 2008-10-16 | 1 | -1/+1 |
* | Wrap some lines that are > 80 columns. | tc@google.com | 2008-10-16 | 1 | -9/+13 |
* | Fix a bug where we were truncating the last byte of images | tc@google.com | 2008-10-16 | 2 | -3/+2 |
* | a quick test | beng@google.com | 2008-10-16 | 1 | -1/+1 |
* | Fix FileEnumerator (win) for non-recursive, directory-only enumerations. | tim@chromium.org | 2008-10-16 | 2 | -4/+9 |
* | Don't send duplicate "Cache-Control: max-age=0" headers. | ericroman@google.com | 2008-10-16 | 2 | -17/+26 |
* | This is the same change as 2419 minus a line of debug code I accidentally lef... | petersont@google.com | 2008-10-16 | 8 | -191/+575 |
* | Hook up skia + v8 bindings for getImageData(), putImageData(). | ericroman@google.com | 2008-10-16 | 8 | -30/+199 |
* | Make zero-byte responses an error, rather than an empty HTTP/0.9 case. | ericroman@google.com | 2008-10-16 | 4 | -17/+52 |
* | Fix test list syntax. | ericroman@google.com | 2008-10-16 | 1 | -1/+1 |
* | Fork layout_tests\pending\http\tests\misc\frame-default-enc-same-domain.html | jungshik@google.com | 2008-10-16 | 4 | -1/+20 |
* | Fix broken resize from bottom with magic frame. | ben@chromium.org | 2008-10-16 | 1 | -0/+1 |
* | Fix mac bustage caused by my big Win.cpp to Chromium.cpp change. To keep the | darin@google.com | 2008-10-16 | 2 | -46/+65 |
* | Rename ViewContainer to Container and HWNDViewContainer to ContainerWin. | ben@chromium.org | 2008-10-16 | 116 | -580/+553 |
* | Remove some bogus NOTIMPLEMENTEDs that were leading to layout test bustage. | darin@chromium.org | 2008-10-15 | 1 | -6/+2 |
* | Set the svn:eol-style of DEPS to LF. | pkasting@chromium.org | 2008-10-15 | 0 | -0/+0 |
* | fix line endings for evan | darin@chromium.org | 2008-10-15 | 1 | -6/+6 |
* | Pick up Pinkerton's Mac fix. | pkasting@chromium.org | 2008-10-15 | 1 | -1/+1 |
* | Disable deps checking on webkit/port since that directory doesn't follow the ... | darin@chromium.org | 2008-10-15 | 1 | -1/+1 |
* | Fix check deps bustage. It is valid to #include "bindings/npruntime.h" | darin@chromium.org | 2008-10-15 | 1 | -0/+1 |
* | This is a very important change and it is past time we commit it. | evanm@google.com | 2008-10-15 | 2 | -0/+13 |
* | While doing system level install on Vista, if installer is not running | kuchhal@chromium.org | 2008-10-15 | 4 | -400/+429 |
* | Fix Linux build. | evanm@google.com | 2008-10-15 | 2 | -1/+11 |
* | add/remove files from pkasting's checkin | pinkerton@google.com | 2008-10-15 | 1 | -6/+6 |
* | Kill bogus leftover include. | darin@chromium.org | 2008-10-15 | 1 | -1/+0 |
* | Try to fix V8 build bustage; this change to the file got dropped during my fi... | pkasting@chromium.org | 2008-10-15 | 1 | -0/+1 |
* | Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... | darin@chromium.org | 2008-10-15 | 71 | -523/+472 |
* | Store the command line in a more convenient format on non-windows platforms. | estade@chromium.org | 2008-10-15 | 3 | -23/+103 |
* | As agreed on by the SafeBrowsing server team: | paulg@google.com | 2008-10-15 | 2 | -15/+14 |
* | Fork ScriptController into KJS- and V8-specific versions. The KJS files alre... | pkasting@chromium.org | 2008-10-15 | 7 | -656/+44 |
* | Add a check in Chrome to not run user level mode if machine level Chrome | kuchhal@chromium.org | 2008-10-15 | 14 | -27/+115 |
* | libcommon.a (chrome) needs the staticlib settings applied | mark@chromium.org | 2008-10-15 | 1 | -0/+2 |
* | Add WinCE installer to the Gears SConscript build. | mpcomplete@google.com | 2008-10-15 | 3 | -9/+42 |
* | Add a lot of robustness to SDCH filter decoding | jar@google.com | 2008-10-15 | 15 | -266/+785 |
* | painting_ only exists in debug mode, so only check it in debug mode | mark@chromium.org | 2008-10-15 | 1 | -0/+2 |
* | Make user level installs and machine level installs mutually exclusive. | kuchhal@chromium.org | 2008-10-15 | 2 | -0/+12 |
* | Add using_generated_strings.vsprops to unit_tests. | maruel@google.com | 2008-10-15 | 1 | -1/+1 |
* | Make new http stack the default for test_shell.exe. The consequence of this c... | ericroman@google.com | 2008-10-15 | 4 | -6/+13 |
* | Fix compiler warnings on Linux in resource_handle_win.cc | tc@google.com | 2008-10-15 | 1 | -3/+5 |
* | Stop failing the build if a dependency has been removed. | maruel@google.com | 2008-10-15 | 1 | -1/+4 |
* | Rebaselines the move-past-trailing-sapce layout test. | gwilson@google.com | 2008-10-15 | 4 | -1/+29 |
* | Add an alternate error page for connection errors. This is already supported... | tc@google.com | 2008-10-15 | 2 | -12/+29 |
* | compile a few more files needed by WTF | tc@google.com | 2008-10-15 | 3 | -6/+18 |
* | Change SpellChecker language without restarting the browser. | sidchat@google.com | 2008-10-15 | 8 | -25/+150 |
* | Make unit_tests depend on generated_resources. | maruel@google.com | 2008-10-15 | 2 | -0/+2 |
* | fix bustage, use new api | pinkerton@google.com | 2008-10-15 | 1 | -1/+1 |
* | Rebaseline 32 svg animation tests. | ericroman@google.com | 2008-10-15 | 95 | -215/+1267 |
* | When running layout tests, have logging only go to a file. This prevents info... | pinkerton@google.com | 2008-10-15 | 5 | -17/+36 |