summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Enable nacl_helper by default.bradchen@google.com2011-09-021-3/+0
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Make autoscroll/panning resources available for PDF plugin.gene@chromium.org2011-09-011-0/+1
* don't include vertical scrollbars in thumbnailsestade@chromium.org2011-09-011-5/+7
* renderer/automation: Forward declare v8::Extension in DomAutomationV8Extensio...tfarina@chromium.org2011-09-012-4/+6
* Mark FormManagerTest.PreviewForm and .FillFormNonEmptyField as failing after ...apavlov@chromium.org2011-09-011-2/+2
* Print preview not showing if default print is invalid.arthurhsu@chromium.org2011-09-015-15/+90
* Add DEPS line for nacl entry points. Checkdeps failed when I updated thebrettw@chromium.org2011-08-311-0/+1
* Fix path that changed when the native client plugin code was moved.brettw@chromium.org2011-08-311-1/+1
* Make sure to re-index the page after a redirect.bryner@chromium.org2011-08-312-5/+36
* renderer/extensions: Fix a comment referring to CreateExternalArray.tfarina@chromium.org2011-08-311-2/+2
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-319-98/+274
* renderer/extensions: Forward declare a couple of v8 classes in EventBindings ...tfarina@chromium.org2011-08-312-2/+7
* renderer: Fix referencing v8::Array and v8::Object using raw pointer.tfarina@chromium.org2011-08-301-2/+4
* Protect sensistive chrome: and chrome-extension: schemes as not being able to...tsepez@chromium.org2011-08-301-0/+5
* Fix regression in printing page settings CSS properties.vandebo@chromium.org2011-08-301-1/+2
* Print Preview: Fix an error in error logging.thestig@chromium.org2011-08-301-5/+3
* Split extension_base.* out of bindings_utils.*.aa@chromium.org2011-08-3010-179/+220
* Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies fro...ananta@chromium.org2011-08-292-0/+40
* Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ...mihaip@chromium.org2011-08-292-0/+15
* Print Preview: Prevent a crash and add error logging.thestig@chromium.org2011-08-272-7/+27
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-13/+9
* Initialize content scripts the same way extension scripts are.aa@chromium.org2011-08-268-73/+24
* Initial implementation of `chrome.clear.*` extension API.mkwst@chromium.org2011-08-261-0/+1
* Add metrics to track Autofill "user happiness"isherman@chromium.org2011-08-262-2/+17
* Expose privacy-relevant preferences in Chrome's extension APIs.mkwst@chromium.org2011-08-261-0/+1
* Do not dereference potentially invalid frame pointer in extension event bindi...aa@chromium.org2011-08-263-22/+21
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-261-1/+5
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-2/+2
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-2/+2
* renderer: Use v8::Array::Cast to cast the return value of Arguments.tfarina@chromium.org2011-08-251-1/+1
* Revert 98168, it caused compile errors on mac:thakis@chromium.org2011-08-251-5/+1
* Add support for client-side phishing detection for non-UMA users.bryner@chromium.org2011-08-251-1/+5
* Move extension/webstore-related URL getters to the extension_urls namespace.mihaip@chromium.org2011-08-251-2/+2
* Remove dead WebKit Autofill codeisherman@chromium.org2011-08-241-4/+0
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-242-14/+9
* Print Preview: Fix printing from print preview.thestig@chromium.org2011-08-242-35/+38
* Fix context leak introduced by r97425.aa@chromium.org2011-08-231-5/+5
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-7/+0
* Backend changes for custom margins.aayushkumar@chromium.org2011-08-236-21/+108
* Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...ananta@chromium.org2011-08-231-1/+8
* Print Preview: Go from event driven print preview back to print preview with ...thestig@chromium.org2011-08-238-154/+149
* Moved the handling of the IPC message ViewMsg_EnableViewSourceMode to content...ananta@chromium.org2011-08-222-11/+0
* Added a 'Reset' method in PrintMsg_Print_Params struct that is responsible fo...aayushkumar@chromium.org2011-08-222-118/+3
* chromeos proxy ui enhancementskuan@chromium.org2011-08-221-0/+18
* Use a different error code for pinning errors.agl@chromium.org2011-08-222-0/+8
* Validate CWS item IDs extracted during inline installation.mihaip@chromium.org2011-08-201-0/+5
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-1918-93/+106
* Don't show "Autofill disabled" warning on <input> elements not contained in a...isherman@chromium.org2011-08-191-1/+1