- 11 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 09 Nov, 2014 2 commits
-
-
Andrea Iacovitti authored
-
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.
-
- 02 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
Other browsers do the same and it helps debugging stuff.
-
- 30 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 22 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 19 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
If href is null or empty completeURL return the document url and we end up to request the document itself for a stylesheet or favicon.
-
- 18 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 15 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
Previously all images specified in a stylesheet were downloaded at parsing time, regardless.
-
- 21 Jul, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 18 Jul, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 15 Jul, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 08 Jul, 2014 1 commit
-
-
Andrea Iacovitti authored
BUG: 337239 FIXED-IN: 4.13.3
-
- 04 Jul, 2014 2 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
- 03 Jul, 2014 4 commits
-
-
Andrea Iacovitti authored
BUG: 337008 FIXED-IN: 4.13.3
-
Andrea Iacovitti authored
BUG: 337000 FIXED-IN: 4.13.3
-
Andrea Iacovitti authored
Font here could only be initial|inherit|system-font because on how we parse this property.
-
Andrea Iacovitti authored
-
- 01 Jul, 2014 3 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
(I think a more correct fix here would be to explicitly set to 'initial' each shorthand subproperty at parsing time and let the selector applies them individually) BUG: 336940 FIXED-IN: 4.13.3
-
- 29 Jun, 2014 2 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
- 27 Jun, 2014 1 commit
-
-
Andrea Iacovitti authored
Also avoid to compute again the already available complete url (for img src attribute).
-
- 23 Jun, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 19 Jun, 2014 1 commit
-
-
Milian Wolff authored
See news about the giflib-5.1.0 release about the API break here: http://fossies.org/linux/giflib/NEWS REVIEW: 118811 (cherry picked from commit 7c7a4757)
-
- 18 Jun, 2014 1 commit
-
-
Milian Wolff authored
See news about the giflib-5.1.0 release about the API break here: http://fossies.org/linux/giflib/NEWS REVIEW: 118811
-
- 13 Jun, 2014 1 commit
-
-
Andrea Iacovitti authored
Also remove use of khtml::parseURL as url string is already cleaned up by css parser.
-
- 12 Jun, 2014 1 commit
-
-
Andrea Iacovitti authored
BUG: 279241 FIXED-IN: 4.13.3
-
- 10 Jun, 2014 4 commits
-
-
Andrea Iacovitti authored
BUG: 256755 FIXED-IN: 4.13.3
-
Andrea Iacovitti authored
- number of values is greater than the maximum expected - there is more than one value that apply to the same subproperty When rejected clean up from valid subproperties added while parsing. BUG: 301588 BUG: 189774 BUG: 274534 FIXED-IN: 4.13.3
-
Andrea Iacovitti authored
if the shorthand is invalid. BUG: 336046 FIXED-IN: 4.13.3
-
Andrea Iacovitti authored
Use a dedicated function to able to solve the 'none' value ambiguity: 'none' is a valid value for both 'list-style-type' and 'list-style-image' subproperties. BUG: 336041 FIXED-IN: 4.13.3
-
- 08 Jun, 2014 1 commit
-
-
Andrea Iacovitti authored
CCBUG: 335346
-
- 01 Jun, 2014 1 commit
-
-
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
-