summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure that ResourceQueue is shut down before destruction.phajdan.jr@chromium.org2010-02-102-2/+3
* Remove the temporary scaffolding stubs.phajdan.jr@chromium.org2010-02-101-8/+2
* This CL addresses 2 issues:jcampan@chromium.org2010-02-102-2/+12
* Make several tests more snappy, less sleepy.phajdan.jr@chromium.org2010-02-101-31/+18
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-4/+7
* Refactor DragDownloadFile so that it can be used by both Windows and MacOSX.jianli@chromium.org2010-02-106-26/+29
* Whitelist all content for various internal schemes.pkasting@chromium.org2010-02-091-3/+5
* Trigger the blocked cookie notification UI.darin@chromium.org2010-02-098-200/+300
* Don't send frame update messages for non-browser RWHVsstuartmorgan@chromium.org2010-02-091-6/+10
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-093-0/+16
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-2/+2
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-1/+2
* Fix browser crash.thakis@chromium.org2010-02-091-3/+5
* Implement low-latency audio on Pepper.neb@chromium.org2010-02-081-4/+7
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-084-5/+45
* Remove size_t from audio IPC code.jam@chromium.org2010-02-054-56/+56
* Implement backend support for forcing cookies to be saved asdarin@chromium.org2010-02-051-2/+7
* Fix crash when extensions try to set cookies. It is valid fordarin@chromium.org2010-02-051-15/+21
* Revert 38001 and 38002.darin@chromium.org2010-02-032-38/+128