Commit Graph

48047 Commits

Author SHA1 Message Date
ftang%netscape.com
e42006b2b2 Add <U+ > for Unicode fallback instead of ? 1999-12-02 23:26:42 +00:00
ftang%netscape.com
69d031db6f add nsIFontEnumerator.h 1999-12-02 23:26:06 +00:00
dmose%mozilla.org
6c05f0d386 a bug fix or two and a whole bunch of sanity-checking of form submissions stuff 1999-12-02 23:21:42 +00:00
idk%eng.sun.com
c70494d02f 20208
Add exception trowing in case
peer object is not existing. (Stream closed, not created, etc)
1999-12-02 23:20:29 +00:00
pinkerton%netscape.com
4aa8604576 Fix for bug 18409. clipboard/d&d now converts incoming text to DOM linebreaks. r=saari 1999-12-02 23:18:23 +00:00
pinkerton%netscape.com
691d9f5e03 Removed a bunch of duplicated code. r=saari 1999-12-02 23:17:31 +00:00
putterman%netscape.com
75409da1eb Fix 20556 and change printf to dump in js. 1999-12-02 23:14:42 +00:00
rpotts%netscape.com
ed1cb83b57 bug #13157 (r=valeski). Added support for HTTP/0.9 server responses. This fixes a whole class of bugs where CGI scripts were displaying blank pages because we just ignored the response :-( 1999-12-02 23:09:15 +00:00
locka%iol.ie
2672773180 Added CommandStateChangeConstants 1999-12-02 22:49:27 +00:00
fur%netscape.com
3a22f1cfae Fix 20594: C++ comments in C files 1999-12-02 22:41:02 +00:00
akkana%netscape.com
eba687860e Forgot to add the idl file to the makefile 1999-12-02 22:36:34 +00:00
sspitzer%netscape.com
c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
sfraser%netscape.com
011b2d4700 Add nsISelectionController.idl for akkana 1999-12-02 22:31:27 +00:00
sfraser%netscape.com
cd8ed2876b Add nsISelectionController.idl for akkana. 1999-12-02 22:31:17 +00:00
pavlov%netscape.com
968b526660 reuse pixmaps when image bits are changed instead of destroying them and recreating them every time r=blizzard 1999-12-02 22:25:20 +00:00
sdagley%netscape.com
228ae725e7 Checking in fix for bug #20558 for sfraser. Calling pr_UnlockedFindLibrary() with a NULL fragment name not a good idea. sfraser and I both though he'd fixed this before but apparently the change was lost. 1999-12-02 22:25:17 +00:00
locka%iol.ie
3d263858b6 Made ActiveX plugin buildable 1999-12-02 22:17:18 +00:00
rods%netscape.com
ec234e590c changed select:-moz-dropdown-list back to collapse from hidden, this works better in more cases
r=kmcclusk
1999-12-02 22:09:35 +00:00
blizzard%redhat.com
017db4ae15 Clean up Destroy() and focus handling. fix bug #19302 1999-12-02 22:09:25 +00:00
rods%netscape.com
16f2348544 clips inside the border instead of inside the border and padding
r=kmcclusk bug 20301
1999-12-02 22:07:43 +00:00
rods%netscape.com
4acd38e3ea changing generated and psuedo content frames to inherit
r=kmcclusk bug 20301
1999-12-02 22:06:53 +00:00
valeski%netscape.com
1f8fcf2c95 r=mcafee. 20464. we were crashing when data: urls were accessed. Now we're safe; for the time being that is :) 1999-12-02 22:02:30 +00:00
rods%netscape.com
9b92216789 bad or of flags, r=dcone, bug 13745 1999-12-02 21:54:39 +00:00
akkana%netscape.com
2ee46841c6 18033: hook up the motion commands to real commands now that the stubs are in place. r=mcafee 1999-12-02 21:53:02 +00:00
erik%netscape.com
0bcb0e41fd bug 17856; added 2 more font charset names to the table so that we can use
those Taiwanese fonts too; r=ftang
1999-12-02 21:49:27 +00:00
akkana%netscape.com
520e982ed0 18033: Editor changes to use the new nsISelectionController interface.
Triggered from key events.  Untested since the nsISelectionController
  implementation isn't in yet (bug 18046), but key events do call
  the stub routines.  r=mjudge
1999-12-02 21:47:30 +00:00
dougt%netscape.com
f25f716d38 Fix tabs.
added enumerator.
1999-12-02 21:45:50 +00:00
akkana%netscape.com
fcd5b16fd6 18046: IDL implementation of nsISelectionController from sford4@netscape.net,
and the infrastructure to hook it up.
  This also changes the spelling from nsISelectionControler. r=mjudge
1999-12-02 21:45:21 +00:00
ducarroz%netscape.com
1980290fb9 Fixbuild bustage. It was generating a lib instead of a share lib and several others setting was wrong. 1999-12-02 21:17:03 +00:00
petitta%netscape.com
49b7286ed7 This file used to fill in empty folders so ZIP will pick up the folder hiearchy 1999-12-02 21:02:54 +00:00
petitta%netscape.com
15b07eb1dd Found a better place for this file. in cck\build" DeleteThisFile 1999-12-02 21:00:59 +00:00
petitta%netscape.com
4862e72115 used to fill in empty folders that wont normally get picked up by zip 1999-12-02 20:57:11 +00:00
saari%netscape.com
bcb4759449 Adding new event state manager API GetFocusedEventTarget which returns the current frame in focus
regardless of the ESM instance you call it from. Editor guys need this for bug 20225
1999-12-02 20:55:17 +00:00
norris%netscape.com
f03998dff2 remove invalid test 1999-12-02 20:04:48 +00:00
norris%netscape.com
403430a7d3 EvaluatorExceptions should set an exit error code. 1999-12-02 19:12:34 +00:00
norris%netscape.com
413a71493b Pass a scope to ScriptRuntime.call so we can throw EcmaErrors if need be. 1999-12-02 18:17:22 +00:00
morse%netscape.com
0579150f1d fix bug 20164, cookie viewer crashed on long cookies, r=andreas.otte 1999-12-02 14:23:28 +00:00
brade%netscape.com
24a09371b8 handle state where controls aren't displayed (Fewer) and we need to store values until the controls are restored (More) or dialog is dismissed. (Bug #20279; r=sfraser@netscape.com) 1999-12-02 13:25:41 +00:00
tbogard%aol.net
658ccd00a8 Added new interface nsIDocShellTreeNode that will replace nsIDocShellContainer. 1999-12-02 11:54:40 +00:00
rgoodger%ihug.co.nz
7940c3a354 Editor Advanced Edit dialog, revised CSS, r=cmanske 1999-12-02 10:28:52 +00:00
rgoodger%ihug.co.nz
05797e61f1 Upgraded Editor Advanced Edit XUL/JS. r=cmanske 1999-12-02 10:22:31 +00:00
rickg%netscape.com
d1090af63f various bug fixes (PDT+ and other); removed warnings. r=syd 1999-12-02 10:14:42 +00:00
rickg%netscape.com
1a75640583 fixed off-by-1 error in compare, and added ReplaceSubstring(). r=syd 1999-12-02 10:14:38 +00:00
tbogard%aol.net
42baa75378 Implemented the nsIBaseWindow::FocusAvailable. Hooked up the old nsIWebShellContainer::FocusAvailable to go through the new one. 1999-12-02 10:11:38 +00:00
rjc%netscape.com
23e994f315 Optimization: 99% of trees which use the containment and/or ignore attributes put those attributes on the root node,
so check there first before trying to recurse from the current node all the way up to the root node.
1999-12-02 10:07:44 +00:00
tbogard%aol.net
0f6eaf069d Was acidentally incrementing the counter before requesting the element. 1999-12-02 10:05:17 +00:00
rjc%netscape.com
22d2df29f9 Commit out annoyance assert. 1999-12-02 10:01:58 +00:00
tbogard%aol.net
e021e1fe53 Stubbed out the implementation of FocusAvailable in webshell as part of the nsIBaseWindow interface. 1999-12-02 09:43:07 +00:00
tbogard%aol.net
0601612adf Implemented the new FocusAvailable in docshell as part of the nsIBaseWindow interface. 1999-12-02 09:42:11 +00:00
tbogard%aol.net
e7a23f774b Added the FocusAvailable() method to nsIBaseWindow.idl. 1999-12-02 09:41:21 +00:00