Граф коммитов

89291 Коммитов

Автор SHA1 Сообщение Дата
rginda%netscape.com 4fcdb2ddf6 bug 97944, sr=shaver, r=cls,peterv, build venkman by default
descend into jsd if DISABLE_JSD isn't defined.
2001-09-30 05:57:50 +00:00
rginda%netscape.com c289c7f872 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 aeb875870c 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 b241cfac14 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 ac4e442a21 Sync up xmlterm module name for static builds. 2001-09-30 01:59:13 +00:00
seawood%netscape.com 1693547812 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 9cfc49d1c7 Create build_all_dep target to avoid doing the export phase twice 2001-09-30 00:13:35 +00:00
seawood%netscape.com 258f63488a Old age...that's gotta be it. 2001-09-29 23:38:14 +00:00
seawood%netscape.com 59a2921a5d 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 b4cb4dc46b 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 5a2640b3c0 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 83c59e9a1f Fixing REQUIRES bustage. r=bbaetz. 2001-09-29 21:41:30 +00:00
brendan%mozilla.org 2871bfbfab 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 0679a8f54a 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 5b3af2de2d More javadoc 2001-09-29 20:55:03 +00:00
nboyd%atg.com 0783a94aa4 Move serialization classes to separate package. 2001-09-29 20:54:08 +00:00
nboyd%atg.com 9f75ff8405 Move serialization classes to new package. 2001-09-29 20:50:59 +00:00
nboyd%atg.com 96663e8b43 Move serialization files to separate package. 2001-09-29 20:50:18 +00:00
bryner%netscape.com f912add4c0 fixing REQUIRES bustage for win32. 2001-09-29 20:41:58 +00:00
vidur%netscape.com c3b6b38328 Fixing build bustage. Access proxy needs necko. 2001-09-29 18:40:14 +00:00
vidur%netscape.com 338e3871f8 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 883c91c685 adding uuid r=me,biesi sr=waterson bug 77354 2001-09-29 14:05:14 +00:00
seawood%netscape.com 31ebfa8d88 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 123ca30ce8 Build glue:nsCOMPtr.cpp instead of base:nsCOMPtr.cpp Bug #99698 r=sdagley 2001-09-29 12:22:57 +00:00
jaggernaut%netscape.com aadccb6c44 Removing dead code, r=dbaron, rs=scc 2001-09-29 10:18:32 +00:00
jaggernaut%netscape.com 9668102e13 Bustage fix. Sorry about that. 2001-09-29 09:15:25 +00:00
seawood%netscape.com e48a313e9f 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 fdc4078bc4 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 b3d8a97447 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 eaaec88e31 Fixing xpctools build on win32. r=cls. 2001-09-29 06:24:41 +00:00
dbaron%fas.harvard.edu 1923855bf8 Fix HP bustage -- can't static_cast to an incomplete class. 2001-09-29 06:12:57 +00:00
jaggernaut%netscape.com 300cb58d9b Make "Open New Tab" modifier "accel", not "control", sr=hyatt 2001-09-29 06:12:48 +00:00
dbaron%fas.harvard.edu 88c0af5e6e Fix incorrect parameter to strtok_r. b=99245 r=bnesse sr=alecf 2001-09-29 05:55:53 +00:00
dbaron%fas.harvard.edu 8ba18a88ad Oops. Backing that out. 2001-09-29 05:10:22 +00:00
dbaron%fas.harvard.edu 8e509c870e Previous comment should refer to bug 102208. 2001-09-29 05:09:37 +00:00
dbaron%fas.harvard.edu ba730bf145 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 5b776da704 Fixing inspector build on windows. r=cls. 2001-09-29 04:53:00 +00:00
cmanske%netscape.com 2008b9fd8c 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 0bfa5be787 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 2d6b93964a 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 bd858f5706 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 bff52f521c 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 589f5572bc 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 5fc3533144 Add OBJ_PREFIX support to build system.
Bugscape 9498 r=bryner sr=syd
2001-09-29 04:30:14 +00:00
cmanske%netscape.com 3976071f26 Fix duplicate colors in colorpicker, b=100323, r=brade, sr=hewitt 2001-09-29 04:28:15 +00:00
ccarlen%netscape.com 76f5d02412 file nsICloseAllWindows.idl was initially added on branch MOZILLA_0_9_4_BRANCH. 2001-09-29 04:07:55 +00:00
ccarlen%netscape.com c28db1b017 file nsCloseAllWindows.js was initially added on branch MOZILLA_0_9_4_BRANCH. 2001-09-29 04:07:51 +00:00
seawood%netscape.com 76b2dbefad Files must end with a newline.
Fixing tinderbox bustage
2001-09-29 03:55:30 +00:00
bienvenu%netscape.com 55f2d49b20 fix mem leak of msg hdr when pop filters fire rs=sspitzer 101763 2001-09-29 03:41:41 +00:00
sspitzer%netscape.com 00d02b35ff 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