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

2194 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com 6b419352b7 Get rid of warning by using PRUint32s instead of comparing signed and unsigned values. 1999-07-18 08:13:04 +00:00
rjc%netscape.com c88e8ce2ad Fix. 1999-07-18 08:09:04 +00:00
hyatt%netscape.com 32e58557ce Rules for XP menus in the global css file. 1999-07-18 07:42:17 +00:00
rjc%netscape.com 6b61df1062 More bookmark command support. 1999-07-18 05:58:26 +00:00
rjc%netscape.com 6def62cc14 Start implementing some bookmark commands (for context menus, UI, etc.) 1999-07-18 03:55:20 +00:00
ramiro%netscape.com ca57fc99d2 Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
gagan%netscape.com 4b185a7f03 Added #include to nsNeckoUtil.h. NECKO only. 1999-07-17 20:49:15 +00:00
mcafee%netscape.com ed22aed9bb Better include for GetURI(), thanks to Andreas Otte for this patch. 1999-07-17 17:45:46 +00:00
ramiro%netscape.com 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
mcafee%netscape.com 1581e051e6 Missing header file, fixes NECKO build 1999-07-17 04:38:31 +00:00
rjc%netscape.com d9ae69ad5c Small command API cleanup. 1999-07-17 02:19:23 +00:00
morse%netscape.com 4550dfb70e NetSupportPrompt.xul was missing 1999-07-17 02:05:21 +00:00
morse%netscape.com 6fb87f24b3 xul files have moved 1999-07-17 02:04:09 +00:00
syd%netscape.com 145fec15ab changed xul.css to new chrome form. 1999-07-17 01:39:39 +00:00
law%netscape.com 9f7a9d7672 New and improved unknown file type dialog implementation 1999-07-16 23:50:25 +00:00
law%netscape.com 2dc9480bc2 New and improved "Unknown FileType" dialog implementation 1999-07-16 23:50:15 +00:00
slamm%netscape.com 27b8289eff Fix build warnings. 1999-07-16 20:06:37 +00:00
warren%netscape.com c5684bf4d7 Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
law%netscape.com ba584ab552 New and improved find dialog implementation 1999-07-16 01:54:44 +00:00
sspitzer%netscape.com 795b1639ef ignore the generated makefiles 1999-07-16 00:46:17 +00:00
slamm%netscape.com 210d82664c Go into inplace editing after second click. Commit implace edit if clicking some place new. 1999-07-15 23:06:58 +00:00
slamm%netscape.com ecf5ea988c Tweak presentation. 1999-07-15 23:05:56 +00:00
rjc%netscape.com de4976893e Add support for updating a bookmark's "Last Visited" date when its URL is loaded. 1999-07-15 09:05:48 +00:00
rjc%netscape.com 011ef24889 As bookmark properties change, update the "Last Modified" attribute to the current date/time. 1999-07-15 08:15:03 +00:00
putterman%netscape.com 98c701e891 Added twisty images and style rules. 1999-07-15 03:08:07 +00:00
putterman%netscape.com 172493502f Added twisty images. 1999-07-15 03:07:53 +00:00
mcafee%netscape.com 152fa82424 Removing unused variables, fixing linux warnings. 1999-07-15 02:57:16 +00:00
mcafee%netscape.com 3fec11df46 Removing unused variables, fixing warnings. 1999-07-15 01:51:21 +00:00
rjc%netscape.com 292f133fb6 Disallow inline editing on separators. 1999-07-15 01:16:38 +00:00
rjc%netscape.com 43efcfc3a3 Add support for more language translations and multiple translation engines. 1999-07-15 00:48:51 +00:00
rjc%netscape.com 83855ed0c2 Use 64-bit LL_MUL instead of LL_MUL32 1999-07-14 23:43:43 +00:00
matt%netscape.com 31cb2ebe30 Adding makefiles for *gif files moved over.
Adding xul.css point to them
1999-07-14 23:07:40 +00:00
law%netscape.com 0bbcc0279e Adding nsISearchContext to build. 1999-07-14 22:59:56 +00:00
rjc%netscape.com e78f714954 Temporary fix for build bustage. 1999-07-14 22:50:41 +00:00
law%netscape.com 115fb07e4f Adding nsISearchContext to win/unix builds 1999-07-14 22:42:13 +00:00
matt%netscape.com bdb9b1ff70 Adding scrollbar images files from /scr to global directory 1999-07-14 22:28:50 +00:00
sfraser%netscape.com 5a350831a6 Beep on search failure now. 1999-07-14 22:22:12 +00:00
sfraser%netscape.com fabf16eeed Make file dialog localizable, and try to set focus to the edit field. 1999-07-14 22:21:59 +00:00
kmcclusk%netscape.com f052dc2f0d fixed bugs #6303, #6753, #6756, #6759
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
gordon%netscape.com b15ee35f12 Changed value returned inside #ifdef NECKO. 1999-07-14 21:17:40 +00:00
rjc%netscape.com 012a026488 Cleanup. 1999-07-14 21:16:33 +00:00
rjc%netscape.com e34c0b9e67 Add various date columns as well as support for inline editing (just on the name column for the moment, until some content model issues are resolved.) 1999-07-14 21:15:35 +00:00
rjc%netscape.com 5f85744ab9 Add support for int and date Literals. 1999-07-14 21:14:56 +00:00
sfraser%netscape.com 4a486fc5e6 File Removed. 1999-07-14 20:41:11 +00:00
slamm%netscape.com d3e0332e6f Use chrome url to find xul.css 1999-07-14 16:53:41 +00:00
slamm%netscape.com 4fe5dda4c5 Remove column headers 1999-07-14 15:49:18 +00:00
matt%netscape.com b85629bcd0 chaning browser to navigator 1999-07-14 03:56:54 +00:00
matt%netscape.com c38fdcf2a2 I'm a dumbass....changed dir from browser to navigator 1999-07-14 03:55:09 +00:00
cltbld%netscape.com 780425be49 captital M 1999-07-14 03:02:00 +00:00
cltbld%netscape.com 01097c7675 capital M. 1999-07-14 03:00:30 +00:00
cltbld%netscape.com e1d23a0585 someday, when my makefiles are in paris, in the louvre, i will be
worshipped like a GOD - briano
1999-07-14 02:58:34 +00:00
cltbld%netscape.com 851e9dabda capital M, capital M 1999-07-14 02:56:44 +00:00
matt%netscape.com 7e3f7cde44 chromifying for xul.css 1999-07-14 00:54:38 +00:00
matt%netscape.com 0071b16861 chromifying 1999-07-14 00:53:40 +00:00
matt%netscape.com d7f8f4d060 Removing files and moving them to chrome directories
* gif Netsupport* navigator.xul tooltip.js unknownContent.xul
viewSource.xul viewsource.js is moved to broswer/resources/content

*css is moved to browser/resources/skin
1999-07-14 00:42:36 +00:00
matt%netscape.com d973c03374 Adding makefile to global 1999-07-14 00:27:23 +00:00
matt%netscape.com 205caeb2b3 Moving xul.css from /src to the chrome directory
Changed the gif urls to /src directory and at
some point hyatt or i have to move these gifs over here
1999-07-14 00:26:29 +00:00
matt%netscape.com ad3af46323 Adding makefiles for skin 1999-07-14 00:24:42 +00:00
matt%netscape.com 75cf0caf36 Adding makefile for resources 1999-07-14 00:21:16 +00:00
matt%netscape.com f79370ce9a Adding global directory to makefiles 1999-07-14 00:15:00 +00:00
matt%netscape.com 7f8b56ddbc Removing contentframe.js and moving to content directory
Removing xul.css and moving to global/skin
1999-07-14 00:08:42 +00:00
matt%netscape.com 2a3fccc9ae Moving files from browser/src to resources/content
Changed xul.css to chrome://global/skin
1999-07-14 00:03:57 +00:00
sspitzer%netscape.com 327b067ece ignore the generated Makefile 1999-07-13 18:57:49 +00:00
slamm%netscape.com 48c53c1488 Fix open/close state saving. Thanks to putterman for the fix. 1999-07-12 23:23:41 +00:00
blizzard%redhat.com 650089e50c Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh. 1999-07-12 20:31:03 +00:00
matt%netscape.com f2ef9a132a fix for bug 9330. Appoved. Reviewed by bill 1999-07-12 19:36:59 +00:00
duncan%be.com c8a258ae7c Temporary fix for BeOS menus: do not load dynamically. Will try to
fix this for M9.
BeOS only checkin authorized by cyeh.
1999-07-12 19:15:01 +00:00
waterson%netscape.com 5319e5afb7 Bug 9506. Make a single column until we get column pushers for the tree widget. 1999-07-12 18:26:31 +00:00
dp%netscape.com 3c5bcce099 Backing out release build autoreg optimization. The optimization fails
if people pull a more recent build on top of their existing one.
- approved by Chris Hofmann
1999-07-12 07:45:01 +00:00
duncan%be.com 867656f29d Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
hyatt%netscape.com de170f44cc In a fit of complete stupidity a couple of days ago, I checked in an altered
navigator.css file that changed the print button's image to the back button's
image. (I was demonstrating the ability to change the chrome to someone,
and never removed the change, and then it slipped in with my real changes).

Backing out this change and fixing the poor print button.
1999-07-10 07:43:05 +00:00
radha%netscape.com 5d6c22f4d6 Don't include MsgCompose header files to invoke the Messenger when a mailto: is clicked.
Use ToolkitCore.ShowWindowWithArgs instead. I know about all that is going on
regarding using window.open instead of showwindowwithargs. But in this case,
I really have no choice. Plus, this code will go away when I get to use
NECKO's protocol registry.
1999-07-10 00:15:04 +00:00
pavlov%pavlov.net 8792734fb7 fix bug 9564 r=mcafee a=cyeh 1999-07-09 23:41:29 +00:00
waterson%netscape.com 74c95cffaf Bug 9546. Hard code width of window so window doesn't grow without bound when intrinsically sized. 1999-07-09 23:12:43 +00:00
waterson%netscape.com c1a1f0c695 Bug 9431. Don't return failure if can't find bookmarks file. 1999-07-09 23:09:59 +00:00
law%netscape.com 47bb1ad72a Fix for bug #5635; reviewed by hyatt, approved by chofmann 1999-07-09 21:39:29 +00:00
warren%netscape.com 0cd57746e8 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
pavlov%pavlov.net f946abc9f0 turning intrinsic sizing on for unix part 2 r=saari a=chofmann 1999-07-09 17:25:14 +00:00
racham%netscape.com 9c653a2f9c Profiledefaults dir is the install directory. Rev by gayatri. Approved by chofmann 1999-07-09 04:33:32 +00:00
sdagley%netscape.com 7a6c773df8 Part deux of the fix for #8491. Had to add the ability to externally re-init NSPR's log feature as we were reading the environemnt vars on the Mac after the initial init. Reviewed saari. 1999-07-09 04:03:51 +00:00
sdagley%netscape.com 4950c2b602 Fix for bug #8491. Reviewed scc, approved chofmann. Provide support for environment variables on the Mac so PR_Log can query for what modules are actually supposed to be logged. See the bug comments for a description of how to set the enviroment variables. 1999-07-09 02:44:31 +00:00
law%netscape.com 208b3a357c Fix for bug #8539; reviwed by sfraser, approved by chofmann 1999-07-09 01:25:03 +00:00
law%netscape.com a9f9214fe4 Fix for bug #8537; reviwed by sfraser, approved by chofmann 1999-07-09 01:23:33 +00:00
law%netscape.com 30ce6c1d55 Fix for bugs #8537 and #8539; reviwed by sfraser, approved by chofmann 1999-07-09 01:22:08 +00:00
law%netscape.com 1b06ca9ff8 Fix for bug #9377; reviewed by matt@netscape.com; approved by cyeh@netscape.com 1999-07-09 01:19:28 +00:00
sfraser%netscape.com 2584bb89d6 Fix for 7060 -- new blank page crashes on windows. Changed from using about:blank to empty_doc.html, because about:blank barfs on Windoze. r kin, a chofmann 1999-07-09 01:17:29 +00:00
hyatt%netscape.com 852d5ca012 Fixing the double-scrollbar problem in the browser window. 1999-07-09 00:39:35 +00:00
hyatt%netscape.com 291890d851 Didn't mean to check in navigator.xul. Backing out. 1999-07-09 00:18:32 +00:00
hyatt%netscape.com 2b23df3c3b Making windows work better by default. 1999-07-09 00:17:22 +00:00
hyatt%netscape.com d0548a0f8a Fixing the sidebar panels to work with boxes. 1999-07-09 00:17:07 +00:00
law%netscape.com aecec0a7a0 Fix for bug #9377; reviewed by matt@netscape.com; approved by cyeh@netscape.com 1999-07-08 23:48:44 +00:00
briano%netscape.com 10efdb3e00 Fixed two typos caused by lack of proper case-sensitivity on Mac and Windoze. 1999-07-08 02:11:29 +00:00
waterson%netscape.com 5f0d1cc908 Bug 9401. Don't include debug backstop bookmarks in a release build. a=chofmann. 1999-07-08 01:23:12 +00:00
briano%netscape.com 59fd8e1308 Fixed a typo. questionl.gif != question1.gif 1999-07-08 01:17:29 +00:00
briano%netscape.com c8e259d7a2 Not needed, since it gets generated. 1999-07-08 01:16:22 +00:00
law%netscape.com 4fd6c27777 Add html:div to get buttons working 1999-07-08 00:59:29 +00:00
law%netscape.com d0acc7c175 Updating; not part of the build 1999-07-08 00:49:34 +00:00
hyatt%netscape.com eddf93c2be Fixing redraw problems on initial show of window 1999-07-07 22:33:26 +00:00
valeski%netscape.com b4526a197d getbuffer to tonewcstring 1999-07-07 14:50:42 +00:00
waterson%netscape.com 298aae3685 Duh. Write them to the correct place, as well. 1999-07-07 08:32:53 +00:00
waterson%netscape.com e22a9dc0f0 Bug 7921. Look in profile directory _first_ before falling back to 'default' bookmarks file. 1999-07-07 08:22:30 +00:00
warren%netscape.com 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
rjc%netscape.com 0d601fcdd1 Starting to implement DoCommand(). [Doesn't seem to work 100% yet... can't find DoCommand() method for some reason that isn't clear to me yet.] 1999-07-07 05:33:38 +00:00
ramiro%netscape.com abf0cc4a0f Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
matt%netscape.com 6ff8f59091 fix for bug 8987 1999-07-07 04:04:50 +00:00
ramiro%netscape.com e78596b5e9 Factor out xlibrgb. 1999-07-07 02:12:44 +00:00
gayatrib%netscape.com 19b53ef7bf Added new file spec for profile defaults folder 1999-07-07 01:05:39 +00:00
matt%netscape.com f0bc0b7eb4 removing unused files for bug 6486 1999-07-07 00:57:13 +00:00
saari%netscape.com 9cb32cb7b6 Fix for bug #8990 1999-07-07 00:48:06 +00:00
sspitzer%netscape.com 216b43c579 adding more debugging dump statements to help diagnose problems 1999-07-07 00:44:40 +00:00
matt%netscape.com 911153720b fixing bug 6486. Removing appshell.html contentframe.html sidbear.html status.html browserinitpage.html 1999-07-07 00:42:30 +00:00
hyatt%netscape.com 310eb74dec Making the initial window size larger. 1999-07-07 00:40:56 +00:00
law%netscape.com bbac8e5f65 Tweak for bug #7204 (Open... -> Open File or Location...) 1999-07-07 00:36:45 +00:00
law%netscape.com 1512de1036 Added dialog title (not localizable, yet) 1999-07-07 00:28:56 +00:00
law%netscape.com 6dcae42f8f Fix (from German) for bug #7204 1999-07-07 00:25:58 +00:00
matt%netscape.com 2ca1b31075 fixing bug 6646 1999-07-07 00:11:17 +00:00
sspitzer%netscape.com 0da9210b79 support -news command line argument 1999-07-07 00:06:16 +00:00
matt%netscape.com 760775d16d Fixing bug 8245 1999-07-07 00:03:36 +00:00
pinkerton%netscape.com 24e645fdcb more generic tooltip architecture. 1999-07-06 23:22:40 +00:00
pinkerton%netscape.com 3ab0a72737 export tooltip.js to dist. 1999-07-06 23:22:13 +00:00
pinkerton%netscape.com f29b33d586 First Checked In. 1999-07-06 23:21:49 +00:00
pinkerton%netscape.com cac84ceef0 Allow for oncreate handler to stop creation of popups by returning false from event handler. 1999-07-06 23:21:23 +00:00
sspitzer%netscape.com 18d5c12252 add debugging dump 1999-07-06 22:39:10 +00:00
sspitzer%netscape.com 811a950bb3 temporary fix for the "window is 1x1 and blank on startup" problem.
hyatt / pavlov are working on a better fix.
1999-07-06 21:32:44 +00:00
hyatt%netscape.com 3c3b608aa5 Trying to fix build bustage. 1999-07-06 18:53:41 +00:00
ramiro%netscape.com 62aa3317ef Protect the mail news "dirty hack" with MOZ_MAIL_NEWS defines. 1999-07-06 14:51:33 +00:00
gayatrib%netscape.com 92ba60eb1a Modified to load the newpm.xul to invoke profile manager ui 1999-07-06 08:32:21 +00:00
hyatt%netscape.com ff18b8d28d Make popups work with intrinsic sizing. 1999-07-05 23:45:24 +00:00
hyatt%netscape.com a5b81247f8 Making sure dialogs really look like dialogs. 1999-07-05 19:38:43 +00:00
hyatt%netscape.com 644c475e40 Fixing the toolkit core's ShowWindow methods to not SHOW THE DAMN WINDOW
ON THEIR OWN.  Why are these %^*%^&%&^ methods still being used everywhere?
1999-07-05 17:01:55 +00:00
hyatt%netscape.com 0eab3ab67d Keep the initial width and height from being 0. Set it to 1 instead. 1999-07-05 16:53:43 +00:00
racham%netscape.com 3cde40ae05 Added login to support netcenter's product registration work 1999-07-05 01:27:39 +00:00
dp%netscape.com b6bc7ae812 Turn off autoregistrations for release builds if component.reg exists. 1999-07-05 00:59:27 +00:00
radha%netscape.com 9354d065a8 Activate the mailcomposer code only if NECKO is *not*
defined. Mail composer header files are not found if
NECKO is defined and thereby NECKO build fails.
1999-07-05 00:53:20 +00:00
radha%netscape.com e42cc81887 WebShellWindow is now a url dispatcher until a common app independant module is
identified. Add url dispatcher related functions
1999-07-04 23:41:32 +00:00
hyatt%netscape.com 59ffb0945b Removing the obsolete nsIWidgetController interface. 1999-07-04 19:46:05 +00:00
hyatt%netscape.com e2320672f7 Removing the obsolete files. 1999-07-04 19:43:01 +00:00
hyatt%netscape.com 6d19b3ec7c Removing the compilation of obsolete files on windows. 1999-07-04 19:41:37 +00:00
hyatt%netscape.com 9db627eb95 Replacing window.frames[0].frames[1] with window.content.
Also tried to cut down on some uses of the toolkitCore (those that I could
switch over).
1999-07-04 19:20:52 +00:00
sdagley%netscape.com 91116e3b6b File Removed. 1999-07-04 06:16:08 +00:00
sdagley%netscape.com 799ffe9bb5 Another shot at fixing hyatt's build bustage. This file isn't actually generated even though there's a corresponding .idl file. Since hyatt added the define of NS_SIZETOCONTENT to the .idl file the Mac isn't finding it. 1999-07-04 06:00:14 +00:00
hyatt%netscape.com 2af7a6b407 Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
saari%netscape.com 7cd7c51785 fix bug 9032, check for null crash 1999-07-04 02:43:58 +00:00
sspitzer%netscape.com eba14aa8e5 debugging dump. don't hardcode mozillazine as the start page. the start page is set from the browser.startup.page pref. see navigator.js for details. 1999-07-03 18:18:02 +00:00
sspitzer%netscape.com 56cc55f43e changes to get prefs working again. add div tag to all windows. still more to be done here, but at least it (somewhat) works again. 1999-07-03 18:00:43 +00:00
rjc%netscape.com 8aea60a8a7 In bookmark properties panel, containers shouldn't be allowed to have shortcut URLs, so disable that input field 1999-07-03 11:35:11 +00:00
rjc%netscape.com c40f4c3e9e More Search cleanup. 1999-07-03 11:20:10 +00:00
rjc%netscape.com bc13131447 Get search XUL/CSS working with latest XUL tree changes. 1999-07-03 11:02:09 +00:00
andreas.otte%primus-online.de 408686f70b some more ignorance 1999-07-03 08:35:42 +00:00
rjc%netscape.com ca0aff8060 Fix bug #9232. 1999-07-03 07:53:46 +00:00
waterson%netscape.com 8f32401e88 Rewrite bookmarks to use JS and RDF where possible. Got rid of dependency on appcores (except RDFCore b/c of sorting). Fix bugs 5221, 7921. 1999-07-03 07:20:08 +00:00
waterson%netscape.com 25998a6810 Fix a bunch of whitespace as an experiment in pleasing RJC's broken editor. More importantly, fix 7144, 5221, 7921. 1999-07-03 07:19:24 +00:00
waterson%netscape.com ed10f215c5 Remove DOMProps core. It's obsolete. 1999-07-03 04:37:41 +00:00
waterson%netscape.com 74a3141474 Get rid of the DOMProps core. It's obsolete. 1999-07-03 04:35:57 +00:00
law%netscape.com 1a3bb9397a Delay loading of app shell components till required 1999-07-03 00:39:37 +00:00
saari%netscape.com 7140e4f56d fix build breakage 1999-07-03 00:31:23 +00:00
saari%netscape.com 92b074e3ac adding MacOS support for menu accelerators 1999-07-02 23:57:29 +00:00
sfraser%netscape.com f8ab660dca New blank window should open a blank editor window. 1999-07-02 21:38:08 +00:00
sfraser%netscape.com 256cb4773b Turn off unbuffering of stdout for Mac 1999-07-02 21:37:48 +00:00
joki%netscape.com 5c985ef2fe New focus stuff for getting focus to the content area of the apprunner window. 1999-07-02 19:43:26 +00:00
pinkerton%netscape.com 6e79b6aff0 pull out testing tooltip stuff. 1999-07-02 19:19:36 +00:00
slamm%netscape.com f4e3f792d2 Fix for bug 8764. Highlighting color was wrong. 1999-07-02 19:17:10 +00:00
ramiro%netscape.com 23108068cb Yank misplaced Makfile. 1999-07-02 13:51:27 +00:00
dveditz%netscape.com 4c4f269dd4 nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com b86c78a296 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
sspitzer%netscape.com 0285fd58d6 fix for #9143. make the default start page the home page. remove that browser.startup.splash crap. make the default home page http://www.mozillazine.org/ for now. 1999-07-02 06:39:40 +00:00
hyatt%netscape.com e287ce886a Converted the navigator main window to the new XUL world. 1999-07-02 05:29:43 +00:00
rjc%netscape.com f36a5a6460 Don't lose CRs in bookmark descriptions. 1999-07-02 02:30:41 +00:00
rjc%netscape.com 4d747a5b19 Handle bookmark descriptions properly (including escaping text before writing out, and unescaping when reading back in.) 1999-07-02 01:35:49 +00:00
matt%netscape.com 15ab153557 fixing bug 6646 1999-07-02 01:05:46 +00:00
matt%netscape.com 92a6144fc3 Adding 1.1 code to navigator.xul 1999-07-02 00:39:43 +00:00
slamm%netscape.com d218437667 Fix case to match cvs. IEFavorite.gif --> iefavorite.gif. 1999-07-01 23:54:28 +00:00
matt%netscape.com 8c9d8297c0 Adding fix for bug 8987 1999-07-01 23:46:38 +00:00
matt%netscape.com d5ee472731 Taking navigator.gif out 1999-07-01 23:42:46 +00:00
sspitzer%netscape.com a36168ae22 whoops. fix this error: ./mozilla-apprunner.sh: [: too many arguments 1999-07-01 23:41:33 +00:00
matt%netscape.com 7bca36b23d Adding file for chrome 1999-07-01 23:06:57 +00:00
matt%netscape.com d943a41648 Adding errorl.gif 1999-07-01 22:59:17 +00:00
matt%netscape.com bd07046503 Add skins for chrome in naviagator 1999-07-01 22:58:32 +00:00
matt%netscape.com fa69fc1e17 Adding content for chrome directory 1999-07-01 22:56:04 +00:00
matt%netscape.com 472ddb1331 Adding makefiles for content and skin for navigator 1999-07-01 22:52:05 +00:00
matt%netscape.com 63fbd0e85d Adding resources directory 1999-07-01 22:47:35 +00:00
slamm%netscape.com 9e060dbcf8 Parameterize sidebar. 1999-07-01 19:51:13 +00:00
slamm%netscape.com 3357ce327c Use new grippy images added by evaughan. 1999-07-01 19:50:34 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
sspitzer%netscape.com fd7bd2b342 fix warnings 1999-07-01 08:07:54 +00:00
sspitzer%netscape.com 737bc85937 prevent -edit and -mail at the same time. prevent -g and -mail at the same time 1999-07-01 07:09:52 +00:00
hyatt%netscape.com a48c3cea20 Giving the tooltip a border. 1999-07-01 07:05:16 +00:00
sspitzer%netscape.com 1096d1a156 changes to support -mail, -pref, etc when using this script 1999-07-01 06:53:44 +00:00
pinkerton%netscape.com 3f898269cf add some preliminary tooltip stuff for testing. 1999-07-01 06:39:17 +00:00
hyatt%netscape.com 1994c7011e You can specify the size of the popup. 1999-07-01 06:01:03 +00:00
hyatt%netscape.com 99281aad36 Implementing borderless top level windows. 1999-07-01 02:50:53 +00:00
leaf%mozilla.org 8a0c3e25cd Preparing for distribution of fullsoft headers, dlls, and exes 1999-07-01 01:48:08 +00:00
pierre%netscape.com 004042de11 added nsIAppShellService.idl to fix build breakage 1999-07-01 01:14:34 +00:00
law%netscape.com 053e01be6a Fix for loading window with explicit url (in certain timing scenarios) 1999-07-01 01:03:08 +00:00
pinkerton%netscape.com 3a463448b6 Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well. 1999-07-01 00:07:41 +00:00
nisheeth%netscape.com 0cfc91acbc Enabling IDL'ized nsIAppShellService on the Mac. 1999-06-30 23:55:10 +00:00
slamm%netscape.com f91b10a786 Have sidebar start closed by default. Do not remove the sidebar iframe from the tree. That caused problems (bug 8964, 8634). 1999-06-30 23:12:00 +00:00
jj%netscape.com dcbd453210 #9087: fixed Finder's get info string to "m8 Gecko" 1999-06-30 22:46:20 +00:00
evaughan%netscape.com 903d3c7c19 Added anonymous node support.
Added splitters
Added Grippies.
1999-06-30 22:17:43 +00:00
davidm%netscape.com 520da78012 removed chat items and did some taskbar cleanup 1999-06-30 21:33:16 +00:00
slamm%netscape.com 26ecf990be Quiet unused variable warnings. This file should go away soon anyway. 1999-06-30 20:43:35 +00:00
slamm%netscape.com 5fa4bab80b No longer need to save prefs everytime. 1999-06-29 22:00:48 +00:00
law%netscape.com c5ed1ac5fe Cleaning up those annoying 'width/height not set' messages 1999-06-29 21:57:40 +00:00
law%netscape.com 534691d8f4 Fix for bug #8605; turn off buffering of debug output 1999-06-29 21:40:56 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
hyatt%netscape.com c05db6bf8d Adding the images for the gfx scrollbar and for the tree column pushers.
(And I'm bad because this really shouldn't go here.  We need to reorganize
the xpfe directory.)
1999-06-29 20:26:51 +00:00
mcafee%netscape.com 2451c4f07b Fixing Solaris bustage 1999-06-29 11:20:13 +00:00
sspitzer%netscape.com feab0cb72d make the test prettier. dump the results to a text area. dump errors to the console 1999-06-29 03:10:36 +00:00
gagan%netscape.com 7404d82a8b Argh.... missed a +. 1999-06-29 02:24:25 +00:00
gagan%netscape.com a78cd1e21b Necko changes (from Andreas) 1999-06-29 00:26:25 +00:00
law%netscape.com 3b2431e27e New interface to help replace use of nsIXULWindowCallbacks 1999-06-29 00:05:20 +00:00
sfraser%netscape.com 1dd84fdb56 Change prefs window registration printf. 1999-06-28 21:55:29 +00:00
akkana%netscape.com 20acc7e7b0 Turn off obsolete -editor flag 1999-06-28 21:15:34 +00:00
mscott%netscape.com 19e27ea0e4 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
briano%netscape.com b91e7411d6 Fix for OpenBSD. 1999-06-28 20:19:58 +00:00
briano%netscape.com d03c168930 Fix for OpenBSD. 1999-06-28 20:12:32 +00:00
warren%netscape.com 7dcdea8cf0 Fixed necko linkage. 1999-06-28 20:12:23 +00:00
valeski%netscape.com 3398d77b16 some more idl/#define magic (my fingers are crossed) to get NECKO to build. 1999-06-28 14:46:16 +00:00
valeski%netscape.com 1ba9558249 added appropriate necko lib to link 1999-06-28 14:19:21 +00:00
valeski%netscape.com ed87f4394a necko build 1999-06-28 14:16:31 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
danm%netscape.com d445822226 adding _content target 1999-06-27 00:35:21 +00:00
danm%netscape.com 18e69811ef added 'content' property to JS window 1999-06-26 21:48:29 +00:00
rjc%netscape.com 25a4aa2fe1 Fix typos. 1999-06-26 09:10:53 +00:00
rjc%netscape.com 9fdb5cf67f Implement some commands for bookmarks. 1999-06-26 08:31:16 +00:00
mcafee%netscape.com 2a63515ffc BeOS comment. 1999-06-26 07:43:12 +00:00
mcafee%netscape.com 6111f3f92d Adding BEOS_PROGRAM_RESOURCE 1999-06-26 07:42:19 +00:00
mcafee%netscape.com 034abb0344 Adding cases for BeOS. 1999-06-26 07:40:25 +00:00
rjc%netscape.com 5919536f88 Add contextual menu support for bookmarks panel. 1999-06-26 05:04:24 +00:00
rjc%netscape.com 452d355bf8 Return an empty command enumerator instead of throwing an assertion. 1999-06-26 04:58:22 +00:00
rjc%netscape.com 627eedced2 Add support for context menus. 1999-06-26 04:38:48 +00:00
rjc%netscape.com 8364493dc3 Oops, also missed this WindowMediator which needs to have a GetAllCmds() method as well. 1999-06-26 02:02:18 +00:00
rjc%netscape.com 3a764c6bfc Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future. 1999-06-26 01:09:02 +00:00
law%netscape.com a9a20198f1 Revert to proper code to get it working with current JS 1999-06-26 00:05:17 +00:00
briano%netscape.com 349f2db66c Eliminated the bogus references to MKSHLIB_FORCE_ALL and MKSHLIB_UNFORCE_ALL that was breaking OpenBSD. 1999-06-25 22:18:16 +00:00
ducarroz%netscape.com d7a92f996d need to use ShowWindowWithArgs to open message composition else it won't get the needed callback. 1999-06-25 21:41:23 +00:00
ducarroz%netscape.com 6e83ce30ec File Removed. 1999-06-25 21:40:21 +00:00
sspitzer%netscape.com ea00c7cfba fix build bustage 1999-06-25 21:38:43 +00:00
ducarroz%netscape.com 968f6dfdde First Checked In. 1999-06-25 21:38:09 +00:00
waterson%netscape.com 30f5f63b74 Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
nisheeth%netscape.com 09decd9f33 Turning on IDL'ization of nsIAppShellService on Unix.
VS: ----------------------------------------------------------------------
1999-06-25 19:44:18 +00:00
briano%netscape.com dcb0939e60 Fix for platforms that don't define MKSHLIB_UNFORCE_ALL, but do define MKSHLIB_FORCE_ALL. 1999-06-25 19:00:45 +00:00
mcafee%netscape.com 562ee19b4b BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 11:08:07 +00:00
mcafee%netscape.com 56699b002a forgot this was a binary file, forgot -kb 1999-06-25 10:59:15 +00:00
mcafee%netscape.com 28609227a2 BeOS landing; thanks to Duncan Wilcox (duncan@be.com) for these changes. 1999-06-25 10:56:50 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
rjc%netscape.com 0a10e64715 Make sure that columns are defined for bookmarks in this panel, otherwise sorting doesn't work. 1999-06-25 09:26:21 +00:00
rjc%netscape.com 38a1d1cb49 If a non-natural order sort is active, hilite that column. 1999-06-25 09:20:21 +00:00
rjc%netscape.com fdb4fdcd4f Set the column background color for the column that's being sorted on to lightgray. 1999-06-25 07:00:53 +00:00
nisheeth%netscape.com 683f07e307 IDL'ized nsIAppShellService. Only enabling for windows right now... 1999-06-25 01:15:19 +00:00
radha%netscape.com 2fd187dfdd Disable relaod button while loading a page 1999-06-24 21:59:02 +00:00
law%netscape.com 0dbeb9fdf7 Fix for bug #7148; set table width to 100% rather than fixed to avoid funky layout problems 1999-06-24 21:56:33 +00:00
sspitzer%netscape.com fb4136baf8 check return values. don't compare a nsresult with NS_OK directory, use the macros. 1999-06-24 21:16:01 +00:00
radha%netscape.com 768dfbec69 Hookup reload button & menu to browser appcore. Fix weirdness with stop menu-item 1999-06-24 20:19:17 +00:00
radha%netscape.com d86f487270 Hookup reload button to session History 1999-06-24 20:18:28 +00:00
radha%netscape.com 044af2577e Hook up reload button to browserappcore 1999-06-24 20:17:58 +00:00
radha%netscape.com 42ec602889 Hookup reload button to appcores and session History 1999-06-24 20:17:36 +00:00
radha%netscape.com c9844e28f5 Implement Reload feature 1999-06-24 20:16:59 +00:00
radha%netscape.com b3fced3699 Implement reload feature 1999-06-24 20:16:38 +00:00
rjc%netscape.com badd2e8858 More cleanup. 1999-06-24 09:48:34 +00:00
rjc%netscape.com 517afddbe7 Fix up more Search XUL/JS/CSS. 1999-06-24 09:36:59 +00:00
rjc%netscape.com 0b85df09db Get Find working with new tree. 1999-06-24 09:16:58 +00:00
danm%netscape.com 3f8fee368c oops 1999-06-24 04:25:57 +00:00
danm%netscape.com 962c82d198 teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
ducarroz%netscape.com 9fe502105e oops, wrong argument! 1999-06-24 00:38:34 +00:00
waterson%netscape.com 2e60204896 Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage. 1999-06-24 00:23:52 +00:00
law%netscape.com 0d3efaa01a Fixes to sort of get OpenDialog to work from C++ 1999-06-23 23:12:10 +00:00
law%netscape.com 325447966c Fix for bug #7051 1999-06-23 19:53:36 +00:00
rjc%netscape.com b7ab00281f More XUL/JS/CSS changes due to tree changes. 1999-06-23 10:35:19 +00:00
rjc%netscape.com 21e4900dc1 Update search XUL/JS/CSS to comply with new tree model specification. 1999-06-23 10:06:28 +00:00
rjc%netscape.com 950fe9b756 Fix bookmark panel in sidebar also by forcing tree root to be open (due to on-going tree changes.) 1999-06-23 09:37:10 +00:00
rjc%netscape.com 0f8bf6cddf Force root of bookmarks tree to be open (apparently required, at least for the moment, due to ongoing XUL tree changes). 1999-06-23 09:27:30 +00:00
law%netscape.com 3488cae9d3 Enhanced to demonstrate use of nsIDOMWindow::OpenDialog 1999-06-23 05:33:03 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com f90cda96d6 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
jj%netscape.com 51b16ea747 fixed duplicate code fragment name 1999-06-23 01:27:30 +00:00
sspitzer%netscape.com 3f34dd6f5b fix warnings 1999-06-23 01:05:03 +00:00
alecf%netscape.com 3c2dc97f72 change NS_DEFINE_IID->NS_DEFINE_CID where appropriate 1999-06-23 00:25:37 +00:00
alecf%netscape.com a545e2df78 expunge NS_DEFINE_IID from apprunner bootstrap 1999-06-23 00:24:02 +00:00
ftang%netscape.com 7e07e5d4c1 add XMLEncodingService 1999-06-22 22:30:33 +00:00
akkana%netscape.com 7e5919e3f5 Use -edit instead of -editor as the editor flag 1999-06-22 21:41:31 +00:00
hangas%netscape.com 8be8e47575 Code optomization suggested by Brendan Eich. 1999-06-22 21:31:58 +00:00
ducarroz%netscape.com b7bd2e887b changed -msgcompose for -compose 1999-06-22 20:01:37 +00:00
briano%netscape.com fe0d018e3e Changed 'true' to 'PR_TRUE' to fix the non-gcc Unix builds. 1999-06-22 19:57:46 +00:00
dp%netscape.com bf9cea93bb Make VC5.0 happy with pointers to member function. 1999-06-22 17:26:26 +00:00
dp%netscape.com 54bf434c61 Adding registratin of filelocator back. It got missed with my previous checkin. 1999-06-22 16:33:56 +00:00
dp%netscape.com 3513f3783a XPCOM switched to using nsIFileSpec. 1999-06-22 14:02:58 +00:00
mcmullen%netscape.com 267e6b7278 I got tired of the triangular button arrangement. Increased the cell width to 200. 1999-06-22 07:52:01 +00:00
mcmullen%netscape.com 7bd4e0d954 Replaced nsFileChooser with the original nsIFileSpecWithUI 1999-06-22 07:05:22 +00:00
mcafee%netscape.com 2623dd99aa Adding nocrap flag to tinderbox URL 1999-06-22 06:16:49 +00:00
ftang%netscape.com 137bb4608f add ISO-8859-13 1999-06-22 04:34:11 +00:00
mcmullen%netscape.com 7506aabdb5 Use nsIFileSpecWithUI instead of nsIFileSpec. 1999-06-22 03:51:32 +00:00
davidm%netscape.com 380d5fb7c3 screwed up adding .idl file 1999-06-22 03:27:38 +00:00
davidm%netscape.com e22caa3be7 File Removed. 1999-06-22 03:15:35 +00:00
davidm%netscape.com de4a396d1c XUL & JS changes for the window mediator 1999-06-22 03:10:19 +00:00
davidm%netscape.com 883b1e7f9d enable window mediation 1999-06-22 03:06:19 +00:00
davidm%netscape.com 05aa573721 Add WindowMediator 1999-06-22 03:04:45 +00:00
davidm%netscape.com a3b44f550a Update to new nsIWindowMediator API 1999-06-22 03:04:11 +00:00
davidm%netscape.com 10664be5d3 update to be idlized 1999-06-22 02:56:58 +00:00
davidm%netscape.com b4e7ea11c9 add nsIWindowMediator.idl 1999-06-22 02:56:42 +00:00
davidm%netscape.com 15404e9217 add nsIWindowMediator.idl to build 1999-06-22 02:56:29 +00:00
danm%netscape.com e2bd4fb0da teach FindWebShellWithName to look outside the current window 1999-06-22 01:38:28 +00:00
hangas%netscape.com 474838f8c5 Added "class" to DumpDOM 1999-06-21 23:43:21 +00:00
rjc%netscape.com c5696b11c7 Better buffering of Related Links input. 1999-06-21 23:18:14 +00:00
ducarroz%netscape.com 3b9303dad0 First Checked In. 1999-06-21 23:13:17 +00:00
sfraser%netscape.com 07323bbcd6 File Removed. 1999-06-21 22:39:37 +00:00
hangas%netscape.com dbf532b2d0 Added DumpDOM.js to build 1999-06-21 22:33:56 +00:00
sfraser%netscape.com 05664c9d33 Removal of old EditorAppCore code, and the obsolete toolbarCore. 1999-06-21 22:33:42 +00:00
sfraser%netscape.com ea55e499a9 Removal of old EditorAppCore code. 1999-06-21 22:33:29 +00:00
sfraser%netscape.com b45b5886b3 Removal of nsIDOMEditorAppCore.h 1999-06-21 22:32:32 +00:00
sfraser%netscape.com ef7a8f22ff Removal of nsIDOMEditorAppCore.h and idl. 1999-06-21 22:32:22 +00:00
hangas%netscape.com 283db79081 First Checked In. 1999-06-21 22:26:51 +00:00
radha%netscape.com ca8e01bf45 New interfaces to get and set url for a particular entry. Remove unused code.
Fix few reference errors. More error checks
1999-06-21 22:16:24 +00:00
radha%netscape.com 3f3591f3b3 New interfaces to nsIsessionHistory added 1999-06-21 22:15:11 +00:00
radha%netscape.com 723bfeeb10 New interfaces to get and set urls for aparticular history entry 1999-06-21 22:14:27 +00:00
radha%netscape.com 0189cd39a2 Fix the stop button behavior. Remove few debugging statements 1999-06-21 22:04:30 +00:00
mcmullen%netscape.com 6e9d72c96f Fix content bugs (#7902) 1999-06-21 21:54:40 +00:00
ducarroz%netscape.com 57f16753d4 Use toolkitCore to launch message compose instance of nsMsgComposeService. 1999-06-21 20:28:07 +00:00
ducarroz%netscape.com 39fb81e9df Remove unsused bootstrap for messenger. Add -msgcompose and -addressbook commands 1999-06-21 20:28:06 +00:00
sspitzer%netscape.com 05ccb2b40f change the hard coded last page visted to be waterson's home page, not radha's. 1999-06-21 20:19:24 +00:00
sspitzer%netscape.com 426eb85cbf fix warnings. these classes have virtual functions but non-virtual destructors 1999-06-21 01:59:44 +00:00
sspitzer%netscape.com 6161369a65 export the history-test files on Mac and Windows, too. 1999-06-20 23:03:27 +00:00
bruce%cybersight.com d14ba8a859 Add |GetIID()| implementation. 1999-06-20 22:32:32 +00:00
bruce%cybersight.com 015ea6cab8 Add |GetIID()| implementations. 1999-06-20 22:31:32 +00:00
sspitzer%netscape.com a9a73c7fc2 rewrite to use a switch statement. 1999-06-20 21:29:59 +00:00
sspitzer%netscape.com 51673c7428 changes to export the new history-test.* files 1999-06-20 21:16:58 +00:00
sspitzer%netscape.com a1c4356a37 added these files to test nsIGlobalHistory from javascript 1999-06-20 21:16:25 +00:00
sspitzer%netscape.com 700602fae1 make it work when "browser.startup.homepage" is 2, for last page visited.
I needed to get the service before I QueryInterfaced.
1999-06-20 21:09:50 +00:00
sspitzer%netscape.com fde374c101 fix case sensitivity problem 1999-06-20 20:03:21 +00:00
rjc%netscape.com e7f08b6ee4 Suble changes for XUL search stuff. 1999-06-20 05:42:04 +00:00
sfraser%netscape.com 19ec1b307d Remove wallet, signon and cookie core files. 1999-06-19 23:13:38 +00:00
morse%netscape.com bac02bccd2 fix mac bustage 1999-06-19 23:02:04 +00:00
sfraser%netscape.com d4b977cced Add onunload to call the appcore's cleanup routine. 1999-06-19 22:52:49 +00:00
sfraser%netscape.com c53b9b6ceb Leak fixes, and moved EndObservering and other cleanup from the dtor to Close(). 1999-06-19 22:50:46 +00:00
morse%netscape.com 2b8a0171e7 remove obsolete files 1999-06-19 22:33:17 +00:00
sspitzer%netscape.com 8a89866cd6 fix my stupidity. 1999-06-19 22:29:03 +00:00
sfraser%netscape.com b688c9c490 Removed obsolete base DLL. 1999-06-19 22:09:46 +00:00
sfraser%netscape.com 437a0b1c9d Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 22:08:49 +00:00
sfraser%netscape.com aa1ba6ea79 Explode addref & release macros to make debugging easier. 1999-06-19 22:07:13 +00:00
sfraser%netscape.com f33ad6edc1 Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. 1999-06-19 21:53:00 +00:00
sfraser%netscape.com 9c9ce17a8a Comments to make the ownership model clearer 1999-06-19 21:48:53 +00:00
sspitzer%netscape.com 1f0c3764b1 fix build bustage. 1999-06-19 21:47:30 +00:00
morse%netscape.com db7c88a9a4 remove wallet viewers from appcore 1999-06-19 21:12:44 +00:00
sspitzer%netscape.com adfc2b4a48 changes to add support for the "browser.startup.page" pref and the new
"browser.startup.splash" page pref.

all that's left is to get radha to add the code to get the last page visted.
1999-06-19 21:06:59 +00:00
morse%netscape.com 62b9994e54 fix bug 9494 1999-06-19 20:59:22 +00:00
pierre%netscape.com 7b81309aa8 Bumped up the memory partition to 12Mb from 10Mb. r=sfraser, a=chofmann. 1999-06-19 02:38:19 +00:00
waterson%netscape.com 2751e6796d Bug 8513. Fix incorrect nsAutoString usage. 1999-06-19 01:14:45 +00:00
mcmullen%netscape.com 6b8d650358 #8185. Badly formed xul (<window>...</html:window>) caused a crash. Replaced this with <xul:window>...</xul:window> 1999-06-19 01:00:05 +00:00
mcmullen%netscape.com 489f577276 Read the prefs file before bringing up the prefs window (-pref case). Part of a fix for bug #8237. r=slamm@netscape.com,a=chofmann@netscape.com 1999-06-18 22:09:07 +00:00
danm%netscape.com 312dc1ad31 enable show toolbar menu command. workaround for bug 8318. also on M7 branch. a: chofmann. 1999-06-18 18:41:20 +00:00