2008-08-14  Geoff Norton  <gnorton@novell.com>

	* Makefile, HtmlTimer.cs: HtmlTimer no longer exiss.

2008-08-13  Larry Ewing  <lewing@novell.com>

	* HtmlDocument.cs: move QueryString here from HtmlPage clean up
	the HtmlPage references.

	* HtmlPage.cs: make this static to match b2 move some methods to
	HtmlDocument.cs.
	
2008-08-13  Geoff Norton  <gnorton@novell.com>

	* HtmlTimer.cs: Update to replace the new pinvoke signature.

2008-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* HtmlWindow.cs: Implemented HtmlWindow.Eval.

2008-08-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* ScriptableAttribute.cs, ScriptableTypeAttribute.cs, HtmlElement.cs,
	  HtmlEventArgs.cs, BrowserInformation.cs, HtmlElementCollection.cs,
	  HtmlObject.cs, HtmlWindow.cs, HtmlPage.cs, HtmlDocument.cs,
	  ScriptEventHandler.cs, ScriptableMemberAttribute.cs,
	  MouseButtons.cs: Moved and stubbed stuff according to SL2B2.

2008-07-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* HtmlElement.cs: GetProperty isn't generic anymore, do type casting
	  instead.
	* ScriptableObject.cs, ScriptObject.cs: Rename ScriptableObject to
	  ScriptObject, stub out missing methods.
	* HtmlObject.cs, HtmlPage.cs: Rename ScriptableObject to ScriptObject.
	* HtmlDocument.cs: Fix GetElementByID/Id case mismatch and stub a bit.

2008-07-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 

	* HtmlPage.cs: HtmlWindow is now a public class, and return that from
	  Window.
	* HtmlWindow.cs: Added.

2008-02-20  Sebastien Pouliot  <sebastien@ximian.com>

	* BrowserInformation.cs: Fix pinvoke to avoid crashes in monotone
	* HtmlPage.cs: Remove bandaid (added 2 weeks ago).

2007-10-22  Chris Toshok  <toshok@ximian.com>

	* ScriptableAttribute.cs: sealed.

	* HtmlElementCollection.cs: sealed.

2007-10-16  Jb Evain  <jbevain@novell.com>

	* BrowserRuntimeSettings.cs: use the new function
	plugin_instance_get_browser_runtime_settings to get
	the runtime settings.

2007-08-08  Jackson Harper  <jackson@ximian.com>

	* HtmlPage.cs: implement CurrentBookmark NavigateToBookmark and
	submit the pages 'default' form.

2007-08-07  Jb Evain  <jbevain@novell.com>

	* BrowserRuntimeSettings.cs: NonSerialized on fields
	are not necessary.

2007-08-03  Jackson Harper  <jackson@ximian.com>

	* HtmlElementCollection.cs: Add enumerators.
	* HtmlObject.cs: Remove the 'on' part of event names.  Mozilla
	wants the actual event name, not the method. 

2007-08-03  Jackson Harper  <jackson@ximian.com>

	* HtmlDocument.cs: Add element accessor.

2007-08-03  Jackson Harper  <jackson@ximian.com>

	* HtmlObject.cs: Implement event attaching.  Track the events in a
	dictionary so that we don't lose refs to the callback delegates,
	also this will be used for detaching events.
	* HtmlEventArgs.cs: set values

2007-07-27  Jackson Harper  <jackson@ximian.com>

	* Html*.cs: Implement property getting/setting and method
	invoking.  Put MonoTODOs on the missing bits.
	- Some of this could be moved into ScriptableObject eventually,
	but I am leaving separate to avoid conflicts with the work going
	on there.

2007-07-25  Miguel de Icaza  <miguel@novell.com>

	* HttpUtility.cs: Bring an implementation of the methods needed
	from System.Web.dll

2007-07-23  Miguel de Icaza  <miguel@novell.com>

	* HtmlTimer.cs: Use the plugin functions, pass the plugin handle 

2007-07-20  Miguel de Icaza  <miguel@novell.com>

	* HtmlTimer.cs: Implement.

2007-07-16  Chris Toshok  <toshok@ximian.com>

	* HtmlObject.cs: track WebApplication's Instance -> PluginHandle
	switch.

	* HtmlPage.cs: same.

2007-07-10  Chris Toshok  <toshok@ximian.com>

	* HtmlTimer.cs: add the Tick event, the OnTick method, and remove
	the NIE from the properties.  the "Digger" silverlight demo uses
	this class, and this change keeps it from at least bringing down
	the browser.

2007-06-14  Atsushi Enomoto  <atsushi@ximian.com>

	* BrowserInformation.cs BrowserRuntimeSettings.cs HtmlDocument.cs
	  HtmlElement.cs HtmlElementCollection.cs HtmlObject.cs HtmlPage.cs
	  ScriptableObject.cs :
	  more impl. based on assumed PInvokes.

2007-06-08  Atsushi Enomoto  <atsushi@ximian.com>

	* HtmlElementCollection.cs :
	  added internal .ctor() and pointer field, not in real use yet.

2007-06-06  Atsushi Enomoto  <atsushi@ximian.com>

	* HtmlElementCollection.cs HtmlDocument.cs : header.
	* HtmlEventArgs.cs : header. fixed inheritance.
	* ScriptableObject.cs : added unmanaged pointer field.
	  added internal InvokeMethod() (practically a stub).
	* HtmlElement.cs : some members can use GetProperty<T>() and
	  InvokeMethod() above.
	* HtmlObject.cs : uncomment some. Added internal .ctor(IntPtr).

2007-06-06  Atsushi Enomoto  <atsushi@ximian.com>

	* HtmlPage.cs : uncomment Document.
	* ScriptableAttribute.cs : more attribute targets.

2007-06-02  Atsushi Enomoto  <atsushi@ximian.com>

	* BrowserRuntimeSettings.cs HtmlDocument.cs HtmlElement.cs
	  HtmlElementCollection.cs HtmlEventArgs.cs HtmlTimer.cs
	  HttpUtility.cs ScriptableAttribute.cs :
	  stubs (not going to implement by myself)

2007-06-01  Sebastien Pouliot  <sebastien@ximian.com>

	* BrowserInformation.cs: New.
	* HtmlObject.cs: New. Incomplete.
	* HtmlPage.cs: New. Incomplete.
	* ScriptableObject.cs: New. Incomplete.
