dougt%meer.net
ece258b392
If GetClipRgn() returns 1 (there is a current clipping region�) it never is selected as the current clipping region, and all the logic that depends on the value of the result of that selection (being SIMPLEREGION, COMPLEXREGION, etc) all evaluates to 1 -> which is NULLREGION. patch by Mark Boudreau.
2005-07-15 17:13:56 +00:00
dougt%meer.net
df7e5a8624
Adding SP build tools. Files by Brad Lassey.
2005-07-12 19:19:18 +00:00
dougt%meer.net
9cf1690a0c
Fixing logic. patch by Brad Lassey
2005-07-11 19:37:39 +00:00
dougt%meer.net
a48c9b7d35
Optimizes ExtSelectClipRgn. patch by Mark Boudreau. r=dougt
2005-07-11 15:32:07 +00:00
roc+%cs.cmu.edu
27a989f7fc
Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer
2005-07-07 18:24:39 +00:00
dougt%meer.net
d7c2d2e639
Adding _mbsicmp implementation. Also adding ENOSYS shunt.
2005-07-07 18:21:16 +00:00
dougt%meer.net
54e5877936
fixing CreateMutexA name
2005-07-06 20:44:27 +00:00
dougt%meer.net
bbe7cf6492
Add CreateMutexA to the shunt
2005-07-06 05:15:55 +00:00
roc+%cs.cmu.edu
334be28567
Bug 294747. Get required NSPR version from system NSPR if building with system NSPR. r=caillon,a=benjamin, patch by Wolfgang Rosenauer
2005-07-05 23:21:52 +00:00
dougt%meer.net
d6e18fc4bf
Fixing up stream io. Adding IEXEC define. npodb
2005-07-01 20:40:46 +00:00
dougt%meer.net
4d29208f2a
dropping the commit stack size to use default. removing LINK env var before calling link to avoid recursive death.
2005-07-01 20:32:30 +00:00
dougt%meer.net
7f0d4b2878
Updating wince toolchain source code. NPODB
2005-06-29 15:21:00 +00:00
roc+%cs.cmu.edu
41bf2924b1
Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc
2005-06-29 03:51:44 +00:00
dougt%meer.net
f66316913e
Adding LR_LOADFROMFILE
2005-06-28 20:23:39 +00:00
dougt%meer.net
dd945eb6ed
Masking out RDW_NOINTERNALPAINT. NPODB
2005-06-28 06:25:59 +00:00
dougt%meer.net
8d0462c2aa
createDC can accept a null init data. We need to handle this or crash.
2005-06-22 05:18:46 +00:00
dougt%meer.net
e91e8b22c2
Implementing |access|. Disabling NSPR all:5 logging during debug. Indicating that VerQueryValue is not a complete impl. via debug output.
2005-06-14 17:11:19 +00:00
dougt%meer.net
a01d20829c
Cleans up font enumeration. Implements TextOutA. Implements SetWindowTextA. Remaps lstr* functions. NPODB
2005-06-10 17:43:15 +00:00
cls%seawood.org
2f8def85e9
Path translation fixes for msys.
...
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
roc+%cs.cmu.edu
4b7e260bb2
Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer
2005-06-01 13:34:37 +00:00
dougt%meer.net
d5ddbba31a
Cleans up EnumChildWindows implementation. Implements IsIconic correctly. Breaks EnumThreadWindows. I stubbed out printf all together. I think that there is a bug in EVC's varargs which crash us. Fixes up ExtTextOut to correctly calculate length. Not part of normal build
2005-05-25 16:03:27 +00:00
bsmedberg%covad.net
f85d414669
Backout the make-diskimage changes from bug 287262, since they are causing problems on seamonkey tinderbox "barcelona". r+a=chase
2005-05-18 14:19:36 +00:00
bsmedberg%covad.net
73c2f5127d
Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase)
2005-05-05 12:38:27 +00:00
dougt%meer.net
35ec26bc1b
Adding fileno to shunt. Windows CE is broken and fileno returns a void*. Windows CE only.
2005-04-29 04:50:36 +00:00
dougt%meer.net
dbb256bb0f
Windows CE Only. Implementing _fullpath and getcwd
2005-04-27 23:11:37 +00:00
dougt%meer.net
79b2e2f545
Don't print the arguments during compile. WinCE only
2005-04-25 18:03:17 +00:00
dougt%meer.net
05764499bd
Checking in the WindowsCE tool wrappers for mozilla. This isn't part of the regular build.
2005-04-25 15:29:24 +00:00
dougt%meer.net
1e491df41d
Adding a few missing registry functions. WINDOWS CE ONLY. Not Part of the normal build
2005-04-22 19:36:37 +00:00
dougt%meer.net
844e4cfc58
Build changes for windows ce. With this patch, configure correctly
...
produces working a autoconf.mk file.
r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229
2005-04-22 19:06:27 +00:00
cbiesinger%web.de
e62643dfbd
Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
...
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
2005-04-22 17:11:13 +00:00
dougt%meer.net
9f3dee1b03
Defaulting SetCurrentDirectory to ASCII. Windows CE only. NOT PART OF DEFAULT BUILD
2005-04-20 23:06:46 +00:00
dougt%meer.net
41bc35fd99
Adding a PRECHECK block to all mozce function to allow debugging per function
...
call. By default, this is not used
Implemented open, close, read, write, unlink, and lseek.
2005-04-05 22:40:37 +00:00
dougt%meer.net
cc65a676ec
1. Mapping printf to mozce_printf.
...
2. Adding NetCat style logging support.
3. Implemented mozce_printf in terms of both NetCat and OutputDebugString
4. Cleaned up shunt project file.
5. Stubbed out wsprintfA
6. Removed some ^M chars.
2005-03-24 21:45:55 +00:00
neil%parkwaycc.co.uk
3baf5961d6
Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg
2005-03-14 15:57:26 +00:00
dougt%meer.net
fb0f3abf85
Lost a change to CreateEvent in the last update.
2005-03-08 05:06:46 +00:00
dougt%meer.net
2b113d2c45
Re-Map ExpandEnvironmentStrings and GdiFlush
2005-03-07 21:58:56 +00:00
dougt%meer.net
05c3422175
Undefining API's if required before redefining. patch by wolfe@lobo.us, r=dougt
2005-03-07 21:10:05 +00:00
dougt%meer.net
81897476a7
Adding Smartphone 2003 Target. Adding BLENDFUNCTION define.
2005-03-07 16:40:25 +00:00
shaver%mozilla.org
b8abe09892
283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg
2005-03-04 13:37:14 +00:00
silver%warwickcompsoc.co.uk
b8ea089315
Bug 283156 - Make make-makefile cope with ../ in DIRS.
...
r=shaver
sr=bsmedberg
2005-03-03 21:12:22 +00:00
dougt%meer.net
d2fecb080f
mapping DialogBoxIndirectParam
2005-02-28 18:06:31 +00:00
dougt%meer.net
a867182719
Adding ExpandEnvironmentStrings and GdiFlush stubs
2005-02-28 18:05:00 +00:00
timeless%mozdev.org
bfdfe67f48
Bug 240473 Tell config tools where .idl files are installed
...
patch by braden@endoframe.com r=bsmedberg
2005-02-24 01:21:01 +00:00
dougt%meer.net
4bd3a74724
Adding GetACP. Disabling CreateEvent due to class member name conflicts
2005-02-22 22:58:32 +00:00
dougt%meer.net
9b30dd6dff
Removing fd_ math functions. adding GetMessageTime simulation.
2005-02-11 16:20:40 +00:00
bsmedberg%covad.net
fa01ef8027
Bug 232003 - AS perl and cygwin GNU make 3.80 don't play well together r=cls
2005-02-07 14:55:07 +00:00
dougt%meer.net
c090a7617c
various fixes. Using static buffer sizes instead of calculating them. implmenting two more API. ExtSelectClipRgn still needs work.
2005-02-03 19:40:10 +00:00
gerv%gerv.net
c9e600ac91
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 15:28:15 +00:00
dougt%meer.net
553d4c9fbc
adding -kb. thanks dbaron
2005-01-28 21:06:58 +00:00
dougt%meer.net
7d75070663
move printfs to DEBUG only, enable nsprlogging during DEBUG, some bugfixes.
2005-01-28 20:13:47 +00:00
timeless%mozdev.org
ccf3814148
Bug 279427 mozilla-xpcom.pc missing include directory
...
patch by braden@endoframe.com r=bsmedberg
2005-01-25 22:07:41 +00:00
cmp%mozilla.org
4d58f3772b
On MacOS X, create a compressed disk image using hdiutil rather than
...
gzipping an uncompressed disk image. b=242845, r=bryner, sr=bsmedberg
2005-01-24 19:49:50 +00:00
dougt%meer.net
4d147dcc76
Landing WINCE shim layer (shunt).
2005-01-20 00:59:02 +00:00
cmp%mozilla.org
942b2a5c16
Fix for code to catch condition that causes bug 276259.
2005-01-06 05:03:27 +00:00
cmp%mozilla.org
c43cb05236
Make make-diskimage fail if ditto command to copy files fails.
2005-01-05 21:48:53 +00:00
gerv%gerv.net
386575a68a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-01-01 18:57:51 +00:00
cltbld
ea7def03e5
bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
...
orld or group writeable. (granrose)
2004-10-21 22:29:13 +00:00
dbaron%dbaron.org
88ea789602
Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin
2004-09-30 05:19:29 +00:00
cls%seawood.org
a9092648b5
Update comments and use enhanced cygwin-wrapper script for nspr & ldap.
...
Thanks to Brian Bober <netdragon@gmail.com> for the patch.
Bug #245918 r=cls
2004-08-18 23:18:55 +00:00
bryner%brianryner.com
27daea5d89
fix profile location for trunk
2004-07-19 20:02:32 +00:00
bryner%brianryner.com
4a4394e740
suppress the default browser dialog when running the profile stage
2004-07-19 19:59:47 +00:00
bryner%brianryner.com
d362a84460
Ensure that NEXT_ROOT is not set when creating a dmg image
2004-06-22 03:19:02 +00:00
cls%seawood.org
7f246234b3
Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
...
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
peterv%propagandism.org
4eb3ddba52
Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst.
2004-05-04 11:46:11 +00:00
cls%seawood.org
3d757e8884
Return the proper value for --idlflags.
...
Bug #240473 r=bsmedberg
2004-04-22 20:17:59 +00:00
gerv%gerv.net
31625ba2b1
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 14:21:17 +00:00
bryner%brianryner.com
c2b4788fd2
- Add detection of -fprofile-arcs/-fprofile-generate to configure
...
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.
Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
cls%seawood.org
576af07911
Update file lists for standalone builds.
...
Bug #235697
2004-02-28 22:01:50 +00:00
cls%seawood.org
fd37aaec68
Removing unused .cvsignore file
2004-02-25 04:23:51 +00:00
cls%seawood.org
bbe803c4d7
Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
...
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
blizzard%redhat.com
b48138999b
remove all of these files - they aren't maintained here anymore
2004-01-12 16:43:55 +00:00
bsmedberg%covad.net
d0f309943a
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
2004-01-07 01:22:31 +00:00
tor%cs.brown.edu
b2fa1a336b
Bug 228069 - remove override of FONTCONFIG_PATH. r=blizzard, sr=bryner, a=asa
2003-12-15 17:27:28 +00:00
timeless%mozdev.org
502d375f7a
Bug 224668 make dependency updating honor -s
...
r=bryner
2003-11-17 06:38:05 +00:00
bsmedberg%covad.net
a16da231df
Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner
2003-10-30 21:05:56 +00:00
cls%seawood.org
892b2c8c54
Updating "standalone" build module dependency maps.
2003-10-18 03:10:08 +00:00
bryner%brianryner.com
196258ac9f
Remove timebomb references from allmakefiles.sh and modules.mk (bug 193740). Patch by sipaq, r=bryner.
2003-10-14 18:22:31 +00:00
colin%theblakes.com
2e3dbf4919
Complete support for DNS rewrite in OpenVMS. b=219487, r=wtc
2003-09-30 14:59:11 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
mkaply%us.ibm.com
7ad3a159fb
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
colin%theblakes.com
d7594f2f9f
OpenVMS only. Define LOGNAME correctly. b=217444, r=blizzard, a=asa
2003-08-29 16:50:34 +00:00
bryner%brianryner.com
3fc9975ef6
Support using $topsrcdir for bash statements in mozconfig files (bug 216505). r=cls, a=asa.
2003-08-25 21:59:07 +00:00
cls%seawood.org
ee0495fa2a
Updating standalone module directory lists.
...
Should fix BUILD_MODULES related bustage from checking for bug 214700
2003-08-15 22:29:52 +00:00
cls%seawood.org
dc2a33bd91
Do not spawn processes when converting cygwin paths. Signficant performance enhancement.
...
Thanks to paxunix@acm.org for the patch.
Bug #206643 r=bryner sr=cls a=mkaply
2003-08-14 21:32:11 +00:00
colin%theblakes.com
96386bfc28
Support for FireBird etc. b=210630. r=cls
2003-06-25 14:47:43 +00:00
colin%theblakes.com
3b10832103
Make mozilla.com able to run Firebird. b=209828, r=cls
2003-06-18 19:18:16 +00:00
seawood%netscape.com
3c1c9a835b
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:22:15 +00:00
cbiesinger%web.de
a10df671ef
missed a few spots
2003-06-05 16:29:11 +00:00
cbiesinger%web.de
85d1b7e902
remove final traces of mng decoder, part of bug 195280. not part of build.
2003-06-05 16:27:19 +00:00
pavlov%pavlov.net
89b728063a
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:16:42 +00:00
tor%cs.brown.edu
e1d5ad41b3
Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard
2003-05-31 10:42:33 +00:00
blizzard%redhat.com
30dfd9090b
Checkpointing changes. Not part of the regular build. Update the plugin path bits in the startup script. Remove some patches that aren't needed anymore.
2003-05-30 13:08:50 +00:00
colin%theblakes.com
515e612b62
Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa
2003-05-14 22:01:25 +00:00
harishd%netscape.com
d04223ecb0
Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org
2003-04-25 20:57:34 +00:00
seawood%netscape.com
55f3a301d1
Workaround Tru64 type quirkiness.
...
Thanks to Jim Brown <jim.brown@miami.edu> for the patch.
Bug #202057 r=cls
2003-04-19 03:12:28 +00:00
seawood%netscape.com
6911f0e7e0
Sync config.guess & config.sub with official GNU copies.
...
Bug #199343
2003-04-18 10:20:15 +00:00
seawood%netscape.com
a002b14264
Removing obsolete include/ from build.
...
Bug #199920
2003-04-04 07:47:31 +00:00
seawood%netscape.com
5a63213a87
Removing obsolete include/ from build.
...
Bug #199920
2003-04-04 07:28:20 +00:00
seawood%netscape.com
19b2850999
Third time's a charge.
...
Thanks to danm@netscape.com for the patch.
Bug #158920
2003-04-02 23:22:41 +00:00
seawood%netscape.com
215fce2c37
'mount -p' can return multiple mount points. Use the first one.
...
Bug #158920 r=sspitzer
2003-04-02 20:48:13 +00:00
seawood%netscape.com
2ea48d15fd
Use 'mount -' to get cygdrive mountpoint rather than assuming /cygdrive.
...
Bug #158920 r=bryner
2003-04-02 06:22:59 +00:00
seawood%netscape.com
042ec455be
Oops. This should have went in with the rest of the fix for bug #122067
2003-03-31 21:02:34 +00:00
blizzard%redhat.com
22d2d5fca2
Bug #198051 . Update package files to keep up with the NSS 3.8 landing. wtc's patch.
2003-03-24 14:57:33 +00:00
mkaply%us.ibm.com
c6ebd60472
#188249
...
r=cls
OS/2 GCC build changes
2003-03-24 14:07:08 +00:00
jj%netscape.com
4781ac4304
MacOSX disk image's Finder window layout file - initial check-in
2003-03-18 23:32:36 +00:00
jj%netscape.com
b644ad92c4
MacOSX disk image bacground image - initial check-in
2003-03-18 23:21:06 +00:00
jj%netscape.com
6ee9ea8166
changes made on 3/11: added support for License Agreement display on mount. optional argument
...
is an .rsrc binary file which resources will be copied into the disk image using Apple's
ResMerger tool. Also enhanced logging.
*** nightly automation - not part of the regular build ***
----------------------------------------------------------------------
2003-03-18 23:18:11 +00:00
jj%netscape.com
0794975356
changes made on 03/05:
...
. dsstore and background image file are now passed as optional arguments
(instead of hard-coded)
. added call to 'OpenUp', a tool to make the disk image's top window open in the Finder on mount.
*** nightly automation - not part of the regular build ***
2003-03-18 23:07:19 +00:00
jj%netscape.com
01bfaac954
changes made on 3/04:
...
. checks for HFS+ minimum partition size
. improves disk image creation & ejection technique
. adds a dsstore and background image file if present in the current dir
*** nightly automation - not part of the regular build ***
2003-03-18 23:01:59 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
blizzard%redhat.com
834f956c16
checkpointing changes. not part of the default build.
2003-03-09 19:00:13 +00:00
timeless%mozdev.org
dd7bb3a66f
Bug 181136 remove xpfe/components/regviewer
...
r=dveditz sr=bz
2003-02-24 17:44:30 +00:00
seawood%netscape.com
1a37dccfa6
Fix typo
2003-02-22 15:29:39 +00:00
bryner%netscape.com
0c2ce2a0fd
'@' needs to be escaped inside strings in perl. fixing mac cfm bustage.
2003-02-22 10:52:27 +00:00
seawood%netscape.com
f26c439c22
Make CFM build aware of buildconfig.html
...
Fixing tinderbox bustage (hopefully)
2003-02-22 08:49:46 +00:00
cltbld%netscape.com
2ec4e8e4c7
Remove ENABLE_TESTS ifdef, so this works for --disable-tests. (mcafee)
2003-02-18 02:52:48 +00:00
mcafee%netscape.com
8901c29ec3
New file, does not affect build. This html test externalizes the bloat url -f cycle mechanism for browsers that don't have -f (TestGtkEmbed, etc.). (193748). r=jrgm, sr=bryner, a=dbaron
2003-02-18 00:07:47 +00:00
blizzard%redhat.com
a188bf5bd3
Bug #193061 . Install the ssl libs into the system dir. Not part of the default build.
2003-02-13 21:10:36 +00:00
pkw%us.ibm.com
27da0df2f9
Bug 163744 - Error message displayed in terminal during startup from
...
command-line on machines which do no have the GNU md5sum program.
r=bryner@netscape.com , a=asa@mozilla.org
2003-02-13 20:30:52 +00:00
sspitzer%netscape.com
16be564589
supplimental fix for #192074 .
...
removing mozilla/mailnews/absync from the tree.
r=cls, this bug has a=asa
2003-02-12 19:56:53 +00:00
blizzard%redhat.com
63e71934f3
lots of 1.3b-related changes. not part of the default build.
2003-02-11 18:05:36 +00:00
sspitzer%netscape.com
7c65035441
fix for bug #192074 . remove the absync code from the mozilla tree.
...
r/sr=bienvenu, a=asa
2003-02-11 08:12:12 +00:00
colin%theblakes.com
c806a90a4b
Fix problem with VAR format files. b=191281. r=cls. a=asa
2003-01-30 19:00:53 +00:00
peterv%netscape.com
bf9244a522
Another CFM bustage fix.
2003-01-22 00:58:20 +00:00
cbiesinger%web.de
bd5c81d502
fixing mac bustage
2003-01-21 21:32:36 +00:00
colin%theblakes.com
4b1b530270
Make the default IPv4. b=189916. r=cls
2003-01-21 20:55:36 +00:00
cbiesinger%web.de
c3aead1b40
187373 r=roc+moz sr=tor remove gfx/src/icon_0.gif and icon_1.gif
2003-01-15 22:01:15 +00:00
bryner%netscape.com
7567117773
Combine content and layout into a single library (bug 106161). r=dbaron, sr=jst.
2003-01-14 07:08:59 +00:00
bryner%netscape.com
ce2428141f
Use the linker option to control which symbols are exported for Mach-O builds (only export NSGetModule from component libraries). Bug 187732, r=cls.
2003-01-06 00:40:49 +00:00
seawood%netscape.com
2457dd3be2
Return proper version number from mozilla-config --version
...
Bug #185551
2002-12-31 11:05:47 +00:00
cbiesinger%web.de
0cb42104bf
fix build bustage (hopefully)
2002-12-22 14:44:38 +00:00
cbiesinger%web.de
762f84951e
88685 r=cls final USE_IMG2 removal
2002-12-22 13:10:26 +00:00
seawood%netscape.com
7ab8ea0ad7
Pull calendar & libical by default for mac builds too.
2002-12-13 00:52:10 +00:00
blizzard%redhat.com
db2f5f2cce
Bug #178834 . Startup script clobbers MOZ_PLUGIN_PATH. a=peter
2002-12-12 20:28:27 +00:00
colin%theblakes.com
0824e190c0
OpenVMS build changes. b=180290. r=cls
2002-12-12 00:08:59 +00:00
peterv%netscape.com
9ea8b175b0
Bustage fix for rods (once more).
2002-12-10 16:58:14 +00:00
peterv%netscape.com
c78573f69e
Fix for bug 146310 (Make Calendar client available for Macintosh platform). sr=sfraser, a=asa.
2002-12-07 11:57:09 +00:00
blizzard%redhat.com
1cd335e8aa
Bug #165198 . object files are not stripped for RPM build. Use --enable-strip not --enable-strip-libs.
2002-12-04 15:29:03 +00:00
shanjian%netscape.com
3b0054ca0b
bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
...
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-22 22:36:42 +00:00
smontagu%netscape.com
25245b12da
Backing out shanjian's last checkin
2002-11-20 23:58:14 +00:00
shanjian%netscape.com
af6dc1965c
bug 176528, need a nsISemanticUnitScanner to support intl spam mail filter
...
Implement a new interface for this purpose.
win&linux, p=ftang, r=shanjian, sr=beard
mac build, p=nhotta, r=ftang, sr=beard
2002-11-20 21:13:52 +00:00
blizzard%redhat.com
5b31930980
Bug #180700 . Only link with superwin with gtk 1.2. r=cls
2002-11-19 03:11:13 +00:00
seawood%netscape.com
b7762135e9
Get MOZILLA_VERSION from central config/milestone.txt file
...
Bug #179565 r=asasaki
2002-11-19 03:06:29 +00:00
ccarlen%netscape.com
bd10f91b44
Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin
2002-11-09 19:38:43 +00:00
asasaki%netscape.com
c3af22841a
bugscape 17934, which has code for unhardcoding versions in both trees
...
(bugzilla reference 169074). r=cls, no sr= needed for build changes.
2002-11-08 23:04:01 +00:00
bryner%netscape.com
399a7ee28e
Stop building and packaging XBL form controls, since they aren't being actively worked on and aren't slated to be turned on anytime soon (bug 172288). r=jkeiser, sr=blake.
2002-11-08 06:09:17 +00:00
peterv%netscape.com
b71a88f912
Turn on basic junk-mail detection functionality in mail on Mac. r=dmose.
2002-11-07 22:30:16 +00:00
jfrancis%netscape.com
d35f47e57f
175943: port layout-debug plugin+component to mac. This build option is not on by default.
2002-11-07 12:06:49 +00:00
sspitzer%netscape.com
6892e100cf
mac build change for mailViews. bug #176850 .
...
sr=sfraser.
2002-11-06 22:27:17 +00:00