summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Don't store the submit element on the FormData structure as it's no longer used.jhawkins@chromium.org2010-03-031-6/+0
* Revert 39670 which breaks suggestion popupvictorw@chromium.org2010-03-023-51/+3
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-021-1/+8
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-023-8/+113
* linux: use ICU direction for determining text direction in rendererevan@chromium.org2010-03-013-6/+21
* Adds a regression test for Issue 36523.hbono@chromium.org2010-03-011-0/+2
* Attempt to fix a crash in extension bindings' CallFunctionInContext.mpcomplete@chromium.org2010-02-262-6/+20
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-265-1/+314
* Add a metrics extensions API.rogerta@chromium.org2010-02-261-0/+1
* Add a defensive null check.darin@chromium.org2010-02-261-2/+2
* Bring Geolocation to life!joth@chromium.org2010-02-261-5/+5
* Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.thestig@chromium.org2010-02-261-3/+4
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-257-3/+55
* Disable scroll bars on resizing popups below a maximum size.skerner@chromium.org2010-02-252-2/+33
* Implement WebCookieJar.darin@chromium.org2010-02-256-121/+166
* We only want to send the JavaScript block notification to the browser process...pkasting@chromium.org2010-02-252-22/+35
* Fix transparent Silverlight plugins.jam@chromium.org2010-02-241-2/+8
* Don't re-run content scripts on fragment navigations.asargent@chromium.org2010-02-243-12/+17
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-244-24/+59
* Remove ViewMsg_FormFill and the underlying implementation FillForm which are ...jhawkins@chromium.org2010-02-242-6/+0
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-247-22/+96
* 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-241-2/+1
* Don't report the language if the CLD reports it as unreliable or if the text ...jcampan@chromium.org2010-02-241-2/+7
* Landing Chris Guillory CL.jcampan@chromium.org2010-02-241-5/+6
* Adjust Page Load Time histograms in A/B testsjar@chromium.org2010-02-231-59/+21
* Revert 39732 due to reliability bot failures.darin@chromium.org2010-02-231-16/+0
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-234-5/+71
* Notify when database access is blocked due to content settings.jochen@chromium.org2010-02-231-0/+16
* Revert back to using Send for now.darin@chromium.org2010-02-231-6/+4
* Suppress calls to willEnter/didExitModalLoop to avoid deferring resource loadsdarin@chromium.org2010-02-231-0/+6
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-5/+1
* 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