Jesse Ruderman
|
0908f338ec
|
Bug 675553 followup: remove tautologous assertions. r=ehsan
|
2011-10-24 16:21:09 -07:00 |
|
Zack Weinberg
|
0bdf036262
|
Bug 659963: consistently use infallible malloc in the CSS parser. r=dbaron
|
2011-05-28 15:38:48 -07:00 |
|
Zack Weinberg
|
d9cb327746
|
Bug 543151 part 1: Remove stream-processing code from nsCSSScanner.cpp. r=dbaron
|
2011-05-18 10:33:16 -07:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mihai Sucan
|
80dd1964e2
|
Bug 670896 - Add inner window ID and timestamp to nsIScriptError2; r=bzbarsky
|
2011-08-24 23:44:35 +03:00 |
|
L. David Baron
|
5669b9375c
|
Allow ParseAndAppendEscape to fail when the stream does not contain an escape, and make callers handle this failure appropriately. This changes our behavior when backslash immediately precedes end-of-stream. (Bug 384672, patch 3) r=bzbarsky
|
2011-05-03 13:19:19 -07:00 |
|
L. David Baron
|
53c0253cb5
|
Pass whether we're in a string to ParseAndAppendEscape. (Bug 384672, patch 1) r=bzbarsky
This passes true for string tokens and for url() tokens containing
string, since that is what CSS 2.1 chapter 4's tokenization suggests.
|
2011-05-03 13:19:18 -07:00 |
|
L. David Baron
|
dfb868a8ce
|
Include the close parenthesis in the URL token and make quoted URLs produce URL tokens rather than string tokens. (Bug 604179, patch 6) r=bzbarsky
|
2011-03-11 11:29:45 -06:00 |
|
L. David Baron
|
02f63a3015
|
Move the consumption of beginning whitespace (for all forms) and ending whitespace (for the string form) inside url() into the tokenizer. (Bug 604179, patch 3) r=bzbarsky
|
2011-03-11 11:29:44 -06:00 |
|
L. David Baron
|
959918c20a
|
Rename CSS tokens to be closer to the names of newly-added tokens (BAD_STRING, BAD_URI) in the CSS 2.1 tokenization. (Bug 604179, patch 2) r=bzbarsky
|
2011-03-11 11:29:44 -06:00 |
|
Mihai Sucan
|
7c28a1a657
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 3; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:59 -04:00 |
|
Robert Longson
|
105f406373
|
Bug 489871 - CSS comments should not be allowed in presentation attribute values. r=dbaron a=roc
|
2010-12-05 20:37:39 +00:00 |
|
Zack Weinberg
|
0a27034a3e
|
Eliminate NS_HIDDEN and NS_HIDDEN_ from layout/style/. Search-and-replace plus formatting fixes. rs=bzbarsky, no bug.
|
2010-04-06 14:52:17 -07:00 |
|
L. David Baron
|
898fba9dad
|
Bug 526402: Stop accepting unitless 0 for angles, times, and frequencies. r=zwol
|
2009-11-04 18:36:18 -08:00 |
|
Zack Weinberg
|
5dd3db87bf
|
Bug 443976: Parsing support for the unicode-range: descriptor in @font-face. r=dbaron
|
2009-08-20 14:52:47 -07:00 |
|
Arpad Borsos
|
471e3e73c0
|
Bug 492531 - Optimize some CSS and Reflow classes for memory usage; r+sr=dbaron
|
2009-05-13 10:26:48 +02:00 |
|
Alfred Kayser
|
e0848d5d34
|
Bug 483971 - nsCSSScanner: cleanup of EatWhiteSpace and removal of EatNewline. r+sr=dbaron
|
2009-04-09 08:46:26 +02:00 |
|
Boris Zbarsky
|
f405b22191
|
Backed out changeset 3c687f3d4ff4 (bug 482971) on suspicion of causing intermittent leak orange.
|
2009-04-09 11:58:40 -04:00 |
|
Alfred Kayser
|
f99355a283
|
Bug 483971 - nsCSSScanner: cleanup of EatWhiteSpace and removal of EatNewline. r+sr=dbaron
|
2009-04-09 08:46:26 +02:00 |
|
Zack Weinberg
|
36c6835711
|
bug 452518: move private functions out of nsCSSScanner.h. r+sr=dbaron
|
2008-09-09 21:38:29 -07:00 |
|
Zack Weinberg
|
8f13788314
|
bug 452275: eliminate aErrorCode argument to most nsCSSScanner/nsCSSParserImpl functions. r+sr=dbaron
|
2008-09-09 21:38:14 -07:00 |
|
Benjamin Smedberg
|
176db77f5d
|
Bug 445570 - Mark CSSToken::mIdent heap autostring as we-know-what-we're-doing, r=dbaron
|
2008-08-27 10:58:50 -04:00 |
|
Robert Longson
|
a4b69c881c
|
bug 302971 - Scientific notation in stroke-width doesnt work r+sr=dbaron
|
2008-08-12 15:02:22 +01:00 |
|
Zack Weinberg
|
7e98ddabde
|
Change CSS parser to close constructs open at end-of-file by changing ExpectSymbol not to fail on EOF when expecting one of }, ), ], or ;. (Bug 325064) r+sr=dbaron
|
2008-07-19 15:52:09 -07:00 |
|
Daniel Glazman
|
02d99ce919
|
Implement :nth-child(), :nth-last-child(), :nth-of-type(), :nth-last-of-type(). b=75375 r+sr=bzbarsky
|
2008-06-02 20:17:35 -07:00 |
|
|
|
ce8465c88e
|
Bug 393499: Clean up character lookup in nsCSSScanner. r=bzbarsky, sr+a=dbaron
|
2007-08-25 19:20:27 -07:00 |
|
|
|
49ea695020
|
Bug 393286: Make nsCSSScanner::Read regularize newlines. r+sr=bzbarsky, a=dbaron
|
2007-08-23 16:01:52 -07:00 |
|
|
|
69fd98158f
|
Bug 393080: Make count and offset in nsCSSScanner unsigned. r+sr=bzbarsky, a=dbaron
|
2007-08-22 10:32:59 -07:00 |
|
|
|
bcaec1bdc6
|
Bug 392840: Get rid of nsCSSScanner::Unread. r+sr=bzbarsky, r+a=dbaron
|
2007-08-21 11:29:50 -07:00 |
|
dbaron@dbaron.org
|
bdeea6cda8
|
File comments that show up in LXR and provide a quick summary of what's in each file.
|
2006-03-25 05:47:31 +00:00 |
|
bzbarsky@mit.edu
|
eec9688e60
|
Make sure that CSS escapes don't introduce UTF16 surrogates into the character
stream. Bug 316394 final patch, r=smontagu, sr=dbaron
|
2005-11-17 15:17:00 +00:00 |
|
bzbarsky@mit.edu
|
d305863a78
|
Make parsing out of a string just parse out of the string instead of wrapping
it in a stream. Bug 314920, patch by Alfred Kayser <alfredkayser@nl.ibm.com>,
r=dbaron, sr=bzbarsky
|
2005-11-10 22:26:06 +00:00 |
|
dbaron@dbaron.org
|
1770166097
|
Only accept a decimal point as part of a number when there are digits after it. Remove unused IS_ALPHA. b=306504 r+sr=bzbarsky
|
2005-08-31 16:15:58 +00:00 |
|
bzbarsky@mit.edu
|
6e0f24c983
|
Escapes should be allowed to start an id. Bug 299148, r+sr=dbaron, a=bsmedberg
|
2005-07-19 20:49:34 +00:00 |
|
dbaron@dbaron.org
|
c344cbf7b5
|
Handle unterminated strings in CSS by using an additional error token type. b=286262 r+sr=bzbarsky
|
2005-03-18 06:56:56 +00:00 |
|
bzbarsky@mit.edu
|
d920c3ffe0
|
Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically. Bug 263959, r+sr=dbaron
|
2004-10-14 03:30:55 +00:00 |
|
dbaron@dbaron.org
|
36e94730ff
|
Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
|
2004-10-12 18:44:14 +00:00 |
|
dbaron@dbaron.org
|
8ac260a6ec
|
Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky
|
2004-09-30 05:18:05 +00:00 |
|
dbaron@dbaron.org
|
d35042bebf
|
Turn on CSS error reporting. b=65469 r+sr=bzbarsky
|
2004-09-21 04:41:42 +00:00 |
|
dbaron@dbaron.org
|
41e94af61f
|
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
|
2004-09-10 23:31:48 +00:00 |
|
dbaron@dbaron.org
|
bba50d621a
|
Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
|
2004-09-09 17:32:35 +00:00 |
|
gerv@gerv.net
|
cf0b0c064a
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
|
bzbarsky@mit.edu
|
6bc64e017d
|
Fix more bustage. Bug 239079. I wish gcc would at least warn on this or
something instead of merrily compiling it....
|
2004-04-03 19:01:38 +00:00 |
|
bzbarsky@mit.edu
|
150169894d
|
Fixing debug build bustage. Bug 239079.
|
2004-04-03 17:47:26 +00:00 |
|
bzbarsky@mit.edu
|
08e528eac3
|
Fix ID selector parsing to check for a valid identifier. Bug 239079,
r+sr=dbaron, a=chofmann
|
2004-04-03 17:18:45 +00:00 |
|
dbaron@dbaron.org
|
d18f51e581
|
Make aErrorCode values nsresult, since that's what they are. Remove obsolete handling of -1 for EOF and now-obsolete TODO list. b=224254 r+sr=bzbarsky
|
2003-11-13 22:48:05 +00:00 |
|
bzbarsky@mit.edu
|
3321dfbfd6
|
Bug 60290 -- comments should not be treated as whitespace. r=glazou, sr=dbaron
|
2003-01-13 07:19:49 +00:00 |
|
dbaron@fas.harvard.edu
|
8a88f30fc6
|
Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only.
|
2003-01-01 23:53:20 +00:00 |
|
dbaron@fas.harvard.edu
|
75630656bd
|
Turn on CSS parser error reporting in DEBUG builds. Make unexpected-EOF error messages more informative. b=155855 r=bzbarsky sr=ben
|
2002-07-09 04:28:58 +00:00 |
|