summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Oops, fix my previous fix to the refactor breakage. Make sure we only applycevans@chromium.org2011-01-221-1/+5
* When we detect a PDF with an unsupported feature, ask the user if they want t...jam@chromium.org2011-01-224-4/+12
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-212-3/+34
* Move l10n_util to ui/baseben@chromium.org2011-01-218-8/+8
* Don't unnecessarily paint pixles when doing optimized always-on-top pepper pa...brettw@chromium.org2011-01-211-1/+3
* Update Mac plugin IME handling to match updated specstuartmorgan@chromium.org2011-01-214-21/+38
* Disable BrowserTest RenderViewTest.OnNavStateChangedjknotten@chromium.org2011-01-211-1/+2
* Add opener frame id, url, and target url to CreateWindow message.jochen@chromium.org2011-01-211-0/+5
* Generate thumbnails in the browser process.satorux@chromium.org2011-01-214-1/+23
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-213-19/+19
* Cleanup: Merge common code in RenderView::OnPrintPages and RenderView::OnPrin...thestig@chromium.org2011-01-212-18/+17
* Move the TestSink for doing IPC tests from chrome/common into IPC and create ...brettw@google.com2011-01-201-1/+1
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-208-11/+10
* Gpu process restart fix.amarinichev@google.com2011-01-203-1/+13
* Printing: Rename some variables in the two different PrintPages() to be more ...thestig@chromium.org2011-01-202-10/+13
* Don't load plugins on prerendered pages until the pages are displayed.mmenke@chromium.org2011-01-206-11/+70
* Password is not filed for matching usernamesdhollowa@chromium.org2011-01-205-83/+102
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-201-4/+4
* Move more web widgets painting from webkit to chrome.xiyuan@chromium.org2011-01-201-1/+4
* Clean up windows printing workflow.kmadhusu@chromium.org2011-01-202-67/+50
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-202-13/+23
* Chromium support for window.webkitRequestAnimationFrame()jamesr@chromium.org2011-01-201-0/+3
* Add another didRunInsecureContent method.agl@chromium.org2011-01-202-2/+21
* Remove action_max_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-191-3/+6
* .c Feature to disable field trials in old versions of Chromium. Field trialsrtenneti@chromium.org2011-01-191-1/+1
* Mac Pepper: Make Image2D's TransportDIB available to the browser.viettrungluu@chromium.org2011-01-191-7/+16
* PasswordManager fills up text input field with password, or PM crashes chrome...dhollowa@chromium.org2011-01-191-13/+32
* Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...ben@chromium.org2011-01-191-3/+3
* Revert http://src.chromium.org/viewvc/chrome?view=rev&revision=70896 to move ...satish@chromium.org2011-01-192-2/+15
* Fix Linux breakage of context menu items for the blocked plugin placeholder.cevans@chromium.org2011-01-192-16/+10
* Tweak heuristic to hide fixed-size parent <div>s for one more case.cevans@chromium.org2011-01-191-0/+9
* Disabled GPU process prelaunch field trial.apatrick@chromium.org2011-01-191-20/+0
* Fix autocomplete for Gmail subject lines.isherman@chromium.org2011-01-181-2/+7
* Fix race condition where chrome.tabs.executeScript sometimes wouldn'tmpcomplete@chromium.org2011-01-184-14/+16
* Make BlockedPlugin implement RenderViewObserver so that RenderView doesn't ha...jam@chromium.org2011-01-185-95/+41
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-17113-394/+394
* Remove obsolete WebViewClient::createView method.jochen@chromium.org2011-01-152-13/+0
* Remove MessageLoop methods from Filter interface toacolwell@chromium.org2011-01-152-2/+6
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-2/+3
* Replace MockFilterCallback with MockCallback and simplify unit tests.scherkus@chromium.org2011-01-151-19/+9
* Add an "x" to remove the blocked plug-in placeholder. The feature alreadycevans@chromium.org2011-01-153-2/+20
* Implement renderer AudioDevice API for low-latency audio outputcrogers@google.com2011-01-156-0/+370
* Allow printing/saving a plugin through right click menu, even if it's in a fr...jam@chromium.org2011-01-156-34/+110
* Introduce RenderView::Observer interface so that RenderView doesn't have to k...jam@chromium.org2011-01-1525-790/+752
* Make CommandBuffer::Flush asynchronous, and add CommandBuffer::FlushSync with...piman@google.com2011-01-143-3/+8
* Makes chrome pass down the length of text as the end of thesky@chromium.org2011-01-143-5/+11
* When hiding a plug-in element, also hide same-sized parent elements (such ascevans@chromium.org2011-01-141-1/+42
* Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Move SystemMonitor to src/ui/base/system_monitor.ben@chromium.org2011-01-141-3/+3
* Fix two bugs in recording web timing histograms.tonyg@chromium.org2011-01-143-19/+41