33746 Commits

Author SHA1 Message Date
sfraser%netscape.com
7a2849e934 Tidy up the ctor, add a method for getting the document dirty state, and handle multiple loadURLs in the editor content window. 1999-07-14 22:30:39 +00:00
sfraser%netscape.com
ee9108dff0 Document modification count maintenance. 1999-07-14 22:29:39 +00:00
sfraser%netscape.com
c9dbb47be6 Don't handle a key event as a keypress if the meta key is down. 1999-07-14 22:29:06 +00:00
matt%netscape.com
b5f4a817ba Adding scrollbar images files from /scr to global directory 1999-07-14 22:28:50 +00:00
sfraser%netscape.com
6d55ac9f49 Beep on search failure now. 1999-07-14 22:22:12 +00:00
sfraser%netscape.com
b5a44ccc41 Make file dialog localizable, and try to set focus to the edit field. 1999-07-14 22:21:59 +00:00
sfraser%netscape.com
d1564d94fd Remove extra semicolon 1999-07-14 22:20:30 +00:00
sfraser%netscape.com
cb45de2793 Make the folder "Plugins", not "plugins". Also removed non-existent MANIFEST file reference. 1999-07-14 22:19:56 +00:00
sfraser%netscape.com
eeb1dfbdf1 Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
sfraser%netscape.com
fb54df165d Adding caret width and blink time to nsILookAndFeel 1999-07-14 22:16:59 +00:00
rjc%netscape.com
1de03a2b6c Add const. Fix build. All good. 1999-07-14 22:10:16 +00:00
sfraser%netscape.com
ea9cc87ab2 Fix the include guard names. 1999-07-14 22:08:13 +00:00
nhotta%netscape.com
7ed583871a Changes for auto charset detection. 1999-07-14 22:07:14 +00:00
kmcclusk%netscape.com
d42e178f95 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
hangas%netscape.com
870158739c Cleanup of frame names and added some front-end code to support multiple address books. 1999-07-14 21:59:45 +00:00
sspitzer%netscape.com
17eff11a06 fix for #9882. always create the password pref on migration. 1999-07-14 21:52:43 +00:00
ducarroz%netscape.com
1482cc8993 Add a new command to the message compose service that let you create a message from a nsIMsgCompFields 1999-07-14 21:38:58 +00:00
ducarroz%netscape.com
d6897f8e82 Add a new message compose service command that let you create a message from a nsIMsgCompFields. 1999-07-14 21:34:25 +00:00
ftang%netscape.com
9a4f42018e fix bug 7970. Add progid for all converters 1999-07-14 21:33:51 +00:00
gordon%netscape.com
d486e2dfc8 Added nsRepeater.cpp and nsTimer.cpp. 1999-07-14 21:29:59 +00:00
gordon%netscape.com
eeb2b7a56a Added link dependency on NetworkModular[Debug].shlb because it is needed for NECKO builds. 1999-07-14 21:26:52 +00:00
gordon%netscape.com
1a36563125 Export NS_NewUnicharStreamLoader since this file is part of a shared library for now. 1999-07-14 21:21:37 +00:00
gordon%netscape.com
dd0bc02b8f Export functions since this is built as a shared library for now. 1999-07-14 21:20:38 +00:00
gordon%netscape.com
bed996ead3 Changed value returned inside #ifdef NECKO. 1999-07-14 21:17:40 +00:00
rjc%netscape.com
98c077f371 Cleanup. 1999-07-14 21:16:33 +00:00
gordon%netscape.com
dd3324543c Conditionalized for NECKO builds. 1999-07-14 21:16:05 +00:00
rjc%netscape.com
671aaabe6a 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
66391f92ea Add support for int and date Literals. 1999-07-14 21:14:56 +00:00
gordon%netscape.com
9a42293743 Added comment to identify where NECKO needs to be defined for Necko builds. 1999-07-14 21:14:20 +00:00
rjc%netscape.com
7cfab409c1 Use GetTextForNode() more, as well as use GetValueConst(). 1999-07-14 21:13:13 +00:00
gordon%netscape.com
db4975378d Added NECKO variable. 1999-07-14 21:13:07 +00:00
rjc%netscape.com
3f15fc5ae4 Get LocalStore() working in regards to nsIRemoteDataSource. 1999-07-14 21:12:46 +00:00
rjc%netscape.com
bef87d8e18 Added a comment. 1999-07-14 21:12:09 +00:00
rjc%netscape.com
63950d9d2c Use GetValueConst(). Also, remember the "Last Internet Search" in the localstore. 1999-07-14 21:11:51 +00:00
rjc%netscape.com
c94ec79b3f Use GetValueConst(). 1999-07-14 21:11:16 +00:00
tague%netscape.com
9032ab797e Fixed bug #8227 deref errors in tempDOMTextRange 1999-07-14 21:10:55 +00:00
nhotta%netscape.com
f19dd88348 Initial check in (not part of the build yet). 1999-07-14 21:05:34 +00:00
slamm%netscape.com
a8e399af78 Change default background to white 1999-07-14 20:58:31 +00:00
slamm%netscape.com
c620c86d50 Move up/down tweak. Button enabling tweaks 1999-07-14 20:57:59 +00:00
ftang%netscape.com
f02ce2355d fix 3965. The default value of the Default Character Set will look at pref first now 1999-07-14 20:57:57 +00:00
warren%netscape.com
4c6bea8a70 Changed back to a warning since I now know this is non-critical for necko. 1999-07-14 20:50:02 +00:00
andreas.otte%primus-online.de
a6747fa713 NECKO only: fix build bustage when doing a clobber build 1999-07-14 20:47:55 +00:00
sfraser%netscape.com
2ca490b526 First Checked In. 1999-07-14 20:41:30 +00:00
sfraser%netscape.com
3bace209e5 File Removed. 1999-07-14 20:41:11 +00:00
kipp%netscape.com
a427d96f8c Disabled my debug noise (whoops) 1999-07-14 20:40:23 +00:00
cbegle%netscape.com
57c272ae37 add a regression test for bug #9802 1999-07-14 20:26:27 +00:00
brade%netscape.com
6a82ae5b4f First Checked In. 1999-07-14 20:24:10 +00:00
tague%netscape.com
fad060dc5d Fixed bug #6898 unable to move cursor within IME composition string. 1999-07-14 20:08:02 +00:00
tague%netscape.com
a6a76c7c7b Fix bug #8459, #6989 Can't move cursor within IME composition string. 1999-07-14 20:05:25 +00:00
neeti%netscape.com
589d934040 implemented nsIFormSubmitObserver for OnSubmit 1999-07-14 20:00:28 +00:00