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

885 Коммитов

Автор SHA1 Сообщение Дата
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
mkaply%us.ibm.com fc3c003287 More OS/2 bustage 2001-09-21 19:31:37 +00:00
mkaply%us.ibm.com 2005f71a2a OS/2 bustage 2001-09-21 13:46:45 +00:00
ccarlen%netscape.com 8ab23df067 Bug 99387 - turbo gain minimized due to profile support. Now observing a notifier which is sent to forget passwords without a profile shutdown. r=bhuvan/sr=mscott 2001-09-21 05:04:25 +00:00
srilatha%netscape.com 6cbfd02463 Fix for bug 98566. Adding support for simple MAPI
r=law, sr=alecf
2001-09-21 02:02:05 +00:00
cls%seawood.org 3bd4e80c52 Change beos sighandler to get the nsAppShellService and call its shutdown function on SIGTERM rather than forcefully quitting the app.
Bug #99564 sr=alecf
2001-09-19 02:51:32 +00:00
dp%netscape.com c14e18584b bug 88844 Fixing turbo mode initialization on launch preventing xpcom double initialization. Merging branch to tip 2001-09-19 01:51:15 +00:00
jaggernaut%netscape.com d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
jaggernaut%netscape.com 25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
syd%netscape.com 8d5aad98c6 Trunk version of latest 88844 stuff, look for "Mozilla Quick Launch" instead of
trying to construct a string based on the app name, which is not working.
r=ssu, sr=brendan, a=asa
2001-09-13 09:09:06 +00:00
alecf%netscape.com 1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
danm%netscape.com fbf19fbd18 disable the code that gets the application name by initializing an http protocol handler before XPCOM is initalized. bug 99286 code=dp r=danm 2001-09-12 17:56:40 +00:00
waterson%netscape.com d363755f7b Bug 98844. Don't include LDAP libs when DISABLE_LDAP build flag is set. r=rpotts, sr=jst. 2001-09-11 22:27:32 +00:00
mkaply%us.ibm.com c2f2881e53 OS/2 breakage 2001-09-11 13:08:11 +00:00
mkaply%us.ibm.com f905f0ca87 OS/2 breakage - forgotten member variable 2001-09-11 05:16:07 +00:00
blakeross%telocity.com 088810f568 Turbo landing:
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben

and some cleanup.
2001-09-10 23:48:09 +00:00
danm%netscape.com 6fcb8d4a5f clean up use of nsAppShellService.UnregisterTopLevelWindow. bug 98792 r=alecf,ccarlen 2001-09-10 23:27:08 +00:00
leaf%mozilla.org adbe6fc200 update user agent string and mac binary version, r=dveditz, sr=mscott, bug
93164
2001-09-10 23:11:09 +00:00
dbaron%fas.harvard.edu 67ef0876cc Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf 2001-09-10 19:42:54 +00:00
jaggernaut%netscape.com b26394e3be Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
blizzard%redhat.com 87395759c4 Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2001-09-08 05:08:13 +00:00
cls%seawood.org 9c5fdde016 Remove unused fullcircle build references.
Bug #98293 r=namachi
2001-09-07 04:59:44 +00:00
jaggernaut%netscape.com 2257b01fb5 Bug 96721: Make nsAppRunner use WindowOpen instead of CreateTopLevelWindow, r=danm, sr=alecf 2001-09-05 22:34:20 +00:00
valeski%netscape.com 93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
bnesse%netscape.com b3a71b6595 Fix for bug 92447. Internalize loading of config file so it can be re-read if the preferences are reset. r=chipc, mitesh. sr=sfraser. 2001-09-05 18:22:10 +00:00
kaie%netscape.com d73bf08c82 b=76915 r=jag sr=hyatt a=blizzard
Fixing a text string.
2001-09-03 14:11:39 +00:00
waterson%netscape.com fe14ff8338 Bug 96910. Restore NS_NewGenericModule() entry point for backwards compatibility. r=dougt, sr=jband, a=asa 2001-08-29 21:59:43 +00:00
ccarlen%netscape.com d48280a189 Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron 2001-08-29 14:02:38 +00:00
dp%netscape.com eebcd1a09b bug #14889 Lazy loading wallet dll r=morse,gagan sr=jband a=asa 2001-08-28 22:32:03 +00:00
thesteve%netscape.com 1324218ecd Bug#81373 (mac static build)
links in "everything" else meta-Component for mac static builds;
and an empty `.o' for other builds.
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-28 02:02:44 +00:00
kaie%netscape.com 81956d03a6 Fixing my checkin for bug 76915 2001-08-23 06:15:38 +00:00
kaie%netscape.com 9acd90d6f6 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
pchen%netscape.com 94c63020fd bug 93195, r=brade, sr=sfraser, relax minimum macos requirement back to 8.5 2001-08-21 21:14:12 +00:00
jj%netscape.com f6b9a047d4 #93164: bump up mac version number to 0.9.3+ on the trunk 2001-08-21 19:49:54 +00:00
dbaron%fas.harvard.edu 113ad642ae Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
waterson%netscape.com b2442974aa Bug 93100. Change NS_DECL_NSGETMODULE to be table driven so we can get at module ctor & dtor callbacks. Update meta-module and static-module stuff for this change, fix meta-module to not register stuff twice. r=cls,leaf 2001-08-21 00:55:20 +00:00
cathleen%netscape.com be72d98064 enable MOZ_TIMELINE tool, bug 78793, r=rogc, sr=waterson 2001-08-17 02:03:34 +00:00
blakeross%telocity.com 64c93bc135 Cleaner fix for making turbo mode dynamic (89504). r=ccarlen sr=ben 2001-08-17 00:25:04 +00:00
dveditz%netscape.com c4e66cbd1e bug 91219 don't hide alert behind splash screen 2001-08-16 10:28:28 +00:00
blakeross%telocity.com 6a13fe367b Enabling and disabling turbo should not require a restart (89504). Also fixes 85437, 81715, 91221, 91350, 92292. r=ccarlen sr=ben 2001-08-16 03:21:40 +00:00
sfraser%netscape.com a777390b77 Project cleanup, rs=scc. Don't link with docShell, which is a component, or ObjectSupportLib, which is pulled in via InterfaceStubs. 2001-08-15 23:19:52 +00:00
dbaron%fas.harvard.edu b566e03467 Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES. 2001-08-15 04:34:46 +00:00
rogc%netscape.com 1de580764a Fix bug 90260: reordering does not work with objdir builds.
r=cls@seawood.org (actually, this is his patch).
2001-08-10 21:01:19 +00:00
cathleen%netscape.com 06ed45c0f0 make static build to support DISABLE_MAILNEWS flag, and enable making
gecko.dll for static build bug=93100 sr=waterson
2001-08-10 05:18:27 +00:00
mkaply%us.ibm.com fcab85c84d #58795
r=mkaply, a=blizzard
Code from aaronr to enable DDE on OS/2 - basically an OS/2 port of nsNativeAppSupportWin.cpp
2001-08-10 03:04:20 +00:00
mkaply%us.ibm.com 94b3f5d377 #58795
r=mkaply, sr=blizzard
Code from aaronr - enable __argc and __argv globals for OS/2 - need for DDE
2001-08-10 03:01:49 +00:00
cls%seawood.org 599e248dcc Add signal handlers for BeOS so tinderbox scripts can run tests.
Add use of BApplication to viewer.
Bug 92381 r=timeless a=blizzard
2001-07-27 22:16:33 +00:00
cls%seawood.org 8a386b3441 Use %var% instead of @var@ for static build substitutions. Fixing win32 side. 2001-07-27 21:32:38 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 8d1819fa40 Use %var% instead of @var@ as placeholders for the static build dynamic module lists. This prevents acoutput-fast.pl from complaining about unknown variables. 2001-07-25 07:01:05 +00:00
blakeross%telocity.com e00176a778 The menu for the turbo systray icon doesn't work on win9x/me (90524). r=ftang sr=ben 2001-07-25 06:22:53 +00:00
cls%seawood.org ea067acf68 Adding startup splash screen support for BeOS.
Moving BApplication creation from libwidget_beos.so to main Mozilla app.
Thanks to Takashi Toyoshima <toyoshim@be-in.org> for the patch.
Bug #65425 r=Makoto Hamanaka <VYA04230@nifty.com>
2001-07-25 02:22:54 +00:00
jaggernaut%netscape.com 985a55362d Bug 91930: browser window doesn't show up on first launch on new/migrated profiles. r=sdagley, sr=jst 2001-07-24 02:57:00 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
jaggernaut%netscape.com 6430792e53 Bug 65993: window.open("") should open a blank browser window, but loads the homepage instead. This should fix a whole bunch of similar complaints about the homepage loading instead of, or right before, the url you wanted from e.g. mail/news. r=jst, r=racham, sr=ben. Many thanks to racham for helping me test my patches. 2001-07-22 19:01:06 +00:00
cathleen%netscape.com 04a2d87fea fixed bug 87004, for win static build, changed libjar and xpinstall to be
dynamic, updated static packager list, added build_static.pl, fixed static
component loader to handle no static component cases, updated and added
.cvsignore for extra files generated by static build
2001-07-19 22:43:14 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
pchen%netscape.com a8c5f66028 bug 32801, r=ccarlen, sr=sfraser, add VersGreaterThan4() function from mac install wizard, change NS_CanRun() to check for running mozilla or NS6+ apps and put up error dialog, also bumped up macos version check to 8.6 2001-07-13 22:40:18 +00:00
pchen%netscape.com ec1f9381de bug 32801, r=ccarlen, sr=sfraser, add STR# resource for error dialog 2001-07-13 22:40:15 +00:00
pchen%netscape.com 867eb96afc bug 32801, r=ccarlen, sr=sfraser, bump up macos version to 8.6 in error dialog 2001-07-13 22:40:11 +00:00
blakeross%telocity.com 70d85e6008 Removing something that wasn't supposed to go in... 2001-07-05 18:09:45 +00:00
blakeross%telocity.com 8dba35d45b Put an icon in the systray when turbo is running (85984). Original code from law. r=kerz sr=ben, comments from dean. 2001-07-05 17:59:36 +00:00
pinkerton%netscape.com 2b5922e9c7 removing xml comment as we think that makes the finder crash on OSX. r=sdagley/sr=sfraser. bug# 89152. 2001-07-04 02:04:13 +00:00
mkaply%us.ibm.com a9b07d5ad6 Os/2 TB break - Not sure why Javier said to remove this - still needed to build OS/2 non static 2001-07-01 15:24:06 +00:00
cls%seawood.org 66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
morse%netscape.com 868cdf9cc6 still trying to back out last change and get back to version 1.287 2001-06-30 00:38:31 +00:00
morse%netscape.com f41f7dacbf backing out last change -- was intended for branch bug got checked into trunk by accident 2001-06-30 00:32:42 +00:00
morse%netscape.com db9eb4088f bugscape 4428, launch what's-New, r=bnesse, sr=alecf, a=chofmann 2001-06-30 00:27:31 +00:00
mkaply%us.ibm.com 38dd9e54a4 88390
r=cls
Hopefully the fix for OS/2 TB bustage - only cat _COMPONENT_LIST in the static build
2001-06-29 17:50:14 +00:00
darin%netscape.com f829862401 Fixes bug 85054 "Hard Drive grinds when disk cache set to zero."
patch=gordon, r=gagan, sr=darin
2001-06-28 01:30:26 +00:00
cathleen%netscape.com e8ed84659e fix autoreg components always get called on startup. bug#85770 r=ssu sr=alecf 2001-06-28 00:06:16 +00:00
katakai%japan.sun.com 18ae7a30d3 bug 80230
RFE: need -region option to switch Region at start up
r=ccarlen, nhotta, sr=blizzard
2001-06-27 07:38:53 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
ccarlen%netscape.com f1b374b66a Fixing bustage from conflict - Bug 86021 r=racham/sr=alecf/a=chofmann 2001-06-20 07:10:56 +00:00
ccarlen%netscape.com 588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
morse%netscape.com 3819faa18e bug 84664, double-clicking mozilla.exe should open new window, r=sgehani, sr=blake, a=asa 2001-06-20 06:43:41 +00:00
cls%seawood.org 624dd88ec7 This should've gone in with yesterday's checkin. Should fix OS/2 bustage 2001-06-19 17:07:12 +00:00
markh%activestate.com fac9fbbb92 Fix bug 65974 - first window after start is below all other open windows
r=laws, sr=hyatt, a=asa
2001-06-16 04:52:44 +00:00
alecf%netscape.com e8ff63b0bb final part of fix for bug 83366 - make DDE code honor the appropriate commandline handler, using new API checked in yesterday..
sr=sspitzer, r=blake a=asa
2001-06-15 21:53:07 +00:00
ccarlen%netscape.com 5e61b0513b Bug 81706 - Disable "turbo" mode when multiple profiles are present. r=law/sr=blake/a=asa 2001-06-15 20:33:34 +00:00
alecf%netscape.com 6e53d98f64 part to of bug 83366 r=blake, sr=sspitzer - update nsAppRunner to use the new command line API a=asa 2001-06-14 23:51:17 +00:00
law%netscape.com 2350eb1a95 Bug 81712; new turbo-mode implementation, removes old stuff and replaces it with code that no longer holds a browser window open; r=syd, sr=blake, a=asa 2001-06-12 22:33:34 +00:00
law%netscape.com fdb15ad6de Bug 25699; Add DDE support to get Acrobat weblinks working; r=syd, sr=mscott, a=brendan 2001-06-06 08:36:59 +00:00
leaf%mozilla.org 56755a9ae9 update user agent and mac version, r=jj, a=asa bug 83999 2001-06-05 23:05:32 +00:00
pinkerton%netscape.com 30640defdc add carbon.r to suck in plst for icon and bundle stuff r=saari/sr=sfraser bug 58228 2001-05-29 23:16:34 +00:00
pinkerton%netscape.com f7c32bb549 add plst to suck in icon and file mappings. r=saari/sr=sfraser bug 58228 2001-05-29 23:15:07 +00:00
pinkerton%netscape.com f3aa81b40c remove 'carb' resource. plst will supercede. r=saar/sr=sfraser bug 58228 2001-05-29 23:14:30 +00:00
sfraser%netscape.com 905731d9e7 Drag the splash screen kicking and screaming into the 90's Appearance world, with some resource tweaks (needed for new splash on the commercial side). r=pinkerton, a=asa. No code changes. 2001-05-25 23:58:35 +00:00
cls%seawood.org e67f8266b8 Updating dependency list to fix senna bustage 2001-05-23 08:56:33 +00:00
law%netscape.com 60ba6b2282 Bug 75599; enabling the infamous '-turbo' cmd line switch; makes nsINativeAppSupport scriptable, adds Win32 code to handle -turbo switch; and tweaks window close logic in navigator.js to 'cache' a browser window; r=cathleen, sr=alecf 2001-05-23 06:04:39 +00:00
cls%seawood.org 3653919819 Set up final link to work for static builds using the generated FINAL_LINK_LIBS & FINAL_LINK_COMPONENTS lists.
Bug #46775
2001-05-18 01:06:02 +00:00
mkaply%us.ibm.com ad51866a7b BeOS bustage - wrong printf 2001-05-17 23:05:57 +00:00
mkaply%us.ibm.com 6f3e469eca #65678
r=mkaply, a=blizzard
We don't have a message queue yet, so create one
2001-05-17 20:19:01 +00:00
dbragg%netscape.com 71c972dd39 Changing NS_SetupRegistry_1 to always autoreg for now. Part of bug 65678 r=dveditz. 2001-05-17 19:59:36 +00:00
mkaply%us.ibm.com 5b2cdcc92a #65678
r=mkaply, a=blizzard
OS/2 code for showOSAlert plus preemptive build break fix with XP_PC
2001-05-17 18:45:54 +00:00
dbragg%netscape.com 7c1c6c9166 Last part of checkin for 65678. nsAppRunner.cpp will detect if a previous
update install completed successfully.  If not it will throw a platform-specifc
alert (showOSAlert.cpp) and kick off the cleanup utility. Then it will exit.
r=dveditz, sgehani. sr=mscott.
2001-05-17 18:35:38 +00:00
dbragg%netscape.com 13cff73550 Last part of checkin for bug 65678. nsAppRunner will detect if a previous update install completed successfully. If not, it will throw a platform-specific alert (showOSAlert.cpp) and kick off the cleanup utility. Then it will close. r=dveditz, sgehani. sr=mscott 2001-05-17 18:35:32 +00:00
dbragg%netscape.com c7ef35c977 Platform-specific alert box to tell user a previous install didn't complete. Part of bug 65678. r=dveditz, sr=mscott. 2001-05-17 05:29:07 +00:00
jj%netscape.com ddc8f99888 fix for #77185 (updating Finder's version string to 0.9+) 2001-05-17 01:46:11 +00:00
law%netscape.com 80fdeac6f8 Bug 53952; replace DDE client to prevent being blocked by ill-behaved applications; r=cathleen, sr=alecf 2001-05-15 10:32:51 +00:00
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
jst%netscape.com ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
mitesh%netscape.com 42dddd7c62 Checking in for chipc@netscape.com
Bug 5132 - cfg implementation
r=bnesse and sr=alecf
2001-05-02 23:00:22 +00:00
mkaply%us.ibm.com f822e94e50 #77245
r=cls
Have OS/2 handle lib names better
2001-05-02 00:23:38 +00:00
timeless%mac.com 95a461167b Bugzilla Bug 68561 Mozilla build with Xlib toolkit only offers GTK+-specific options...
r=cls, sr=scc
2001-04-27 21:35:56 +00:00
bnesse%netscape.com 000d1011d5 Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
bryner%uiuc.edu 97e89fd687 Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
bnesse%netscape.com b0baaeabc3 Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
law%netscape.com 9312504f51 Fix for bug 50424; correct contractID; r=danm, sr=alecf, a=asa 2001-04-19 18:34:53 +00:00
sdagley%netscape.com 241b099532 Increasing memory partition (20MB minimum, 28MB preferred) so we can load something more complex than mozilla.org before hitting tempmem. Ostensibly for #65884 but I'm thinking that Shockwave might need a significantly larger partition (at least SW 8.0, SW8.5 reportedly behaves itself better). r=bnesse,sr=sfraser 2001-04-16 20:50:37 +00:00
disttsc%bart.nl 81dfaf49c1 Fix senna bustage (MOZ_TRACK_MODULE_DEPS) 2001-04-13 03:51:47 +00:00
danm%netscape.com acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
danm%netscape.com c223f055da commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 01:35:41 +00:00
disttsc%bart.nl 72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
danm%netscape.com 33594c68ff removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
disttsc%bart.nl cb793da71f Fix MOZ_TRACK_MODULE_DEPS bustage, add embedcomponents to REQUIRES line 2001-03-29 05:20:32 +00:00
alecf%netscape.com cd56764f82 add call to activate app-startup components when the app starts. r=heikki, sr=blizzard bug 60117 2001-03-28 23:00:02 +00:00
tao%netscape.com d178a7b952 54998: RFE: UI language switching by command line option.
(r=tao,sr=hyatt), checkin for masaki-san.
2001-03-28 20:41:50 +00:00
danm%netscape.com 566bcd714d sigh. allow dependent windows without parents because the Mozilla code will try to do that 2001-03-27 23:19:12 +00:00
mcafee%netscape.com f155c4e5b2 Changing x-remote help url to mozilla.org version, instead of 1994 jamie doc (70167). r=bryner, sr=dveditz 2001-03-27 07:48:11 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
pinkerton%netscape.com d914ce3f00 checking in new icons. old ones were fugly. r=endico/sr=sfraser. 2001-03-23 02:46:21 +00:00
law%netscape.com bd08853588 Bug 50424; open new browser window if there is no explicit url, -mail, etc.; r=mcafee, sr=hyatt, a=asa 2001-03-16 23:51:22 +00:00
sdagley%netscape.com baf08fce65 Fix #72048. Add Carbon target for apprunner project w/'carb' 0 resource so the built app is properly identified as a Carbon app. r=pinkerton, sr=sfraser. 2001-03-16 03:08:41 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
disttsc%bart.nl c16472211e Part of string clean-up bug 70143, move last three #includes of "nsString2.h" over to "nsString.h". r=bryner, sr=scc 2001-03-12 23:17:18 +00:00
timeless%mac.com dc4d7e81c2 fix bug 46127 -console option missing from -help listing
patch by anedah-9@sm.luth.se r=timeless, sr=alecf
2001-03-06 15:51:05 +00:00
jj%netscape.com 352ce0d6e5 using [0x80] instead of #128 for version_minor string. bugzilla 68231 r=sdagley 2001-03-06 05:20:05 +00:00
disttsc%bart.nl 277181c660 Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
jj%netscape.com 3baf592dac Updated verison to '0.8+' + cleaned up 'vers' resources. bugzilla 68231 r=endico 2001-02-28 01:31:28 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
danm%netscape.com 38a93a8cef change name of WindowCreator function to fix inexplicable Windows error necessitating careful ordering of includes files 2001-02-26 02:17:02 +00:00
disttsc%bart.nl 691d31526e Fix MOZ_TRACK_MODULE_DEPS=1 builds (senna) bustage by adding "windowwatcher embed_base" to REQUIRES 2001-02-26 01:35:24 +00:00
danm%netscape.com 735b6541a6 initialize window creator at startup. bug 67368 r=hyatt,jst 2001-02-26 00:31:44 +00:00
danm%netscape.com 1018009367 adding new file nsWindowCreator. bug 67368 r=hyatt,jst 2001-02-26 00:30:58 +00:00
danm%netscape.com 0047f0f33a new callback bridging Mozilla and embedding window creation. bug 67368 r=hyatt,jst 2001-02-26 00:29:16 +00:00
timeless%mac.com 696a139e1a fix bug 68924 -remote option not listed in --help due to mis-spelling
fix by bzbarsky@mit.edu r=timeless, sr=blizzard
2001-02-22 10:23:11 +00:00
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
dprice%netscape.com 997fb091c7 65845 first cut of the order files 2001-02-13 02:48:02 +00:00
blakeross%telocity.com 0940ba390b Removing unnecessary initialization. r=timeless 2001-02-12 21:16:02 +00:00
jj%netscape.com 1b0a703137 #65764 / Bugscape #3508: Update Mac version strings to 0.8. a=r=leaf 2001-02-08 23:33:46 +00:00
blizzard%redhat.com 2b4e188720 Fix bug #59505. Change XP_UNIX to MOZ_ENABLE_XREMOTE for systems that are unix but don't have X ( like QNX. ) Patch from Marcus Fellinger <marcus.fellinger@tomcat.de> r=me, sr/a=alecf 2001-01-31 20:22:41 +00:00
cls%seawood.org afeaffd0c7 Add MOZ_ENABLE_XREMOTE flag so that xremote is only compiled for X-based platforms.
Bug #59505
2001-01-27 03:50:07 +00:00
mjudge%netscape.com a79e1f9316 R,SR = waterson, kin, brendan. trace_malloc work. these changes should only be iuncorporated into the build process if someone defines MOZ_TRACE_MALLOC into their build 2001-01-25 22:54:05 +00:00
cls%seawood.org aa337476a5 Fix for BeOS problem of stripping away needed file attributes.
Thanks to Wade Majors <guru@startrek.com> for the patch.
Bug #66180. r=cls
2001-01-23 15:34:56 +00:00
sfraser%netscape.com c38c4568cc Checking in code contributed by Jason Bagley (jbagley@artlogic.com) to implement window iteration and getting the URL for the front window from Apple Events, and handling of the 'inside' parameter for GetURL Apple Event. This also fixes a problem with AETokenDesc that it was not saving changes made on it back into the AEDesc*. r=me, sr=pinkerton 2001-01-20 02:50:37 +00:00
ccarlen%netscape.com d9dd3b5321 Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom. r=dougt@netscape.com, sr=brendan@mozilla.org 2001-01-18 22:51:57 +00:00
disttsc%bart.nl 6d9e9fae7f Clean up nsAppRunner.cpp, bug=65660, r=timeless, a=alecf 2001-01-17 04:44:13 +00:00
dr%netscape.com 0ff8de4a7f fix for 50121, adds stupid gtk command line options in --help. r=pavlov, sr=ben 2001-01-17 01:40:11 +00:00
dcone%netscape.com c981d2d0e2 r=dbaron sr=buster. Took out the nsIPrintOptions service registration.. which is not needed. 2001-01-16 21:00:58 +00:00
dcone%netscape.com 9349b361ed r=peterl sr = buster. Added printeroptions service 2001-01-11 22:17:38 +00:00
bryner%uiuc.edu 69e9b90bc6 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
timeless%mac.com c86550211b fix bug 50622 change the help content for -CreateProfile.
patch by andre@beta.telenordia.se r=timeless sr=blizzard
2000-12-21 22:22:04 +00:00
sspitzer%netscape.com b2b9ae0910 fix for #14003. finally implement -version.
thanks to mcafee for the patch. sr=alecf.
2000-12-20 23:20:20 +00:00
mkaply%us.ibm.com 95eb3bef14 #60944
r=cls
This was already approved in #60020, just moving it in the makefile
2000-12-08 15:33:19 +00:00
blizzard%redhat.com 936d48d102 Bug #61774. Add -remote help text to the cmd line. Patch from andre@beta.telenordia.se. sr=blizzard sr=alecf 2000-12-05 21:34:39 +00:00
jdunn%netscape.com 1fc7685535 fixing HPUX build bustage
r= cls@seawood.org
# 61368
2000-11-30 11:22:51 +00:00
blizzard%redhat.com 58d045b0c6 Return a specific value if a window wasn't found. Fixes bug #60865. r=tor, sr=brendan, a=alecf 2000-11-29 21:58:30 +00:00
cls%seawood.org 66a18fcbbf Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
mkaply%us.ibm.com fc257e8add #60020
r=cls
Makefile changes to enable/disable console on OS/2
2000-11-14 00:50:30 +00:00
sfraser%netscape.com 36d5cca130 Fix for bug 48887 -- OpenURL apple event drops the last character of the URL. r=beard, sr=scc. Trunk checkin. 2000-11-08 00:53:30 +00:00
alecf%netscape.com bac3c79938 fix for #59125 - back out some stuff that I didn't mean to checkin
(wallet has to be loaded in main1() so that it registers correctly with the
observer service)
r=syd, sr=scc
2000-11-07 08:04:06 +00:00
ccarlen%netscape.com 29477fb5b3 Bug 46866. Splitting profile API into public and internal parts. r=racham@netscape.com, sr=alecf@netscape.com 2000-11-04 16:27:30 +00:00
alecf%netscape.com 574fa5d34d part of fix for #46200 - extract wallet from nsIBrowserInstance, and fixup all callers to call
the wallet service directly.. yay!
r=jag, a=ben
2000-11-02 23:00:08 +00:00
mkaply%us.ibm.com 407f3c54a9 #55813
r=dougt, sr/a=waterson
Support for a MOZILLA_HOME dir to specify pref location
2000-11-01 20:04:59 +00:00
sfraser%netscape.com 891d394da0 Fix for bug 57835; increase the 'Preferred size' in both debug and opt targets to 20480 K. sr=hangas, r=brade. 2000-11-01 00:39:56 +00:00
mkaply%us.ibm.com 2c2985b73b #58617
r/a=cls
Don't copy mozilla shell script to dist on OS/2
2000-10-31 21:49:38 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
sspitzer%netscape.com 92b7c97961 fix build bustage. (for me only) 2000-10-28 06:38:31 +00:00
warren%netscape.com b076e117ab Removed printfs. 2000-10-28 05:07:06 +00:00
warren%netscape.com d1fabdbd6b Fixed FPRINTF => PRINTF 2000-10-28 04:15:35 +00:00
dbaron%fas.harvard.edu 7fed408876 Remove extra 0 param. (Fix warren's bustage.) r=warren 2000-10-28 02:30:42 +00:00
warren%netscape.com 31b979884d Fixed extra 0 param 2000-10-28 01:52:46 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
cls%seawood.org 8cb413f184 Propogate the exit codes of the wrapped binary. Bug #57741 . Thanks to harinath@cs.umn.edu (Raja Harinath) for the patch. 2000-10-25 20:32:37 +00:00
blizzard%redhat.com 84fc714f41 bug #44847. -remote support for unix. r=dmose sr=shaver 2000-10-20 05:14:01 +00:00
beard%netscape.com 36ce81728a Fix for MRJ JITC/TalkBack interaction crasher. r=danm, a=waterson 2000-10-13 01:52:45 +00:00
hyatt%netscape.com 7c4aea8885 Fix for 50846, a=waterson 2000-10-12 20:52:52 +00:00
mkaply%us.ibm.com 8dc839e5f0 OS/2 Tinderbox break
More XP_PC stuff
2000-10-05 13:18:17 +00:00
vishy%netscape.com 8113e13325 sr=mscott,r=vishy (this is racham's code), bugzilla=48981
for standalone app, the profile data has to go in the windows
app data directory - not where the app is running
2000-10-05 03:34:18 +00:00
mkaply%us.ibm.com 0ed6706b0b #54716
r=jkobal, a=blizzard
OS/2 only fix - we weren't destroying the splash screen.
Also put in a fix to honor system setting on OS/2 to not display the splash screen.
2000-09-29 21:20:12 +00:00
ccarlen%netscape.com 824348ed3c Bug #48981 Make use of mpfilelocprovider for Shrimp r=bhuvan,mscott 2000-09-22 05:05:48 +00:00
ccarlen%netscape.com 870b0f6ace Bug #48981 Added mpfilelocprovider lib to makefile r=bhuvan,mscott 2000-09-22 05:04:47 +00:00
ccarlen%netscape.com c4f4edf0a7 Bug #48981 Added mpfilelocprovider lib to project r=sfraser 2000-09-22 05:03:30 +00:00
mkaply%us.ibm.com 4e6fcc31f8 #45185
r=mkaply, a=brendan
An OS/2 specific splashscreen
2000-09-20 14:02:01 +00:00
quy%igelaus.com.au 93854b043f removing mozilla script from ignore list. r=waterson 2000-09-19 05:40:04 +00:00
mkaply%us.ibm.com f6b22f5afb #45185
r=law, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:31:10 +00:00
mkaply%us.ibm.com 86ca2d8c4a #45185
r=cls, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 18:30:32 +00:00
mkaply%us.ibm.com 03fa4b5a98 #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-18 14:25:59 +00:00
mkaply%us.ibm.com 22594e0827 #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-15 20:15:28 +00:00
mkaply%us.ibm.com fcd12d894c #45185
r=mkaply, a=brendan
Code from jblanco for splashscreen on OS/2
2000-09-15 19:19:53 +00:00
rayw%netscape.com 3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00