summaryrefslogtreecommitdiff
path: root/browser-plugin/totemNarrowSpacePlugin.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Implement SetTime in the NarrowSpace pluginBastien Nocera1-2/+12
2010-01-21Implement Narrowspace's SetURL functionBastien Nocera1-1/+8
2010-01-21Fix many NarrowSpace functions not workingBastien Nocera1-1/+1
2009-09-14Fix plugin crash in webkit browsersChristian Persch1-8/+8
2009-04-01Fix Rewind() and Stop() functions to do what they're supposed to in theBastien Nocera1-2/+2
2008-06-09Implement Playlist::isplaying, (Closes: #526737) Fix GetPluginStatus() toBastien Nocera1-5/+2
2008-05-31Fix a warning, and a build failure with debugging disabledBastien Nocera1-1/+1
2008-05-30Bug 520629 – deCOMtaminate pluginsChristian Persch1-958/+506
2008-04-24Update FSF address (Closes: #518264)Bastien Nocera1-2/+2
2008-02-21Revert the previous commit, it's brokenBastien Nocera1-11/+2
2008-02-21Implement SetTime using NPN_RequestRead() if it's available on the streamBastien Nocera1-2/+11
2008-02-15Implement a property change signal when fullscreen state or volume changesBastien Nocera1-7/+9
2008-02-04Add a PluginLongDescription function to all the plugins, and return aBastien Nocera1-0/+6
2007-11-01Implement totemIGMPPlayer::SetURL and ::GetURL, andBastien Nocera1-1/+9
2007-09-11make sure mPlugin is valid as pointed out by Christian Persch (Helps:Bastien Nocera1-0/+5
2007-09-10Rename this... ...to that and add the states to those constantsBastien Nocera1-14/+18
2007-08-15Implement GetPluginStatus so that the .Mac galleries work, make sure allBastien Nocera1-12/+7
2007-08-13Patch from Markus Golser to add video/x-m4v as a supported mime-type forBastien Nocera1-0/+1
2007-08-09Update version of the Quicktime-compatible plugin to 7.2.0 to be able toBastien Nocera1-1/+1
2007-04-01Remove the rejection of streams based on mime-type, too many falseBastien Nocera1-5/+4
2007-02-18Revert the patch from bug #405850, since G_GNUC_FUNCTION is absolutelyChristian Persch1-107/+90
2007-01-30Remove use of __FUNCTION__ as it's not portable, patch by Damien CarberyBastien Nocera1-2/+2
2007-01-22A browser-plugin/totemClassInfo.h:Christian Persch1-81/+7
2007-01-19Add QuickTime-compatible IDL fileBastien Nocera1-7/+868
2007-01-11support application/x-quicktime-media-link in the QuickTime plugin toBastien Nocera1-1/+2
2007-01-10add support for "audio only" outputs (Closes: #395078)Bastien Nocera1-2/+1
2007-01-10Allow the QuickTime plugin to handle audio/x-mpegurl as atBastien Nocera1-1/+2
2006-12-18print the plugin list add some code to log the user-agent used useBastien Nocera1-1/+1
2006-11-15A browser-plugin/org_gnome_totem_PluginViewer.xml: AChristian Persch1-3/+3
2006-10-08Add a member to the totemPluginMimeEntry structure, on whether to show theBastien Nocera1-4/+4
2006-10-06A browser-plugin/totemPluginGlue.cpp: A browser-plugin/totemPluginGlue.h:Christian Persch1-14/+12
2006-10-01add image/x-macpaint and image/x-quicktime to the supported mime-types, asBastien Nocera1-1/+3
2006-10-01add video/mp4 support to the NarrowSpace plugin (Closes: #358706)Bastien Nocera1-0/+1
2006-08-11Give the plugins names compatible with what they're supposed to emulateBastien Nocera1-1/+1
2006-08-11Use nsMemory::Alloc, for gecko 1.7 compatibility.Christian Persch1-1/+1
2006-08-11R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: RChristian Persch1-0/+200