| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove render_messages_params files since they're not needed anymore. I move... | jam@chromium.org | 2011-03-29 | 1 | -88/+0 |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 1 | -192/+0 |
* | Move printing messages to their own file. | jam@chromium.org | 2011-03-24 | 1 | -258/+0 |
* | Move the rest of the renderer->browser messages that belong in content. Also... | jam@chromium.org | 2011-03-24 | 1 | -118/+0 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 1 | -345/+0 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -104/+0 |
* | Move a bunch more renderer messages from chrome to content. | jam@chromium.org | 2011-03-22 | 1 | -144/+0 |
* | Move some more renderer messages to content. Also move a couple of files whi... | jam@chromium.org | 2011-03-22 | 1 | -49/+0 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-03-22 | 1 | -3/+6 |
* | Create a new message file for view related messages. I just moved a few mess... | jam@chromium.org | 2011-03-21 | 1 | -46/+0 |
* | Move audio messages to their own file. | jam@chromium.org | 2011-03-21 | 1 | -113/+0 |
* | Move geolocation, desktop notification, and device orientation into their own... | jam@chromium.org | 2011-03-19 | 1 | -119/+0 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+0 |
* | Put file_system messages in their own file and move them to content, in prepa... | jam@chromium.org | 2011-03-07 | 1 | -26/+0 |
* | Move resource related IPCs to their own file in content. I added a IPC_STRUC... | jam@chromium.org | 2011-03-05 | 1 | -124/+0 |
* | Give a helpful warning message if a url patern contains a port. | skerner@chromium.org | 2011-03-04 | 1 | -1/+6 |
* | Take out the is_content_filtered bool that gets passed around betwen renderer... | jam@chromium.org | 2011-03-04 | 1 | -5/+0 |
* | Duplicate tab does not work for POST pages. | pfeldman@chromium.org | 2011-02-25 | 1 | -1/+3 |
* | Propagate was_fetched_via_proxy to ViewHostMsg_FrameNavigate. We'll use this | bryner@chromium.org | 2011-02-25 | 1 | -2/+7 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -1/+5 |
* | PrintPreview: Send the expected pages count value to Web UI along with previe... | kmadhusu@chromium.org | 2011-02-22 | 1 | -2/+4 |
* | Fix chromium-style compile error that got in the tree since yesterday. | erg@google.com | 2011-02-17 | 1 | -0/+12 |
* | Grab additional malware details from the renderer: frame hierarchy, list of s... | panayiotis@google.com | 2011-02-16 | 1 | -0/+55 |
* | Remove frame_origin and main_frame_origin from network requests. | abarth@chromium.org | 2011-02-15 | 1 | -8/+0 |
* | Fix Task Manager to correctly display network usage of plug-in processes. | ajwong@chromium.org | 2011-02-05 | 1 | -4/+4 |
* | This reverts commit r73836. | ajwong@chromium.org | 2011-02-05 | 1 | -4/+4 |
* | Fix Task Manager to correctly display network usage of plug-in processes. | ajwong@chromium.org | 2011-02-05 | 1 | -4/+4 |
* | Remove the routing id parameter from the desktop notification IPCs sent by th... | ananta@chromium.org | 2011-01-28 | 1 | -5/+1 |
* | Relanding this as this was reverted. | ananta@chromium.org | 2011-01-27 | 1 | -1/+5 |
* | Revert 72861 (chrome/browser/desktop_notification_handler.cc:53:warning: unus... | thakis@chromium.org | 2011-01-27 | 1 | -5/+1 |
* | Move the handling of Desktop notification IPCs coming in from the renderer in... | ananta@chromium.org | 2011-01-27 | 1 | -1/+5 |
* | Refactor away all the duplicate extension data structures in | aa@chromium.org | 2011-01-26 | 1 | -54/+68 |
* | Add opener frame id, url, and target url to CreateWindow message. | jochen@chromium.org | 2011-01-21 | 1 | -2/+19 |
* | Generate thumbnails in the browser process. | satorux@chromium.org | 2011-01-21 | 1 | -0/+2 |
* | Don't load plugins on prerendered pages until the pages are displayed. | mmenke@chromium.org | 2011-01-20 | 1 | -0/+4 |
* | When printing a page containing alpha blending on a printer which doesn't sup... | senorblanco@chromium.org | 2011-01-12 | 1 | -4/+9 |
* | Refactor mac printing workflow. | kmadhusu@chromium.org | 2010-12-21 | 1 | -0/+35 |
* | Make IndexedDBDispatcherHost be a message filter and move its messages into a... | jam@chromium.org | 2010-12-13 | 1 | -325/+0 |
* | Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)... | jam@chromium.org | 2010-12-13 | 1 | -46/+0 |
* | Adds the ability for the browser to specify additional headers to use. | sky@chromium.org | 2010-12-07 | 1 | -1/+5 |
* | Modify the "dangerous download" algorithm as follows. Original patch by Pier... | pkasting@chromium.org | 2010-12-06 | 1 | -0/+5 |
* | Get rid of the last couple references to "remove" functions and description w... | jorlow@chromium.org | 2010-12-03 | 1 | -4/+0 |
* | Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool... | jorlow@chromium.org | 2010-11-29 | 1 | -20/+30 |
* | Handle resize corner layout entirely in the BrowserView (views) or BrowserWin... | alekseys@chromium.org | 2010-11-16 | 1 | -0/+4 |
* | Simplified AudioOutputStream interface. | sergeyu@chromium.org | 2010-11-11 | 1 | -5/+4 |
* | Moving Entry from base::file_util_proxy namespace to within class base::FileU... | kkanetkar@chromium.org | 2010-11-02 | 1 | -3/+3 |
* | Introduce new location for managed extensions | gfeher@chromium.org | 2010-10-25 | 1 | -1/+1 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 1 | -10/+6 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 1 | -6/+10 |
* | Add plumbing for passing the indexed database quota via IDBFactory::open | andreip@chromium.org | 2010-10-12 | 1 | -2/+7 |