1897 Commits

Author SHA1 Message Date
rjc%netscape.com
8c0ea90c5b 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
caf8be0975 Fix. 1999-07-18 08:09:04 +00:00
hyatt%netscape.com
19484d74cc Rules for XP menus in the global css file. 1999-07-18 07:42:17 +00:00
rjc%netscape.com
92e2607bca More bookmark command support. 1999-07-18 05:58:26 +00:00
rjc%netscape.com
8a39c9b51c Start implementing some bookmark commands (for context menus, UI, etc.) 1999-07-18 03:55:20 +00:00
ramiro%netscape.com
fda4120340 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
e1a0c17212 Added #include to nsNeckoUtil.h. NECKO only. 1999-07-17 20:49:15 +00:00
mcafee%netscape.com
5558b599b2 Better include for GetURI(), thanks to Andreas Otte for this patch. 1999-07-17 17:45:46 +00:00
ramiro%netscape.com
a09ea8b7ca Landing timer move on unix. 1999-07-17 14:22:51 +00:00
mcafee%netscape.com
ff8b4812eb Missing header file, fixes NECKO build 1999-07-17 04:38:31 +00:00
rjc%netscape.com
b4d8615595 Small command API cleanup. 1999-07-17 02:19:23 +00:00
morse%netscape.com
b0979069d4 NetSupportPrompt.xul was missing 1999-07-17 02:05:21 +00:00
morse%netscape.com
24ad17fdfd xul files have moved 1999-07-17 02:04:09 +00:00
syd%netscape.com
b4bc72c17d changed xul.css to new chrome form. 1999-07-17 01:39:39 +00:00
matt%netscape.com
23f75ba3df Checking in change for using because
of AIX and uppercase problem
1999-07-17 00:34:55 +00:00
law%netscape.com
6c9001419d New and improved unknown file type dialog implementation 1999-07-16 23:50:25 +00:00
law%netscape.com
692555dae8 New and improved "Unknown FileType" dialog implementation 1999-07-16 23:50:15 +00:00
slamm%netscape.com
e33e65a165 Fix build warnings. 1999-07-16 20:06:37 +00:00
warren%netscape.com
84bd74a4fd 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
c04c404462 New and improved find dialog implementation 1999-07-16 01:54:44 +00:00
sspitzer%netscape.com
04a7322f6b ignore the generated makefiles 1999-07-16 00:46:17 +00:00
slamm%netscape.com
fee93e6319 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
a82274ff5f Tweak presentation. 1999-07-15 23:05:56 +00:00
rjc%netscape.com
73a1e1b8aa 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
c4b09f11e6 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
48ff22dedb Added twisty images and style rules. 1999-07-15 03:08:07 +00:00
putterman%netscape.com
53487272ce Added twisty images. 1999-07-15 03:07:53 +00:00
mcafee%netscape.com
994107ca5c Removing unused variables, fixing linux warnings. 1999-07-15 02:57:16 +00:00
mcafee%netscape.com
2232166453 Removing unused variables, fixing warnings. 1999-07-15 01:51:21 +00:00
rjc%netscape.com
27b574b957 Disallow inline editing on separators. 1999-07-15 01:16:38 +00:00
rjc%netscape.com
94294d1a46 Add support for more language translations and multiple translation engines. 1999-07-15 00:48:51 +00:00
rjc%netscape.com
c4c0140ea1 Use 64-bit LL_MUL instead of LL_MUL32 1999-07-14 23:43:43 +00:00
matt%netscape.com
803017558c Adding makefiles for *gif files moved over.
Adding xul.css point to them
1999-07-14 23:07:40 +00:00
law%netscape.com
2a022ca681 Adding nsISearchContext to build. 1999-07-14 22:59:56 +00:00
rjc%netscape.com
be27b3e382 Temporary fix for build bustage. 1999-07-14 22:50:41 +00:00
law%netscape.com
949267c07c Adding nsISearchContext to win/unix builds 1999-07-14 22:42:13 +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
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
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
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
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
slamm%netscape.com
1dbffc0d51 Use chrome url to find xul.css 1999-07-14 16:53:41 +00:00
slamm%netscape.com
033a49841f Remove column headers 1999-07-14 15:49:18 +00:00
matt%netscape.com
24142c0e49 chaning browser to navigator 1999-07-14 03:56:54 +00:00
matt%netscape.com
8de018b831 I'm a dumbass....changed dir from browser to navigator 1999-07-14 03:55:09 +00:00