summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Cleanup in handling of JavaScript URLs in tabs APIaa@chromium.org2011-04-071-21/+49
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-1/+3
* Fix accidental overload in r80818.thestig@chromium.org2011-04-075-25/+28
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-3/+1
* Cleanup: Stop creating RenderViewObservers from chrome/ in RenderView.thestig@chromium.org2011-04-077-19/+34
* Change text of DNS prefetch option to Network prediction option.cbentzel@chromium.org2011-04-072-11/+13
* Avoid DCHECK when a page contains two identical password forms.isherman@chromium.org2011-04-071-7/+9
* Resets window.chrome.searchbox on every navigation. Otherwise thesky@chromium.org2011-04-062-10/+22
* Enable password filling for forms with no action URL specified.isherman@chromium.org2011-04-062-1/+41
* Histogram added: GPU.GPUProcessLaunchCausescheib@chromium.org2011-04-062-8/+11
* Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.jam@chromium.org2011-04-057-13/+13
* Add a VLOG that dumps all of the client-side phishing features before the sco...bryner@chromium.org2011-04-051-0/+1
* Fix NSS in single process modehclam@google.com2011-04-051-1/+3
* Move dispatching and sending of the last extension specific messages out of T...jam@chromium.org2011-04-051-3/+3
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-052-7/+3
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-3/+3
* Quick fix for term feature extraction crashes: cancel classification on in-pa...bryner@chromium.org2011-04-042-7/+14
* Fixup broken histogram names - these changed some time back for mostmbelshe@chromium.org2011-04-041-3/+3
* Use ResourceBundle for NativeThemeLinux/Chromeos resource images.xiyuan@chromium.org2011-04-041-3/+0
* When out-of-process PPAPI plugins fail to initialize, don't fall back on tryingbrettw@chromium.org2011-04-041-4/+10
* Move a few RenderViewObservers to ChromeContentRendererClient so that we can ...jam@chromium.org2011-04-015-2/+64
* Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ...michaeln@google.com2011-04-011-2/+4
* Make <all_urls> and file:///* in permissions trigger "Allow file access"mihaip@chromium.org2011-04-011-10/+3
* Better handling of disabling the GPU acceleration if the GPU process dies mor...amarinichev@chromium.org2011-04-011-1/+1
* Remove the rest of the extension dependencies from content\renderer.jam@chromium.org2011-04-014-0/+126
* Added a DCHECK to validate the metafile page count while handling alpha blend...kmadhusu@chromium.org2011-04-011-0/+4
* Update PrintMsg_PrintPages_Params params during print preview to reflect that...ctguil@chromium.org2011-04-011-1/+3
* Prevent DOS of Autofill by limiting the number of form fields we send across ...isherman@chromium.org2011-03-311-3/+14
* Ignore preliminary page captures for client-side phishing detection.bryner@chromium.org2011-03-313-18/+51
* Make UserScriptIdleScheduler not tied to NavigationState, as part of removing...jam@chromium.org2011-03-314-32/+208
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-314-21/+44
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-1/+0
* Remove usages of WebView::Create that pass in devtools/autofill client.jam@chromium.org2011-03-291-1/+1
* Remove unnecessary member variable and forward declaration.jam@chromium.org2011-03-291-4/+0
* Update the code to have the SpellCheckProvider implement WebSpellCheckClient,...jam@chromium.org2011-03-292-13/+153
* Revert 79705 - Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-292-3/+3
* Revert 79651 - Coverity: Pass parameters by reference.dhollowa@chromium.org2011-03-292-3/+3
* Fix typo bug caught by clangjam@chromium.org2011-03-291-1/+1
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-2911-266/+396
* Use a global counter for context menu IDs.bolms@chromium.org2011-03-292-2/+13
* Remove render_messages_params files since they're not needed anymore. I move...jam@chromium.org2011-03-295-13/+8
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-03-292-3/+3
* Add chrome.benchmark routines to clear the host and predictor caches.tonyg@chromium.org2011-03-283-0/+24
* Add a RenderProcessObserver. For now this will be primarily used to filter c...jam@chromium.org2011-03-282-0/+26
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-288-29/+108
* Move some files from base to base/memory.levin@chromium.org2011-03-2831-55/+55
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-264-9/+5
* Move all dev tools messages to devtools_messages.h and create a TabHelper to ...jam@chromium.org2011-03-252-12/+9
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-253-0/+31
* Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.vandebo@chromium.org2011-03-251-0/+3