summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-6/+5
* Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...bauerb@chromium.org2011-09-151-5/+6
* Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...bauerb@chromium.org2011-09-151-6/+5
* Reland 101111 - Only deliver extension messages to contexts that care.aa@chromium.org2011-09-1510-8/+95
* Don't thumbnail prerendered tabsjamesr@chromium.org2011-09-151-0/+4
* Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...ananta@chromium.org2011-09-153-0/+205
* Add OWNERS files to main extensions/ directories.mihaip@chromium.org2011-09-141-0/+16
* Remove flag guard for inline installs (web store changes have been pushed).mihaip@chromium.org2011-09-141-5/+1
* Revert 101111 - Only deliver extension messages to contexts that care. Thisericu@google.com2011-09-145-50/+0
* Only deliver extension messages to contexts that care. Thisaa@chromium.org2011-09-145-0/+50
* Fix the remnants of an Autofill crash.isherman@chromium.org2011-09-141-3/+11
* Re-enable un-regressed Autofill tests.isherman@chromium.org2011-09-131-2/+2
* Move the handling of the ViewMsg_CustomContextMenuAction and ViewMsg_Navigate...ananta@chromium.org2011-09-134-16/+8
* Print Preview: Add UMA for renderer failures.thestig@chromium.org2011-09-133-5/+43
* Switch to the new client-side phishing model that uses Murmurhash for word ha...bryner@chromium.org2011-09-1311-31/+107
* Fix crash that occurs when users with Password Autofill data try to log in to...isherman@chromium.org2011-09-133-0/+14
* Prevent mixed content warnings from being displayed when an iframe loads a pa...cdn@chromium.org2011-09-121-1/+4
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Move TextInputClient from chrome to content.avi@chromium.org2011-09-123-116/+0
* Add check to debug issue 96063.vandebo@chromium.org2011-09-101-0/+2
* Don't alert AutofillManager of changes to non-Autofillable fields.isherman@chromium.org2011-09-091-0/+3
* Revert trunk r99696 for real.mark@chromium.org2011-09-0916-424/+546
* Declare a few strings as array to const char in chrome/renderer/extensions/*tfarina@chromium.org2011-09-093-27/+24
* Fix crash when calling chrome.tabs.move({index:-1}).jstritar@chromium.org2011-09-091-2/+2
* PrintPreview: Set |display_header_footer| to false if it is a first request a...kmadhusu@chromium.org2011-09-091-0/+5
* Make NaCl PPAPI proxy honor the Disable3DApis policy.mnissler@chromium.org2011-09-081-1/+7
* Move the ViewMsg_FPS and ViewHostMsg_FPS IPC messages out of content to chrom...ananta@chromium.org2011-09-082-0/+8
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-081-4/+4
* Make OnKeyEvent asynchronous to match the design.zork@chromium.org2011-09-081-0/+30
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-0824-221/+192
* Add Autofill support for dynamically updated forms (updated via JavaScript).isherman@chromium.org2011-09-074-808/+481
* Add link URL and success/failure callback parameters to chrome.webstore.insta...mihaip@chromium.org2011-09-075-33/+145
* Forward declare v8::Extension in chrome/renderer/extensions/*.mihaip@chromium.org2011-09-067-7/+18
* Mark SearchProviderTest.TestIsSearchProviderInstalled as flaky on Win.yoz@chromium.org2011-09-061-1/+7
* Implements frame sniffer to watch iframe loading state.altimofeev@chromium.org2011-09-064-1/+72
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-0624-192/+222
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0616-549/+425
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0616-422/+549
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-0616-549/+422
* renderer/extensions: Fix a v8::Local being passed by reference-to-const.tfarina@chromium.org2011-09-051-1/+1
* PrintPreview: Fixed RICOH MP C3501 color print job issues.kmadhusu@chromium.org2011-09-042-2/+2
* Move binding_utils::GetCurrentRenderView() to ExtensionBase and rename Extens...aa@chromium.org2011-09-039-52/+60
* Reduce the clock check granularity for term feature extraction.bryner@chromium.org2011-09-032-8/+16
* Clear the previous word state on a negative word cache hit.bryner@chromium.org2011-09-031-0/+4
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-022-8/+18
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Fix Skia on Mac build.caryclark@google.com2011-09-021-0/+1
* Fix referencing of a V8 object using a raw pointer.mnaganov@chromium.org2011-09-021-1/+1
* Add PluginServiceFilter interface and ChromePluginServiceFilter.bauerb@chromium.org2011-09-021-2/+0
* Tentative fix for PopupBlockerBrowserTest.PopupBlockedPostBlankbauerb@chromium.org2011-09-021-3/+2