summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: remove unnecessary ifdef, always use WebKit::WebFileSystem::Typeadamk@chromium.org2011-08-191-6/+0
* Added Headers and Footers support for Core Graphics on Macaayushkumar@chromium.org2011-08-195-60/+164
* Disable NaCl on 32-bit linux, also disable NaCl extension/store tests for tha...elijahtaylor@google.com2011-08-191-3/+6
* Populate ContextInfo::extension_id for all extension-relatedaa@chromium.org2011-08-197-78/+72
* Fix crash in PhishingTermFeatureExtractor due to negative_word_cache_ not alw...noelutz@google.com2011-08-192-4/+58
* Keep normal popups opened from same-origin iframes in an extension process.creis@chromium.org2011-08-182-12/+34
* Revert 97285 - Disable NaCl on 32-bit linuxajwong@chromium.org2011-08-181-6/+3
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-6/+7
* Disable NaCl on 32-bit linuxelijahtaylor@google.com2011-08-181-3/+6
* Fix crash in ExtensionProcessBindingsjstritar@chromium.org2011-08-182-1/+8
* Initial inline web store install bindings.mihaip@chromium.org2011-08-185-1/+208
* Print Preview: Add "print preview" back to about:flags; enable it by default ...thestig@chromium.org2011-08-181-8/+0
* Disable OCSP initialization when running in sandbox.sergeyu@chromium.org2011-08-181-0/+7
* Allow unpacked extensions to invoke NaCl without --enable-nacl.bbudge@chromium.org2011-08-181-2/+3
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-178-6/+364
* Revert 97219 - Added Header and Footer support in Linux, Windows and Mac for ...aayushkumar@chromium.org2011-08-178-364/+6
* Added Header and Footer support in Linux, Windows and Mac for Skiaaayushkumar@chromium.org2011-08-178-6/+364
* Use new signature for WebFrameClient::didCreateIsolatedScriptContext().aa@chromium.org2011-08-174-15/+25
* Wire experimental Flapper part twocpu@chromium.org2011-08-171-2/+2
* renderer/extensions: Return v8::False() where possible.tfarina@chromium.org2011-08-161-2/+2
* chrome.experimental.downloads stubsbenjhayden@chromium.org2011-08-152-0/+4
* Rip out code for logging cross-frame property accesses.thakis@chromium.org2011-08-142-19/+0
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-3/+3
* Print Preview: Fixing behavior of event listeners.dpapad@chromium.org2011-08-126-16/+38
* Revert 96567 - Reland 96406 - Print preview page selection should not require...kmadhusu@chromium.org2011-08-1210-309/+135
* Reland 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-1210-135/+309
* Add a Print() method to bindings JS for last resort debugging.aa@chromium.org2011-08-125-2/+25
* Simplify ExtensionMsg_Loaded_Params message interface.jstritar@chromium.org2011-08-111-1/+0
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-112-2/+40
* Revert 96406 - Print preview page selection should not require a rerendering ...kmadhusu@chromium.org2011-08-1110-309/+135
* Print preview page selection should not require a rerendering of draft pages.kmadhusu@chromium.org2011-08-1110-135/+309
* Add UMA metrics for blocked plugins.bauerb@chromium.org2011-08-112-0/+9
* When determining whether or not to swap processes on navigation, check the to...mihaip@chromium.org2011-08-101-3/+4
* Implement an initial extension settings API.kalman@chromium.org2011-08-101-0/+1
* Fix valgrind failures in PhishingTermFeatureExtractor and remove supressions ...gcasto@chromium.org2011-08-101-0/+1
* Add preliminary Autofill support for the 'autocompletetype' attribute.isherman@chromium.org2011-08-102-0/+138
* Optimize phishing page term feature extraction.gcasto@chromium.org2011-08-092-14/+34
* Revert 96054 - Enable tcmalloc profiling and heap dump.fischman@chromium.org2011-08-092-34/+2
* Enable tcmalloc profiling and heap dump.stevenjb@google.com2011-08-092-2/+34
* Fix smelly scoped_ptr code in print_web_view_helper_win.vandebo@chromium.org2011-08-092-27/+29
* Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...isherman@chromium.org2011-08-093-866/+689
* Remove metafile casts.vandebo@chromium.org2011-08-085-10/+12
* Forward handling of low-mem message to the content renderer client. Add APIs ...gbillock@chromium.org2011-08-087-10/+43
* Fix generation of the complete metafile for print preview flow.vandebo@chromium.org2011-08-081-10/+20
* When an element has multiple labels for Autofill, separate them with spaces.isherman@chromium.org2011-08-062-5/+10
* Fix print preview draft page memory leaks.vandebo@chromium.org2011-08-063-15/+16