aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-12-03 * configure.ac:HEADmasterChris Lord
* src/gtkhtml2/web_gtkhtml2_js.c: * src/gtkhtml2/web_gtkhtml2_js.h: Quick hack to build with xulrunner-js * patches/series: Remove at-import/box-pos patch, applied upstream
2006-04-24Add Iain Holmes' memory leak patchChris Lord
(from http://www.o-hand.com/~iain/valgrind-gtkhtml.html)
2006-04-12- Fix html_event_find_box_traverser (make it not traverse boxes withChris Lord
display: none;)
2006-04-01- Add new function to gtkhtml2: html_style_dupChris Lord
- Use html_style_dup before altering style
2006-04-01- Install collapsing.user.jsChris Lord
- Change a few things in collapsing.user.js to work with Web (still works with Firefox) - DomNode's insertBefore now actually works - Add support for custom JavaScript (like Greasemonkey) - Add document.body - Add Style property setter for display - Store type with object data in JS objects hash-table for more flexible retrieval - Add collapsing.user.js in SSR mode (very broken)
2006-03-30- Add dom_Node_insertBefore to gtkhtml2 (untested)Chris Lord
- Initialise JS after first write (guarantees document node existing) - Add a function for executing general functions on each element in the DOM tree - Add Style object - Add style property to Element object - Add function getElementsByTagName to Document object - Declare Attribute object
2006-03-29Update add-dom-functions.patch, missed removeEventListener for DOMAttrModifiedChris Lord
2006-03-29- New gtkhtml2 patch:Chris Lord
- Adds style-changing functions to DomNode - Adds DOM event DOMAttrModified - Use above feature in patched gtkhtml2 rather than hack - Add DOM node type constants
2006-03-22Refresh gtkhtml2 patchesChris Lord
2006-03-03Add necessary gtkhtml2 patches to repositoryChris Lord