| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 3 | -178/+441 |
* | Convert NOTIMPLs into a bug. | estade@chromium.org | 2009-07-09 | 1 | -4/+4 |
* | Make converting from NativeViewId to NativeView an error on Mac. | shess@chromium.org | 2009-07-08 | 1 | -1/+10 |
* | Adding a non-templatized version of QI for times when the IID and type aren't... | tommi@chromium.org | 2009-07-08 | 2 | -7/+24 |
* | GdkPixbufFromSkBitmap needs to un-premultiply the alpha before | tc@google.com | 2009-07-08 | 1 | -4/+30 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -3/+3 |
* | Fix retarded bitmath. << 8 != * 255 | glen@chromium.org | 2009-07-07 | 2 | -6/+10 |
* | Fix tools/valgrind/chrome_tests.sh to always use --log-file option | dank@chromium.org | 2009-07-07 | 1 | -0/+6 |
* | Fix few trivial Coverity issues, mainly PASS_BY_VALUE. | phajdan.jr@chromium.org | 2009-07-06 | 5 | -9/+12 |
* | Minor Coverity nit: Unit test leaking data if failure occurs. | finnur@chromium.org | 2009-07-03 | 1 | -9/+7 |
* | We recently enabled reading sysctl values from inside the sandbox. This CL r... | jeremy@chromium.org | 2009-07-02 | 3 | -38/+12 |
* | Adds some debugging code in hopes of tracking down a | sky@chromium.org | 2009-07-01 | 1 | -3/+14 |
* | Adds time-out to browser-tests to prevent a hanging test from hanging the ent... | jcampan@chromium.org | 2009-07-01 | 2 | -0/+7 |
* | Implement shortcut for finalizing a trial with all remaining probability | jar@chromium.org | 2009-07-01 | 3 | -7/+33 |
* | make FilePath:IsParent use case-insensitive compare for drive letters on windows | rafaelw@chromium.org | 2009-07-01 | 3 | -7/+124 |
* | Create A/B test of SDCH | jar@chromium.org | 2009-06-30 | 3 | -70/+132 |
* | Reland of r19131, this time with real Math: | glen@chromium.org | 2009-06-30 | 2 | -3/+65 |
* | linux: Don't crash if we fail to dlopen a plugin | evan@chromium.org | 2009-06-29 | 1 | -2/+4 |
* | More web contents dragging. | estade@chromium.org | 2009-06-29 | 2 | -0/+7 |
* | Allow extension extensions to be case-insensitive. | avi@chromium.org | 2009-06-29 | 3 | -26/+73 |
* | Coverity: Initialize delegate_. | finnur@chromium.org | 2009-06-29 | 1 | -2/+2 |
* | Use C99 standard format macros for 64-bit values. | agl@chromium.org | 2009-06-29 | 2 | -1/+52 |
* | Create a more fine grained histogram of SDCH payload sizes | jar@chromium.org | 2009-06-29 | 1 | -0/+16 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 11 | -10/+147 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+15 |
* | Gracefully do nothing when run loop sources fire and no delegate is available. | mark@chromium.org | 2009-06-26 | 1 | -0/+26 |
* | Added dynamic annotation files into base/. | deanm@chromium.org | 2009-06-26 | 7 | -4/+468 |
* | Cache the file descriptor for /dev/urandom to avoid needing to reopen it for ... | deanm@chromium.org | 2009-06-26 | 1 | -3/+30 |
* | Implement Linux sys_string_conversions using the system APIs. | deanm@chromium.org | 2009-06-26 | 2 | -4/+250 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 1 | -13/+0 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -1/+1 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 1 | -0/+13 |
* | When falling out of a nested loop, if higher-priority work is done, be sure to | mark@chromium.org | 2009-06-25 | 1 | -0/+10 |
* | Allow work that was deferred on account of not being runnable in a nested loop | mark@chromium.org | 2009-06-25 | 3 | -133/+277 |
* | On Linux, the path to the exe is used to fork renderer processes. | jcampan@chromium.org | 2009-06-25 | 2 | -6/+12 |
* | Fix embarassing purify error due to length mismatch. | cevans@chromium.org | 2009-06-25 | 1 | -1/+1 |
* | Fix a couple of integer issues in Pickle deserialization. Neither represent | cevans@chromium.org | 2009-06-25 | 2 | -1/+32 |
* | change backing store cache to be memory-based rather than count | erikkay@chromium.org | 2009-06-25 | 1 | -0/+2 |
* | Revert Linux sys_string_conversion changes. | deanm@chromium.org | 2009-06-25 | 2 | -222/+4 |
* | Only run the UTF-8 assuming sys conversion tests on Linux. | deanm@chromium.org | 2009-06-25 | 1 | -0/+3 |
* | Implement Linux sys_string_conversions using the system APIs. | deanm@chromium.org | 2009-06-25 | 2 | -4/+219 |
* | Run content scripts in their own isolated world. Hidden behind the --isolate... | abarth@chromium.org | 2009-06-25 | 2 | -0/+5 |
* | Replace std:;wstring with std::string and string16 in locale-name related APIs. | jshin@chromium.org | 2009-06-24 | 2 | -17/+61 |
* | Move PathComponents from file_util to FilePath, add FilePath::IsParent() | rafaelw@chromium.org | 2009-06-24 | 6 | -83/+186 |
* | Reverting 19131. | glen@chromium.org | 2009-06-24 | 2 | -68/+3 |
* | Fix a race condition in directory_watcher_inotify.cc: release lock before sig... | phajdan.jr@chromium.org | 2009-06-24 | 1 | -16/+24 |
* | Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func... | jshin@chromium.org | 2009-06-24 | 4 | -16/+56 |
* | PNGDecoder wasn't multiplying the alpha like PNGEncoder was. This lead to color | glen@chromium.org | 2009-06-24 | 2 | -3/+68 |
* | Order posix file listings by type as well as name. | estade@chromium.org | 2009-06-24 | 2 | -6/+44 |
* | Ignore SIGPIPE when running tests. | mark@chromium.org | 2009-06-23 | 1 | -1/+18 |