| Commit message (Expand) | Author | Age | Files | Lines |
* | filechooser: Add SelectedFileInfo class to pass display names to WebKit | satorux@chromium.org | 2012-03-14 | 8 | -14/+70 |
* | Implement BrowserPluginPlaceholder. | fsamuel@chromium.org | 2012-03-14 | 9 | -0/+275 |
* | aura: Fix shared surface destruction | piman@chromium.org | 2012-03-14 | 1 | -5/+8 |
* | Expose upload progress from URLFetcher. | kinaba@chromium.org | 2012-03-14 | 3 | -3/+102 |
* | Remove FLAKY from IndexedDBUILayoutTest.WorkerLayoutTests | dgrogan@chromium.org | 2012-03-14 | 1 | -12/+1 |
* | Fix more uses of TimeDelta in content/renderer/p2p. | tedvessenes@gmail.com | 2012-03-14 | 1 | -4/+4 |
* | mac: fix flash videos with --disable-composited-core-animation-plugins | piman@chromium.org | 2012-03-14 | 7 | -11/+11 |
* | Implement WebKitPlatformSupport::canAccelerate2dCanvas | jamesr@chromium.org | 2012-03-14 | 8 | -2/+26 |
* | Revert 126534 since it broke sizes on linux and mac | sadrul@chromium.org | 2012-03-14 | 9 | -275/+0 |
* | Implement BrowserPluginPlaceholder. | fsamuel@chromium.org | 2012-03-14 | 9 | -0/+275 |
* | Re-enable IndexedDBBrowserTest.DoesntHangTest | dgrogan@chromium.org | 2012-03-14 | 1 | -5/+1 |
* | Add an OWNERS file for src\content by moving the owners that were there for t... | jam@chromium.org | 2012-03-14 | 10 | -29/+1 |
* | Get rid of WebContentsViewCocoa include in chrome so that we can move its cre... | jam@chromium.org | 2012-03-14 | 2 | -21/+0 |
* | Notify RenderWidgets when "tab fullscreen" state changes. | bbudge@chromium.org | 2012-03-14 | 4 | -5/+17 |
* | Added AudioBuffer/AudioChunk abstractions for speech recognition and improved... | primiano@chromium.org | 2012-03-13 | 14 | -94/+306 |
* | net::URLRequest: rename Simulate*Error with CancelWith*Error | toyoshim@chromium.org | 2012-03-13 | 2 | -8/+6 |
* | ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function. | tfarina@chromium.org | 2012-03-13 | 2 | -3/+3 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-13 | 1 | -4/+4 |
* | Revert 126474 - Remove unused AudioBuffersState member. | scottmg@google.com | 2012-03-13 | 1 | -0/+1 |
* | content: Switch out from struct PaintAtSizeAckDetails to a std::pair instead. | tfarina@chromium.org | 2012-03-13 | 4 | -20/+10 |
* | Remove unused AudioBuffersState member. | enal@chromium.org | 2012-03-13 | 1 | -1/+0 |
* | Chrome OS: Don't blacklist GPU process after 3 deaths | piman@chromium.org | 2012-03-13 | 1 | -0/+2 |
* | Recommit r125950, which was reverted by r125958 due to link failures on win_a... | erg@chromium.org | 2012-03-13 | 1 | -0/+2 |
* | Rewrite DownloadManagerImpl::InProgressCount to actually look at the items' s... | benjhayden@chromium.org | 2012-03-13 | 1 | -1/+11 |
* | Adds ability to comment expected files in DumpAccessibilityTests. | dtseng@chromium.org | 2012-03-13 | 2 | -1/+28 |
* | Move download_types.h to content/public and rename it to match the one struct... | jam@chromium.org | 2012-03-13 | 17 | -36/+40 |
* | Add protector.dll to the list of crashy dlls. | rvargas@google.com | 2012-03-13 | 1 | -0/+1 |
* | Revert 126409 - Fixing a problem, where a hung renderer process is not killed... | creis@chromium.org | 2012-03-13 | 5 | -157/+0 |
* | Put socket_stream.h into content namespace. | tfarina@chromium.org | 2012-03-13 | 5 | -22/+22 |
* | content: Start moving url_constants.{h,cc} to content namespace. | tfarina@chromium.org | 2012-03-13 | 3 | -15/+24 |
* | Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chrom... | dmikurube@chromium.org | 2012-03-13 | 2 | -2/+2 |
* | Fixing a problem, where a hung renderer process is not killed when navigating... | creis@chromium.org | 2012-03-13 | 5 | -0/+157 |
* | Move PluginServiceFilter to content/public/browser. | tfarina@chromium.org | 2012-03-13 | 4 | -7/+7 |
* | Add a Content API around TracingController. | jam@chromium.org | 2012-03-13 | 10 | -239/+303 |
* | Eliminate last chrome dependency on render_widget_host_view_mac.h | joi@chromium.org | 2012-03-13 | 2 | -1/+22 |
* | Add explicit content deps for chrome/test. | joi@chromium.org | 2012-03-13 | 1 | -0/+3 |
* | Fix more uses of TimeDelta in content/renderer/media. | tedvessenes@gmail.com | 2012-03-13 | 1 | -2/+2 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath(). | thestig@chromium.org | 2012-03-13 | 1 | -4/+4 |
* | 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 |