summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash due to CHECK() hit in SafeBrowsingResourceHandler.eroman@chromium.org2010-03-082-2/+10
* [Mac] When scrolling a webpage, invalidate the web content area instead of pa...rohitrao@chromium.org2010-03-081-8/+8
* Windows: fix some graphical glitches with render view deemphasis.estade@chromium.org2010-03-081-1/+5
* Fix bug 36699: Alt+Enter in windows XP+Chrome gives incorrect keycodes!!suzhe@chromium.org2010-03-061-2/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-2/+2
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-053-0/+15
* When --no-referrers is given, also remove Referer header on WebKit side of th...jochen@chromium.org2010-03-051-0/+1
* Remove a CHECK() which was firing.eroman@chromium.org2010-03-041-2/+0
* Add support for running the NaCl plugin in the Linux SUID sandboxagl@chromium.org2010-03-041-0/+16
* Linux: implement Client SSL Certificate selection UImattm@chromium.org2010-03-041-9/+0
* First pass at revamping the main menu, now called app launcher.jcampan@chromium.org2010-03-041-1/+1
* The browser would crash when pressing the translate button in the infobar whe...jcampan@chromium.org2010-03-031-2/+13
* Remove ancient comments that aren't valid any more. The details have been fil...avi@chromium.org2010-03-031-3/+0
* Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html kasperl@google.com2010-03-031-0/+5
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-2/+2
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-2/+2
* Laying down the groundwork for GPU video layers.scherkus@chromium.org2010-03-026-2/+123
* Fix a CHECK() being hit when the safebrowsing check times out (passing in emp...eroman@chromium.org2010-03-021-2/+3
* Add --enable-gpu-rendering instead of relying on a hardcoded constant.scherkus@chromium.org2010-03-022-7/+14
* Remove the --enable-nacl-on-mac flag, since the syscall thunking code is securedspringer@google.com2010-03-021-4/+0
* Rename FormFieldHistoryManager to AutocompleteHistory manager to better refle...jhawkins@chromium.org2010-03-021-1/+1
* ChromeFrame should honor the host browser's cookie policy. To achieve this we...ananta@chromium.org2010-03-021-10/+17
* Mac: implement <keygen> support, including adding generated cert to the Keych...snej@chromium.org2010-03-022-8/+27
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-023-5/+5
* Make all of the methods of ResourceHandler pure virtual.eroman@chromium.org2010-03-0219-10/+163
* Spellchecker: make it work with memory purge button.estade@chromium.org2010-03-021-3/+10
* Adds a command line flag to suppress flashing blinking for those who really, ...slightlyoff@chromium.org2010-03-011-2/+17
* [Linux]Improve keyboard event handling code of RWHV.suzhe@chromium.org2010-03-014-9/+7
* [Mac]Fix crash when inserting special characters from "Characters" dialog.suzhe@chromium.org2010-03-012-15/+35
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-013-4/+6
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-274-4/+132
* Make sure SafeBrowsingResourceHandler overrides ResourceHandler::OnRequestClo...eroman@chromium.org2010-02-272-0/+5
* Rework SafeBrowsingResourceHandler.eroman@chromium.org2010-02-276-151/+331
* Adding sticky field to Notificationoshima@chromium.org2010-02-261-2/+2
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-2616-0/+323
* Only send unprocessed key events upwards if the RenderWidgetHost is not hidden.suzhe@chromium.org2010-02-261-1/+4
* Handle keyboard events correctly in extension popups.suzhe@chromium.org2010-02-251-1/+64
* Windows: deemphasize render view when tab contents is blocked due to constrai...estade@chromium.org2010-02-252-11/+45
* Remove ViewMsg_FormFill and the underlying implementation FillForm which are ...jhawkins@chromium.org2010-02-242-7/+0
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-241-2/+6
* Turn on session storage by default.jorlow@chromium.org2010-02-241-1/+1
* Further reduce the bad dependency of chrome/common on chrome/browser.phajdan.jr@chromium.org2010-02-2410-36/+13
* Revert 39732 due to reliability bot failures.darin@chromium.org2010-02-231-7/+3
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-237-6/+49
* Notify when database access is blocked due to content settings.jochen@chromium.org2010-02-231-3/+7
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Make the translation bar not show up again when you closed it in a page jcampan@chromium.org2010-02-232-0/+10
* Small preparation for the cookie confirmation dialog on linux/osx.thakis@chromium.org2010-02-231-6/+0
* WebKit roll 55080:55089agl@chromium.org2010-02-221-0/+26
* Mac: Implement most of the content settings dialog.thakis@chromium.org2010-02-221-0/+1