summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass in the HostContentSettingsMap to the CookieModalDialog so IsValid can ma...jorlow@chromium.org2010-02-202-20/+13
* Bookmark Manager Drag and Drop backend.arv@chromium.org2010-02-202-0/+30
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-203-1/+36
* Second try for:bulach@chromium.org2010-02-193-2/+14
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-192-2/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+3
* Extracted non-XRender painting path from BackingStoreX into PutARGBImage().scherkus@chromium.org2010-02-191-90/+4
* Adding @@extension_id reserved message to l10n message map for extension.cira@chromium.org2010-02-182-1/+8
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-183-14/+2
* Initial Geolocation implementationbulach@chromium.org2010-02-183-2/+14
* Revert "linux: enable seccomp sandbox by default"evan@chromium.org2010-02-181-1/+1
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-02-181-1/+1
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-183-13/+47