summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Do not send extra blur and focus events if popup menu is showingvictorw@chromium.org2010-02-223-3/+51
* WebKit roll 55080:55089agl@chromium.org2010-02-224-0/+52
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-204-55/+24
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-203-2/+42
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-204-24/+55
* Verify that SendAndRunNestedMessageLoop is the source of the Intl2darin@chromium.org2010-02-201-1/+5
* Second try for:bulach@chromium.org2010-02-194-0/+183
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* Adding @@extension_id reserved message to l10n message map for extension.cira@chromium.org2010-02-181-3/+0
* This CL makes switching the target back to the original languagejcampan@chromium.org2010-02-184-47/+51
* Revert 39366 - Initial Geolocation implementationbulach@chromium.org2010-02-184-183/+0
* Initial Geolocation implementationbulach@chromium.org2010-02-184-0/+183
* Revert "linux: enable seccomp sandbox by default"evan@chromium.org2010-02-181-2/+3
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-02-181-3/+2
* Chrome-side change of WebKit API change to expose a "reload all" flag.evan@chromium.org2010-02-181-5/+14
* Modal loops of joy.darin@chromium.org2010-02-189-60/+195
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-182-7/+36
* Fixes a race condition when a shared worker exits while one parent is loadingatwilson@chromium.org2010-02-176-6/+30
* Relanding r38479. The underlying memory leak in WebKit has been fixed.jhawkins@chromium.org2010-02-172-4/+28
* Disable Mac-like input behavior on all platforms but Mac.jochen@chromium.org2010-02-172-0/+9
* Try to fix valgrind error.thakis@chromium.org2010-02-171-1/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-1610-27/+30
* Remove a not-implemented and add a helpful comment.jorlow@chromium.org2010-02-161-4/+7
* Re-implement SpellcheckWordIterator with ICU.hbono@chromium.org2010-02-163-291/+495
* Send "content blocked" ipc messages even more reliably.thakis@chromium.org2010-02-154-18/+73
* Only ask the user on setItems whether they want to allow dom storage.jorlow@chromium.org2010-02-132-3/+14
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-121-4/+18
* Fix a CHECK when opening an incognito tab with user scripts installed.mpcomplete@chromium.org2010-02-121-7/+6
* Clone of issue 577015.twiz@chromium.org2010-02-121-1/+7
* Send "content blocked" ipc messages more reliably.thakis@chromium.org2010-02-123-19/+22
* Initial work on making extensions work in incognito mode.mpcomplete@chromium.org2010-02-114-6/+18
* Fix spelling error on history transition type.brg@chromium.com2010-02-111-1/+1
* Ensure we aren't using stale invalidation rects for windowless pluginsstuartmorgan@chromium.org2010-02-111-2/+7
* Remove calls to the deprecated method applyAutofillSuggestions and replace it...jhawkins@chromium.org2010-02-111-1/+1
* Revert 38777 - Change ViewHostMsg_SetCookie to be routed so we can show the b...darin@chromium.org2010-02-111-15/+4
* Revert 38479 - Send forms seen in the renderer to the AutoFillManager.dglazkov@chromium.org2010-02-112-27/+3
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-111-4/+15
* Replace __MSG_some_name__ template within extension css files with localized ...cira@chromium.org2010-02-111-25/+0
* base::SharedMemory does not set the size in other than the creatingsehr@google.com2010-02-102-2/+12
* This CL addresses 2 issues:jcampan@chromium.org2010-02-102-4/+19
* Prepare for removing glue/devtools: move devtools_message_data.* to glue/yurys@chromium.org2010-02-102-2/+2
* Audio support for native client requires some additional featuressehr@google.com2010-02-093-3/+14
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-094-19/+164
* Desktop Notifications for the macjohnnyg@chromium.org2010-02-091-3/+0
* Revert 38469 - Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-0/+3
* Track the parent_frame for content script contexts instead of the parent_cont...mpcomplete@chromium.org2010-02-092-21/+19
* Send forms seen in the renderer to the AutoFillManager.jhawkins@chromium.org2010-02-092-3/+27
* Move base.js file to the renderer/resources since it's not used by DevTools a...yurys@chromium.org2010-02-093-2/+1017
* The translate feature was only translating the main frame of the page.jcampan@chromium.org2010-02-095-22/+84
* Desktop Notifications for the mac!johnnyg@chromium.org2010-02-091-3/+0