summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support specified JSON as argument to setSuggestions().tonyg@chromium.org2011-01-142-14/+51
* Use the new WebViewClient::createView signature.jochen@chromium.org2011-01-142-0/+15
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-1/+1
* Password Autofill disables auto-completed textfielddhollowa@chromium.org2011-01-132-7/+16
* Changing the security model for "chrome" URLsabarth@chromium.org2011-01-131-4/+8
* Fixed bug 64847: Graphics2D paints outside plugin boundaries. Also removed un...ddorwin@chromium.org2011-01-131-1/+0
* This adds a "killed tab" page to be displayed in the case where a tab is kill...gspencer@chromium.org2011-01-132-0/+10
* Tag a couple of functions with OVERRIDEagl@chromium.org2011-01-131-2/+3
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-134-34/+34
* Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5.craig.schlenter@chromium.org2011-01-132-2/+2