2010-01-28  Andreia Gaita  <avidigal@novell.com>

	* Makefile.am, ff2-bridge.[h|cpp], ff2-dom.cpp: removed DOM
	code, replaced by plugin-domevents.*

2010-01-25  Andreia Gaita  <avidigal@novell.com>

	* ff2-dom.cpp: NPAPI symbol renaming

2009-12-11  Sebastien Pouliot  <sebastien@ximian.com>

	* ff2-dom.cpp: ff2_get_dom_document can return NULL when we
	navigate away from an SL application. Caller must deal with
	this.

2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ff2-dom.cpp: Fix uninitialized variable warnings.

	r: andreia

2009-08-17  Andreia Gaita  <avidigal@novell.com>

	* ff2-dom.cpp: don't delete the wrapper, it's refcounted by gecko
	and disposed when RemoveEventListener is called.

	r: toshok

2009-05-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>

	* ff2-http.cpp:
	* ff2-bridge.h: Updated according to downloader API changes.

2009-05-02  Rusty Howell  <rhowell@novell.com>

	* Makefile.am: Create a different bridge for the xpi

2009-04-06  Andreia Gaita  <avidigal@novell.com>

	* ff2-bridge.h, ff2-dom.cpp: Wrap nsIDOM events as npobj and
	include them in the callback so that they can be referenced later
	from managed. Move some of the common ff2/3 code to ff-common.h

	* Makefile.am: add ff-common.h

2009-03-31  Jb Evain  <jbevain@novell.com>

	* ff2-dom.cpp (HandleEvent): handle key events.

2009-03-30  Andreia Gaita <avidigal@novell.com>

	* ff2-dom.cpp: Fix event registration on window object (the
	wrapper is different, but the object is the same)

2008-12-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ff2-bridge.h, ff2-dom.cpp: Rework event attaching/detaching a bit:
	  html_object_attach_event now takes a context argument, which is
	  passed to the event callback. ff2/3-dom.cpp: After removing the
	  event listener we delete the wrapper.

2008-09-16  Fernando Herrera  <fherrera@novell.com>

	* Makefile.am: Add asf include dir

2008-08-25  Chris Toshok  <toshok@ximian.com>

	* Makefile.am (libmoonplugin_ff2bridge_la_LDFLAGS): use --module
	-avoid-version to get rid of the .so.0.0.0 mess. fixes bug
	#418907.

2008-07-02  Chris Toshok  <toshok@ximian.com>

	* ff2-dom.cpp: rip out the duplicated NPN_strdup and
	string_to_npvariant from here, and use the one in plugin-class.cpp
	instead.

2008-05-23  Geoff Norton  <gnorton@novell.com>

	* ff2-http.cpp: Update the declaration to the newly named BrowserRequest class

2008-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* firefox-browsermmsh.inc: Initialize a variable to 0.

2008-05-12  Fernando Herrera  <fherrera@novell.com>

	* firefox-browsermmsh.inc: Don't g_free tmp_buffer at
	~GECKO_SYM(AsyncBrowserMmshResponse). It is already done at
	browser-bridge.h

2008-05-12  Andrew Jorgensen  <ajorgensen@novell.com>

	* Makefile.am: Dist ff2-bridge.h as well

2008-05-09  Geoff Norton  <gnorton@novell.com>

	* firefox-browsermmsh.inc:  Support a proper Describe capability
	request from the MMS server before blindly streaming all streams.
	Store the stream information (bitrate) in the MmshState object.
	Fix the SetBody request to use a ff2 && ff3 compatible construction
	of the outputstream, and to close the stream after constructing it.
	Implment parsing of MMS_PAIR_P packets.
