| Commit message (Expand) | Author | Age | Files | Lines |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 16 | -0/+16 |
* | Up the warnings in ipc (take 2) | thomasvl@google.com | 2010-07-23 | 7 | -15/+28 |
* | Random bits of header and whitespace cleanup. | thestig@chromium.org | 2010-07-23 | 2 | -20/+17 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 3 | -3/+0 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 3 | -0/+4 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 2 | -2/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 2 | -0/+2 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -2/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -0/+2 |
* | Revert 51520 - Up the warnings in ipc | thomasvl@chromium.org | 2010-07-02 | 5 | -16/+13 |
* | Up the warnings in ipc | thomasvl@google.com | 2010-07-02 | 5 | -13/+16 |
* | Clang: Do not ignore result of HANDLE_EINTR. | thakis@chromium.org | 2010-06-23 | 2 | -19/+38 |
* | Add links to crbug issues for a few tests excluded recently: | timurrrr@chromium.org | 2010-06-17 | 1 | -1/+1 |
* | Don't run IPCSyncChannelTest.Multiple under Valgrind | timurrrr@chromium.org | 2010-06-17 | 1 | -0/+2 |
* | Mac: More pluming for OOP font loading | jeremy@chromium.org | 2010-06-17 | 1 | -8/+31 |
* | Revert 49982 - patch | thakis@chromium.org | 2010-06-16 | 1 | -4/+2 |
* | Revert 49988 - ipc | thakis@chromium.org | 2010-06-16 | 1 | -32/+16 |
* | Revert 49989 - x | thakis@chromium.org | 2010-06-16 | 2 | -6/+3 |
* | x | thakis@chromium.org | 2010-06-16 | 2 | -3/+6 |
* | ipc | thakis@chromium.org | 2010-06-16 | 1 | -16/+32 |
* | patch | thakis@chromium.org | 2010-06-16 | 1 | -2/+4 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 1 | -5/+1 |
* | POSIX: make sure that we never pass directory descriptors into the sandbox. | agl@chromium.org | 2010-06-10 | 3 | -0/+27 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 2 | -4/+4 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | Make SyncMessageFilter work with WebKit threads. | dumi@chromium.org | 2010-05-29 | 2 | -22/+9 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 2 | -12/+12 |
* | Update dynamic annotations and move them to base/third_party | timurrrr@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Add new ipc message utility and new message types in preparation for OOP impo... | mirandac@chromium.org | 2010-05-13 | 1 | -1/+30 |
* | gyp: unify toolkit_views usage | evan@chromium.org | 2010-04-27 | 1 | -5/+0 |
* | SELinux: add basic policy. | agl@chromium.org | 2010-04-19 | 1 | -0/+5 |
* | Allow synchronous messages to be sent from threads other than the main thread... | jabdelmalek@google.com | 2010-04-06 | 7 | -25/+295 |
* | Pepper audio basic functionality unit test, take 3. | neb@chromium.org | 2010-04-05 | 1 | -1/+8 |
* | Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. | arv@chromium.org | 2010-03-31 | 1 | -8/+1 |
* | Add a Pepper audio basic functionality unit test, take 2. | neb@chromium.org | 2010-03-31 | 1 | -1/+8 |
* | Don't allow dragging browser actions between regular and incognito windows. | mpcomplete@chromium.org | 2010-03-30 | 1 | -1/+1 |
* | Fix a typo in ipc_message_utils.h. | evan@chromium.org | 2010-03-26 | 1 | -1/+1 |
* | Revert 42656 - Add a Pepper audio basic functionality unit test. | skerner@chromium.org | 2010-03-25 | 1 | -7/+0 |
* | Add a Pepper audio basic functionality unit test. | neb@chromium.org | 2010-03-25 | 1 | -0/+7 |
* | The plugin channel host in the renderer process should not initialize IPC | mark@chromium.org | 2010-03-16 | 2 | -1/+10 |
* | Add pyauto hooks for bookmarks. | jrg@chromium.org | 2010-03-12 | 1 | -0/+76 |
* | base: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-09 | 1 | -1/+3 |
* | Added support for opening a GPU command buffer from a renderer processes thro... | apatrick@chromium.org | 2010-03-05 | 2 | -1/+4 |
* | Add MessageLoop::QuitNow and use it to terminate a sync IPC. | darin@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 1 | -15/+11 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 1 | -3/+3 |
* | linux: uncontroversial cleanups found by clang | evan@chromium.org | 2010-02-02 | 1 | -1/+1 |
* | Revert "Better handle oversized IPC messages" r37102 | jeremy@chromium.org | 2010-01-26 | 3 | -36/+0 |
* | Better handle oversized IPC messages | jeremy@chromium.org | 2010-01-26 | 3 | -0/+36 |