- 11 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 05 Nov, 2014 3 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
parseURL() clean up the string from surrounding url("...") chars but also remove leading/trailing spaces that are legal in url attribute. This patch is to remove surrounding space chars from url attribute before computing complete url.
-
- 18 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 01 Jun, 2014 2 commits
-
-
Andrea Iacovitti authored
Raise NOT_SUPPORTED_ERR exception if document is an HTML document. Test page at http://dbaron.org/dom/test/one-core-html/exceptions
-
Andrea Iacovitti authored
Raise NOT_SUPPORTED_ERR exception for HTML document. Test page at http://dbaron.org/dom/test/one-core-html/exceptions
-
- 10 Mar, 2014 1 commit
-
-
Andrea Iacovitti authored
CCBUG: 151453
-
- 07 Feb, 2013 1 commit
-
-
Rolf Eike Beer authored
-
- 04 Jan, 2013 1 commit
-
-
Laurent Montel authored
-
- 13 Dec, 2012 1 commit
-
-
David Faure authored
WFlags -> WindowFlags (it's a typedef, and it's BC, nm says QFlags<Qt::WindowType>) toAscii -> toLatin1 fromAscii -> fromLatin1 as suggested by Treeve Jelbert on kde-frameworks-devel
-
- 01 Dec, 2011 1 commit
-
-
Andrea Iacovitti authored
FIXED-IN: 4.7.4
-
- 24 Nov, 2011 1 commit
-
-
Allan Sandfeld Jensen authored
-
- 06 Aug, 2011 1 commit
-
-
Dawit Alemayehu authored
REVIEW: 101881
-
- 11 Jul, 2011 1 commit
-
-
Dawit Alemayehu authored
REVIEW: 101881
-
- 07 Jun, 2011 1 commit
-
-
Patrick Spendrin authored
-
- 21 May, 2011 1 commit
-
-
Dirk Mueller authored
-
- 26 Nov, 2010 1 commit
-
-
Maks Orlovich authored
needed for WebODF. Does add public API for the new CSSNamespaceRule. CCMAIL: kde-bindings@kde.org svn path=/trunk/KDE/kdelibs/; revision=1201100
-
- 04 Nov, 2010 1 commit
-
-
Kevin Ottens authored
svn path=/trunk/KDE/kdelibs/; revision=1192894
-
- 11 Sep, 2010 1 commit
-
-
Maks Orlovich authored
but I see little reason not to have them all). svn path=/trunk/KDE/kdelibs/; revision=1174255
-
- 16 Jun, 2010 1 commit
-
-
Maks Orlovich authored
and remove a whole lot of includes. svn path=/trunk/KDE/kdelibs/; revision=1138756
-
- 10 Jun, 2010 1 commit
-
-
Maks Orlovich authored
This is so we can make Window into an EventTargetImpl as well, to make our forwarding behavior match what's in HTML5 (and make methods like currentTarget meaningful on the window). Plus, I think we want EventTarget methods on XHR as well. svn path=/trunk/KDE/kdelibs/; revision=1136798
-
- 11 May, 2010 1 commit
-
-
Maks Orlovich authored
Won't do it for XPath for now, though --- that's too immature, and is bloated & slow compared to selectors anyway. svn path=/trunk/KDE/kdelibs/; revision=1125219
-
- 10 May, 2010 2 commits
-
-
Maks Orlovich authored
rather than the ECMA binding.. and teach the later about XPath's exception codes. svn path=/trunk/KDE/kdelibs/; revision=1125188
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=1125019
-
- 06 Mar, 2010 1 commit
-
-
Maks Orlovich authored
Frerich Raabe's XPath code. Did some namespace shuffling on top of the branch, though far from done yet. Not yet included in the build. svn path=/trunk/KDE/kdelibs/; revision=1100043
-
- 29 Oct, 2009 1 commit
-
-
Maks Orlovich authored
which was rather invasive... Hence, trunk only for now BUG:211136 BUG:205438 svn path=/trunk/KDE/kdelibs/; revision=1042046
-
- 19 Sep, 2009 2 commits
-
-
Maks Orlovich authored
Fix DOMString::toFloat. In particular helps with parsing of SVG gradient stops, though the gradient looks kinda... crooked. svn path=/trunk/KDE/kdelibs/; revision=1025791
-
Maks Orlovich authored
Woops, forgot to commit this. Thanks reavertm for heads up. svn path=/trunk/KDE/kdelibs/; revision=1025790
-
- 13 Jul, 2009 2 commits
-
-
Maks Orlovich authored
Make sure we throw an exception and not fail silently when an XHR open fails XSS check. Fixes posting on identi.ca over https (now it properly falls back to form submission after the site's broken attempt to cross-protocol XHR fails) This code really needs a spec-compliance audit... BUG: 198580 svn path=/branches/KDE/4.3/kdelibs/; revision=995966
-
Maks Orlovich authored
Basic support for getSelection... This is needed by facebook (and is also used heavily by tinyMCE, but that needs a few more fixes). Also, add StyleSheet pseudoctor. That and the above address some bug report, but I can't find its number. Will backport once I fully stabilize this.. BUG: 174637 svn path=/branches/KDE/4.3/kdelibs/; revision=995964
-
- 11 Jul, 2009 1 commit
-
-
Maks Orlovich authored
fails XSS check. Fixes posting on identi.ca over https (now it properly falls back to form submission after the site's broken attempt to cross-protocol XHR fails) This code really needs a spec-compliance audit... BUG: 198580 svn path=/trunk/KDE/kdelibs/; revision=995020
-
- 06 Jul, 2009 1 commit
-
-
David Faure authored
svn path=/trunk/KDE/kdelibs/; revision=992352
-
- 28 Jun, 2009 1 commit
-
-
Maks Orlovich authored
Basic support for getSelection... This is needed by facebook (and is also used heavily by tinyMCE, but that needs a few more fixes). Also, add StyleSheet pseudoctor. That and the above address some bug report, but I can't find its number. Will backport once I fully stabilize this.. BUG: 174637 svn path=/trunk/KDE/kdelibs/; revision=988853
-
- 02 May, 2009 2 commits
-
-
Maks Orlovich authored
Implement DOM3 core compareDocumentPosition; seems to be needed by GWT... This passes the cases in the not-yet-commited domts update that don't trigger bugs in XML/entity notation handling (once I fixed a problem in their generation) CCBUG:129398 svn path=/trunk/KDE/kdelibs/; revision=962647
-
Maks Orlovich authored
This passes the cases in the not-yet-commited domts update that don't trigger bugs in XML/entity notation handling (once I fixed a problem in their generation) CCBUG:129398 svn path=/branches/KDE/4.2/kdelibs/; revision=962646
-
- 12 Dec, 2008 1 commit
-
-
Harri Porten authored
svn path=/trunk/KDE/kdelibs/; revision=895944
-
- 23 Nov, 2008 1 commit
-
-
Viacheslav Tokarev authored
so they could be used directly without having DOMString replace DOMString ones with call to a correspoding function for it's implementation svn path=/trunk/KDE/kdelibs/; revision=888101
-
- 25 Oct, 2008 1 commit
-
-
Enrique Matías Sánchez authored
svn path=/trunk/KDE/kdelibs/; revision=875823
-
- 19 Oct, 2008 1 commit
-
-
Viacheslav Tokarev authored
svn path=/trunk/KDE/kdelibs/; revision=873537
-