- 10 May, 2010 1 commit
-
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=1125019
-
- 02 Oct, 2006 1 commit
-
-
Maks Orlovich authored
There are some regressions, but they seem not too severe and I'd rather not hold off on this for too long.. svn path=/trunk/KDE/kdelibs/; revision=591211
-
- 17 Jun, 2006 1 commit
-
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=552331
-
- 11 Jun, 2006 1 commit
-
-
Jaison Lee authored
svn path=/trunk/KDE/kdelibs/; revision=550316
-
- 10 Jan, 2006 2 commits
-
-
George Staikos authored
svn path=/trunk/KDE/kdelibs/; revision=496562
-
George Staikos authored
can be merged in from the branch instead. Changes since the branch were made, up until the freeze, have been merged in. Anything committed during the freeze, big surprise, is lost. Please be patient with build breakage until the merge is done. svn path=/trunk/KDE/kdelibs/; revision=496559
-
- 11 Dec, 2005 1 commit
-
-
Maks Orlovich authored
the use of wrapper classes in the minimum, so the ECMA binding does not have to worry about exceptions much. Some of the classes of ecma/ no longer compile, but most are pretty close; and those that do build might even work. svn path=/branches/work/kdelibs-js/khtml/; revision=487756
-
- 03 Oct, 2005 1 commit
-
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=466552
-
- 29 Sep, 2005 1 commit
-
-
Dirk Mueller authored
svn path=/branches/KDE/3.5/kdelibs/; revision=465272 The following changes were in SVN, but were removed from git: M pics/LICENSE.crystalsvg
-
- 04 Jul, 2005 1 commit
-
-
Dirk Mueller authored
svn path=/trunk/KDE/kdelibs/; revision=431574 The following changes were in SVN, but were removed from git: M pics/LICENSE.crystalsvg M pics/kimage_concat.cpp
-
- 21 Oct, 2004 1 commit
-
-
Allan Sandfeld Jensen authored
Adds limited DHTML to the Layer object, this makes Konqueror the first browser since Netscape 4.x to render a few odd pages. CCBUG: 87178 svn path=/trunk/kdelibs/; revision=356503
-
- 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
-