| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix page zoom for plug-in documents (PDF, etc.) | csilv@chromium.org | 2011-12-10 | 2 | -1/+5 |
* | Remove "open in new tab" items from context menu if the process doesn't | tsepez@chromium.org | 2011-12-09 | 1 | -0/+4 |
* | Turned on PbufferImageTransportSurface as default image transport for vista a... | apatrick@chromium.org | 2011-12-09 | 2 | -0/+5 |
* | Defer loading of audio/video tags while prerendering. | shishir@chromium.org | 2011-12-09 | 1 | -0/+27 |
* | Don't attempt to forward declare StringPiece. | erikwright@chromium.org | 2011-12-07 | 1 | -4/+1 |
* | Add --enable-accelerated-filters flag to Chrome. This is the chrome-side cha... | senorblanco@chromium.org | 2011-12-07 | 2 | -0/+4 |
* | Remove BrowserThread::UnsafeGetBrowserThread, add UnsafeGetMessageLoopForThread. | joi@chromium.org | 2011-12-07 | 1 | -31/+7 |
* | Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ... | michaeln@google.com | 2011-12-07 | 1 | -0/+4 |
* | Repurpose obsolete IndexedDB commandline switch to control idb for workers. | dgrogan@chromium.org | 2011-12-07 | 2 | -4/+4 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Revert 113224 - IME (input method editor) support for Aura, part 3 of 3: Use ... | ben@chromium.org | 2011-12-06 | 1 | -8/+0 |
* | IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ... | yusukes@chromium.org | 2011-12-06 | 1 | -0/+8 |
* | Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br... | dpolukhin@chromium.org | 2011-12-06 | 1 | -0/+3 |
* | Revert 113110 - backing out 113015 didn't fix the interactive test bot. Resto... | sail@chromium.org | 2011-12-06 | 1 | -3/+2 |
* | Revert 113015 - speculative revert to see if this fixes the interactive test ... | sail@chromium.org | 2011-12-06 | 1 | -2/+3 |
* | Revert 113007 - DownloadManager intereface refactoring to allow cleaner Downl... | kalman@chromium.org | 2011-12-06 | 1 | -1/+1 |
* | Add support for content::Referrer to prerender | jochen@chromium.org | 2011-12-06 | 1 | -1/+2 |
* | Add avi and joi as OWNERS for content\public. Please add me as a reviewer for... | jam@chromium.org | 2011-12-05 | 1 | -3/+9 |
* | Remove OnMessageReceived that was using internal content IPCs in a chrome tes... | jam@chromium.org | 2011-12-05 | 1 | -3/+2 |
* | DownloadManager intereface refactoring to allow cleaner DownloadItem unit tests. | rdsmith@chromium.org | 2011-12-05 | 1 | -1/+1 |
* | Pass along the referrer policy (renderer side) | jochen@chromium.org | 2011-12-03 | 2 | -1/+33 |
* | Fix shared builder | jam@chromium.org | 2011-12-03 | 1 | -3/+3 |
* | Make ChildProcessHost be used through an interface in content/public, instead... | jam@chromium.org | 2011-12-03 | 1 | -0/+97 |
* | Simplify BrowserChildProcessHost in preparation for refactoring it so that co... | jam@chromium.org | 2011-12-03 | 1 | -7/+0 |
* | Fix a bug where redirect chain gets lost on process swap. | mpcomplete@chromium.org | 2011-12-03 | 3 | -2/+24 |
* | Update includes to new header locations | abarth@chromium.org | 2011-12-03 | 3 | -5/+5 |
* | Plumb executable flag through proxy to base::SharedMemory::Create. | mcgrathr@chromium.org | 2011-12-02 | 1 | -3/+7 |
* | Don't make classes derive from ChildProcessHost, and instead have them use it... | jam@chromium.org | 2011-12-02 | 1 | -0/+36 |
* | Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo... | jam@chromium.org | 2011-12-02 | 2 | -6/+0 |
* | Remove IOThread::message_loop(). | joi@chromium.org | 2011-12-02 | 1 | -2/+21 |
* | Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B... | dpolukhin@chromium.org | 2011-12-02 | 2 | -0/+6 |
* | Add content API for DevTools HTTP handler | yurys@chromium.org | 2011-12-02 | 2 | -0/+77 |
* | Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and ... | jam@chromium.org | 2011-12-02 | 2 | -5/+43 |
* | Fix check_perms failures from r112571. | thestig@chromium.org | 2011-12-02 | 2 | -0/+0 |
* | Collect profiler stats from all browser child processes. | rtenneti@chromium.org | 2011-12-01 | 2 | -0/+89 |
* | Add a public content/ interface for intents. Use it. | gbillock@chromium.org | 2011-12-01 | 1 | -0/+47 |
* | Define DevTools content API | yurys@chromium.org | 2011-12-01 | 5 | -34/+195 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -9/+0 |
* | Add missing CONTENT_EXPORT to fix Linux shared build after r112415 | yurys@chromium.org | 2011-12-01 | 1 | -1/+1 |
* | Move DevTools front-end IPC message handling to content | yurys@chromium.org | 2011-12-01 | 2 | -0/+72 |
* | Fix component build | jam@chromium.org | 2011-12-01 | 1 | -1/+3 |
* | Move GetProcessTypeNameInEnglish beside the ProcessType enum where it belongs... | jam@chromium.org | 2011-12-01 | 1 | -0/+6 |
* | Move view_types.h to view_type.h, since that's the standard name for enums. | jam@chromium.org | 2011-12-01 | 1 | -3/+3 |
* | Rename navigation_types.h to navigation_type.h to match the rest of the enum ... | jam@chromium.org | 2011-12-01 | 1 | -3/+3 |
* | Move the ProcessType enum out to its own file. This is in preparation for get... | jam@chromium.org | 2011-12-01 | 1 | -0/+35 |
* | Shim calls to NPN_MemAlloc/MemFree through PluginHost | dpranke@chromium.org | 2011-11-30 | 1 | -1/+2 |
* | Use callback_forward.h instead of callback.h where possible. | erikwright@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Revert 111936 - Use callback_forward.h instead of callback.h where possible. | jstritar@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Use callback_forward.h instead of callback.h where possible. | erikwright@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Move SpeechInputResult into content/public since it's used in chrome. Also ma... | jam@chromium.org | 2011-11-28 | 2 | -0/+75 |