alecf%netscape.com
5483b6f627
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
hyatt%netscape.com
d641ffe7f4
Fix CocoaZilla bustage caused by accidental commit of a text file as binary. Not part of build.
2002-01-30 01:23:23 +00:00
leaf%mozilla.org
cac0f1bc4f
update mac version string and copyright year, r=jj bug 119976
2002-01-26 00:10:43 +00:00
pinkerton%netscape.com
cb46d68a19
changes for cocoa product to build and run and coexist in the tree with carbon. r=cls/sr=hyatt, bug# 111230
2002-01-25 22:01:41 +00:00
seawood%netscape.com
39ba085fc5
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
pinkerton%netscape.com
7180e5e8d1
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
law%netscape.com
d44d2bf147
Bug 88123 (and 85860): re-use command line handling code in nsAppRunner when starting a second time on Win32; r=sgehani, sr=blake
2002-01-16 06:48:14 +00:00
timeless%mac.com
e28652dc42
Bug 118105 [Xlib] XPFE code does not treat Xlib toolkit like GTK+ toolkit
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=timeless sr=jag
2002-01-16 05:30:26 +00:00
seawood%netscape.com
e56e20b1dc
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com
27f9ee0d67
Move the initialization of the global component info variable for static build so that --version works.
...
Bug #120080 r=dbaron sr=alecf
2002-01-15 23:53:06 +00:00
seawood%netscape.com
2ae99b0ab6
Replace NTO with MOZ_WIDGET_PHOTON as necessary.
...
Thanks to Brian Edmond <briane@qnx.com> for the patch.
Bug #119275 r=cls
2002-01-14 08:22:35 +00:00
bryner%netscape.com
45d9bafe78
Forgot this file as part of the checkin for bugscape 11533 (commercial splash screen). Change hardcoded splash screen location to a #define set by the Makefile. r=cls.
2002-01-13 06:58:57 +00:00
seawood%netscape.com
1987db669c
Use DIST instead of DEPTH/dist
2002-01-12 07:59:43 +00:00
sdagley%netscape.com
e6649f99f2
checking in as binary (hopefully)
2002-01-11 01:12:58 +00:00
cathleen%netscape.com
a717ed2128
fix bug 118044, windows static build bustage. sr=waterson r=darin, timeless
2002-01-11 00:33:37 +00:00
timeless%mac.com
3bd946fd3f
Bug 119295�[mach] Mach-O Lacks a Custom Icon
...
patch by zach@zachlipton.com r=pinkerton sr=smfr
2002-01-11 00:06:27 +00:00
timeless%mac.com
da5773ac69
Bug 119295�[mach] Mach-O Lacks a Custom Icon
...
patch by zach@zachlipton.com r=pinkerton sr=smfr
2002-01-10 23:36:56 +00:00
bryner%netscape.com
42773117ed
Bugscape 11533 - hooking up commercial splash screen. Adding a rule to xpfe/bootstrap/Makefile.in to echo the list of object files so that we don't have to duplicate it in the commercial version. No longer exporting splash.xpm to dist/bin or packaging it, since it's compiled in. r=cls.
2002-01-08 06:39:47 +00:00
hwaara%chello.se
e7520e970f
re-add new files.
2002-01-05 01:42:26 +00:00
hwaara%chello.se
6b33324e56
#93093 , optimize splashscreens to cut bloat.
...
The Windows splash is now ~500% smaller (from 299K to 60K) and the OS/2 splash is ~300% smaller (from 298K to 101K).
r=mkaply, sr=alecf
2002-01-05 01:33:53 +00:00
danm%netscape.com
f3666195b8
allow nsXULWindow::CreateNewWindow to fail; don't fall back on the appshell. bug 115969 r=jaggernaut,jst
2002-01-04 02:32:48 +00:00
seawood%netscape.com
128ac41103
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
mcafee%netscape.com
e47b64c3d3
Ignore generated files.
2001-12-29 04:19:36 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
bryner%netscape.com
fb3b0746da
Fixing non-gtk (mach-o, qt, xlib, os/2, beos) bustage. r=cls.
2001-12-18 05:00:33 +00:00
lpham%netscape.com
3ba954a7dd
update MacOSX build to 0.9.7+ for the trunk, bug #114693 r=jj/sr=leaf/a=asa
2001-12-18 00:22:59 +00:00
lpham%netscape.com
ff2cd7c4fa
update to 0.9.7+ version for the trunk, bug #114691 r=jj/sr=leaf/a=asa
2001-12-18 00:09:24 +00:00
bryner%netscape.com
8c3e5a6c88
Implementing a splash screen for gtk+. To display it, run mozilla --splash. Bug 27446, r=pavlov, sr=blizzard.
2001-12-17 21:58:15 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
seawood%netscape.com
59ecf91283
Link final binary against MOZ_LIBART_LIBS when building SVG-enabled static version of Mozilla.
...
Bug #115007 r=bryner a=asa
2001-12-14 00:19:57 +00:00
ccarlen%netscape.com
3caeb79289
Bug 108089 - clicking on desktop link brings up profile picker when profile is already chosen. r=law/sr=mscott
2001-12-12 05:02:07 +00:00
serge%netscape.com
195bad9340
checking in for rdayal
...
Removing the MAPI related code from mozilla/xpfe .. patch (id=56117) in bug # 106137.
r=mscott, sr=alecf. This patch also fixes bug # 111199.
2001-12-12 03:55:57 +00:00
mkaply%us.ibm.com
2de415841c
put 92156 fix in OS/2
2001-12-11 23:09:29 +00:00
law%netscape.com
c99f1f12c9
Bug 92156; make sure newWindow flag is passed through to OpenBrowserWindow so DDE requests go to existing windows; r=morse, sr=ben
2001-12-11 22:09:23 +00:00
ccarlen%netscape.com
c343dad63a
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
6d8ea78b52
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
seawood%netscape.com
4de9fbe4c7
Add man page for mozilla. Change default --prefix back to /usr/local .
...
Thanks to Jan Schumann <jschauma@netmeister.org> for the man page.
Bug #94220 r=blizzard
2001-12-06 22:17:24 +00:00
pinkerton%netscape.com
f282cef89b
fix bundle name r=adamlock/sr=sfraser. bug#106729
2001-12-06 15:29:52 +00:00
leaf%mozilla.org
8310ba80d7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
rpotts%netscape.com
1f0cc6e6b9
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
jj%netscape.com
896ffaf1c1
bump up mac version number to 0.9.6+ on the trunk
2001-11-30 22:21:31 +00:00
kaie%netscape.com
4f540afa38
b=75947 Landing security startup performance improvement and related issues.
...
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:36:34 +00:00
jj%netscape.com
ab0a6bfa43
Mozilla icon for MacOS X
2001-11-29 23:08:42 +00:00
jj%netscape.com
2baa8581b2
bug #110132 : updated version number to 0.9.6+ and added <CFBundleExecutable>, <CFBundleShortVersionString>, and <CFBundleGetInfoString> keys.
2001-11-29 23:05:57 +00:00
dp%netscape.com
5709467498
Getting timeline to display startup time even if NS_TIMELINE_DISABLE is defined
2001-11-27 01:10:37 +00:00
dinglis%qnx.com
0b9a9f0c5c
-not part of build-
...
clean up splash screen
removed PHIG env requirement.
2001-11-22 18:45:00 +00:00
seawood%netscape.com
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
jaggernaut%netscape.com
ee4f787321
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
seawood%netscape.com
7bfe5ccb98
Tweak calendar for the static build.
2001-11-15 08:23:53 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
dbaron%fas.harvard.edu
16d9d403f1
FizillaMach: Create MozillaDebug.app for DEBUG builds rather than Mozilla.app. b=109939 r=pinkerton sr=sfraser
2001-11-14 01:45:03 +00:00
seawood%netscape.com
d1f66ef3a9
Link against xinerama libs in static build if xinerama is enabled.
...
Bug #109245 r=lidl@pix.net
2001-11-13 01:48:29 +00:00
jaggernaut%netscape.com
10e6a597bd
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-10 22:20:21 +00:00
sfraser%netscape.com
f4da98e824
Change to convert Widget and Gfx into component DLLs on Mac, bug 94434. r=pchen, sr=beard/darin
2001-11-10 01:05:03 +00:00
jaggernaut%netscape.com
bf6ae6562b
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-07 07:52:48 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
pinkerton%netscape.com
c7c9f95769
backing out last change to fix mach-o build
2001-11-06 18:50:18 +00:00
pinkerton%netscape.com
3e831fafb6
Ifdefs for mach-o build. We do too have a splash screen. r=beard/rs=sfraser.
2001-11-06 15:39:06 +00:00
pinkerton%netscape.com
a22a9c92e4
Stub impl for cocoa [Not part of build]
2001-11-06 15:36:12 +00:00
pierre%netscape.com
3da4d257d9
Checked in for fantasai@escape.com. Bug 43220 "author !important rules override user !important rules in user.css". Add User sheets. Rename Backstop sheets into UserAgent. Fix cascading order. r=pierre/sr=hyatt.
2001-11-06 10:04:05 +00:00
danm%netscape.com
09750f9a69
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +00:00
law%netscape.com
923b439ade
Bug 102017; adding string resource for use in configuring start menu on WinXP; need to include resource constant from new interface file; requires changing resource compiler flags in the makefile
2001-11-05 06:24:38 +00:00
dbaron%fas.harvard.edu
c7a80ff720
Fix up stacktrace-on-crash debugging code in preparation for turning it on by default. b=14989 r=bryner sr=brendan
2001-11-03 05:43:25 +00:00
seawood%netscape.com
f230455df7
Only output startup script *_PATH info if debugging.
...
Thanks to Dawn Endico <endico@mozilla.org> for the patch.
Bug #79039 r=cls
2001-11-03 05:05:47 +00:00
dougt%netscape.com
434e2d7a7d
conditionally create nsIChromeRegistry. b=107346. r=dp@netscape.com, sr=waterson@netscape.com
2001-11-01 22:18:22 +00:00
jaggernaut%netscape.com
2546ff75ba
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
seawood%netscape.com
9b5ae05e33
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
seawood%netscape.com
3e1cbb069d
Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs
2001-10-27 05:49:30 +00:00
waterson%netscape.com
a2107b2f4f
moving Mac OS X mach-o packaging to trunk.
2001-10-23 02:02:57 +00:00
dougt%netscape.com
0a62d4e8d5
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
dbaron%fas.harvard.edu
b45169f3a4
Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163
2001-10-20 01:17:08 +00:00
dougt%netscape.com
d18d7e2b17
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
pinkerton%netscape.com
de44d966b0
use contract id instead of cid now that alecf fixed it. r=lordpixel,sr=sfraser. bug#98504
2001-10-19 14:29:14 +00:00
pinkerton%netscape.com
aa7509b85f
allow a hidden pref to reuse browser windows when we get a GURL event. r=lordpixel,sr=sfraser. bug#98504
2001-10-19 14:14:15 +00:00
pchen%netscape.com
10848c5723
93195, r=jag, rs=ben, fix comment about minimum supported macos version to match code
2001-10-18 05:48:41 +00:00
law%netscape.com
7a0407bd6d
Fixes for bugs:
...
74445 - Add call to DdeUnaccessData (r=pchen, sr=blake)
103849 - Use ::IsIconic to check if window is minimized before restoring (r=matt, sr=blake)
2001-10-17 00:42:12 +00:00
alecf%netscape.com
97912541e2
bug 76339 - kill nsIAppShellComponent, finally. sr=sfraser, r=dveditz
2001-10-16 21:10:35 +00:00
dougt%netscape.com
4f3a44d63b
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
2001-10-16 03:35:52 +00:00
alecf%netscape.com
cf011f78cd
bug 104118 - a non-rdf contractid for windowmediator, to reduce dependencies. r=mkaply, sr=dveditz
2001-10-12 21:03:40 +00:00
dbaron%fas.harvard.edu
a22072c008
Bug 69873: remove nsAutoCString. r=jag rs=scc
2001-10-12 02:57:59 +00:00
mkaply%us.ibm.com
80fc5c2504
#102657
...
r=law, sr=blake
Remove unnecessary platform #ifdefs so any platform can turn on turbo mode
2001-10-09 23:09:49 +00:00
leaf%mozilla.org
cdb3a2e66a
bug 103022, update mac version string. code from lpham@netscape.com, r=granrose, sr=leaf
2001-10-08 22:58:31 +00:00
mkaply%us.ibm.com
2e57e9f4a5
No bug
...
r=cls
Since only OS/2 needs rdf in REQUIRES, put it in the OS2 block
2001-10-08 04:17:56 +00:00
bbaetz%cs.mcgill.ca
f192205f5a
Bustage fix. Remove trailing whitespace.
2001-10-07 20:49:24 +00:00
mkaply%us.ibm.com
1001e86545
OS/2 bustage - we DO need rdf in REQUIRES
2001-10-07 19:45:42 +00:00
jaggernaut%netscape.com
c39b98b2a4
Clean up REQUIRES lines.
2001-10-07 10:35:41 +00:00
mkaply%us.ibm.com
7d54afcb24
#84548
...
r=law, sr=blake
Look for 4294967295 as well as -1 with DDE-WWW_Activate to maintain compatibility with 4.x
2001-10-07 03:52:40 +00:00
mkaply%us.ibm.com
e7d9a96221
No bug
...
r=mkaply, sr=blizzard, a=asa
OS/2 only - add -nodde flag to attempt to diagnose some startup problems
2001-10-05 03:45:49 +00:00
mkaply%us.ibm.com
72816bd6d4
#79798
...
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +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
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
dbaron%fas.harvard.edu
4b3270ebe2
Fix OS/2 REQUIRES bustage. r=jag
2001-09-28 06:57:07 +00:00
alecf%netscape.com
c7840ee904
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
pinkerton%netscape.com
e201a0b7b2
don't associate .jar and .dat files with mozilla. r=sdagley/sr=sfraser. bug# 100065
2001-09-25 14:41:53 +00:00
jaggernaut%netscape.com
865ad3f2af
Bug 100116: remove window mediator's public dependency on rdf.
...
Fixing bustage by adding a #include "nsISupportsArray.h" as was done to the Windows counterpart of this.
2001-09-25 10:58:11 +00:00
alecf%netscape.com
f801e503cc
oops, forgot to check this in - now that window mediator no longer drags in rdf, manually pull in nsISupportsArray to fix bustage (bug 100116)
2001-09-24 23:36:48 +00:00