- 14 Jan, 2004 1 commit
-
-
Dirk Mueller authored
CCMAIL: 72197-done@bugs.kde.org svn path=/trunk/kdelibs/; revision=279734
-
- 18 Oct, 2003 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=259797
-
- 03 Oct, 2003 1 commit
-
-
David Faure authored
Maciej Stachowiak found out. Fixed by throwing an exception (like Moz does; IE5 doesn't even support assigning anything to document.body). svn path=/trunk/kdelibs/; revision=256021
-
- 02 Dec, 2002 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=191640
-
- 20 Aug, 2002 1 commit
-
-
Koos Vriezen authored
svn path=/trunk/kdelibs/; revision=172927
-
- 15 May, 2002 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=155666
-
- 08 Apr, 2002 1 commit
-
-
Lars Knoll authored
svn path=/trunk/kdelibs/; revision=147946
-
- 03 Jan, 2002 1 commit
-
-
Dirk Mueller authored
- AttributeImpl is going to internally store the attribute id and value. saves 24 Bytes per attribute. - AttrImpl is allocated on demand for DOM compliance. inheriting from NodeBaseImpl now as it can have children (text and entityreference) - sharing name strings of unknown attributes for reduced memory consumption. There are still quite some FIXME's in the code though. - NodeWParentImpl died as the only use (AttrImpl) got obsolete and was a wrong assumption anyway - related code cleanups in DOM bindings. There is no point in adding 1 line wrappers in xml/* if the method is completely unused and of no use inside khtml. moving the apropiate code directly in the DOM bindings. - removed a lot of "virtual" specifications and made methods inline where apropiate. Now making EVERY method virtual is really a very, very bad idea. I did this cleanup already some time ago, not sure why they popped up again. there is NO point in making an accessor virtual that is never reimplement. - ownerDocument() died in impl classes. using getDocument() everywhere. result: 1260 less lines of code. svn path=/trunk/kdelibs/; revision=129740
-
- 02 Jan, 2002 1 commit
-
-
Peter Kelly authored
and HTMLTitleElementImpl all update correctly when they're attributes are changed, child text nodes change or they are added/removed from the tree. - Cleanups in html_formimpl.cpp svn path=/trunk/kdelibs/; revision=129488
-
- 25 Dec, 2001 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=128629
-
- 19 Dec, 2001 1 commit
-
-
Waldo Bastian authored
svn path=/trunk/kdelibs/; revision=127883
-
- 05 Dec, 2001 1 commit
-
-
David Faure authored
svn path=/trunk/kdelibs/; revision=125643
-
- 18 Nov, 2001 1 commit
-
-
Peter Kelly authored
DOMImplementationImpl::createDocument() - use DOMImplementationImpl::createDocument() instead of creating DocumentImpls and HTMLDocumentImpls directly - always use strict parse mode for XML documents svn path=/trunk/kdelibs/; revision=122982
-
- 16 Nov, 2001 1 commit
-
-
David Faure authored
svn path=/trunk/kdelibs/; revision=122728
-
- 10 Nov, 2001 1 commit
-
-
David Faure authored
from javascript over any protocol, not just HTTP. Code from Waldo. svn path=/trunk/kdelibs/; revision=121620
-
- 15 Oct, 2001 1 commit
-
-
David Faure authored
svn path=/trunk/kdelibs/; revision=118024
-
- 25 Sep, 2001 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=115378
-
- 13 Aug, 2001 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/kdelibs/; revision=110281
-
- 10 Aug, 2001 1 commit
-
-
Dirk Mueller authored
- moved internal methods to the private section in KHTMLPart - merging methods with similiar argument list - some const fixes etc. - removed deprecated/outdated methods, added compatibility methods (inline) for commonly used ones. - fix baseURL mess for real (move the handling to DocumentImpl) - fix empty path on http-servered documents - added "destruction mode" to khtml. when unloading a webpage, do no longer recalculate the stylesheet or apply global dynamic changes. - fix handling of relative stylesheet-urls svn path=/trunk/kdelibs/; revision=109953
-
- 15 Jul, 2001 1 commit
-
-
Dirk Mueller authored
to avoid confusion svn path=/trunk/kdelibs/; revision=106239
-
- 26 Jan, 2001 1 commit
-
-
Waldo Bastian authored
- "addCookies(QString, QCString, long)", params)) + "addCookies(QString,QCString,long int)", params)) svn path=/trunk/kdelibs/; revision=80112
-
- 21 Jan, 2001 1 commit
-
-
Lars Knoll authored
<html><center><frameset> will now load the frameset. svn path=/trunk/kdelibs/; revision=79402
-
- 24 Dec, 2000 1 commit
-
-
Peter Kelly authored
- fixes for null Documents svn path=/trunk/kdelibs/; revision=75581
-
- 09 Dec, 2000 2 commits
-
-
Steffen Hansen authored
svn path=/trunk/kdelibs/; revision=74027
-
Steffen Hansen authored
svn path=/trunk/kdelibs/; revision=74026
-
- 08 Dec, 2000 1 commit
-
-
Harri Porten authored
we should use it ! svn path=/trunk/kdelibs/; revision=74019
-
- 29 Nov, 2000 1 commit
-
-
Steffen Hansen authored
svn path=/trunk/kdelibs/; revision=72699
-
- 10 Jul, 2000 1 commit
-
-
Harri Porten authored
svn path=/trunk/kdelibs/; revision=56036
-
- 01 Jul, 2000 1 commit
-
-
Stephan Kulow authored
svn path=/trunk/kdelibs/; revision=55064
-
- 01 Jun, 2000 1 commit
-
-
Bernhard Rosenkraenzer authored
svn path=/trunk/kdelibs/; revision=51459
-
- 31 May, 2000 1 commit
-
-
Peter Kelly authored
Kafka may be broken now; I will have a look at it tomorrow svn path=/trunk/kdelibs/; revision=51353
-
- 06 Mar, 2000 1 commit
-
-
Lars Knoll authored
What a boring job... svn path=/trunk/kdelibs/; revision=42687
-
- 05 Mar, 2000 1 commit
-
-
Simon Hausmann authored
-> KHTMLWidget becomes KHTMLView (as it inherits QScrollView) svn path=/trunk/kdelibs/; revision=42628
-
- 03 Mar, 2000 1 commit
-
-
Lars Knoll authored
svn path=/trunk/kdelibs/; revision=42417
-
- 16 Dec, 1999 1 commit
-
-
nobody authored
a server-side copy/move. svn path=/trunk/kdelibs/; revision=36728
-
- 21 Nov, 1999 1 commit
-
-
Lars Knoll authored
So you can now do things like: Node n = ....; Element e; e = n; if(e.isNull()) printf("error. n is not an Element\n"); else // do some work with e svn path=/trunk/kdelibs/; revision=34613
-
- 12 Nov, 1999 1 commit
-
-
Lars Knoll authored
svn path=/trunk/kdelibs/; revision=33546
-
- 11 Nov, 1999 1 commit
-
-
Lars Knoll authored
svn path=/trunk/kdelibs/; revision=33529
-
- 17 Oct, 1999 1 commit
-
-
Lars Knoll authored
svn path=/trunk/kdelibs/; revision=31026
-
- 10 Oct, 1999 1 commit
-
-
Lars Knoll authored
BEWARE: It might not compile. I'll fix this in the evening, after I come home from Erlangen. It'll break apps using khtml. As I will do some rewrite of the external API in the next one or two days, it's probably not worth fixing that... But we have JAVA now! svn path=/trunk/kdelibs/; revision=30525
-