Commit Graph

65957 Commits

Author SHA1 Message Date
sfraser%netscape.com
c41efe2419 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that UpdateCommands("focus") gets called on window activation, and when unfocussing a wiget in page. r=hyatt, saari 2000-07-14 22:06:31 +00:00
sfraser%netscape.com
bc5e13e277 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2000-07-14 21:58:50 +00:00
tao%netscape.com
e70cbf16b9 rip out obsolete code. 2000-07-14 21:35:55 +00:00
tao%netscape.com
1a8d053200 45262 Check-In "View | Set Language/Region" code to better
expose the Counrty Picker feature to user.r=ftang
2000-07-14 21:27:43 +00:00
radha%netscape.com
dc787666cf fix for 44963.crash in SH while clicking in the throbber. r=rpotts@netscape.com 2000-07-14 21:06:20 +00:00
law%netscape.com
44afc7c0cd Bug 32357; fix context menus for file/directory listings; r=waterson 2000-07-14 20:30:07 +00:00
kin%netscape.com
baa1e3d567 Fix for bug #45002: Password displayed in clear text.
layout/html/forms/src/nsGfxTextControlFrame2.cpp
      - Modified CreateAnonymousContent() to disable forced
        refreshes and reflows in the editor, and call
        SetTextControlFrameState() to set the intial value
        of the text widget.
      - Fixed leak in SetTextControlFrameState().

    editor/public/nsIHTMLEditor.h
      - Added DisableForcedUpdates and DisableForcedRefreshes flags.

    editor/base/nsEditor.cpp
      - Modified EndUpdateViewBatch() so that it uses the new
        DisableForcedUpdates and DisableForcedRefreshes flags.
      - We now also close the reflow batch before we close the
        update batch.

r=brade@netscape.com
2000-07-14 20:26:09 +00:00
jfrancis%netscape.com
7df6a29f8a reserving iid for nsIEditorObserver; NOT PART OF BUILD 2000-07-14 19:12:30 +00:00
dougt%netscape.com
2528d6f73f First draft of a unix export file.
(not part of build)
2000-07-14 18:44:40 +00:00
anthonyd%netscape.com
706f605d27 fix for regression, bug#45477
cant insert hrules, images, etc...
r=brade, a=granrose
2000-07-14 18:38:24 +00:00
dougt%netscape.com
e21e49e41d Updating with the latest and greatest listing. 2000-07-14 17:26:58 +00:00
vidur%netscape.com
ccdbb51ce5 Fixed Mac casting problem. This is not part of the default build. 2000-07-14 16:25:09 +00:00
granrose%netscape.com
87b90c522f removing three lines from packages-unix that were deleting files that don't exist and generating warnings during packaging. 2000-07-14 15:34:49 +00:00
terry%mozilla.org
0a3195381c Don't lowercase the entries in legal_keywords. 2000-07-14 15:31:43 +00:00
Jerry.Kirk%Nexwarecorp.com
366e975016 NOT PART OF MAIN BUILD - PHOTON ONLY
I needed export a few more files for the test app and add a new virtual
method that has been added since I last checked in this code.
r=jerry.kirk
2000-07-14 14:54:04 +00:00
Jerry.Kirk%Nexwarecorp.com
e1acf1ac8e NOT PART OF BUILD - PHOTON ONLY
Added a little character conversion to get some special characters
to display correctly on yahoo and abcnews. This has already been
added for other platforms like GTK. author=briane@qnx.com
r=jerry.kirk
2000-07-14 14:03:03 +00:00
Peter.VanderBeken%pandora.be
6d488d6bb3 Make sure to return the prefix for attributes if necessary. Not part of build. a=leaf. 2000-07-14 10:32:52 +00:00
rjc%netscape.com
a2a352399b Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=me 2000-07-14 09:07:13 +00:00
mscott%netscape.com
781b52e809 fix mac breakge. I don't think we did it correctly last time. (mscott and bhuvan) 2000-07-14 08:29:45 +00:00
idk%eng.sun.com
a67d6e0873 ** NOT PART OF TBOX BUILDS**
Add checking code for component creation
2000-07-14 07:19:49 +00:00
mscott%netscape.com
172f5fb69f Backing out gagan's check in as this causes linux to crash on exit which is turning all the linux
builds orange.
2000-07-14 06:27:54 +00:00
mscott%netscape.com
233d541694 Bug #35744 --> fix hang when fetching urls that don't exist. The fix was to
implement nsIWebProgressListener by the url fetcher. This will tell us when
we've failed to fetch the url. Also had to make sure we passed in a valid load group to the
channel. And added protection to make sure the OnStopRequest doesn't get processed twice.

One caveat is still left with this bug: you are still prompted after each url we fail to load. This
is pretty annoying.

r=bienvenu
2000-07-14 06:18:44 +00:00
brendan%mozilla.org
1735e9b50e Fix for..in loop bug that reopened 41126 (r=jband@netscape.com). 2000-07-14 05:37:40 +00:00
brendan%mozilla.org
d5fbbb870c Fix 41381 regression from last fix attempt (r=jband). 2000-07-14 05:35:08 +00:00
jband%netscape.com
cc7bff60f8 Fix dropProperty crash. This is needed because the JSObjects used by xpconnect wrapped natives need to act both as host objects with non-slot properties and as a plain JSObjects using the default JSOps and all that entails. So, we can't be passing the host-style props to dropProperty though we do still need to do so for other props. This has only been working up to now by luck. r=brendan@mozilla.org a=brendan@mozilla.org 2000-07-14 05:34:46 +00:00
mscott%netscape.com
fabe933429 fix mac breakge (mscott and bhuvan) 2000-07-14 05:13:16 +00:00
neeti%netscape.com
941c5c3615 fix for bug 40449, Cache does not store latest value of pages, r/a=gagan 2000-07-14 03:58:02 +00:00
gagan%netscape.com
6b64c52f56 Removed a not-being-used file. 2000-07-14 03:20:33 +00:00
endico%mozilla.org
e26bf6bc85 change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process. 2000-07-14 03:20:17 +00:00
racham%netscape.com
ce0f90fd78 Fixing bug 13850. Profile Manager now handles out of disk space errors passed by prefmigrator. r=dbragg 2000-07-14 03:10:18 +00:00
gagan%netscape.com
db8ee85410 Fix for bug 41433 (assert/crash in DNS for offline-online) We were not destroying the monitor in shutdown. r=bryner 2000-07-14 03:07:35 +00:00
gagan%netscape.com
6dff277714 Removed a not-being-used file. r=warren 2000-07-14 02:43:12 +00:00
morse%netscape.com
93a77579a2 partial fix for 44514 -- slow on first form submission, r=dveditz 2000-07-14 01:58:18 +00:00
tao%netscape.com
474facaf5d back out unintentional checkin. 2000-07-14 01:53:15 +00:00
rogerl%netscape.com
0d866e25b5 Backed out time() 2000-07-14 01:46:14 +00:00
dbaron%fas.harvard.edu
902378af7e Clean up stack trace horribly mangled by some editor. Documentation changes only (not part of build). 2000-07-14 01:41:11 +00:00
mscott%netscape.com
7785ffb681 Bug #44587 --> fix send mail via aol. caching of smtp values was breaking this. so
you could only send one message. Subsequent message sends fail.
r=bienvenu
2000-07-14 01:38:55 +00:00
rogerl%netscape.com
23e9d7c1c8 Type targetted binary operators.
Added 'time()' function as native.
2000-07-14 01:00:53 +00:00
dbaron%fas.harvard.edu
beb701f8f4 "AUTHOR INFO HERE" isn't a very useful comment. Add author info. 2000-07-14 00:54:24 +00:00
pavlov%netscape.com
621d3c3a6e sigh. checking in a better fix 2000-07-14 00:49:27 +00:00
nelsonb%netscape.com
7ed5654089 MPI Arbitrary Precision Integer Arithmetic library.
The Initial Developer of the Original Code is
Michael J. Fromberger <sting@linguist.dartmouth.edu>
2000-07-14 00:45:02 +00:00
pavlov%netscape.com
a08a41cbb8 fixing stupid mac build bustage 2000-07-14 00:35:26 +00:00
vidur%netscape.com
2915cc0f6b Got rid of unused, unimplemented nsISOAPCall:SetSimpleParameters. The script version of nsISOAPCall::SetParameters does exactly this. This is not part of the default build 2000-07-14 00:34:50 +00:00
vidur%netscape.com
42dac6be95 Added xmlextras/soap to allmakefiles.sh (not part of default build) 2000-07-14 00:26:38 +00:00
tao%netscape.com
f2d58c4153 39790 : [L12y] Move all localizable prefs into chrome://.r=rjc 2000-07-14 00:06:38 +00:00
endico%mozilla.org
6e1f769322 oops, remove testing cruft 2000-07-14 00:03:48 +00:00
tao%netscape.com
b03c9ffbcc 39790 : [L12y] Move all localizable prefs into chrome:// .r=rjc. 2000-07-14 00:01:33 +00:00
endico%mozilla.org
8387a9aee2 move the 'Move Bug" button so its less likely to be confused with the commit button 2000-07-13 23:57:18 +00:00
pavlov%netscape.com
20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
pchen%netscape.com
65925f078d Partial fix 44281 r=dougt, add certificate authority status bar XUL item and a spring to make it stick to immediate left of security lock icon 2000-07-13 23:52:22 +00:00