summaryrefslogtreecommitdiff
path: root/browser-plugin/totemPlugin.h
Commit message (Expand)AuthorAgeFilesLines
* browser-plugin: Remove browser pluginBastien Nocera2014-04-301-415/+0
* browser-plugin: Hastily fix buildBastien Nocera2013-04-291-1/+0
* browser-plugin: Don't handle small SWF in vegasBastien Nocera2011-12-051-0/+2
* browser-plugin: Queue SetPlaylist callsBastien Nocera2011-12-041-1/+2
* browser-plugin: White space fixesBastien Nocera2011-12-031-5/+5
* browser-plugin: Port plugin to GDBusBastien Nocera2011-12-031-43/+37
* browser-plugin: Remove unused declarationBastien Nocera2011-12-031-1/+0
* Fix URL parameter usage in GMP pluginBastien Nocera2010-05-051-0/+1
* Implement SetTime in the NarrowSpace pluginBastien Nocera2010-04-101-1/+2
* Update NarrowSpace compat version to 7.6.6Bastien Nocera2010-04-101-1/+1
* Split setting up and opening browser streamsBastien Nocera2010-04-091-0/+3
* Implement Narrowspace's SetURL functionBastien Nocera2010-01-211-0/+1
* Add support for queueing Javascript commandsBastien Nocera2009-11-201-0/+27
* Remove the "Complex" (Real Media compatible) browser pluginBastien Nocera2009-11-201-27/+0
* Add support for VLC's Playlist.Add optionsBastien Nocera2009-11-181-1/+1
* Pass referrer info to the plugin viewerChristian Persch2009-10-261-0/+1
* Fix plugin crash in webkit browsersChristian Persch2009-09-141-5/+6
* Bug 580973 – Unable to play videos in http://www.apple.com/trailers/paramou...Bastien Nocera2009-05-011-0/+1
* As the requestURI isn't an absolute URI anymore, it might not have aBastien Nocera2008-10-081-1/+1
* Bug 520629 – deCOMtaminate pluginsChristian Persch2008-05-301-138/+238
* Update FSF address (Closes: #518264)Bastien Nocera2008-04-241-2/+2
* Revert the previous commit, it's brokenBastien Nocera2008-02-211-2/+1
* Implement SetTime using NPN_RequestRead() if it's available on the streamBastien Nocera2008-02-211-1/+2
* Implement a property change signal when fullscreen state or volume changesBastien Nocera2008-02-151-0/+7
* Implement ClearPlaylist and AddItem, to manipulate the playlistBastien Nocera2008-02-141-1/+3
* Add a PluginLongDescription function to all the plugins, and return aBastien Nocera2008-02-041-0/+2
* Rename this... ...to that and add the states to those constantsBastien Nocera2007-09-101-1/+16
* Add SetVolume functionBastien Nocera2007-08-271-0/+1
* Remove the rejection of streams based on mime-type, too many falseBastien Nocera2007-04-011-1/+0
* Also allow "-1" for boolean values, and semi-implement a few bits of theChristian Persch2007-02-191-0/+1
* remove the unused mViewerStream (Closes: #395858)Bastien Nocera2007-01-141-1/+0
* add a simple test for http://bugzilla.gnome.org/show_bug.cgi?id=387332Bastien Nocera2007-01-111-1/+1
* add support for "audio only" outputs (Closes: #395078)Bastien Nocera2007-01-101-0/+1
* Pass timestamps when launching the player from the plugin, Add startupBastien Nocera2006-12-151-3/+4
* detect Mozilla 1.7 and use the proper string functions, most of the codeBastien Nocera2006-11-201-2/+7
* A browser-plugin/org_gnome_totem_PluginViewer.xml: AChristian Persch2006-11-151-38/+185
* Another try, this time make sure the statusbar can be shown (duh!), andBastien Nocera2006-10-301-1/+1
* Finish the statusbar work, and disable the statusbar by default. AddsBastien Nocera2006-10-301-0/+1
* Add a member to the totemPluginMimeEntry structure, on whether to show theBastien Nocera2006-10-081-1/+2
* A browser-plugin/totemPluginGlue.cpp: A browser-plugin/totemPluginGlue.h:Christian Persch2006-10-061-38/+97
* - Don't fork a viewer in set_window if we don't have a stream yet, it'llBastien Nocera2006-09-071-0/+1
* mark rtsp: as an unsupported scheme, cache whether a scheme is supported,Bastien Nocera2006-09-071-1/+1
* - Add audio/mpeg to the list of supported mime-types, will hopefully speedBastien Nocera2006-08-121-0/+1
* Try harder to pass the original filename to the viewer rather than the newBastien Nocera2006-08-121-1/+1
* R src/totem-mozilla-plugin.cpp: R totem-mozilla-scriptable.cpp: RChristian Persch2006-08-111-0/+68