pinkerton%aol.net
6233fbb29e
add support for OSX 10.3 SDK support so build done on 10.3 can be run on
...
previous OS versions. Enabled with configure flag --with-macos-sdk=dir
(bug 224161, r=bryner)
2004-01-29 20:18:14 +00:00
neil%parkwaycc.co.uk
9273c1d8de
pref entry for Bug 16498 Finished Downloading sound r=varga sr=bz
2004-01-28 16:07:44 +00:00
dbaron%dbaron.org
608059012f
Push copyright year to 2004.
2004-01-22 22:22:24 +00:00
bsmedberg%covad.net
a017c248a8
Bug 231586 - fix "clickSelectsAll" and "prefWindowModal" prefs on unix (platform-specific) rs=tor
2004-01-20 15:05:36 +00:00
cbiesinger%web.de
808d5dd807
Bug 143783
...
Splash screen should catch mouse button events
patch by kjh-5727@comcast.net (Kenneth Herron (kherron))
r=bryner sr=blizzard
2004-01-18 16:35:22 +00:00
bsmedberg%covad.net
f7929f3e3e
Forgot a file for bug 224578.
2004-01-16 21:54:44 +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
amardare%qnx.com
a700cd7a74
Changes for the QNX ( photon ) platform - it should not affect ( building/runtime ) other platforms.
...
Removed the munlockall() call.
2004-01-05 23:33:39 +00:00
bsmedberg%covad.net
0c471686e7
bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
...
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
dbaron%dbaron.org
19bc58a9e4
Bump version number to 1.7a.
2003-12-19 03:49:12 +00:00
mkaply%us.ibm.com
6e1c205d83
#226678
...
r=pedemonte,sr=blizzard (platform specific), a=mkaply
Take a patch from nsNativeAppSupportWin so multiple firebird windows work
2003-11-25 22:38:39 +00:00
mkaply%us.ibm.com
13a0a10409
a=mkaply - better icons (we got a new converter)
2003-11-25 19:00:15 +00:00
mkaply%us.ibm.com
7ae3ff4846
a=mkaply - better icons (we got a new converter
2003-11-25 18:58:39 +00:00
timeless%mozdev.org
bfe76024bf
Bug 225984 DRefTool analysis for beos files
...
r=roc sr=roc
2003-11-17 20:43:48 +00:00
leaf%mozilla.org
bcfe046f40
bug 224768, r=dbaron. update alpha to beta in version strings
2003-11-07 18:23:23 +00:00
pinkerton%netscape.com
daf318aa3c
adding IOKit dependency for mac static build (sr=bryner, not part of build)
2003-10-31 20:07:44 +00:00
jshin%mailaps.org
6ece9f55bf
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2003-10-30 05:04:45 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
cls%seawood.org
386b7fa766
Workaround gcc -MD dependency issue originally mentioned in bug 105005.
...
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
dbaron%dbaron.org
3e64221e93
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-09-25 20:02:57 +00:00
tor%cs.brown.edu
3d64f8ba5f
Bug 65881 - fix command line option to install private colormap.
...
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
dbaron%dbaron.org
0bf11d1687
Update version numbers to 1.6a.
2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk
c21ab5f961
Bug 165744 Fix transparency and other ugliness with the windows window icons r=dean_tessman sr=dveditz
2003-09-23 10:10:15 +00:00
cls%seawood.org
4ed4bcc52c
Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
...
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
3394ac9186
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
2003-09-17 23:46:45 +00:00
mkaply%us.ibm.com
cb7ad1bcb3
#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
2003-09-15 21:46:07 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
bryner%brianryner.com
06c7c1b2b4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
mkaply%us.ibm.com
04c98dc528
Oops, didn't mean to check that in
2003-08-13 20:42:47 +00:00
mkaply%us.ibm.com
1a880b764d
Bug #215871
...
r=mkaply, sr=blizzard, a=mkaply
OS/2 only - better checking for the message window so firebird/thunderbird/mozilla can coexist
2003-08-13 20:40:53 +00:00
cls%seawood.org
a8b11eb498
Link generated .res files into mingw builds.
...
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
caillon%returnzero.com
d850af5839
These #includes are obsolete after the landing of bug 83536.
2003-07-24 07:17:38 +00:00
mkaply%us.ibm.com
58431f5d65
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-21 18:53:43 +00:00
chanial%noos.fr
b1e88957c4
bug 213158: fix mispelling s/attatch/attach
...
r/sr=dbaron
2003-07-20 21:08:42 +00:00
jaggernaut%netscape.com
83c571e877
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
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
lpham%netscape.com
4e92cde960
update Mac Desktop Get Info string to 1.5b bugzilla #211625
2003-07-12 00:25:51 +00:00
lordpixel%mac.com
1fc761419a
Fix for bug 88393. r=timeless sr=sfraser
...
Don't deploy two copies of all of the icons into the Mac application!
These icons are moving from
mozilla/xpfe/bootstrap/macbuild/Contents to
mozilla/xpfe/bootstrap/macbuild/Contents/Resources
which simplifies their deployment and ensures we only have one copy in the appli
cation, not two.
2003-06-19 02:38:54 +00:00
lordpixel%mac.com
0b3907bd5b
Fix for bug 88393. r=timeless sr=sfraser
...
Don't deploy two copies of all of the icons into the Mac application!
These icons are moving from
mozilla/xpfe/bootstrap/macbuild/Contents to
mozilla/xpfe/bootstrap/macbuild/Contents/Resources
which simplifies their deployment and ensures we only have one copy in the application, not two.
2003-06-19 02:34:44 +00:00
lordpixel%mac.com
c301a2c2bb
Fix for bug 88393. r=timeless sr=sfraser
...
Don't deploy two copies of all of the icons into the Mac application!
2003-06-19 02:30:17 +00:00
bryner%netscape.com
113e881666
Fix static builds on solaris (bug 209104). patch by gisburn, r=me.
2003-06-19 00:01:48 +00:00
dbaron%dbaron.org
71aa3957f7
I don't think alecf meant to check in these printfs.
2003-06-13 21:37:02 +00:00
alecf%flett.org
2751c6b097
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
lordpixel%mac.com
ab240daa5f
Fix for bug 88393 "Check in a high-resolution application and document icon suit
...
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 02:14:35 +00:00
seawood%netscape.com
f0697b9912
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-11 02:10:35 +00:00
lordpixel%mac.com
804f66debb
Fix for bug 88393 "Check in a high-resolution application and document icon suit
...
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 02:04:47 +00:00
lordpixel%mac.com
50b5728166
Fix for bug 88393 "Check in a high-resolution application and document icon suit
...
e for Mac OS X".
r=timeless, sr=sfraser@netscape.com
2003-06-11 01:58:27 +00:00
seawood%netscape.com
08e17ffc51
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-11 01:43:04 +00:00
seawood%netscape.com
a55c738d6b
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-11 01:19:41 +00:00
lpham%netscape.com
fdaf614918
add ldscript bugzilla #105994
2003-06-10 22:10:16 +00:00
bryner%netscape.com
e952d5249e
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
kysmith%netscape.com
af7feea306
updating trunk to 1.5a
2003-06-02 19:41:44 +00:00
dbaron%dbaron.org
61083ede85
Don't bother with strsignal on Linux, since the portability problems aren't worth it. b=177912 r=bryner sr=dmose
2003-06-01 20:18:18 +00:00
scott%scott-macgregor.org
7a2bbbf1f1
change MOZ_PHOENIX ifdef to MOZ_XUL_APP to help GTK2 builds of thunderbird
2003-05-15 00:54:01 +00:00
dougt%meer.net
b766ba9bdc
fixing a dde bug that caused urls that were over 255 chars to fail. Bug 166872, r=law, sr=darin, a=sspitzer@netscape.com
2003-05-02 00:05:08 +00:00
scott%scott-macgregor.org
d893f069dd
change a MOZ_PHOENIX ifdef to a MOZ_XUL_APP ifdef in order to help thunderbird build on linux.
2003-04-24 06:25:12 +00:00
cls%seawood.org
a95e6c12be
Workaround bugs in mingw's windres bugs until next official mingw binutils is released.
...
Bug #134113 r=dmose
2003-04-22 05:57:16 +00:00
timeless%mozdev.org
480a01d3fe
Bug 184295 double assert in nsAppRunner.cpp when command line service is unavailable
...
r=akkana sr=dveditz
2003-04-22 00:20:24 +00:00
sfraser%netscape.com
0fb25d446f
Fix bug 202340: add a mozilla.sdef file describing the AppleEvents dictionary in XML format, and use sdp and Rez to convert it to a .rsrc. Install that in dist/package, and also move PrintPDE.plugin into dist/package. r=ccarlen, sr=bryner/cls.
2003-04-18 20:54:06 +00:00
seawood%netscape.com
fd2883713e
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
danm%netscape.com
4743b6ee88
add url of window to be opened to nsIWindowCreator2::CreateChromeWindow2. bug 195992 r=adamlock,blizzard
2003-04-08 20:47:18 +00:00
lordpixel%mac.com
82d91c07dc
Fix for bug 90823, r=timeless, sr=sfraser
2003-04-06 21:58:14 +00:00
ccarlen%netscape.com
1cabc01e87
Bug 188508 - Upgrade print dialog PDE. r=pinkerton/sr=sfraser
2003-04-03 19:20:27 +00:00
bryner%netscape.com
ac1dc038a3
removing unneeded #include. r=kerz, sr=blake
2003-04-03 02:01:42 +00:00
jj%netscape.com
84c11a0e7e
updated version strings to 1.4b - bug 198279
2003-04-03 01:56:58 +00:00
dougt%netscape.com
ebbbfcf54f
Shutdown Assertion unconditionally says GRE failed when it might be XPCOM that failed. r=timeless rs=me b=196865
2003-04-02 22:46:08 +00:00
seawood%netscape.com
80e1b303cc
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
timeless%mozdev.org
697618b07d
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
seawood%netscape.com
77d95c9188
Fixing --disable-xpinstall bustage.
2003-03-24 00:07:10 +00:00
mkaply%us.ibm.com
4cb601776a
#188249
...
r=cls
Various Makefile changes and stuff
2003-03-21 22:13:43 +00:00
dbaron%dbaron.org
35e86e04c9
Remove unneeded includes to fix HP-UX bustage. b=196183 Patch from <bugzilla-mozilla@thewrittenword.com>. r=timeless sr=dbaron
2003-03-21 20:48:05 +00:00
cbiesinger%web.de
1227555904
198296 --disable-xpinstall breaks mozilla build r=dougt, sr=alecf,jag
2003-03-21 14:08:48 +00:00
mkaply%us.ibm.com
de88c32a88
No bug - OS/2 only - better error message, fix crash
2003-03-19 22:59:50 +00:00
mkaply%us.ibm.com
7afc448359
Last OS/2 bustage - HURRAH!
2003-03-15 18:53:38 +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
jj%netscape.com
578bd21a89
checking in as binary without AppleSingle encoding
2003-03-11 01:57:46 +00:00
mkaply%us.ibm.com
269429909a
#129719
...
r=pedemont, sr=blizzard
OS/2 only - pass correct path to OS/2 turbo
2003-03-10 22:35:37 +00:00
cls%seawood.org
d1479589a2
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
mkaply%us.ibm.com
7bb6ca7678
Better fix for OS/2 bustage - define missing function
2003-03-05 19:55:30 +00:00
mkaply%us.ibm.com
e5ab917761
Fix bustage for now
2003-03-05 18:53:30 +00:00
kairo%kairo.at
5ad0b3c8b1
bug 116375 - unix needs option to customize splash screen, use splash.xpm from the mozilla directory if it does exist, checking in for parish@ntlworld.com, r=bryner, sr=jag
2003-03-05 13:55:09 +00:00
bryner%netscape.com
fea5875f57
Fix Cocoa static build bustage (bug 195995). r=cls.
2003-03-05 08:00:17 +00:00
mkaply%us.ibm.com
f80f26d422
#129719
...
r=cls
OS/2 only - turn on OS/2 specific turbo mode
2003-03-05 04:05:06 +00:00
mkaply%us.ibm.com
ddc2470002
#129719
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - OS/2 specific turbo mode that just preloads the DLLs
2003-03-05 04:04:02 +00:00
bryner%netscape.com
045c5afc96
Move gtk_init to after NS_TraceMallocStartupArgs to try to fix tracemalloc bustage. r=cls.
2003-03-04 05:47:54 +00:00
seawood%netscape.com
ec26667992
Add support for building against X11-based toolkits on OS X.
...
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
bryner%netscape.com
9c58a59069
Consolidate gtk initialization to main(), which fixes inconsistencies with not calling gtk_set_locale(). We can do this now that we're not worrying about drop-in toolkit support. Bug 118478, patch by gelsoft@mx4.tiki.ne.jp, r=me, sr=blizzard.
2003-03-03 08:57:12 +00:00
bryner%netscape.com
1332a759d0
fix leak of nsNativeAppSupport (bug 195515). r=bbaetz, sr=blake.
2003-03-02 04:40:45 +00:00
dougt%netscape.com
faa4a51956
I think that this broke the nsTraceMalloc code - backing it out.
2003-02-28 23:37:37 +00:00
dougt%netscape.com
dccf8bcbee
Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442) Storing the GRE location in a relative way so that we can change GRE versions between launches assuming that they are compatible (191415). Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin.
2003-02-28 21:30:35 +00:00
gerv%gerv.net
763b218418
Bug 194291 - Check in Kerz's simple splash screen (take 2 - even simpler version.) a=asa.
2003-02-28 20:28:13 +00:00
cltbld%netscape.com
ccd102dc21
removed CFBundleGetInfoString = "Mozilla 1.3a, �� 1998-2003 The Mozilla Organization"; per jj's instructions r=loan sr=jj
2003-02-27 23:33:45 +00:00
seawood%netscape.com
0c2431c236
Force in-tree zlib to be built using -fPIC.
...
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
twalker%netscape.com
8e79ef97f4
Version updated to 1.4a. bug# 194082. r=lpham sr=jj
2003-02-25 15:33:09 +00:00
mkaply%us.ibm.com
b893c55f9d
158380 for OS/2
2003-02-24 22:41:14 +00:00
ssu%netscape.com
2d0ab6461d
merging patch to trunk for bug 158380 - The browser desktop icon doesn't work when launching mozilla -mail -turbo. r=jewell,morse,ssu sr=jag
2003-02-24 18:39:05 +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
97ed83b7c5
Default to using absolute symlinks when building on Darwin.
...
Bug #193164 r=ccarlen
2003-02-23 15:54:21 +00:00
gerv%gerv.net
b5cb58bf84
Bug 194291 - Kerz's new splash XPM, take two. What kind of twisted image format stores its own filename inside itself, so it can break if you change it?
2003-02-23 14:35:42 +00:00