Commit Graph

53979 Commits

Author SHA1 Message Date
waterson%netscape.com
b92492808a Fix whitespace snafu that was tripping up my gmake.
git-svn-id: svn://10.0.0.236/trunk@56039 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 07:18:41 +00:00
sspitzer%netscape.com
d1968e1600 purify related fixes. first, prevent a crash that was prevent me
from running purify in nsGenericFactory.cpp.  Second, add support
for "mozilla -pure".  Only works if you've build mozilla.bin.pure, of course.


git-svn-id: svn://10.0.0.236/trunk@56038 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 06:23:50 +00:00
mjudge%netscape.com
ed4df3718e oops forgot to remove 2ND! line from makefile
git-svn-id: svn://10.0.0.236/trunk@56037 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 05:22:07 +00:00
buster%netscape.com
5bef320ec8 initial checkin of idl files for header files that are already used (but not generated)
in the build.  These idl files are NOT hooked up to the build yet.


git-svn-id: svn://10.0.0.236/trunk@56036 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 05:12:18 +00:00
briano%netscape.com
8829dc04ff Added a newline to the end of the file so HP-UX would be happy again.
git-svn-id: svn://10.0.0.236/trunk@56035 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 05:00:09 +00:00
dougt%netscape.com
3c92ff6d8a Speeds up the product by removing calls to PR_Sleep() in favor of PR_WaitForEvent().
This really rocks.  r=valeski, a=jar.


git-svn-id: svn://10.0.0.236/trunk@56034 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 04:49:55 +00:00
sfraser%netscape.com
29fb3935af Really added nsEditorController.cpp for mjudge.
git-svn-id: svn://10.0.0.236/trunk@56033 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 04:09:34 +00:00
sfraser%netscape.com
6b82b3d895 Remove nsEditorController.cpp for mjudge.
git-svn-id: svn://10.0.0.236/trunk@56032 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 04:07:39 +00:00
rhp%netscape.com
a38d8d653a Fix for build problem
git-svn-id: svn://10.0.0.236/trunk@56031 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 04:05:40 +00:00
mjudge%netscape.com
2e73a114c8 adding in lineup/down code
git-svn-id: svn://10.0.0.236/trunk@56030 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:59:38 +00:00
mjudge%netscape.com
6dcf82559d new idl for line up/down scrolling
git-svn-id: svn://10.0.0.236/trunk@56029 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:56:32 +00:00
mjudge%netscape.com
4704ff3a85 adding in nsISelectioncontroller idl for line up/down. fixing editor controller usage for input and textareas. changin nsGfxTextControlFrame.cpp to add editor controllers at the time we need them, not when the control is created due to the delay of the nsEditor creation. nsPresShell implements the new nsISelectionController interfaces. changed makefiles to reflect missing nsEditorController also.
git-svn-id: svn://10.0.0.236/trunk@56028 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:54:52 +00:00
mjudge%netscape.com
5d1c178d04 fixing key bindings... will be addint textareabindings.xul soon
git-svn-id: svn://10.0.0.236/trunk@56027 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:49:06 +00:00
mjudge%netscape.com
cd693e37e3 adding in check for editor keylistener. dont always assume its a browser when it could be an editor. part of large check in for key bindings
git-svn-id: svn://10.0.0.236/trunk@56026 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:48:09 +00:00
mjudge%netscape.com
212f24a709 adding in nsEditorController to makesystem. adding in registration to allow someone to get an editorcontroller from the outside. also change editor shell to register a controller to handle keyboard navigation.
git-svn-id: svn://10.0.0.236/trunk@56025 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:46:27 +00:00
mjudge%netscape.com
35eb4286a1 dont need that line good catch sfrasier.
git-svn-id: svn://10.0.0.236/trunk@56024 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:39:09 +00:00
mjudge%netscape.com
7c3c21e478 adding in nsIEdkitorController.h
git-svn-id: svn://10.0.0.236/trunk@56023 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:36:12 +00:00
mjudge%netscape.com
8ce8204d2a adding in header files for massive checkins. reviewed akkana, mcc
git-svn-id: svn://10.0.0.236/trunk@56022 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:35:44 +00:00
rhp%netscape.com
5fff21896d Performance fix for message display - Bug #: 21203 - r: xxxxx
git-svn-id: svn://10.0.0.236/trunk@56021 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:35:34 +00:00
valeski%netscape.com
d53a4e079f 21723, a=chofmann, r=rpotts. landing new FTP implementation. It's now much leaner on event processing, and no longer buffers data between the socket transport and consumer. This change went in in order to unblock the xpinstall guys on a UI thread starvation problem
git-svn-id: svn://10.0.0.236/trunk@56020 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:35:15 +00:00
valeski%netscape.com
27c86ff80b added files: mozilla/netwerk/protocol/ftp/src/nsFTPListener.cpp
git-svn-id: svn://10.0.0.236/trunk@56019 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:32:56 +00:00
rhp%netscape.com
d245b06d25 Performance fix for message display - Bug #: 21203 - r: rhp (external contribution)
git-svn-id: svn://10.0.0.236/trunk@56018 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:30:55 +00:00
valeski%netscape.com
870bb35e1e adding files for new FTP impl, not in build yet
git-svn-id: svn://10.0.0.236/trunk@56017 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:30:33 +00:00
mjudge%netscape.com
493e328e0f adding new files first stage of massive checkin for key bindings
git-svn-id: svn://10.0.0.236/trunk@56016 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 03:26:29 +00:00
danm%netscape.com
7fc2e6b04a added deathgrip to survive window destruction during onload handler. part of fix for bug 19302. r:hyatt a:chofmann
git-svn-id: svn://10.0.0.236/trunk@56015 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 02:18:52 +00:00
danm%netscape.com
ba5552a03c check for null context in SetDocument. part of fix for bug 19302. r:hyatt a:chofmann
git-svn-id: svn://10.0.0.236/trunk@56014 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 02:15:57 +00:00
danm%netscape.com
d7384dc7b7 check for null context in CheckTimeout. add another deathgrip in HandleDOMEvent. part of fix for bug 19302. r:hyatt a:chofmann
git-svn-id: svn://10.0.0.236/trunk@56013 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 02:14:53 +00:00
erik%netscape.com
3d4f49733c bug 21352; was crashing on Japanese Win95 since we didn't keep our
subclass for that platform in sync with the base class; r=ftang a=chofmann


git-svn-id: svn://10.0.0.236/trunk@56012 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 01:15:36 +00:00
briano%netscape.com
4b600f1955 Automated update
git-svn-id: svn://10.0.0.236/trunk@56011 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 01:10:35 +00:00
briano%netscape.com
363d2e51ab Fix for bug 21676. a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56010 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 01:04:31 +00:00
tbogard%aol.net
08a26d790f When opening a "Find" dialog we should assure that a blank window is created. To do that we were passing in null which actually evaluates to the string "null". "_blank" ensures a new window. Fix for bug number 21331. r=law a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56009 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:53:52 +00:00
valeski%netscape.com
8982809972 21723. a=chofmann, r=rpotts. AsyncOpen() in the socket transport was spinning out of control, causing socket transport thread deadlock. Now we move the socket transport off of the work queue after an AsyncOpen call
git-svn-id: svn://10.0.0.236/trunk@56008 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:28:39 +00:00
vidur%netscape.com
0c5eb61df3 Backing out because of bogus checkin comment
git-svn-id: svn://10.0.0.236/trunk@56007 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:28:32 +00:00
vidur%netscape.com
938d0f26f4 Fix for bug 21368. navigator.plugins methods were returning an error code if the plugin wasn't found instead of returning null. a=jar R=pollmann.
git-svn-id: svn://10.0.0.236/trunk@56006 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:25:00 +00:00
vidur%netscape.com
56c1ff5fee Fix for bug 21368. navigator.plugins methods were returning an error code if the plugin wasn'
git-svn-id: svn://10.0.0.236/trunk@56005 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:24:24 +00:00
vidur%netscape.com
d890df84fa Fix for bug 10644. In cases where we expect boolean attributes, accept anything that can be converted to a boolean. a=jar r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@56004 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:24:02 +00:00
pollmann%netscape.com
05fbd9adbc Bug 11762: Send initial reflow to collapsed frames and recalc size of collapsed frames on reflow. r=evaughan a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56003 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:10:24 +00:00
pollmann%netscape.com
a31c8c8d4c Bug 11762: Create a webshell for an iframe even if size is 0x0. r=evaughan a=chofmann
git-svn-id: svn://10.0.0.236/trunk@56002 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-15 00:09:10 +00:00
terry%mozilla.org
346d6ec8bd Force selection of a valid product when doing a mass
reassign-to-component-owner.


git-svn-id: svn://10.0.0.236/trunk@56001 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:54:30 +00:00
syd%netscape.com
efe16b543a Window.idl was not being built if you did this on Linux (Makefile.in
rot). r=vidur, a=brendan (related to but does not fix PDT+ 18518).


git-svn-id: svn://10.0.0.236/trunk@56000 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:48:08 +00:00
vidur%netscape.com
021a42b33f Fix for bugs 20737. Named layers are no longer reflected into the document namespace. Also 9787. document.clear implemented. a=chofmann, r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@55999 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:34:17 +00:00
vidur%netscape.com
07427518d4 Fix for bug 9787. Implemented a stub version of document.clear. Fix necessary for getting in 20737. a=chofmann r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@55998 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:32:26 +00:00
vidur%netscape.com
dc826a1336 Fix for bug 20737. Get rid of html.css entries for LAYER/ILAYER. Make sure only default (span) content is created for them. a=chofmann r=pollmann.
git-svn-id: svn://10.0.0.236/trunk@55997 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:11:19 +00:00
valeski%netscape.com
38e0909f5b 21197. a=jevering, r=rpotts. On a redirect we were firing header notification *after* the rediect which broke sites trying to set and retrieve a cookie using a redirect. Now we fire on headers before processing status code
git-svn-id: svn://10.0.0.236/trunk@55996 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:07:29 +00:00
akkana%netscape.com
130dea903e 21534 (part of 18033 and 18046): handle delete word and to-end functionality
outside of any selection batching (didn't work when inside a batch).
r=jfrancis; part of Mike's 18046 fixes which are a=chofmann.


git-svn-id: svn://10.0.0.236/trunk@55995 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 23:07:12 +00:00
selmer%netscape.com
c96797b222 Fixed test to use current syntax for trees (for bug 18001)
git-svn-id: svn://10.0.0.236/trunk@55994 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 22:58:55 +00:00
mccabe%netscape.com
44c36dfaf7 Add missing JS_END_EXTERN_C to match JS_BEGIN_EXTERN_C at the beginning. Thanks to Till Volmer <tvollmer@hyperwave.com> cor spotting this.
r=mccabe, a=brendan.


git-svn-id: svn://10.0.0.236/trunk@55993 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 22:39:54 +00:00
selmer%netscape.com
1798c5367a bug 18001 assertion & crash on treeTest1.xul. r=hyatt a=chofmann
git-svn-id: svn://10.0.0.236/trunk@55992 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 22:30:41 +00:00
rods%netscape.com
6cc1f48662 temprary fix for combobox dropdowns that jump all around.
changed the way a temp nsSize was being created.
removed all the dom listener interfaces and code (they weren't being used)
r=beard,self a=chofmann bug 19416, 20957, 19300, 20250


git-svn-id: svn://10.0.0.236/trunk@55991 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 22:22:00 +00:00
rods%netscape.com
99432f125e temprary fix for combobox dropdowns that jump all around.
r=beard a=chofmann bug 19416


git-svn-id: svn://10.0.0.236/trunk@55990 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-14 22:21:58 +00:00