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

84007 Коммитов

Автор SHA1 Сообщение Дата
peterv%netscape.com 832e0cfab4 Fix for bug 83612 (Correct/cleanup style loading code in content). r=heikki, sr=jst, a=asa. 2001-06-14 12:33:38 +00:00
rginda%netscape.com cc5bcf6ab1 - not built -
add default size for window
persist outliner column visibility and position
2001-06-14 09:32:34 +00:00
rginda%netscape.com 3014e8fc88 - not built -
factor basic outliner view out into outliner-utils.js
attach setCurrentLine() to _sourceOutlinerView, instead of BasicOView
2001-06-14 09:31:33 +00:00
rginda%netscape.com 35c1bc1101 - not built -
fixed test for no index in "frame" command
2001-06-14 09:30:25 +00:00
rginda%netscape.com 82e6838098 - not built -
fix bug in formatArguments where we were printing the wrong value
fix summarized version of object in formatValue
2001-06-14 09:29:53 +00:00
rginda%netscape.com bee5b95bb7 - not built -
package new outliner-utils file
2001-06-14 09:28:22 +00:00
rginda%netscape.com 8c6cea1b4c - not built -
factoring basic outliner functionality out of venkman-outliners.js
2001-06-14 09:27:51 +00:00
rginda%netscape.com 133ecbbf21 - not built -
changed classid copied from the chatzilla code to a new one for venkman.  oops.
2001-06-14 08:07:35 +00:00
wtc%netscape.com 1cf158507c Set CPU_ARCH for Linux.
Modified files: configure configure.in
2001-06-14 06:20:55 +00:00
rginda%netscape.com f3cb77d7a8 - not built -
add messages for new pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:04:56 +00:00
rginda%netscape.com dcfcf6df11 - not built -
use comma-space message instead of literal ", "
2001-06-14 06:02:31 +00:00
rginda%netscape.com 74bfef7fc8 - not built -
add arguments to function name in call stack outliner
2001-06-14 06:01:49 +00:00
rginda%netscape.com 90942baa35 - not built -
add message names for new, pro-bidi format* routines, removed obsoleted messages
2001-06-14 06:01:12 +00:00
rginda%netscape.com d998e748d9 - not built -
implement formatArguments(), returns a strig including only the argument properties of a given jsdIValue.
made the rest of the format* functions more pro-bidi (swapped out string math in favor of format strings)
add comment to loadSource about why we use new String()
2001-06-14 06:00:22 +00:00
wtc%netscape.com 14221aabfd Added Netscape/iPlanet internal binary release support. The new
variable RELEASE_OBJDIR_NAME is the object directory name used in
the "/share/builds/components" binary distribution area.  Also fixed
two typos (USE_USER_PTHREADS => USE_NSPR_THREADS).
Modified files: Makefile.in, configure, configure.in, config/autoconf.mk.in
2001-06-14 05:49:20 +00:00
leif%netscape.com 7adcd672d4 Bug 74498: Add attribute support to SearchExt(), making it possible to limit
the search results to a set of attributes. r=dmose, sr=mscott, a=asa.
Patch by leif@netscape.com.
2001-06-14 05:48:03 +00:00
tajima%eng.sun.com 70fa4b271c bug 85583 GB18030 Unix printing fails in PS codes
changed decimal to hex in PS code to support GB18030 4 bytes character
(check in for katakai@japan.sun.com)
r=dcone,blizzard sr=blizzard a=blizzard
2001-06-14 05:47:20 +00:00
wtc%netscape.com 098d89018a Use gcc's -Wl flag to pass a linker flag to the linker. 2001-06-14 05:31:14 +00:00
pinkerton%netscape.com 79a92e1b5b remove window tweaking and the hacks for it in the stub wdef. gets rid of negative width/height on windows when moving which OSX didn't like. prevent infinite recursion in live-resize code from us calling SizeWindow() ourselves. r=saari/sr=sfraser/a=asa, bugs 83629, 85110) 2001-06-14 04:56:32 +00:00
rginda%netscape.com 5f6edbb24c - not built -
install the -venkman command line handler on 'nix and windows
2001-06-14 04:47:43 +00:00
rginda%netscape.com aa60509022 - not built -
initial add of venkman command line handler
2001-06-14 04:46:42 +00:00
saari%netscape.com 5e97e47284 fix for 84560, intially focused url bar key bindings are broken. a=blizzard, r=jag, sr=hyatt 2001-06-14 03:49:07 +00:00
blizzard%redhat.com 0f264bb26d trying to fix build bustage with a temporary 2001-06-14 03:48:40 +00:00
saari%netscape.com c598808c12 fix for 84501, focus memory broken on windows. a=blizzard, r=bryner, sr=hyatt 2001-06-14 03:46:35 +00:00
timeless%mac.com 94c6f43c88 patch by andreas.otte@primus-online.de based on patch by sballard@netreach.net
r=bbaetz and sr=dougt a=asa@mozilla.org
2001-06-14 03:14:21 +00:00
peterlubczynski%netscape.com a46ef4559b Fix for leaking all kinds of ns4xStreamListener's bug 83183 r=av sr=attinasi a=asa 2001-06-14 02:24:11 +00:00
wtc%netscape.com a96c289942 Put all IRIX cc compiler options inside the ifndef NS_USE_GCC block.
Modified files: config/Makefile.in pr/tests/Makefile.in
2001-06-14 02:23:42 +00:00
matt%netscape.com 675e64fa89 fix for bug 82041. Navigator pref getting moved back to netscape. r=mcafee, a=asa, sr=blake 2001-06-14 02:19:16 +00:00
morse%netscape.com 471381000e bug 83936, cookie tests being built when they shouldn't be, c=bryner, r=morse, sr=alecf, a=asa 2001-06-14 02:14:19 +00:00
rods%netscape.com 02964e3db8 The problem is you can't do the roll up in the middle of a "hook" function call.
So a timer is native created and the DealWithPopups is called there.
Also, when embedded the CBX need to make sure all the views get updated (redrawn)
Bug 83493 r=kmcclusk sr=attinasi a=asa
2001-06-14 02:08:40 +00:00
rods%netscape.com 7307de8d97 The problem is you can't do the roll up in the middle of a "hook" function call.
So a timer is native created and the DealWithPopups is called there.
Bug 83493 r=kmcclusk sr=attinasi a=asa
2001-06-14 02:08:39 +00:00
blizzard%redhat.com 8135e88b33 Fix bug #83157. Make the embedding widget handle reparenting and unrealize/re-realize. r=bryner,sr=tor,a=asa 2001-06-14 02:07:04 +00:00
matt%netscape.com 96731644f3 forgot to take out the foo id from checkin 2001-06-14 02:00:42 +00:00
matt%netscape.com e286268963 bug 81093 a=asa sr=blake r=mcafee fix for checkboxes in tree in prefs
aren't working.  Taking out of tree and into just checkboxes
2001-06-14 01:48:14 +00:00
mscott%netscape.com d13c90ac34 Bug #83457 --> show forwarded attachments contained inside inlined messages.
the trick here is to not show the inlined message as a separate attachment but to
still query the inlined attachment mime object for any external body parts.
r=ducarroz
sr=sspitzer
a=asa
2001-06-14 01:44:07 +00:00
sfraser%netscape.com 4bd2a71a05 Fix for bug 85514 -- use OTEnter/LeaveNotifer calls to fix synchronization problem caused by the OT notifier firing while we are inside OTSnd or OTRcv. r=gordon, wtc. a=blizzard 2001-06-14 01:35:05 +00:00
ccarlen%netscape.com fdd2288a50 Bug 74247 - Fizzilla should use $HOME/Library/Mozilla to store profiles. r=pinkerton/sr=sfraser/a=asa 2001-06-14 01:24:22 +00:00
naving%netscape.com d52f557406 84905 r=racham sr=bienvenu a=asa; revert the functionality of Message | Move and File button 2001-06-14 01:23:27 +00:00
rods%netscape.com 8baa1847a5 We will now be using the native print dialog and extending it with the Frame printing options
The localization is still done, but only on the new controls that are added.
So this removes the two unneeded dialogs
Bug 78319 r=kmcclusk sr=attinasi a=asa
2001-06-14 01:07:59 +00:00
rods%netscape.com 0ecd6371a2 We will now be using the native print dialog and extending it with the Frame printing options
The localization is still done, but only on the new controls that are added.
Bug 78319 r=kmcclusk sr=attinasi a=asa
2001-06-14 01:07:08 +00:00
wtc%netscape.com 05dc59ebde Bugzilla bug #82324: Use the new BUILD_TREE feature of NSS to build it
outside the source tree.  Thanks to Chris Seawood <cls@seawood.org> for
the patch.  r=wtc@netscape.com.  a=blizzard@mozilla.org.
2001-06-14 00:08:16 +00:00
mcafee%netscape.com 381b61c5fc Adding pref UI (debug pane) to control modifier and menu access keys (49909). r=matt, sr=alecf, a=asa 2001-06-13 23:58:54 +00:00
leif%netscape.com ed7ab86b1f Fix for bug 70611, support attributes in LDAP URLs. patch=leif@netscape.com,
r=dmose, sr=mscott, a=blizzard.
2001-06-13 23:42:38 +00:00
gordon%netscape.com f4f56f62cd Fix bug 82009 "purify msg: Freeing mismatched memory". Changing FlattenMetaData() semantics to eliminate malloc and buffer copy. r=beard, sr=darin, a=asa. 2001-06-13 23:37:41 +00:00
mcafee%netscape.com e01443a2f5 adding support for .mozconfig 2001-06-13 23:35:15 +00:00
law%netscape.com 5ae9162ddd Bug 79862; fix keyset id attribute so esc/enter keys work on helper app dialog; r=sfraser/sr=alecf/a=asa 2001-06-13 23:34:13 +00:00
gordon%netscape.com 0cc15754f8 Fix for bug 84817 "nsDNSService::DequeueLookup - must call PR_WaitCondVar within while loop" and bug 85025 "DNS lookup stalls b/c failed requests are cached". r=wtc (84817), sr=darin, a=asa. 2001-06-13 23:33:24 +00:00
wtc%netscape.com 104c85bbc5 Removed unnecessary dependencies on $(BUILT_SRCS). 2001-06-13 23:27:14 +00:00
idk%eng.sun.com fdca5a742c *not part of the build*
update for blackConnect tests
a=ovk@sparc.spb.su
2001-06-13 23:24:55 +00:00
morse%netscape.com 693dec4df2 bug 84834, add password to pasword-manager API, r=racham, sr=alecf, a=blizzard 2001-06-13 22:50:22 +00:00