rpotts%netscape.com
b1e18f1c1d
Removing dead, wrong, evil, dangerous code from the parser!!
2001-11-22 05:50:04 +00:00
rpotts%netscape.com
857328b715
bug #102737 (r=harishd@netscape.com, sr=jst@netscape.com) one more time! only emit an empty HTML document when the content type is *not* text/plain
2001-11-22 04:37:39 +00:00
timeless%mac.com
060425ec59
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
bzbarsky%mit.edu
72df08441d
Make SetInnerHTML use the right parser mode (ie strict for strict
...
documents instead of always quirks). Bug 106565, r=harishd, sr=jst
2001-11-16 04:48:30 +00:00
jaggernaut%netscape.com
0ecf7cce91
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
2001-11-14 12:35:52 +00:00
bzbarsky%mit.edu
f2ee8260a0
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
bfb2f49916
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
kmcclusk%netscape.com
de636441d9
Fix leak of parser objects when page load is interrupted by calling nsParser::CancelParsingEvents inside nsParser::Terminate; bug 108049 (patch from aaronr@us.ibm.com) r=harishd sr=attinasi
2001-11-07 01:02:56 +00:00
harishd%netscape.com
50a1cda073
106746 - DD/DT should not contain each other. r=heikki, sr=attinasi.
...
99388 - Avoid PR_GetEnv(). sr=attinasi.
2001-11-06 00:48:11 +00:00
seawood%netscape.com
be10c3b1a8
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
harishd%netscape.com
cef966fac2
107994 - Backing out rpotts change ( bug 102737 ) to fix the smoketest blocker.
2001-11-01 19:40:48 +00:00
seawood%netscape.com
8a2a775382
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
rpotts%netscape.com
290b24fd42
bug #102737 (r=harishd@netscape.com, sr=jst@netscape.com) do not emit <html> ... </html> for empty text/plain documents.
2001-10-31 23:15:57 +00:00
mkaply%us.ibm.com
929cffecf8
More reordering crap
2001-10-30 12:59:00 +00:00
jaggernaut%netscape.com
cb1d127071
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-25 07:45:52 +00:00
dougt%netscape.com
b5ba390898
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
2001-10-23 01:37:21 +00:00
harishd%netscape.com
90a960756e
Backing out fix for bug 100397 since it caused the relow numbers and the page load time to shoot up.
2001-10-22 20:51:09 +00:00
alecf%netscape.com
c8469b7ac5
bug 100214 - add libunicharutil_s to all unix projects that require it, r=cls
2001-10-22 20:44:02 +00:00
alecf%netscape.com
6606ee7e2f
next part of bug 100214, add nsUnicharUtils to consumers of ToLowerCase/ToUpperCase
2001-10-19 21:00:02 +00:00
ftang%netscape.com
3e050f711f
fix bug 93343 so we can display UTF-16 and UTF-32.
...
r=harishd sr=vidur.
2001-10-19 20:58:22 +00:00
harishd%netscape.com
c7140326c2
97769 - Replace nsITagStack with a simple nsVoidArray. Also, nuked nsITagStack since it is not of a big help.r=heikki, sr=jst.
...
99282 - Make sure only HEAD attributes get added to the attribute list in ::OpenHead(). r=heikki, sr=jst.
100466 - Stop DT from containing DL.r=heikki,sr=jst.
102370 - DT should not close DD and vice versa.r=heikki,sr=jst.
100397 - In order for residual style to kick in...disable the check for wellformedness in quirks mode.r=alexandru,sr=attinasi.
102376 - Release nsIRequest in nsParser::DidBuildModel() since nsIRequest is not required past DidBuildModel.r=heikki,sr=darin.
2001-10-19 20:48:18 +00:00
dbaron%fas.harvard.edu
5a357eea01
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
2001-10-16 05:31:36 +00:00
dbaron%fas.harvard.edu
ed869c764e
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
jst%netscape.com
a0b52cf92d
Fixing bug 104031. Bad string code in nsHTMLDocument::WriteCommon(). r=bzbarsky@mit.edu, sr=vidur@netscape.com
2001-10-16 01:31:49 +00:00
jaggernaut%netscape.com
b9f4fd8c36
Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc.
2001-10-14 04:57:59 +00:00
heikki%netscape.com
70147bca9e
Bug 98214, minor performance improvements and cleanup. r=harishd, sr=vidur.
2001-10-12 22:01:19 +00:00
dbaron%fas.harvard.edu
eabe89951e
Parser still depends on cache. Fixing bustage. b=100895
2001-10-10 04:42:51 +00:00
alecf%netscape.com
a90bbda826
fix for bug 100895, contributed by jonsmirl@mediaone.net
...
r=harishd, sr=alecf
slam dunk those dependencies!
2001-10-10 04:13:16 +00:00
heikki%netscape.com
b784bee4d7
Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur.
2001-10-03 06:54:31 +00:00
dbaron%fas.harvard.edu
d458055d16
Make HoTMetaL 4 doctype trigger quirks mode. b=102442 r=harishd sr=waterson
2001-10-02 02:40:28 +00:00
harishd%netscape.com
16eab6ee3b
102376 - Make sure that the channel exists for the life time of the parser.
...
r=dp sr=rpotts.
2001-10-01 05:14:03 +00:00
jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
seawood%netscape.com
69a62e2955
Files must end with a newline.
...
Fixing tinderbox bustage
2001-09-29 03:55:30 +00:00
harishd%netscape.com
329ccb52d0
96364 - New files should go along with my previous checkin.
2001-09-28 23:09:51 +00:00
harishd%netscape.com
6cf7e21d1f
96364 - Register html tag observers directly to parser service rather than nsObserverService. Doing so, reduces a lot of overhead. Also, the observers are now notified via sink. This eliminates the need for parser bundle.
...
r=dp,shanjian,sfraser, sr=rpotts.
2001-09-28 23:08:17 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
gerv%gerv.net
1c6c9ed7c8
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
2001-09-26 00:40:45 +00:00
alecf%netscape.com
68c098cad5
bug 101562 - dont' use necko to unnecessarily create URIs just to load a string bundle. r=harishd, sr=attinasi
2001-09-26 00:36:45 +00:00
bzbarsky%mit.edu
adb705f2fd
Making view source load its stylesheet even when highlighting is off --
...
it's needed for wrap and the like. bug 22022, r=rbs,doron sr=alecf
2001-09-24 22:34:47 +00:00
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