Commit Graph

2066 Commits

Author SHA1 Message Date
bruce%cybersight.com
02d5c96f85 ANSI C++ fix. Fixes HP-UX build with aCC. Use 'friend class nsFoo' rather than 'friend nsFoo'. 1999-07-30 23:39:28 +00:00
mscott%netscape.com
64e328d953 Fix Bug #10706. Restore menus to chrome urls that are opened using window.open from the task manager. r=danm 1999-07-30 23:35:19 +00:00
briano%netscape.com
24c649b4b4 Added a newline to the end of file to fix the Unix native compiler builds. 1999-07-30 21:49:32 +00:00
hyatt%netscape.com
0758bdd7aa This is a sample XUL file that nobody uses. Completely harmless. 1999-07-30 00:34:09 +00:00
valeski%netscape.com
db0a61eb53 cyeh approved - stability repairs 1999-07-29 21:16:27 +00:00
cltbld%netscape.com
05a753d774 anal cleanup. 1999-07-29 20:02:29 +00:00
blizzard%redhat.com
fe8fd51bc4 fix linux startup bustage. reviewed by sspitzer, approved by cyeh. 1999-07-29 19:42:55 +00:00
mscott%netscape.com
aa51635bc8 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
mscott%netscape.com
c790980c6e fix build breakage....include config.mak 1999-07-29 03:56:54 +00:00
gagan%netscape.com
7ec27fb95c Fixed the resource:// to resource:/ May be related to the menu problems. Appr'd leaf. 1999-07-29 01:31:47 +00:00
briano%netscape.com
5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
dp%netscape.com
1656e7ba4b Removing Makefile that got checked in by mistake, I think 1999-07-28 18:47:56 +00:00
warren%netscape.com
d3f12d9b9c Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:42:53 +00:00
law%netscape.com
0499f6482a Fix for necko build bustage 1999-07-28 06:53:32 +00:00
racham%netscape.com
c2e179762c Fixing no migration profiles case. bug 9783 1999-07-28 06:32:08 +00:00
law%netscape.com
15aa14fba9 New stream xfer dialog plus .dtds 1999-07-28 06:17:48 +00:00
law%netscape.com
a4fc477794 Enable overriding initialization 1999-07-28 05:51:43 +00:00
law%netscape.com
dc6684f17b Updating (not in the build, yet) 1999-07-28 05:37:44 +00:00
law%netscape.com
418ea5fa47 Add JavaScript/JavaScriptDebug .shlbs 1999-07-28 05:35:49 +00:00
law%netscape.com
25cfab8fd6 Adding nsIStreamTransferOperation to build. 1999-07-28 05:33:46 +00:00
law%netscape.com
d98b1c3526 Add new .idl 1999-07-28 05:31:39 +00:00
law%netscape.com
c604dee630 Adding .js file 1999-07-28 05:29:23 +00:00
law%netscape.com
5a7e527bc7 First Checked In. 1999-07-28 05:05:43 +00:00
law%netscape.com
eb0ba8eac5 First Checked In. 1999-07-28 04:59:31 +00:00
law%netscape.com
dce20a6f0f First Checked In. 1999-07-28 04:49:06 +00:00
mscott%netscape.com
0e85f5c4eb add one more necko ifdef for davidm. 1999-07-28 03:40:03 +00:00
davidm%netscape.com
4c354b1d55 #if def out the code so NECKO doesn't break 1999-07-28 03:37:30 +00:00
davidm%netscape.com
11dbdfa4d5 4279 [FEATURE] JavaScript Alert dialogs 1999-07-28 02:52:14 +00:00
davidm%netscape.com
71296fc7ed Add dialogOverlay.dtd 1999-07-27 23:37:39 +00:00
davidm%netscape.com
7a3faede9e Use tasksoverlay.css and tasksOverlay.dtd 1999-07-27 23:37:12 +00:00
davidm%netscape.com
ac7a6a32cb Add tasksOverly.dtd and dialogOverlay.dtd 1999-07-27 23:35:12 +00:00
davidm%netscape.com
7c8734e60f move taskbar to tasksOverlay.css 1999-07-27 23:34:21 +00:00
briano%netscape.com
007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
davidm%netscape.com
3911ea1aed Add taskOverlay.css 1999-07-27 23:20:21 +00:00
davidm%netscape.com
1e472c4a3d Change code so JS doesn't throw 1999-07-27 23:16:52 +00:00
davidm%netscape.com
ee185ec7b7 First Checked In. 1999-07-27 23:16:26 +00:00
law%netscape.com
b018daa6a9 Adding new .dtd files; a=mcafee 1999-07-27 23:01:32 +00:00
law%netscape.com
59b4c236e3 Adding new .dtd files; a=mcafee 1999-07-27 22:47:56 +00:00
danm%netscape.com
a5bfeab9c4 straighten out OS chrome flags and synchronize in Windows source 1999-07-27 22:42:34 +00:00
sspitzer%netscape.com
e41ee9aba7 wrap pref calls with try / catch 1999-07-27 21:48:08 +00:00
waterson%netscape.com
91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
syd%netscape.com
de1d246234 In the spirit of DumpDOM, adding this to your JS file should cause a dialog to come up displaying the
first Javascript error encountered. Code taken from Danny Goodman's JavaScript Bible. Works with 4.x,
doesn't seem to work yet with 5.0 but I'll be filing a bug on that.
1999-07-27 09:01:51 +00:00
syd%netscape.com
8f3b784815 Add onerror.js 1999-07-27 08:59:48 +00:00
syd%netscape.com
f37594189d added onerror.js 1999-07-27 08:58:37 +00:00
danm%netscape.com
0fc40a2bfd enabling the OK button 1999-07-27 06:44:26 +00:00
danm%netscape.com
25c2d9c6ad hooking up window OS border control from JS/C++ 1999-07-27 06:34:25 +00:00
pavlov%netscape.com
96b4208fe4 window creation changes 1999-07-27 04:27:17 +00:00
hangas%netscape.com
bacba6b157 Added taskbar to all mailnews windows, fixed xul files that began to fail after recent C++ checkins, and misc small UI enhancements. Hook? = arielb 1999-07-27 02:57:36 +00:00
evaughan%netscape.com
ec5c2b3d67 Placing padding on the outer most frame like the window tag does not work properly.
So removing padding for now until this works.
1999-07-27 02:22:59 +00:00
neeti%netscape.com
088bd4235e cookie prefs not being initialized bug 10444
walletService not being initialized bug 10474
cookie prefs off by one bug 9745
1999-07-27 01:44:15 +00:00