seawood%netscape.com
49d0e82cb0
Split part of xpcom into separate xpcomglue library to be used for standalone builds eventually. Start with nsCOMPtr.*
...
Bug #99698 r=rpotts sr=alecf
git-svn-id: svn://10.0.0.236/trunk@104238 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-30 01:44:25 +00:00
seawood%netscape.com
526acc79a5
Create build_all_dep target to avoid doing the export phase twice
...
git-svn-id: svn://10.0.0.236/trunk@104236 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-30 00:13:35 +00:00
seawood%netscape.com
82dd46887a
Old age...that's gotta be it.
...
git-svn-id: svn://10.0.0.236/trunk@104234 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 23:38:14 +00:00
seawood%netscape.com
caa5a9b68f
Make win9x build use the perl equiv for REQUIRES since the nmake magic doesn't seem to work quite right.
...
bug #102305 r=daa@distributed.net ,sicking,FrodoB
git-svn-id: svn://10.0.0.236/trunk@104233 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 23:09:15 +00:00
seawood%netscape.com
e4bb761af1
Split xpcom into separate xpcomglue library starting with nsCOMPtr.*
...
Bug #99698 sr=alecf
git-svn-id: svn://10.0.0.236/trunk@104232 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 23:03:39 +00:00
dbaron%fas.harvard.edu
1ff870e683
Switch from ftp.netscape.com to ftp.mozilla.org since the former is down.
...
git-svn-id: svn://10.0.0.236/trunk@104231 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 22:20:41 +00:00
bryner%netscape.com
9a08ab1424
Fixing REQUIRES bustage. r=bbaetz.
...
git-svn-id: svn://10.0.0.236/trunk@104230 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 21:41:30 +00:00
brendan%mozilla.org
2f43b8afc7
Check in patch for bug 94580, thanks to Bernard Alleysson <balleysson@bigfoot.com> for researching and writing it (r=me, sr=shaver).
...
git-svn-id: svn://10.0.0.236/trunk@104229 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 21:30:26 +00:00
nboyd%atg.com
e8be7137ca
Patch from Igor:
...
As profiler data show, the execution time of the nextNode and replaceCurrent
methods in PreorderNodeIterator contribute quite significantly to the total
time to run Context.compileReader.
replaceCurrent is slow because it calls Node.replaceChild which have to
iterate through all previous siblings to find the nearest to the current.
But it is easy to avoid this search by caching the previous sibling of the
current while iterating over the node tree in nextNode.
nextNode slowness is attributed to the usage of java.lang.Stack which is
expensive due to its synchronized methods. In the attched patch I replaced
it by the explicit array management.
It allows to cut Context.compileReader time by 5%-30% when processing
20K-3MB sources assembled form JS files in the test suite.
git-svn-id: svn://10.0.0.236/trunk@104228 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:55:36 +00:00
nboyd%atg.com
a7f3b38f8f
More javadoc
...
git-svn-id: svn://10.0.0.236/trunk@104227 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:55:03 +00:00
nboyd%atg.com
1fa382f3bb
Move serialization classes to separate package.
...
git-svn-id: svn://10.0.0.236/trunk@104226 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:54:08 +00:00
nboyd%atg.com
3a21e84698
Move serialization classes to new package.
...
git-svn-id: svn://10.0.0.236/trunk@104225 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:50:59 +00:00
nboyd%atg.com
30f9aac1cb
Move serialization files to separate package.
...
git-svn-id: svn://10.0.0.236/trunk@104224 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:50:18 +00:00
bryner%netscape.com
5fca5a11dd
fixing REQUIRES bustage for win32.
...
git-svn-id: svn://10.0.0.236/trunk@104223 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 20:41:58 +00:00
vidur%netscape.com
78ef111374
Fixing build bustage. Access proxy needs necko.
...
git-svn-id: svn://10.0.0.236/trunk@104222 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 18:40:14 +00:00
vidur%netscape.com
ec7aeceee0
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
...
git-svn-id: svn://10.0.0.236/trunk@104221 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 17:50:15 +00:00
pavlov%netscape.com
c592681c6b
adding uuid r=me,biesi sr=waterson bug 77354
...
git-svn-id: svn://10.0.0.236/trunk@104219 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 14:05:14 +00:00
seawood%netscape.com
7525745442
Export nsCOMPtr.h from xpcom:glue instead of xpcom:base .
...
Bug #99698 sr=alecf
git-svn-id: svn://10.0.0.236/trunk@104218 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 12:31:09 +00:00
seawood%netscape.com
ce6323a8bf
Build glue:nsCOMPtr.cpp instead of base:nsCOMPtr.cpp
...
Bug #99698 r=sdagley
git-svn-id: svn://10.0.0.236/trunk@104217 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 12:22:57 +00:00
jaggernaut%netscape.com
a95627f25b
Removing dead code, r=dbaron, rs=scc
...
git-svn-id: svn://10.0.0.236/trunk@104216 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 10:18:32 +00:00
jaggernaut%netscape.com
ddff287e36
Bustage fix. Sorry about that.
...
git-svn-id: svn://10.0.0.236/trunk@104215 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 09:15:25 +00:00
seawood%netscape.com
01ab01ff07
Apparently, there's some inconsistency in how echo & nmake interact between win9x & nt kernels. This should fix the win9x build bustage.
...
Bug #102305
git-svn-id: svn://10.0.0.236/trunk@104214 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 09:01:54 +00:00
jaggernaut%netscape.com
51e0dc7a6c
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
...
git-svn-id: svn://10.0.0.236/trunk@104212 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 08:28:41 +00:00
seawood%netscape.com
0fef718b9e
Recurse all directories regardless of whether .headerlist exists but only remove files from dirs with .headerlist. r=jag
...
git-svn-id: svn://10.0.0.236/trunk@104211 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 07:09:33 +00:00
bryner%netscape.com
cd62b14ed9
Fixing xpctools build on win32. r=cls.
...
git-svn-id: svn://10.0.0.236/trunk@104210 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 06:24:41 +00:00
dbaron%fas.harvard.edu
f6d7183d39
Fix HP bustage -- can't static_cast to an incomplete class.
...
git-svn-id: svn://10.0.0.236/trunk@104209 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 06:12:57 +00:00
jaggernaut%netscape.com
403bd8ee1c
Make "Open New Tab" modifier "accel", not "control", sr=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@104208 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 06:12:48 +00:00
dbaron%fas.harvard.edu
891820b86a
Fix incorrect parameter to strtok_r. b=99245 r=bnesse sr=alecf
...
git-svn-id: svn://10.0.0.236/trunk@104207 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 05:55:53 +00:00
dbaron%fas.harvard.edu
a5f775a5b4
Oops. Backing that out.
...
git-svn-id: svn://10.0.0.236/trunk@104206 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 05:10:22 +00:00
dbaron%fas.harvard.edu
b8c15ca534
Previous comment should refer to bug 102208.
...
git-svn-id: svn://10.0.0.236/trunk@104205 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 05:09:37 +00:00
dbaron%fas.harvard.edu
2b1a8dc392
Fix blocker bug 100208 by handling the possibility that a GdkFont wraps an XFontSet rather than an XFontStruct. Handle the XFontSet by using the size and weight from the first font and all the family names. r=jag
...
git-svn-id: svn://10.0.0.236/trunk@104204 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 05:06:00 +00:00
bryner%netscape.com
5b0acf962b
Fixing inspector build on windows. r=cls.
...
git-svn-id: svn://10.0.0.236/trunk@104203 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:53:00 +00:00
cmanske%netscape.com
833557357e
Fix by neil@parkwaycc.co.uk: Use 'Advanced Properties' as default string for object properties, b=100021, r=cmanske, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104202 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:40:38 +00:00
cmanske%netscape.com
1ebc72dd20
Dialogs fixed as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104201 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:35:02 +00:00
bryner%netscape.com
4852787003
removing depend:: clobber line... this was causing problems since export is now done before depend. r=cls.
...
git-svn-id: svn://10.0.0.236/trunk@104200 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:34:55 +00:00
cmanske%netscape.com
f09c1d3d93
Pref dialog fix as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104199 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:33:01 +00:00
cmanske%netscape.com
6a63f08c75
Themes fixes as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104198 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:32:09 +00:00
mscott%netscape.com
9de7ebded8
Bug #101498 --> auto complete preselects the default domain OVER the first ldap match
...
r=sspitzer,ducarroz
sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@104197 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:31:59 +00:00
seawood%netscape.com
c0f2bf25f3
Add OBJ_PREFIX support to build system.
...
Bugscape 9498 r=bryner sr=syd
git-svn-id: svn://10.0.0.236/trunk@104196 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:30:14 +00:00
cmanske%netscape.com
a23c7ddf87
Fix duplicate colors in colorpicker, b=100323, r=brade, sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@104195 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 04:28:15 +00:00
seawood%netscape.com
daedea9e78
Files must end with a newline.
...
Fixing tinderbox bustage
git-svn-id: svn://10.0.0.236/trunk@104191 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 03:55:30 +00:00
bienvenu%netscape.com
a1b715dc00
fix mem leak of msg hdr when pop filters fire rs=sspitzer 101763
...
git-svn-id: svn://10.0.0.236/trunk@104190 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 03:41:41 +00:00
sspitzer%netscape.com
589f0c25d5
fix #102037 . switch from GetValue() to GetValueConst() to avoid strdups.
...
this one gets hit during imap folder discovery. r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@104188 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 02:31:34 +00:00
karnaze%netscape.com
053c1ff32e
bug 94341 keep a separate pseudo frame list for a new pseudo block or inline frame. sr=attinasi, r=alexsavulov
...
git-svn-id: svn://10.0.0.236/trunk@104186 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 02:20:52 +00:00
ssu%netscape.com
a8add6b48c
fixing bug 97650 - these patches updates the uninstaller to deal with undoing whatever mail integration we do to a WinXP system. r=curt, sr=dveditz. affects only windows platforms.
...
git-svn-id: svn://10.0.0.236/trunk@104185 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 02:17:38 +00:00
mscott%netscape.com
a08cb968c0
Bug #100669 --> landing some compose changes required by simple mapi for the simple mapi team.Bettter errror handling when cleaning
...
up the temp file.
r=ducarroz
sr=mscott
git-svn-id: svn://10.0.0.236/trunk@104184 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 02:06:36 +00:00
mscott%netscape.com
16d5a39257
Bug #102215 --> xul syntax changes messed up message display. Change align="center" to align="top"
...
r=sspitzer
sr=hewitt
git-svn-id: svn://10.0.0.236/trunk@104181 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 01:55:27 +00:00
shrutiv%netscape.com
ea2e126f19
Fix for bug 101758: CCK wizard needs to be able to parse "Attributes="
...
line (r=tao)
git-svn-id: svn://10.0.0.236/trunk@104180 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 01:51:57 +00:00
jpierre%netscape.com
7520340aed
Fix for 102089 - add a new "-l" command-line option to selfserv to use local threads . This enables NT fibers on Windows NT
...
git-svn-id: svn://10.0.0.236/trunk@104179 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 00:35:54 +00:00
ssu%netscape.com
4c9ad45925
fixing bugscape 9841 - Back button broken in eclient tool setup program. r=curt, sr=dveditz. affects only windows platforms
...
git-svn-id: svn://10.0.0.236/trunk@104178 18797224-902f-48f8-a5cc-f745e15eee43
2001-09-29 00:33:07 +00:00