jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
timeless%mozdev.org
6958f9c9e3
fixing logparse bustage sr=jst
2002-12-04 08:20:46 +00:00
timeless%mozdev.org
3379a7b71f
reindent per heikki@netscape.com
2002-12-04 07:22:26 +00:00
timeless%mozdev.org
36dd396e4d
not part of the build. these directories are probably going to be removed shortly.
2002-11-20 04:06:57 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
harishd%netscape.com
999ba53f28
** NOT PART OF THE BUILD **
...
Removing unncessary files pertaining to parser tests
2002-07-03 20:25:29 +00:00
harishd%netscape.com
c93c722167
** NOT PART OF THE BUILD **
...
Removing unnecessary files
2002-07-03 20:18:53 +00:00
harishd%netscape.com
2cad9cd094
** NOT PART OF THE BUILD ** | Moving parser test cases from logparse dir. to html dir.
2002-07-03 20:12:28 +00:00
harishd%netscape.com
3f40dd05e7
** NOT PART OF THE BUILD **
...
Pertaining to parser regerssion testing
2002-07-03 00:47:07 +00:00
harishd%netscape.com
390221c709
** NOT PART OF THE BUILD **
...
Removing unnecessary files
2002-07-02 22:01:04 +00:00
harishd%netscape.com
045bd51eb9
** NOT PART OF THE BUILD **Restoring parser regression testing
2002-07-02 21:51:42 +00:00
dbaron%fas.harvard.edu
d376f6e5e2
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
bzbarsky%mit.edu
0dce65ed23
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
harishd%netscape.com
ac2e3f5bc1
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
harishd%netscape.com
99bd737981
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
e61b2be88e
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
cf9912aa80
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
f4ec03a207
Parser regression test files.
...
** NOT PART OF THE BUILD **
2001-08-27 22:40:48 +00:00
harishd%netscape.com
e8c65dae95
Regression test files.
...
** NOT PART OF THE BUILD **
2001-07-05 23:16:43 +00:00
harishd%netscape.com
6836236914
69455 - enable noframes content when frames are disabled
...
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
Peter.VanderBeken%pandora.be
ede8756d78
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
harishd%netscape.com
166d2f2d83
Modified parser test script.
...
** NOT PART OF THE BUILD **
2001-02-16 17:44:23 +00:00
harishd%netscape.com
f0a480df9b
Minor modification to the regression script.
...
** NOT PART OF THE BUILD **
2001-01-12 20:08:03 +00:00
harishd%netscape.com
9d28fd756c
Used for regression testing
2001-01-12 19:23:21 +00:00
vidur%netscape.com
ba827dfaf8
Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst
2000-12-12 21:58:14 +00:00
harishd%netscape.com
c30e074850
REGRESSION TEST FILES - *** NOT PART OF THE BUILD ***
...
a=granrose
2000-12-05 18:51:05 +00:00
harishd%netscape.com
91b5135fd1
Regression test file - Not part of the build
2000-11-30 21:44:27 +00:00
cls%seawood.org
33938e6100
Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner
2000-07-02 18:44:42 +00:00
cls%seawood.org
57978e5c23
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
dveditz%netscape.com
2b60c91417
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
cyeh%netscape.com
cc2825cbe0
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
ramiro%netscape.com
16bbd09726
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
briano%netscape.com
d99daeea9b
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
dveditz%netscape.com
ac92b86ba4
makeile cleanups
1999-07-02 13:38:47 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
mcafee%netscape.com
836d5a0855
Adding case for BeOS.
1999-06-25 13:08:05 +00:00
briano%netscape.com
e9e302b454
Handle the (Unix) platform-specific DLL naming conventions properly.
1999-06-04 22:17:30 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
ebina%netscape.com
57d546ef7a
Changing RegisterFactory to use the new API.
1999-02-26 19:08:57 +00:00
dp%netscape.com
1310389704
Adding libreg as xpcom depends on it
1999-02-10 02:01:50 +00:00
mcafee%netscape.com
b1365a419d
Ignore generated Makefiles
1999-02-02 06:11:26 +00:00
mcafee%netscape.com
e1a384da68
Ignore generated Makefile
1999-02-02 01:03:32 +00:00
mcafee%netscape.com
3f2144cab1
Get this test to build on Linux
1999-01-31 21:51:44 +00:00
rickg%netscape.com
c65ac4845c
cleaned up DTD api's
1998-11-26 03:35:24 +00:00
warren%netscape.com
34f3c0ef88
Renamed NSRepository to nsRepository.
1998-09-01 00:26:28 +00:00
rickg%netscape.com
924c493a11
more WIP for logparse
1998-08-23 20:21:58 +00:00