Commit Graph

4770 Commits

Author SHA1 Message Date
cls%seawood.org
adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
morse%netscape.com
a61f227e57 fix bug 34499 don't display Block-Image if image is already blocked 2000-04-05 05:05:09 +00:00
rjc%netscape.com
51f35cf011 Fix bug # 29871: allow string substution with shortcut URLs. 2000-04-05 04:06:40 +00:00
rjc%netscape.com
042db95908 Fix bug # 34125: bookmarks drag&drop edge-case fix. 2000-04-05 02:56:44 +00:00
sfraser%netscape.com
494a64e5ce Work in progress for Cut/copy/paste on context menu. r=ben 2000-04-05 02:37:06 +00:00
sfraser%netscape.com
4f5a81bb2f Give the Find and Find Again menu items a shortcut key, and tidy up the Search menu. r=ben 2000-04-05 02:36:29 +00:00
sfraser%netscape.com
05b32e9c6c Give the Find and Find Again menu items a shortcut key, and add Cut/Copy/Paste strings for the context menu. r=ben 2000-04-05 02:35:57 +00:00
sfraser%netscape.com
6e352cbf0a Add a Redo menu item, for future use. r=ben 2000-04-05 02:35:15 +00:00
sfraser%netscape.com
824b772d47 Fix for bug 29811 -- srGetStrBundle error on Mac. r=ben 2000-04-05 02:34:25 +00:00
sfraser%netscape.com
6609958d0b Fix for bug 29807; JS error from hidden window on Mac. r=ben 2000-04-05 02:33:03 +00:00
sfraser%netscape.com
56c0d40a7a Fix the Open button in the dialog to be enabled after a Choose file, and on paste. r=ben 2000-04-05 02:31:19 +00:00
danm%netscape.com
3f404cb31f when constraining z-level, make changes if "immediate" flag is set 2000-04-05 02:30:59 +00:00
sfraser%netscape.com
ffe8e9f0db Make the prefs dialog position persist. r=ben 2000-04-05 02:29:30 +00:00
sfraser%netscape.com
d48d445b61 Convert the Find dialog to use new XUL widgets. r=ben. 2000-04-05 01:43:15 +00:00
morse%netscape.com
bf7c703c8c undo partial fix for bug 26020 2000-04-05 00:30:40 +00:00
davidm%netscape.com
8710e9a91f 34454 ftp thread destroying nsIPrompt on the wrong thread made nsWebShellWindow addref/release thread safe 2000-04-05 00:11:56 +00:00
hyatt%netscape.com
ea2d786aaa Eliminating nsIFocusableContent 2000-04-04 23:54:06 +00:00
pavlov%netscape.com
8242fd6791 Make nsIFileURL scriptable and QueryInterfaceable. fix bug #34335 and 34328 and 34470. Minor cleanups on unix file picker dialog 2000-04-04 23:50:41 +00:00
rjc%netscape.com
9c97a6db13 Add support for adding a search engine via public sidebar JavaScript method (with appropriate user acceptance). 2000-04-04 04:55:58 +00:00
rjc%netscape.com
92e44d39e8 Fix a couple of signed/unsigned warnings. 2000-04-04 04:52:33 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
rjc%netscape.com
379258deea Expose support for adding a search engine via JavaScript (with appropriate user acceptance). 2000-04-04 04:42:50 +00:00
pavlov%netscape.com
b58d97eecb fix bug with not handling null parents correctly 2000-04-04 00:29:47 +00:00
tbogard%aol.net
b5b4ebf8b2 Changed nsSHEntry to be more XPCOM friendly.. Uses nsCOMPtr, the new interface map etc. 2000-04-03 23:02:55 +00:00
sfraser%netscape.com
2501a6efd1 Fix for 34362 -- make opening local files work again, by returning a URL, rather than a native path. r=pavlov, a=leaf. 2000-04-03 22:19:16 +00:00
dougt%netscape.com
839bb23502 Fix for 34295. We are basically removing the classes from the titled buttons that
were not defined.  This makes this dialog use the standard button ui, which IMO looks
good.  r=valeski@netscape.com, a=leaf.
2000-04-03 20:19:57 +00:00
sfraser%netscape.com
6e4d66805d Fix a syntax error (simple missing brace). r=syd, a=leaf 2000-04-03 19:50:15 +00:00
rjc%netscape.com
bce0926e19 Reduce amount of string allocations/copies when doing a search. 2000-04-03 09:02:16 +00:00
rjc%netscape.com
aac3b9963d Fix fragment name on Macintosh. 2000-04-03 07:27:34 +00:00
rjc%netscape.com
553472a1f1 Skinnability: use <xul:menulist> instead of <html:select>. Convert pluses to spaces before calling unescape(). 2000-04-03 04:23:38 +00:00
tbogard%aol.net
3ddf9d2462 Changed the nsISHEntry interface to deal with layoutStateHistory in terms of a types nsILayoutHistoryState rather than just an nsISupports. Also changed the implementation to hold on to it with an nsCOMPtr rather than a raw pointer. 2000-04-03 01:21:06 +00:00
colin%theblakes.com
123ed06b15 Add MOZ_TIMER_LIBS to resolve NS_NewTimer. r=cls 2000-04-02 23:35:56 +00:00
colin%theblakes.com
dfa6f20d42 Define MOZ_COMPONENT_LIBS to resolve missing symbols. r=cls 2000-04-02 23:34:34 +00:00
erik%netscape.com
88672953a1 trying to fix build bustage with Enlarge/Reduce Text Size keys 2000-04-02 23:08:49 +00:00
erik%netscape.com
aaa818b7fc bug 30022; added SetTextZoom and some UI stuff for that 2000-04-02 21:58:08 +00:00
tbogard%aol.net
82dffcacfd Changed the session history to not rely on the webShell to capture the state. It can call through to presShell on it's own. 2000-04-02 00:22:32 +00:00
danm%netscape.com
2a3cd3976f sync with nsWebShellWindow.h 1.291 2000-04-01 22:15:07 +00:00
danm%netscape.com
bb24b943d8 adding events to constrain z-level 2000-04-01 22:13:46 +00:00
danm%netscape.com
ad5caf7088 now additionally keeps track of windows in z-order 2000-04-01 22:07:41 +00:00
danm%netscape.com
511e20db53 add z-ordering attribute 2000-04-01 22:03:28 +00:00
rjc%netscape.com
f621262cee Small sorting changes on search results. 2000-04-01 10:23:31 +00:00
sspitzer%netscape.com
59d90cbfe1 ignore generated makefiles. 2000-04-01 10:08:39 +00:00
sspitzer%netscape.com
70fc950a4c fix for #34182. r=cls 2000-04-01 10:04:45 +00:00
rjc%netscape.com
6f18d0a1da Get hard-coded beta1 search URLs out of the tip. 2000-04-01 09:37:27 +00:00
rjc%netscape.com
a3deed1119 Small text change. 2000-04-01 09:00:41 +00:00
rjc%netscape.com
f631ab9ad5 Internally, force all "shortcuts" to be lowercase (due to RDF APIs being case-significant). When looking for a shortcut match, first lowercase it, then look through graph... this allows for a case-insignificant match. 2000-04-01 08:48:29 +00:00
rjc%netscape.com
69568fa841 Make bookmark property dialog skinnable. 2000-04-01 08:46:14 +00:00
rjc%netscape.com
83f6eb3ae0 Add new bm-props.css file into builds. 2000-04-01 08:45:10 +00:00
rjc%netscape.com
48de7536ed Add new bookmark property window CSS. 2000-04-01 08:44:31 +00:00
morse%netscape.com
1c6d2cd73b minor wording change 2000-04-01 08:00:51 +00:00