| Commit message (Expand) | Author | Age | Files | Lines |
* | Emulate ImmSetAssociateContextEx() for Flash. | hbono@chromium.org | 2012-03-13 | 1 | -0/+4 |
* | Add agl, cbentzel, mattm, and rtenneti to chrome/browser/net/OWNERS | wtc@chromium.org | 2012-03-13 | 1 | -0/+4 |
* | Use WebContentsDelegate::CanDownload to intercept file downloads on Android. | nileshagrawal@chromium.org | 2012-03-13 | 2 | -2/+8 |
* | Fix touchpad scrolling on old ThinkPads. This isn't required on my W520, but ... | jam@chromium.org | 2012-03-13 | 2 | -0/+85 |
* | [Coverity] Pass-by-val changed to pass-by-ref | groby@chromium.org | 2012-03-13 | 2 | -4/+6 |
* | aura: Prevents flashing on spurious compositing enable/disable | piman@chromium.org | 2012-03-13 | 2 | -2/+17 |
* | Aura: sanity check for --enable-partial-swap | backer@chromium.org | 2012-03-13 | 1 | -1/+10 |
* | Factor out ResourceDispatcherHost dependent code around SSLManager | toyoshim@chromium.org | 2012-03-13 | 8 | -65/+143 |
* | Move PluginServiceFilterParams to plugin_service_impl.h | tfarina@chromium.org | 2012-03-13 | 3 | -24/+20 |
* | Modify BrowserMessageFilter to allow subclasses to specificy either a Browser... | michaeln@google.com | 2012-03-13 | 2 | -9/+40 |
* | Per recent discussion on chromium-dev@, we are going to disallow nested "set ... | dpranke@chromium.org | 2012-03-13 | 1 | -1/+0 |
* | Implement PPB_NetworkMonitor_Private Pepper interface. | sergeyu@chromium.org | 2012-03-13 | 5 | -25/+50 |
* | Move WebDragDestDelegate to content/public/browser. | tfarina@chromium.org | 2012-03-12 | 6 | -9/+9 |
* | Fix repainting not happening when switching tabs after resizing the browser. ... | jam@chromium.org | 2012-03-12 | 1 | -0/+14 |
* | Added callback to DownloadUrl() so we can find download failures where the do... | ahendrickson@chromium.org | 2012-03-12 | 10 | -42/+86 |
* | PluginLoader loads plugins again after last load completes | hclam@chromium.org | 2012-03-12 | 3 | -9/+25 |
* | Revert 126199 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-12 | 5 | -143/+0 |
* | Revert USER_LIMITED Flash changes | jschuh@chromium.org | 2012-03-12 | 1 | -11/+0 |
* | Add Content API around CertStore. | jam@chromium.org | 2012-03-12 | 5 | -50/+92 |
* | Remove the content dependency on allocator.gyp | dpranke@chromium.org | 2012-03-12 | 1 | -5/+0 |
* | Coverity: Fix a few uninitialized vars. | jhawkins@chromium.org | 2012-03-12 | 1 | -1/+1 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 16 | -530/+743 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-12 | 5 | -0/+143 |
* | Fix --single-process mode issues with GpuChannelHostFactory | piman@chromium.org | 2012-03-12 | 15 | -40/+61 |
* | Add a Content API around BrowserURLHandler. | jam@chromium.org | 2012-03-12 | 11 | -71/+112 |
* | Commit two files that I missed in 126165 | jam@chromium.org | 2012-03-12 | 2 | -3/+3 |
* | Move all the test URLRequestJobs to content/test/net. | jam@chromium.org | 2012-03-12 | 14 | -44/+36 |
* | DevTools: provide a way for browser process to log into the renderer's tools ... | pfeldman@chromium.org | 2012-03-12 | 11 | -20/+165 |
* | Changing shutdown for VideoCaptureManager and AudioInputDeviceManager | mflodman@chromium.org | 2012-03-12 | 8 | -40/+48 |
* | Revert 126151 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-12 | 5 | -143/+0 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-12 | 5 | -0/+143 |
* | Set callback_ to NULL inside Stop. | tommi@chromium.org | 2012-03-12 | 4 | -5/+25 |
* | Remove ProvisionalLoadDetails struct and notification, since WebContentsObser... | jam@chromium.org | 2012-03-12 | 6 | -138/+0 |
* | Add an explicit single-process check to the GPU process initialization. | robertshield@chromium.org | 2012-03-12 | 1 | -4/+2 |
* | Reland 125850 - Aura: Throttle resize to ability to draw | backer@chromium.org | 2012-03-12 | 2 | -0/+70 |
* | Add deviceorientation.absolute. | hexinchao@gmail.com | 2012-03-12 | 8 | -31/+60 |
* | Re-land: Improve formatting of accessibility tests that dump the tree. | dmazzoni@google.com | 2012-03-12 | 10 | -39/+118 |
* | mac: Make content depend on mach_override in shared builds | thakis@chromium.org | 2012-03-12 | 1 | -4/+11 |
* | Make test server to talk with the python test server which is running on remo... | jnd@chromium.org | 2012-03-12 | 1 | -0/+3 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 52 | -767/+822 |
* | Move LoadNotificationDetails to content/public/browser and put it in the cont... | tfarina@chromium.org | 2012-03-11 | 5 | -67/+56 |
* | Move creation and ownership of BrowserOnlineStateObserver to content. | jam@chromium.org | 2012-03-11 | 4 | -3/+6 |
* | Move DownloadPersistentStoreInfo to content\public\browser and into the conte... | jam@chromium.org | 2012-03-11 | 9 | -21/+21 |
* | Don't dereference the callback_ pointer in OnStateChanged if the device has b... | tommi@chromium.org | 2012-03-10 | 2 | -5/+11 |
* | Look before blindly downcasting WebGraphicsContext3D to WebGraphicsContext3DC... | fischman@chromium.org | 2012-03-10 | 2 | -2/+13 |
* | Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 ... | dmikurube@chromium.org | 2012-03-10 | 2 | -2/+2 |
* | Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). | dmikurube@chromium.org | 2012-03-10 | 2 | -2/+2 |
* | use preferDiscreteGpu attribute in WebGraphicsContext3D initialization | jamesr@chromium.org | 2012-03-10 | 1 | -4/+1 |
* | Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea... | xhwang@chromium.org | 2012-03-10 | 6 | -41/+41 |
* | Revert 125950 - Aura/Ash split: Move ScreenAura to aura::RootWindowScreen. | isherman@chromium.org | 2012-03-10 | 1 | -2/+0 |