summaryrefslogtreecommitdiffstats
path: root/chrome/browser/media/media_stream_capture_indicator.cc
Commit message (Expand)AuthorAgeFilesLines
* Support for audio output devices for getMediaDevices.grunell@chromium.org2014-06-041-2/+2
* We have a problem in the process on destroying WebContentsImpl becausezverre@yandex-team.ru2014-05-091-2/+2
* Whitelist the Hotword extension.tommi@chromium.org2014-04-261-17/+41
* Creates a way to pass the desktop capture notification window ID/handle to we...jiayl@chromium.org2014-03-271-1/+3
* Update some uses of UTF conversions in chrome/browser to use the base:: names...avi@chromium.org2013-12-241-2/+2
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-2/+2
* Add base namespace to some instances of string16.brettw@chromium.org2013-12-061-8/+9
* Move Extension and PermissionsData to extensions/common.yoz@chromium.org2013-11-151-1/+1
* Update Status Icon menu when menu model changes (Linux Aura)sidharthms@chromium.org2013-08-281-19/+6
* Cleanups screen capture notification UI.sergeyu@chromium.org2013-08-071-49/+3
* Status tray refactor and no-menu status icon support on Linuxsidharthms@chromium.org2013-07-311-14/+21
* Add support for named status icons.dewittj@chromium.org2013-07-181-1/+2
* Remove ExtensionURLInfo, make security decisions in render processjamesr@chromium.org2013-07-181-1/+1
* Move android specific WebRTC notification implementation out of status_tray_a...cramya@chromium.org2013-06-141-0/+16
* Removed the balloon for extension using media device.xians@chromium.org2013-06-111-75/+3
* Use a direct include of utf_string_conversions.h in chrome/browser/, part 2.avi@chromium.org2013-06-071-1/+1
* Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-041-2/+2
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* Cleanup interfaces used to deliver notifications about MediaStream state from...sergeyu@chromium.org2013-04-291-147/+112
* Fix sys tray baloon shown when extensions use getMediaStream().sergeyu@chromium.org2013-04-201-0/+2
* Allow media stream to display system tray icon on Android.wjia@chromium.org2013-04-181-4/+7
* Move IconsHandler from c/c/e/api/ to c/c/erdevlin.cronin@chromium.org2013-04-121-1/+2
* Hide ContentClient getters from embedders so that they they don't reuse conte...jam@chromium.org2013-04-051-2/+5
* Minor cleanups in MediaStreamCaptureIndicator.sergeyu@chromium.org2013-04-051-33/+4
* Hook up screen capture notification UI.sergeyu@chromium.org2013-03-211-59/+128
* Extend MediaObserver interface to allow MediaStreams to be stopped from UI.sergeyu@chromium.org2013-03-201-5/+9
* Delete items of the launcher jump list upon pressing Shift clickskuhne@chromium.org2013-03-131-1/+2
* Move Icons out of Extension classrdevlin.cronin@chromium.org2013-02-271-1/+3
* Don't show the media tray icon for tabs.tommi@chromium.org2013-02-181-1/+6
* MediaStreamCaptureIndicator crash fix for multiple removes of the same device.miu@chromium.org2013-01-311-3/+7
* Fix bug causing tab favicon media indicator to not turn off.miu@chromium.org2013-01-301-185/+205
* Remove the media balloon for webrtc and speech recognition.xians@chromium.org2013-01-211-21/+19
* Fix TabCapture indicator getting lost after page navigations.justinlin@chromium.org2012-12-141-11/+34
* Fix DCHECK when closing chrome after using WebRTC.justinlin@chromium.org2012-11-211-8/+4
* Add Tab UI notification for Tab Capture API (favicon glow).justinlin@chromium.org2012-11-211-14/+41
* Add a class to replace ImageLoadingTracker with a nicer API.mek@chromium.org2012-11-161-23/+20
* Add check for web_contents in MediaStreamCaptureIndicatorstevenjb@chromium.org2012-11-071-1/+2
* Cleanup: Remove IDS_MEDIA_STREAM_STATUS_TRAY_MENU_ITEM which has no need to b...thestig@chromium.org2012-11-011-3/+1
* The tab might have gone away when getting a device closed notification.xians@chromium.org2012-10-301-1/+2
* linux-gtk: Show an animating overlay in the favicon when the content is recor...sadrul@chromium.org2012-10-301-0/+4
* Change MediaStreamCaptureIndicator back to ref countedstevenjb@chromium.org2012-10-271-7/+21
* Revert 164093 - Indicate tab recording state in tab stripsail@chromium.org2012-10-261-27/+10
* Indicate tab recording state in tab stripstevenjb@chromium.org2012-10-251-10/+27
* status_icons: Update StatusTray/StatusIcon to use ImageSkia.tfarina@chromium.org2012-10-031-6/+6
* Begin adding support for tab mirroring via the MediaStream audio/video capturingmiu@chromium.org2012-09-111-8/+11
* We should not delete the iter if iter == tabs_.end()xians@chromium.org2012-08-271-16/+16
* fix extension bubble display MediaStreamCaptureIndicatorestade@chromium.org2012-08-231-1/+1
* When using peerconnection, the browser will crash when we close down the brow...xians@chromium.org2012-08-171-2/+3
* status tray: Use explicit conversion from ImageSkia to SkBitmap.sadrul@chromium.org2012-08-161-10/+8
* MediaStreamCaptureIndicator: fix crash due to destruction on wrong threadestade@chromium.org2012-08-141-2/+15