summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* Switch Linux Aura ports over to POSIX SHM instead of legacy SYSV SHM.cevans@chromium.org2013-05-171-6/+6
* Translate: add UMA to measure duration time of infobar user actiontoyoshim@chromium.org2013-05-175-1/+32
* Added logging for blocked API callsfelt@chromium.org2013-05-173-0/+15
* components: Move visitedlink into visitedlink namespace.tfarina@chromium.org2013-05-172-6/+6
* Change PPAPI PDF proxy messages to use IPC serialization.bbudge@chromium.org2013-05-162-7/+5
* Translate: move UMA related code in TranslateManager to TranslateManagerMetricstoyoshim@chromium.org2013-05-162-4/+7
* Adds a specific disable switch for requestAutocomplete, changes chrome://flag...abodenha@chromium.org2013-05-161-1/+3
* Don't forget to call RemoveObserver when TtsDispatcher is destroyed.dmazzoni@chromium.org2013-05-151-0/+1
* Broadcast prerender URLs to all render processes.cbentzel@chromium.org2013-05-153-24/+66
* Move dom_operations.{h,cc} to content/renderer/savable_resources.{h,cc}.darin@chromium.org2013-05-151-1/+0
* Remove dead GrabPhishingThumbnail, it's not called anywher in productionpiman@chromium.org2013-05-153-157/+0
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* New network error page: Add webkit prefix to linear-gradient.mmenke@chromium.org2013-05-141-6/+7
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-142-5/+9
* Move resource fetchers to renderer-specific locationjamesr@chromium.org2013-05-143-26/+0
* Prune dom_operations.{h,cc}.darin@chromium.org2013-05-141-4/+35
* <webview>: Implement insertCSSfsamuel@chromium.org2013-05-142-2/+8
* Temporary disable AutomationRendererHelperTest.RTLSnapshottrchen@google.com2013-05-141-1/+1
* Don't count local ntp searches in the UMA histogram.jeremycho@chromium.org2013-05-133-5/+9
* Fix bug where we use the wrong array size in the pepper PDF host.raymes@chromium.org2013-05-131-1/+1
* Use Persistent::Reset.marja@chromium.org2013-05-131-2/+1
* Network error pages: Minor UI fixups.mmenke@chromium.org2013-05-131-53/+61
* Translate: move UMA related code in TranslateHelper to TranslateHelperMetricstoyoshim@chromium.org2013-05-134-25/+186
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-132-9/+5
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-132-5/+9
* Support getEntryId for entries passed to apps as launch data.sammc@chromium.org2013-05-131-0/+1
* Move WebViewPlugin to chrome/renderer/plugins/.darin@chromium.org2013-05-134-6/+407
* chrome: Use base::MessageLoop. (Part 1)xhwang@chromium.org2013-05-1013-40/+42
* Remove unused WebTextCheckingType enum references from chromeadamk@chromium.org2013-05-101-12/+0
* Translate: adding new UMAs to know language detection qualitytoyoshim@chromium.org2013-05-104-3/+243
* Revert 199428 "Translate: adding new UMAs to know language detec..."toyoshim@chromium.org2013-05-104-234/+3
* Translate: adding new UMAs to know language detection qualitytoyoshim@chromium.org2013-05-104-3/+234
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-101-1/+1
* Set up DEPS rules for new webkit/ dirsjamesr@chromium.org2013-05-101-2/+0
* Move web_apps methods from chrome/common to chrome/renderer.darin@chromium.org2013-05-104-0/+283
* Add --disable-new-dialog-style flag; use DialogDelegate::UseNewStyle(); etc.msw@chromium.org2013-05-091-3/+2
* Rewrite PDF host to ImageData refactor.bbudge@chromium.org2013-05-092-46/+18
* Allow API functions and events to have entries in _api_features.jsoncduvall@chromium.org2013-05-095-46/+92
* Save and restore State for ShellWindows, including panels stevenjb@chromium.org2013-05-091-3/+3
* Fix mismatched parameter expectations between chrome.omnibox setDefaultSugges...Samusaaron3@gmail.com2013-05-091-1/+0
* Get rid of calls to v8::Persistent v8::Context::New() in tests.marja@chromium.org2013-05-081-1/+2
* <webview>: Implement contentload eventfsamuel@chromium.org2013-05-081-0/+1
* Fixes the NavigateNewTabPage to resolve relative URLs. Adds unit test for Res...jfweitz@chromium.org2013-05-082-6/+42
* Revert 198918 "Save and restore State for ShellWindows, includin..."csharp@chromium.org2013-05-081-3/+3
* Save and restore State for ShellWindows, including panelsstevenjb@chromium.org2013-05-081-3/+3
* Implement TTS dispatcher using RenderProcessObserver instead of MessageFilter.dmazzoni@chromium.org2013-05-072-15/+12
* Fix the assisted query stats param in the instant suggestion destination URL.kmadhusu@chromium.org2013-05-071-6/+13
* Handle Esc key press event in Local NTP.kmadhusu@chromium.org2013-05-072-0/+10
* Update Blink-Spellcheck APIrouslan@chromium.org2013-05-063-20/+4
* InstantExtended: Prevent spurious themechanged/mostvisitedchanged eventsskanuj@chromium.org2013-05-061-0/+37