| Commit message (Expand) | Author | Age | Files | Lines |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Merge ViewHostMsg_AllocatePDFTransport with ViewHostMsg_AllocateSharedMemoryB... | thestig@chromium.org | 2010-12-17 | 1 | -3/+3 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -0/+1 |
* | Reland r57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-31 | 1 | -1/+0 |
* | Revert 57788 - Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -0/+1 |
* | Expose Extension Bindings to Component Applications | rafaelw@chromium.org | 2010-08-28 | 1 | -1/+0 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -0/+4 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Port some more RenderViewTests to Linux. | estade@chromium.org | 2010-05-24 | 1 | -0/+6 |
* | Give chrome-extension frames in regular renderers access to messaging APIs, | mpcomplete@chromium.org | 2010-04-19 | 1 | -0/+5 |
* | Adding the new WebPopupType to the RenderWidget creation. | jcivelli@google.com | 2010-04-07 | 1 | -1/+2 |
* | Revert 43684 - Localize CSS files in content scripts (but don't localize JS f... | cira@google.com | 2010-04-07 | 1 | -6/+0 |
* | Localize CSS files in content scripts (but don't localize JS files). | cira@chromium.org | 2010-04-06 | 1 | -0/+6 |
* | Pepper audio basic functionality unit test, take 3. | neb@chromium.org | 2010-04-05 | 1 | -4/+4 |
* | Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. | arv@chromium.org | 2010-03-31 | 1 | -4/+4 |
* | Add a Pepper audio basic functionality unit test, take 2. | neb@chromium.org | 2010-03-31 | 1 | -4/+4 |
* | Revert 42656 - Add a Pepper audio basic functionality unit test. | skerner@chromium.org | 2010-03-25 | 1 | -2/+2 |
* | Add a Pepper audio basic functionality unit test. | neb@chromium.org | 2010-03-25 | 1 | -2/+2 |
* | Make SharedMemory use uint32 instead of size_t. This removes the remaining s... | jam@chromium.org | 2010-02-16 | 1 | -1/+1 |
* | Wire up printing on the Mac | stuartmorgan@chromium.org | 2009-10-13 | 1 | -0/+7 |
* | Implement chrome.extension.connectExternal and fix various API inconsistencies. | mpcomplete@chromium.org | 2009-10-09 | 1 | -1/+2 |
* | Implement PrintPageAsJPEG feature for Print Preview.In order to show the tab ... | mhm@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Relanding with v8 fix. | mbelshe@google.com | 2009-08-26 | 1 | -4/+7 |
* | Revert 24314 - Modify the RenderThread to track the number of widgets | mbelshe@google.com | 2009-08-25 | 1 | -7/+4 |
* | Modify the RenderThread to track the number of widgets | mbelshe@google.com | 2009-08-25 | 1 | -4/+7 |
* | Revert 24227 - Modify the RenderThread to track the number of widgets | nick@chromium.org | 2009-08-25 | 1 | -6/+4 |
* | Modify the RenderThread to track the number of widgets | mbelshe@google.com | 2009-08-25 | 1 | -4/+6 |
* | Add an optional channel name to the extension message connect event. | mpcomplete@chromium.org | 2009-07-13 | 1 | -3/+3 |
* | Windowed plugins like Flash would cause the hung plugin dialog to show up whe... | ananta@chromium.org | 2009-07-09 | 1 | -4/+2 |
* | Add support for printing selection only flag. This only adds the flag to the ... | sverrir@google.com | 2009-06-08 | 1 | -0/+1 |
* | Adds a RenderViewTest.PrintLayoutTest. | hbono@chromium.org | 2009-05-23 | 1 | -0/+13 |
* | Pass down the opener tab when a message channel is opened to an extension. | mpcomplete@google.com | 2009-05-01 | 1 | -1/+2 |
* | Introduce printing test case (Step 1) | hbono@chromium.org | 2009-04-16 | 1 | -1/+14 |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1/+1 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -0/+4 |
* | Keeping track of whether WebKit is in the callstack using RenderThread doesn'... | jam@chromium.org | 2009-02-24 | 1 | -5/+0 |
* | Factor out the message sink from MockRenderThread to a separate class. I will be | brettw@chromium.org | 2009-01-17 | 1 | -29/+6 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -1/+1 |
* | Fix a leak in the RenderView tests. We were responsible for deleting the repl... | brettw@chromium.org | 2009-01-06 | 1 | -1/+1 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -0/+116 |