summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes a race condition when a shared worker exits while one parent is loadingatwilson@chromium.org2010-02-172-16/+11
* When we're initializing the modal dialog box which asks whether the page has ...jorlow@chromium.org2010-02-171-5/+4
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-173-0/+16
* Implement CONTENT_SETTING_ASK for database. Also some cleanup of the dialog ...jorlow@chromium.org2010-02-174-41/+104
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-163-4/+4
* GTK: visually de-emphasize the render view contents when a constrained window...estade@chromium.org2010-02-1610-9/+75
* Add restriction to ViewHostMsg_GetRawCookies to block access from untrusted r...pfeldman@chromium.org2010-02-161-0/+9
* Implements the auto-translate on click: if you have translatedjcampan@chromium.org2010-02-121-2/+2
* Misc. cleanups noticed while working on another change.pkasting@chromium.org2010-02-122-5/+5
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-122-6/+23
* Making the parsing of the response received from the translate serverjcampan@chromium.org2010-02-123-54/+159
* Resizing is good as we do it today; alter the comment and close a bug.avi@chromium.org2010-02-121-8/+7
* Ask renderers to immediately close all DB handles to a database filedumi@chromium.org2010-02-122-9/+28
* Remove TODOs or add bug numbers to TODOspinkerton@chromium.org2010-02-121-5/+5
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-111-1/+2
* Move nacl_process_host files into browser/nacl_hostgregoryd@google.com2010-02-111-1/+1
* Revert 38777 - Change ViewHostMsg_SetCookie to be routed so we can show the b...darin@chromium.org2010-02-112-23/+6
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-113-16/+0
* Rename RenderViewHost::FormFieldHistorySuggestionsReturned to the more accura...jhawkins@chromium.org2010-02-113-4/+4
* Add support for CONTENT_SETTING_ASK to database.jorlow@chromium.org2010-02-114-17/+198
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-112-6/+23
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-112-7/+13
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-108-1/+100