gerv%gerv.net
|
1968b7dad2
|
License changes, take 2. Bug 98089. mozilla/content/.
|
2001-09-25 01:32:19 +00:00 |
|
dbaron%fas.harvard.edu
|
aa4fec2b67
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
|
dbaron%fas.harvard.edu
|
1e471a5e40
|
Fix bustage from scc's checkin for bug 85271.
|
2001-06-17 07:38:01 +00:00 |
|
glazman%netscape.com
|
2eb62ea2f4
|
CSS2+ identifiers should support underscores ; b=74845, r=pierre, sr=attinasi
|
2001-04-10 11:09:07 +00:00 |
|
dbaron%fas.harvard.edu
|
fc78650581
|
Fix CSS_REPORT_PARSE_ERRORS build bustage resulting from string changes.
|
2001-03-08 14:25:11 +00:00 |
|
dbaron%fas.harvard.edu
|
1261245491
|
Work in progress on CSS error reporting: fix the known false positives and duplicate messages and improve the error messages. It's still a hack that I wouldn't really want to enable by default, but it should be useful for debugging chrome CSS. r=glazman@netscape.com sr=attinasi@netscape.com b=65469
|
2001-03-06 01:57:30 +00:00 |
|
glazman%netscape.com
|
99f88218ba
|
enhancement for the 3 new attributes selectors in CSS 3. r=dbaron, sr=attinasi
|
2001-03-03 00:54:04 +00:00 |
|
disttsc%bart.nl
|
277181c660
|
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
|
2001-03-02 09:26:57 +00:00 |
|
dbaron%fas.harvard.edu
|
6a1cef6f9a
|
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
|
2001-01-27 23:06:33 +00:00 |
|
hewitt%netscape.com
|
b061c11ad1
|
52381 - DOM selectorText implementation, r=attinasi/jst, sr=waterson
|
2001-01-22 04:03:48 +00:00 |
|
warren%netscape.com
|
cd56c0575b
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
|
warren%netscape.com
|
9a6d92a433
|
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
|
2000-10-27 22:43:51 +00:00 |
|
rayw%netscape.com
|
3cd14f5878
|
Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday. This will fix a few more issues.
r=warren
|
2000-09-14 23:20:49 +00:00 |
|
dbaron%fas.harvard.edu
|
c2cbfd2d6d
|
Clean up reporting of CSS parser errors: Use |nsAReadableString|s and an additional macro to allow all the error reporting to be done by macros. Also clean up a few comments. Not part of the default build (you must define CSS_REPORT_PARSE_ERRORS).
Make namespace prefixes case insensitive within CSS by normalizing to lower-case. b=35813
r=attinasi
|
2000-09-08 02:05:09 +00:00 |
|
dbaron%fas.harvard.edu
|
c9392da530
|
Add code to allow the CSS parser to report errors. This code is not enabled by default in any builds, but it could be useful for chrome authors to catch CSS errors. We may want to turn it on in debug builds at some point, but it needs some work first. r=attinasi
|
2000-09-06 02:27:46 +00:00 |
|
attinasi%netscape.com
|
78953ce816
|
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
|
2000-05-04 21:36:49 +00:00 |
|
attinasi%netscape.com
|
9a31e62375
|
Applied patch from VYV03354@nifty.ne.jp to make class names specified in non-ASCII characters recognizable as parts of selectors. b=38038,35800.
|
2000-05-03 22:12:58 +00:00 |
|
dbaron%fas.harvard.edu
|
2ac24b8966
|
Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com
|
2000-04-27 00:12:25 +00:00 |
|
scc%netscape.com
|
0012d27605
|
making string conversions explicit
|
2000-04-15 20:15:37 +00:00 |
|
dmose%mozilla.org
|
5312eacf8c
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
kipp%netscape.com
|
65f6ba5343
|
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
|
1999-10-08 20:41:19 +00:00 |
|
warren%netscape.com
|
40ed9d6ad2
|
Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked.
|
1999-09-09 22:05:05 +00:00 |
|
peterl%netscape.com
|
1485469e1a
|
allow underscores in idents
|
1999-06-22 19:22:59 +00:00 |
|
peterl%netscape.com
|
9267dbe981
|
better handling of CR/LF after escapes
|
1999-05-26 23:53:39 +00:00 |
|
peterl%netscape.com
|
84323aa520
|
fix mac, better whitespace after escape handling
|
1999-05-19 00:18:30 +00:00 |
|
peterl%netscape.com
|
509b511681
|
fixed escape parsing
|
1999-05-18 23:13:27 +00:00 |
|
peterl%netscape.com
|
b7974865e3
|
fixed tokenization bug (treating "+.foo" as a number)
|
1999-03-28 04:31:12 +00:00 |
|
peterl%netscape.com
|
e3cc02769e
|
fixed bug while tokenizing ints at end of input stream
|
1999-02-11 06:42:02 +00:00 |
|
peterl%netscape.com
|
02a4a1f333
|
Added token append to string
Improved handling of bad strings
Improved handling of escapes
|
1999-02-07 21:47:48 +00:00 |
|
peterl%netscape.com
|
6e34e5ef7c
|
improvements to parsing @import, HTML comments and identifiers
|
1999-02-03 02:59:51 +00:00 |
|
warren%netscape.com
|
0580a8e5c4
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
|
peterl%netscape.com
|
c757654c3a
|
handle whitespace in url() better
|
1998-11-26 01:30:51 +00:00 |
|
kipp%netscape.com
|
b8e87edf4b
|
Use Pushback to put back the right character
|
1998-11-24 01:47:19 +00:00 |
|
peterl%netscape.com
|
9e59e54ad2
|
added CSS2 property handling
|
1998-10-26 23:22:40 +00:00 |
|
troy%netscape.com
|
fa70c38667
|
Changed some code to use XPCOM ref counting related macros
|
1998-10-05 05:11:18 +00:00 |
|
peterl%netscape.com
|
3b8aee3337
|
handle HTML comment tags as whitespace
|
1998-09-25 01:50:51 +00:00 |
|
peterl%netscape.com
|
184554a885
|
save quote char on string tokens
|
1998-08-07 02:17:10 +00:00 |
|
michaelp%netscape.com
|
96cf645164
|
modified for new streaming APIs.
|
1998-07-23 20:35:43 +00:00 |
|
kipp
|
df41bc56dd
|
Skip over whitespace properly after url string (it's optional whitespace not mandatory whitespace)
|
1998-05-11 23:28:22 +00:00 |
|
kipp
|
098bef52b4
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |
|