dbaron%fas.harvard.edu
75939573f0
Fix crash due to unsigned integer underflow. b=100451 r=jag, harishd sr=waterson
2001-09-20 02:15:21 +00:00
harishd%netscape.com
9150f70d13
98187 - Make sure that the end tag, inline element, does not close tags in the root tag list. r=heikki,sr-vidur
2001-09-19 00:01:42 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
harishd%netscape.com
1936f6c0d2
91744 - Avoid stack overflow by replacing recursion with a simple do-while. Removed unwanted assertions. r=heikki,sr=vidur
2001-09-14 20:48:25 +00:00
harishd%netscape.com
1f8f8d5c07
98261 - Instead of throwing away the current tag close it's parent such that the stack level does not go beyond the reflow depth limit. This would allow leaf tags, that follow the current tag, to find the correct node. r=heikki, sr=attinasi.
2001-09-14 20:45:16 +00:00
jaggernaut%netscape.com
4020cbaca9
Fix debug build bustage on Windows by changing |for (PRUint32 i=0; ..; ..) {} for (PRUint32 i=0; ..; ..) {}| to |PRUint32 i; for (i=0; ..; ..) {} for (i=0; ..; ..) {}|
2001-09-14 09:27:57 +00:00
dbaron%fas.harvard.edu
21949d3f1b
Make public identifier matching case-insensitive to expand the set of public identifiers triggering quirks mode since some existing pages use FPIs with incorrect case. Add two additional FPIs to the list. b=98977 r=harishd sr=waterson
2001-09-14 04:18:59 +00:00
alecf%netscape.com
1e0e7dd033
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
mkaply%us.ibm.com
b5a07aa4fe
#76856
...
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 03:22:16 +00:00
harishd%netscape.com
456f1e61a5
98645 - Added SELECT to the set of tags that cannot be crossed over when an end tag ( block-level ) tries to close it's matching open tag on the stack. r=heikki, sr=vidur
2001-09-10 21:29:27 +00:00
dbaron%fas.harvard.edu
390e04a7df
Make forward-compatible the DOCTYPE handling for determining whether to be in quirks mode or strict mode: properly parse the DOCTYPE declaration and use a list of known public identifiers that should trigger quirks. Remove some remnants of modes that no longer exist. b=55264 r=harishd sr=vidur
2001-09-08 18:37:19 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
rbs%maths.uq.edu.au
675465a9c2
Back-end to allow viewsource to toggle wrapping of long lines. b=22022 r=bzbarsky sr=jst
2001-09-05 01:02:58 +00:00
heikki%netscape.com
d2851c3c06
Mac project change for bug 93574, nsLoggingSink and nsHTMLNullSink should not be a part of the optimized build.
2001-08-31 21:24:07 +00:00
harishd%netscape.com
3a9db9a4cb
96031 - Made LI's parent model to be flow entity. This would allow inline elements, such as I,B,FONT, etc., to contain LI such that bullets / numbers would also inherit the parent properties.
...
93574 - nsLoggingSink and nsHTMLNullSink should not be a part of the optimized build. Wrapped 'em under MOZ_DEBUG flag.
r=heikki, sr=vidur, a=asa.
2001-08-31 21:22:16 +00:00
harishd%netscape.com
426accf47a
Parser regression test files.
...
** NOT PART OF THE BUILD **
2001-08-27 22:40:48 +00:00
rjesup%wgate.com
6f3e4115eb
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
...
r=pierre r=jband/dbradley Also fixes some whitespace issues.
2001-08-27 06:15:54 +00:00
harishd%netscape.com
430336c866
56245 - Misplaced /FONT was closing out TABLE. I've added logic such that if a residual style tag ( inline element ) cannot contain a tag ( block element ) then it
...
cannot close it either. Which implies that the end tag is misplaced. Also, made userdefined tags to act as inline elements.
r=heikki,sr=vidur,a=tor.
2001-08-22 23:43:43 +00:00
darin%netscape.com
f15b47c6af
fixes bug 90288 (part 2) "not honoring Pragma: no-cache from HTTP-EQUIV"
...
r=gagan, sr=dougt
2001-08-22 00:38:46 +00:00
harishd%netscape.com
28d9dc0a0d
96117 - Cache Observer service. r=dp, sr=waterson
2001-08-21 18:46:46 +00:00
shanjian%netscape.com
a765b24b69
#95162 Auto-detect doesn't work on kinokuniya page
...
r=yokoyama sr=jst
2001-08-21 18:46:44 +00:00
dbaron%fas.harvard.edu
113ad642ae
Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
2001-08-21 01:48:11 +00:00
dmose%netscape.com
34c8885db6
Update REQUIRES line to fix MOZ_TRACK_MODULE_DEPS bustage; the dependency on 'widget' might conceivably be avoidable, however.
2001-08-18 00:39:53 +00:00
heikki%netscape.com
44fcf3f455
Bug 15089, make XML parser error messages localizable. r=harishd,ftang, sr=jst.
2001-08-17 23:27:20 +00:00
harishd%netscape.com
da30c22212
93365 - Allow FONT to contain TABLE so that we can control what properties can and cannot propagate inside TABLE in layout. r=heikki, sr=jst
2001-08-17 01:20:47 +00:00
harishd%netscape.com
01d9f40398
95614 - Initialized an iterator and replaced NS_ENSURE_SUCCESS ( which asserts), since the result code from nsScanner::Peek() does not indicate an exceptional condition, with equivalent code. r=heikki, sr=waterson.
2001-08-16 21:19:33 +00:00
bratell%lysator.liu.se
0fbd73004d
Bug91437 - Speeding up the tokenizer slightly by using a smarter scan algorithm and avoiding trying to skip whitespace when there are none. r=harishd sr=jst
2001-08-16 05:24:17 +00:00
timeless%mac.com
826adde04b
Bug 83301 improve error reporting for Mismatched Tag XML, eg data:text/xml,<foo></bar>
...
r=heikki sr=shaver
thanks to tingley@sundell.net and bz
2001-08-15 06:48:59 +00:00
cls%seawood.org
a3c1dd1b09
Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
...
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
harishd%netscape.com
8327fe362c
91051 - Look for '<' or '>' which ever comes first to end DOCTYPE consumption.
...
r=heikki sr=vidur.
2001-08-10 22:38:37 +00:00
loadrunner%betak.net
41bf2e10fe
bug 91696, Meta tag does not work, r=shanjian , sr=vidur
2001-08-10 02:15:41 +00:00
harishd%netscape.com
8d64a0247b
94208 - When removing styles off the style stack ( residual style ) make sure that
...
the correct ones are getting removed. r=heikki, sr=jst
2001-08-10 02:08:50 +00:00
harishd%netscape.com
6ced79efdb
Oops my previous checkin has incorrect bug # and sr=. Backing out my preivous change to update the comments
2001-08-10 02:02:01 +00:00
harishd%netscape.com
260413769d
94028 - Make sure that the correct style is removed off the style stack - residual style handling. r=heikki, sr=vidur
2001-08-10 01:44:30 +00:00
mkaply%us.ibm.com
d9ff17dfd0
OS/2 breakage - PR_CALLBACK
2001-08-08 03:23:03 +00:00
harishd%netscape.com
fcbaffa391
83119 - Added support for visibility in GetComputedStyle(). r=heikki,sr=jst.
...
84000 - Preserve NOFRAMES content - patch submitted by scoda@alias.it . r=me, sr=jst.
65467 - DT is an inline element. r=heikki, sr=jst.
88992 - OBJECT should be able to close unclosed block level elements within it. r=heikki, sr=vidur
84491 - IFRAME should be treated similar to NOFRAMES. r=pollmann, sr=vidur
92530 - FORM should behave as a container if the parent is TD or TH. r=heikki,sr=vidur
88243 - For percentage attribute value do not assume that '%' will always be the last character. r=heikki,sr=vidur.
2001-08-07 19:05:21 +00:00
waterson%netscape.com
9abf7984af
Bug 71248. Convert content, layout, parser, and uconv to generic modules so that they can be linked into a meta-module. r=cathleen, sr=brendan
2001-08-07 02:55:54 +00:00
heikki%netscape.com
ebe59ae777
DAMNIT!
2001-08-04 01:26:22 +00:00
heikki%netscape.com
b874eedb80
Trying to fix Mac bustage by building stuff that should not need to be built. The real fix would probably be to turn on the environment variable MOZ_DISABLE_DTD_DEBUG but I do not know how.
2001-08-04 00:35:54 +00:00
dbaron%fas.harvard.edu
e95f98b0b7
Fix bustage by removing nsTokenHandler.cpp (it was already removed from makefile.win and cvs removed).
2001-08-03 22:25:56 +00:00
heikki%netscape.com
c81cb2a269
Fixing Mac bustage, MANIFEST is in public now.
2001-08-03 22:20:42 +00:00
harishd%netscape.com
b32de2097d
Forgot to cvs remove nsITokenhandler.h
2001-08-03 21:34:40 +00:00
heikki%netscape.com
d3751b87d5
Bug 91320 :
...
** MAC PROJECT CHANGE ** -- Patch from harishd
2001-08-03 21:21:35 +00:00
harishd%netscape.com
a51389e84f
91320 - Removed unused files from htmlparser module and created a public directory.
...
r= heikki
sr=vidur
2001-08-03 21:15:15 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
harishd%netscape.com
ab911670c4
91205 - Removed a debug flag that accidently got enabled.
...
r=nisheeth, sr=jst.
2001-07-18 22:56:22 +00:00