rginda%netscape.com
7f7500b8d0
bug 97944, build venkman by default
...
change --disable-jsd to --enable-jsd, and add venkman to the default extension list.
2001-09-30 05:54:47 +00:00
bzbarsky%mit.edu
27a85339ae
Make nsICharsetAlias::GetPreferred() and nsICharsetAlias::Equals() take
...
nsAStrings instead of nsStrings. Bug 102096, r=ftang,jag. sr=shaver
2001-09-30 04:01:15 +00:00
seawood%netscape.com
4008d44ab5
Removing nsCOMPtr.{h,cpp} from xpcom/base. They have been copied (in the cvs repo) and are built in xpcom/glue.
...
Bug #99698
2001-09-30 03:30:29 +00:00
seawood%netscape.com
3990c517b5
Sync up xmlterm module name for static builds.
2001-09-30 01:59:13 +00:00
seawood%netscape.com
d9d9f677b1
Split part of xpcom into separate xpcomglue library to be used for standalone builds eventually. Start with nsCOMPtr.*
...
Bug #99698 r=rpotts sr=alecf
2001-09-30 01:44:25 +00:00
seawood%netscape.com
5b7545121d
Create build_all_dep target to avoid doing the export phase twice
2001-09-30 00:13:35 +00:00
seawood%netscape.com
f3a4d95cc8
Old age...that's gotta be it.
2001-09-29 23:38:14 +00:00
seawood%netscape.com
5d84f91770
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
2001-09-29 23:09:15 +00:00
seawood%netscape.com
6c557adaaf
Split xpcom into separate xpcomglue library starting with nsCOMPtr.*
...
Bug #99698 sr=alecf
2001-09-29 23:03:39 +00:00
dbaron%fas.harvard.edu
fe6e252375
Switch from ftp.netscape.com to ftp.mozilla.org since the former is down.
2001-09-29 22:20:41 +00:00
bryner%netscape.com
1d9f9872da
Fixing REQUIRES bustage. r=bbaetz.
2001-09-29 21:41:30 +00:00
brendan%mozilla.org
8cf1697439
Check in patch for bug 94580, thanks to Bernard Alleysson <balleysson@bigfoot.com> for researching and writing it (r=me, sr=shaver).
2001-09-29 21:30:26 +00:00
nboyd%atg.com
b22c4d0d63
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.
2001-09-29 20:55:36 +00:00
nboyd%atg.com
a4c318ad54
More javadoc
2001-09-29 20:55:03 +00:00
nboyd%atg.com
bcf8c2b632
Move serialization classes to separate package.
2001-09-29 20:54:08 +00:00
nboyd%atg.com
4a2fc2e226
Move serialization classes to new package.
2001-09-29 20:50:59 +00:00
nboyd%atg.com
c7d3c57514
Move serialization files to separate package.
2001-09-29 20:50:18 +00:00
bryner%netscape.com
491eea870e
fixing REQUIRES bustage for win32.
2001-09-29 20:41:58 +00:00
vidur%netscape.com
c3d19cdff8
Fixing build bustage. Access proxy needs necko.
2001-09-29 18:40:14 +00:00
vidur%netscape.com
4966d85f91
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
2001-09-29 17:50:15 +00:00
pavlov%netscape.com
4d223104e1
adding uuid r=me,biesi sr=waterson bug 77354
2001-09-29 14:05:14 +00:00
seawood%netscape.com
ebc656947f
Export nsCOMPtr.h from xpcom:glue instead of xpcom:base .
...
Bug #99698 sr=alecf
2001-09-29 12:31:09 +00:00
seawood%netscape.com
d57ccfc447
Build glue:nsCOMPtr.cpp instead of base:nsCOMPtr.cpp
Bug #99698 r=sdagley
2001-09-29 12:22:57 +00:00
jaggernaut%netscape.com
0b8c9a35be
Removing dead code, r=dbaron, rs=scc
2001-09-29 10:18:32 +00:00
jaggernaut%netscape.com
25ce4c06fa
Bustage fix. Sorry about that.
2001-09-29 09:15:25 +00:00
seawood%netscape.com
37c84caf77
Apparently, there's some inconsistency in how echo & nmake interact between win9x & nt kernels. This should fix the win9x build bustage.
...
Bug #102305
2001-09-29 09:01:54 +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
aa12a9c2e9
Recurse all directories regardless of whether .headerlist exists but only remove files from dirs with .headerlist. r=jag
2001-09-29 07:09:33 +00:00
bryner%netscape.com
28d15740ef
Fixing xpctools build on win32. r=cls.
2001-09-29 06:24:41 +00:00
dbaron%fas.harvard.edu
b4a9dd3726
Fix HP bustage -- can't static_cast to an incomplete class.
2001-09-29 06:12:57 +00:00
jaggernaut%netscape.com
dc7525ffa9
Make "Open New Tab" modifier "accel", not "control", sr=hyatt
2001-09-29 06:12:48 +00:00
dbaron%fas.harvard.edu
4055531cf7
Fix incorrect parameter to strtok_r. b=99245 r=bnesse sr=alecf
2001-09-29 05:55:53 +00:00
dbaron%fas.harvard.edu
866f3de341
Oops. Backing that out.
2001-09-29 05:10:22 +00:00
dbaron%fas.harvard.edu
9478b4f62f
Previous comment should refer to bug 102208.
2001-09-29 05:09:37 +00:00
dbaron%fas.harvard.edu
5086c7b98f
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
2001-09-29 05:06:00 +00:00
bryner%netscape.com
155746aa19
Fixing inspector build on windows. r=cls.
2001-09-29 04:53:00 +00:00
cmanske%netscape.com
9c65c49729
Fix by neil@parkwaycc.co.uk: Use 'Advanced Properties' as default string for object properties, b=100021, r=cmanske, sr=hewitt
2001-09-29 04:40:38 +00:00
cmanske%netscape.com
55dac8640c
Dialogs fixed as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2001-09-29 04:35:02 +00:00
bryner%netscape.com
7a1b52ad6d
removing depend:: clobber line... this was causing problems since export is now done before depend. r=cls.
2001-09-29 04:34:55 +00:00
cmanske%netscape.com
fb2cd85dc3
Pref dialog fix as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2001-09-29 04:33:01 +00:00
cmanske%netscape.com
0edbcdc7c0
Themes fixes as part of Composer color button fix to bug 77873, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt
2001-09-29 04:32:09 +00:00
mscott%netscape.com
52a95a4156
Bug #101498 --> auto complete preselects the default domain OVER the first ldap match
...
r=sspitzer,ducarroz
sr=hewitt
2001-09-29 04:31:59 +00:00
seawood%netscape.com
1cacc34e68
Add OBJ_PREFIX support to build system.
...
Bugscape 9498 r=bryner sr=syd
2001-09-29 04:30:14 +00:00
cmanske%netscape.com
349ade3d49
Fix duplicate colors in colorpicker, b=100323, r=brade, sr=hewitt
2001-09-29 04:28:15 +00:00
ccarlen%netscape.com
f82b262d51
file nsICloseAllWindows.idl was initially added on branch MOZILLA_0_9_4_BRANCH.
2001-09-29 04:07:55 +00:00
ccarlen%netscape.com
4c69084be6
file nsCloseAllWindows.js was initially added on branch MOZILLA_0_9_4_BRANCH.
2001-09-29 04:07:51 +00:00
seawood%netscape.com
69a62e2955
Files must end with a newline.
...
Fixing tinderbox bustage
2001-09-29 03:55:30 +00:00
bienvenu%netscape.com
bc9f2d4a03
fix mem leak of msg hdr when pop filters fire rs=sspitzer 101763
2001-09-29 03:41:41 +00:00
sspitzer%netscape.com
b00191fd39
fix #102037 . switch from GetValue() to GetValueConst() to avoid strdups.
...
this one gets hit during imap folder discovery. r/sr=bienvenu
2001-09-29 02:31:34 +00:00
karnaze%netscape.com
e370f08f7b
bug 94341 keep a separate pseudo frame list for a new pseudo block or inline frame. sr=attinasi, r=alexsavulov
2001-09-29 02:20:52 +00:00