summaryrefslogtreecommitdiff
path: root/browser-plugin/totemPlugin.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-05Fix URL parameter usage in GMP pluginBastien Nocera1-0/+1
2010-04-10Implement SetTime in the NarrowSpace pluginBastien Nocera1-1/+2
2010-04-10Update NarrowSpace compat version to 7.6.6Bastien Nocera1-1/+1
2010-04-09Split setting up and opening browser streamsBastien Nocera1-0/+3
2010-01-21Implement Narrowspace's SetURL functionBastien Nocera1-0/+1
2009-11-20Add support for queueing Javascript commandsBastien Nocera1-0/+27
2009-11-20Remove the "Complex" (Real Media compatible) browser pluginBastien Nocera1-27/+0
2009-11-18Add support for VLC's Playlist.Add optionsBastien Nocera1-1/+1
2009-10-26Pass referrer info to the plugin viewerChristian Persch1-0/+1
2009-09-14Fix plugin crash in webkit browsersChristian Persch1-5/+6
2009-05-01Bug 580973 – Unable to play videos in http://www.apple.com/trailers/paramou...Bastien Nocera1-0/+1
2008-10-08As the requestURI isn't an absolute URI anymore, it might not have aBastien Nocera1-1/+1
2008-05-30Bug 520629 – deCOMtaminate pluginsChristian Persch1-138/+238
2008-04-24Update FSF address (Closes: #518264)Bastien Nocera1-2/+2
2008-02-21Revert the previous commit, it's brokenBastien Nocera1-2/+1
2008-02-21Implement SetTime using NPN_RequestRead() if it's available on the streamBastien Nocera1-1/+2
2008-02-15Implement a property change signal when fullscreen state or volume changesBastien Nocera1-0/+7
2008-02-14Implement ClearPlaylist and AddItem, to manipulate the playlistBastien Nocera1-1/+3
2008-02-04Add a PluginLongDescription function to all the plugins, and return aBastien Nocera1-0/+2
2007-09-10Rename this... ...to that and add the states to those constantsBastien Nocera1-1/+16
2007-08-27Add SetVolume functionBastien Nocera1-0/+1
2007-04-01Remove the rejection of streams based on mime-type, too many falseBastien Nocera1-1/+0
2007-02-19Also allow "-1" for boolean values, and semi-implement a few bits of theChristian Persch1-0/+1
2007-01-14remove the unused mViewerStream (Closes: #395858)Bastien Nocera1-1/+0
2007-01-11add a simple test for http://bugzilla.gnome.org/show_bug.cgi?id=387332Bastien Nocera1-1/+1
2007-01-10add support for "audio only" outputs (Closes: #395078)Bastien Nocera1-0/+1
2006-12-15Pass timestamps when launching the player from the plugin, Add startupBastien Nocera1-3/+4
2006-11-20detect Mozilla 1.7 and use the proper string functions, most of the codeBastien Nocera1-2/+7
2006-11-15A browser-plugin/org_gnome_totem_PluginViewer.xml: AChristian Persch1-38/+185
2006-10-30Another try, this time make sure the statusbar can be shown (duh!), andBastien Nocera1-1/+1
2006-10-30Finish the statusbar work, and disable the statusbar by default. AddsBastien Nocera1-0/+1
2006-10-08Add a member to the totemPluginMimeEntry structure, on whether to show theBastien Nocera1-1/+2
2006-10-06A browser-plugin/totemPluginGlue.cpp: A browser-plugin/totemPluginGlue.h:Christian Persch1-38/+97
2006-09-07- Don't fork a viewer in set_window if we don't have a stream yet, it'llBastien Nocera1-0/+1
2006-09-07mark rtsp: as an unsupported scheme, cache whether a scheme is supported,Bastien Nocera1-1/+1
2006-08-12- Add audio/mpeg to the list of supported mime-types, will hopefully speedBastien Nocera1-0/+1
2006-08-12Try harder to pass the original filename to the viewer rather than the newBastien Nocera1-1/+1
2006-08-11R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: RChristian Persch1-0/+68