| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove TransportDIB methods from RenderProcess(Host) | jbauman@chromium.org | 2014-04-24 | 1 | -12/+0 |
* | Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins ... | piman@chromium.org | 2014-04-11 | 1 | -2/+2 |
* | Replace DCHECK(BrowserThread::CurrentlyOn) with DCHECK_CURRENTLY_ON in conten... | jyasskin@chromium.org | 2014-03-29 | 1 | -3/+3 |
* | Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. | mark@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Rename WebKit namespace to blink (part 3) | abarth@chromium.org | 2013-11-07 | 1 | -2/+2 |
* | Eliminate SwapOut message parameters, keeping state in RVHM instead. | creis@chromium.org | 2013-06-14 | 1 | -7/+7 |
* | Use an explicitly-sized int type across the IPC boundary. | palmer@chromium.org | 2013-06-04 | 1 | -2/+3 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Create RenderFrame/RenderFrameHost for the main frame of a page. | nasko@chromium.org | 2013-05-31 | 1 | -2/+9 |
* | Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM. | cevans@chromium.org | 2013-05-17 | 1 | -2/+2 |
* | ResourceScheduler should use renderer notifications instead of MRUCache to tr... | simonjam@chromium.org | 2013-03-18 | 1 | -17/+0 |
* | Add content/browser/loader/ for resource loading related classes. | darin@chromium.org | 2012-12-05 | 1 | -1/+1 |
* | Move eintr_wrapper.h from base to base/posix | brettw@chromium.org | 2012-11-14 | 1 | -1/+1 |
* | Renaming/refactoring methods related to swap out acks. | nasko@chromium.org | 2012-10-04 | 1 | -4/+4 |
* | Revert 154482 - Revert 154461 - Only remove RWH from WidgetHelperMap if its p... | dmazzoni@chromium.org | 2012-08-31 | 1 | -1/+6 |
* | Revert 154461 - Only remove RWH from WidgetHelperMap if its pointer matches. | dmazzoni@chromium.org | 2012-08-31 | 1 | -6/+1 |
* | Only remove RWH from WidgetHelperMap if its pointer matches. | jbates@chromium.org | 2012-08-31 | 1 | -1/+6 |
* | Fix regression of bug 205 where a plugin in a window shown with window.open m... | jam@chromium.org | 2012-07-23 | 1 | -12/+13 |
* | Move more files into the content namespace. | darin@chromium.org | 2012-07-21 | 1 | -7/+4 |
* | Fix for DOMStorageContextImpl::LeakyCloneSessionStorage. | marja@chromium.org | 2012-06-06 | 1 | -4/+9 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -4/+4 |
* | Revert 136328 - Revert 132407 - Fixing a problem, where a hung renderer proce... | creis@chromium.org | 2012-05-10 | 1 | -4/+4 |
* | Revert 132407 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-05-10 | 1 | -4/+4 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 1 | -2/+4 |
* | Delete background tab IOSurfaces on Mac. | jbates@chromium.org | 2012-04-26 | 1 | -25/+62 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-16 | 1 | -4/+4 |
* | Revert 132018 - Fixing a problem, where a hung renderer process is not killed... | eroman@chromium.org | 2012-04-12 | 1 | -4/+4 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | nasko@chromium.org | 2012-04-12 | 1 | -4/+4 |
* | Make it so that allow_js_access: false can be used with background pages crea... | mihaip@chromium.org | 2012-03-29 | 1 | -6/+7 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -2/+3 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Create window in a new BrowsingInstance when opening a link in a new process. | creis@chromium.org | 2012-03-06 | 1 | -10/+24 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -4/+6 |
* | gpu: reference target surfaces through a globally unique surface id. | piman@chromium.org | 2012-01-18 | 1 | -27/+16 |
* | Remove custom Task implementation from RenderWidgetHelper::UpdateMsgProxy. | dcheng@chromium.org | 2011-12-10 | 1 | -30/+40 |
* | Delay UpdateRect until the SwapBuffers callback when accelerated compositing ... | piman@chromium.org | 2011-12-09 | 1 | -25/+13 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+3 |
* | Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind(). | dcheng@chromium.org | 2011-11-15 | 1 | -14/+14 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | GPU compositing surface handle is no longer sent to renderer process. | apatrick@chromium.org | 2011-06-27 | 1 | -0/+21 |
* | Support window.opener after a process swap. | creis@chromium.org | 2011-05-12 | 1 | -7/+7 |
* | Remove render_messages_params files since they're not needed anymore. I move... | jam@chromium.org | 2011-03-29 | 1 | -1/+0 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -0/+1 |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | Move core pieces of browser\renderer_host to src\content. | jam@chromium.org | 2011-02-19 | 1 | -0/+335 |