| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add '-ldl' to Linux targets that use dynamic loader functions. | mmoss@google.com | 2010-02-23 | 1 | -0/+2 |
| * | Deprecate GetDirectoryFromPath on non-Windows. | evan@chromium.org | 2010-02-23 | 4 | -23/+18 |
| * | Add back a line in file_util.h that was accidentally deleted long ago. | evan@chromium.org | 2010-02-23 | 1 | -0/+1 |
| * | Move deprecated file_util declarations into a separate file. | evan@chromium.org | 2010-02-23 | 3 | -54/+64 |
| * | Add MessageLoop::QuitNow and use it to terminate a sync IPC. | darin@chromium.org | 2010-02-23 | 2 | -0/+13 |
| * | Fix app shortcut mess up per issue 31789 | xiyuan@chromium.org | 2010-02-23 | 1 | -0/+8 |
| * | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 2 | -50/+0 |
| * | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 2 | -0/+50 |
| * | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 3 | -53/+0 |
| * | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 3 | -0/+53 |
| * | importer: use FilePath instead of wstring in some places | evan@chromium.org | 2010-02-19 | 2 | -0/+31 |
| * | linux: make NSS version check non-fatal | evan@chromium.org | 2010-02-19 | 1 | -3/+12 |
| * | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 6 | -246/+258 |
| * | Adds new API to process_utils to launch a new app as a user in a specified de... | gwilson@google.com | 2010-02-18 | 2 | -1/+15 |
| * | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 2 | -6/+6 |
| * | Actually delete databases in CookiesTreeModel. | jochen@chromium.org | 2010-02-18 | 6 | -6/+67 |
| * | Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp. | mmoss@google.com | 2010-02-17 | 1 | -3/+1 |
| * | Misc. tidy up of various comments found whilst learning the codebase. | joth@chromium.org | 2010-02-17 | 1 | -1/+1 |
| * | solaris: minor ifdefs | evan@chromium.org | 2010-02-17 | 3 | -1/+8 |
| * | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 4 | -16/+16 |
| * | Mac: Content blocked icons. | thakis@chromium.org | 2010-02-16 | 1 | -1/+9 |
| * | Set chromium_code = 0 on base.gyp:symbolize and base.gyp:xdg_mime. | mark@chromium.org | 2010-02-16 | 1 | -2/+6 |
| * | Correctly recognize emptiness of IDMap. | phajdan.jr@chromium.org | 2010-02-16 | 2 | -5/+16 |
| * | Revert 38882 - Land http://codereview.chromium.org/576001 again temporarily. | glider@chromium.org | 2010-02-16 | 1 | -2/+20 |
| * | linux: remove needless base/i18n gtk dep | evan@chromium.org | 2010-02-15 | 1 | -7/+0 |
| * | 10.6 SDK compatibility fix for SelectFileDialogBridge following r37693. | mark@chromium.org | 2010-02-12 | 1 | -0/+1 |
| * | Fix up some style guide violations wrt aligning function arguments. | willchan@chromium.org | 2010-02-12 | 5 | -7/+10 |
| * | Land http://codereview.chromium.org/576001 again temporarily. | glider@chromium.org | 2010-02-12 | 1 | -20/+2 |
| * | Make sure the parent directory always comes first when listing directories. | estade@chromium.org | 2010-02-11 | 4 | -13/+26 |
| * | Revert 38766 - Temporarily land http://codereview.chromium.org/576001 to chec... | glider@chromium.org | 2010-02-11 | 1 | -2/+20 |
| * | Temporarily land http://codereview.chromium.org/576001 to check the | glider@chromium.org | 2010-02-11 | 1 | -20/+2 |
| * | This CL addresses 2 issues: | jcampan@chromium.org | 2010-02-10 | 3 | -0/+46 |
| * | Trigger the blocked cookie notification UI. | darin@chromium.org | 2010-02-09 | 1 | -1/+1 |
| * | Remove DirectoryWatcher and the only thing using it. | phajdan.jr@chromium.org | 2010-02-09 | 9 | -1213/+2 |
| * | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 2 | -18/+0 |
| * | wine_valgrind: Use common Valgrind scripts to run Wine/Valgrind tests. | thestig@chromium.org | 2010-02-08 | 1 | -0/+114 |
| * | Make LASTCHANGE work properly for make build. | mmoss@google.com | 2010-02-08 | 1 | -1/+3 |
| * | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 3 | -4/+28 |
| * | The RemoveChars utility function requires a NULL-terminated input string, so ... | jhawkins@chromium.org | 2010-02-05 | 1 | -1/+1 |
| * | Implement RemoveChars, a function to remove a list of characters from a strin... | jhawkins@chromium.org | 2010-02-05 | 3 | -0/+68 |
| * | Sandbox: Finish the interception manager support for x64. | rvargas@google.com | 2010-02-04 | 2 | -3/+4 |
| * | linux: split xdg_mime into a separate target | evan@chromium.org | 2010-02-03 | 1 | -18/+26 |
| * | Support reordering of Browser Actions within the container. Currently does no... | finnur@chromium.org | 2010-02-03 | 2 | -2/+51 |
| * | Add support for fine grained permissions to use LocalStorage. | jorlow@chromium.org | 2010-02-02 | 1 | -1/+2 |
| * | Hide/show cursor according to NSCursor requests. | avi@chromium.org | 2010-02-02 | 2 | -0/+10 |
| * | linux: check the return value passed through HANDLE_EINTR | evan@chromium.org | 2010-02-02 | 6 | -20/+40 |
| * | linux: uncontroversial cleanups found by clang | evan@chromium.org | 2010-02-02 | 2 | -6/+7 |
| * | third_party/nspr OpenBSD support | pvalchev@google.com | 2010-02-02 | 2 | -0/+339 |
| * | Temporarily allow writing to the default malloc zone structure while modifyin... | avi@chromium.org | 2010-02-01 | 1 | -0/+24 |
| * | Reverting 37721. | avi@chromium.org | 2010-02-01 | 1 | -24/+0 |