summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Moved extension_api to src/extensions/commonbenwells@chromium.org2013-11-015-5/+5
* Send Allow{Database,FileSystem,IndexedDB} sync IPCs directly from worker threadkinuko@chromium.org2013-11-014-0/+126
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-2/+10
* Expose WebGL extension WEBGL_debug_renderer_info to Google domainszmo@chromium.org2013-10-312-0/+10
* [NTP] Provide a check for Chrome identity to NTPmathp@chromium.org2013-10-315-0/+73
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-7/+2
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-2/+7
* Allows chrome://app-list/ to embed NaCl module.mukai@chromium.org2013-10-301-1/+4
* Add chrome.app.window.[get|set][Min|Max][Width|Height]jackhou@chromium.org2013-10-301-0/+16
* Remove DateExtensionEnabled field trial.jochen@chromium.org2013-10-291-3/+0
* Use adapter's additional params to detect codecs supported by CDM.ddorwin@chromium.org2013-10-291-13/+69
* [Autofill] Restore support for <input type="month"> fields.isherman@chromium.org2013-10-291-8/+68
* Move PermissionSet to top-level extensions.yoz@chromium.org2013-10-291-1/+1
* Cleanup: Clamp down DEPS in chrome/renderer; remove obsolete entries.thestig@chromium.org2013-10-295-9/+8
* Refactored ChromeViewHostMsg_SearchBoxNavigate IPC message related code.kmadhusu@chromium.org2013-10-283-12/+9
* Native bindinds for chrome.webrtc extensions APIshclam@chromium.org2013-10-265-5/+179
* Extension cleanup: Move scripting whitelist to ExtensionsClient.yoz@chromium.org2013-10-263-7/+9
* Use CastEnvironment and CastSender in CastSessionDelegatehclam@chromium.org2013-10-253-3/+73
* Remove IsPnaclEnabled from ppb_nacl_private.jvoung@chromium.org2013-10-251-6/+0
* Cleanup: Remove chrome:: namespace from chrome/renderer/pepper.thestig@chromium.org2013-10-2520-86/+3
* Defines CastSessionDelegate and connects Cast objectshclam@chromium.org2013-10-2511-14/+157
* Remove FrameSniffer since it's not used anymore after r230040.jam@chromium.org2013-10-244-81/+0
* Mark window parameter for chrome.browserAction.openPopup as optional since it...justinlin@chromium.org2013-10-241-5/+6
* Make "Create Application Shortcuts" use web app icon.calamity@chromium.org2013-10-231-10/+7
* Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un...yoz@chromium.org2013-10-234-0/+4
* Use JS Date().toLocaleDateString() to format date in header. Fixed issues wit...vitalybuka@chromium.org2013-10-233-7/+2
* Support optional media constraints for chrome.tabCapture.justinlin@chromium.org2013-10-231-11/+9
* Pass user gesture state along with chrome.runtime.sendMessage.mek@chromium.org2013-10-237-8/+85
* Cleanup deprecated and no longer needed blob revamp stuff, deadcode.michaeln@google.com2013-10-221-4/+0
* Rename chrome.webrtc.udpTransport to chrome.webrtc.castUdpTransporthclam@chromium.org2013-10-223-4/+4
* Enable use of MediaDrm by default on Android.xhwang@chromium.org2013-10-221-4/+1
* This implements the new SSL blocking screen. See the bug for screenshots of w...felt@chromium.org2013-10-212-8/+18
* Implement chrome.browserAction.openPopup API.justinlin@chromium.org2013-10-211-0/+14
* [rAC, OSX] Enable requestAutocomplete for OSX by defaultgroby@chromium.org2013-10-201-15/+0
* Release prerenders in the PrerenderDispatcher on abandon/cancel.davidben@chromium.org2013-10-191-4/+18
* linux and chromeos: Turn on -Wunused-const-variable.thakis@chromium.org2013-10-191-6/+8
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-4/+0
* mac: Fix build with ffmpeg_branding=Chrome proprietary_codecs=1.thakis@chromium.org2013-10-181-0/+2
* Interface and skeleton code for Cast Extensions APIhclam@chromium.org2013-10-186-0/+264
* Add support for avc3 codec string.acolwell@chromium.org2013-10-181-4/+5
* <webview>: Spew unhandled loadaborts to console.fsamuel@chromium.org2013-10-181-0/+19
* [password generation] Add a switch to skip waiting on Autofillgcasto@chromium.org2013-10-171-15/+0
* Update Desktop Capture API to use 'tabs.Tab' instead of origin.sergeyu@chromium.org2013-10-161-5/+5
* Move renderer plugin code into a new component (re-land)aberent@chromium.org2013-10-1611-1277/+568
* <webview>: Implement default action for permissionsfsamuel@chromium.org2013-10-162-38/+65
* Introduce a new attribute to externally_connectable,juanlang@google.com2013-10-1614-24/+142
* ui: Move webui/ directory into base/tfarina@chromium.org2013-10-152-2/+2
* Remove temporary <p> elements from printing tests.rune@opera.com2013-10-141-2/+2
* Handle CdmWrapper::Initialize() failure gracefully.xhwang@chromium.org2013-10-141-1/+6
* Revert 228211 "Move renderer plugin code into a new component."aberent@google.com2013-10-1411-567/+1277