brade%netscape.com
e4ef5e43a2
add dtd, cleanup
1999-03-02 15:23:28 +00:00
brade%netscape.com
2791360b0f
add dtd
1999-03-02 15:20:35 +00:00
brade%netscape.com
c0824d7765
add dtd, convert to entities, cleanup
1999-03-02 15:20:16 +00:00
brade%netscape.com
787e7d5cca
add dtd; cleanup
1999-03-02 15:19:23 +00:00
brade%netscape.com
ddf6bfa1c4
*** empty log message ***
1999-03-02 15:18:54 +00:00
brade%netscape.com
8fe328a354
add static to LegendHack() to reduce compiler warnings on Macintosh
1999-03-02 15:17:35 +00:00
brade%netscape.com
0e163f8674
add static to reduce compiler warnings on Macintosh
1999-03-02 15:17:14 +00:00
brade%netscape.com
107ba93c81
reduce Macintosh compiler warnings by making function static
1999-03-02 15:15:46 +00:00
brade%netscape.com
f17e5d2438
add "static" to reduce compiler warnings on Macintosh
1999-03-02 15:13:29 +00:00
cls%seawood.org
0bbc0ba3a1
Fixed problem with ondblclick being released w/o being allocated. Appeared to be a copy-n-paste oversight.
1999-03-02 10:20:52 +00:00
jband%netscape.com
7be9714964
added some XPConnect dirs to the list
1999-03-02 08:19:10 +00:00
jband%netscape.com
aae72939cf
makefile fixups to get xptinfo working on Win32. Added xptinfo.h for public dll declarations
1999-03-02 07:59:53 +00:00
jband%netscape.com
3b65c0f458
fixed some makefile flags
1999-03-02 07:55:42 +00:00
buster%netscape.com
5333e448a3
implemented GetTextProperty -- only works for bold and italic now,
...
trivial to add more properties
finished first cut at SetTextProperty. This triggers lots of crashes in
range/selection code where we're holding onto a stale frame pointer (at
least, that's my best guess.)
synched with Charlie's change-o-rama
added an assert in DeleteTextTxn::Init() checking aNumCharsToDelete vs.
0
NS_ASSERTION(0!=aNumCharsToDelete, "bad arg, numCharsToDelete");
if the number of chars to delete is 0, we shouldn't be creating a
transaction at all. I had never seen this condition arise before
Charlie's checkin, I don't know if he introduced it or if it was a
latent bug I just never tripped over before.
1999-03-02 07:52:41 +00:00
mcafee%netscape.com
ed01728ae7
cdefs.h and mcom_db.h also exist in mozilla/include, merging some changes over to these versions in anticipation of retiring the mozilla/include versions of these files.
1999-03-02 07:47:29 +00:00
waterson%netscape.com
b29d87820d
Added code to spy on the xul:open attribute; we now force content construction when a node is opened and release the children when it is closed.
1999-03-02 07:34:32 +00:00
waterson%netscape.com
9277c3e7c6
Create cell children _before_ adding the tree row to the tree. Removed unnecessary calls to FindTreeElement() where just using mRoot would do.
1999-03-02 07:33:45 +00:00
cmanske%netscape.com
27e9ab27a5
Fixed mismatched declarations/implementations
1999-03-02 07:13:45 +00:00
mccabe%netscape.com
8c24b0a7f5
Not yet part of Seamonkey.
...
Changed from using malloc to (much less, but still slightly) hacked
nsIAllocator service.
1999-03-02 05:38:27 +00:00
cmanske%netscape.com
33bdf8086c
added files: mozilla/editor/base/InsertTableTxn.cpp, mozilla/editor/base/InsertTableCellTxn.cpp, mozilla/editor/base/InsertTableColumnTxn.cpp, mozilla/editor/base/InsertTableRowTxn.cpp, mozilla/editor/base/DeleteTableTxn.cpp, mozilla/editor/base/DeleteTableCellTxn.cpp, mozilla/editor/base/DeleteTableColumnTxn.cpp, mozilla/editor/base/DeleteTableRowTxn.cpp, mozilla/editor/base/JoinTableCellsTxn.cpp, mozilla/editor/base/nsHTMLEditor.cpp, mozilla/editor/base/EditTable.cpp, mozilla/editor/base/nsHTMLEditFactory.cpp
1999-03-02 05:32:29 +00:00
cmanske%netscape.com
08d2ae207b
Changed editor AppCore to use nsHTMLEditor instead of nsTextEditor
1999-03-02 05:32:25 +00:00
cmanske%netscape.com
b71d9e04d6
Changed viewer to use nsHTMLEditor instead of nsTextEditor
1999-03-02 05:31:41 +00:00
cmanske%netscape.com
e415eb79b4
Implemented nsHTMLEditor. Changed prototypes to be use NS_IMETHOD and NS_IMETHODIMP. Started table editing transactions
1999-03-02 05:30:53 +00:00
mccabe%netscape.com
40181d78ce
Not yet part of the seamonkey build.
...
Moved nsInterfaceInfoManager files from the libxpt directory (where
they would have precipitated an unpleasant circular dependency between
xpidl and nsISupports.h) into a new subdirectory.
Added corresponding entries to allmakefiles.sh.
nsInterfaceInfoManager is intended to abstract the loading and
management of typelib information generated by xpidl, for use by
xpconnect.
1999-03-02 05:21:31 +00:00
evaughan%netscape.com
c021740cb1
Made the image accessible from CSS via list-style-image.
1999-03-02 05:00:51 +00:00
beard%netscape.com
6fdc870a25
Added Release to peer's destructor, delaying release of stream until NPP_URLNotify.
1999-03-02 04:46:05 +00:00
beard%netscape.com
510d435234
First Checked In.
1999-03-02 04:43:30 +00:00
beard%netscape.com
47c15f1792
added async parameter to send().
1999-03-02 04:42:38 +00:00
beard%netscape.com
5180d7830e
implements nsIPluginStreamListener, to handle javascript: URLs.
1999-03-02 04:42:35 +00:00
beard%netscape.com
fcf7f5153e
added setCodeBase().
1999-03-02 04:42:31 +00:00
beard%netscape.com
f69fb34106
added setCodeBase(), running showDocument() in Java thread.
1999-03-02 04:42:30 +00:00
beard%netscape.com
7e21ef2d7b
turned on C++ compiler for syntax checking header files.
1999-03-02 04:42:28 +00:00
beard%netscape.com
7e7a2cf9af
Resizes correctly, took out call to codebase(), plugin now computes codebase with JavaScript.
1999-03-02 04:38:45 +00:00
sfraser%netscape.com
092b04689b
Fix the caret so that it draws on Windows (and UNIX, hopefully), and turn on the #define so that the caret gets created in the pres shell. It gets shown in editor mode.
1999-03-02 04:26:49 +00:00
sfraser%netscape.com
884a0efa99
Make the caret width a twips value, instead of pixels.
1999-03-02 04:25:11 +00:00
rjc%netscape.com
f8b4395e6d
ChildAt(0) can return NULL, so check for it!
1999-03-02 04:07:10 +00:00
rjc%netscape.com
67406839f2
Fix array offset.
1999-03-02 04:05:10 +00:00
nisheeth%netscape.com
56bcc16df6
- Changed the way the expat parser is encapsulated. Now, the expat DTD creates and destroys the expat parser and registers callbacks with the expat parser. The expat tokenizer simply gets the entire buffer contents from the scanner and passes it to ParseXMLBuffer() on the expat DTD. Earlier, the expat tokenizer was encapsulating the expat parser behind its interfaces. This change gets rid of nsIExpatTokenizer because the expat tokenizer no longer needs to expose methods for registering callbacks with the expat parser.
1999-03-02 04:02:23 +00:00
jband%netscape.com
e569fc7c7f
some fixes pointed out by purify. Tests better verify that wrappers are not leaking
1999-03-02 03:32:42 +00:00
pollmann%netscape.com
8f30448ae5
Cleanup: Use the GetPrimary Frame in nsGenericHTMLElement. Enable fetching selectedIndex before frame creation (using DefaultSelected instead of Selected) Bug #3340
1999-03-02 03:31:17 +00:00
pollmann%netscape.com
00a111b13e
Enable GetSelected for options inside of option groups. (Fix GetPrimaryFrame)
1999-03-02 03:26:29 +00:00
pollmann%netscape.com
4a3e05e302
Cleanup: return NS_NOINTERFACE not NS_OK if getting the primary frame fails.
1999-03-02 03:22:45 +00:00
pollmann%netscape.com
f9e570d534
Fix change notifications for combo boxes.
1999-03-02 03:19:25 +00:00
nisheeth%netscape.com
4cbcd78a26
nsParser.cpp would not compile if the EXPAT compiler define was set because I had
...
not included nsExpatDTD.h. Now, nsExpatDTD.h gets included if EXPAT is set.
1999-03-02 03:03:52 +00:00
brendan%netscape.com
a7bea6a1d8
Deal with wstring in .idl files correctly, or at least better.
1999-03-02 03:01:39 +00:00
nisheeth%netscape.com
937b4d59c2
We no longer call RegisterDTD() on nsParser when initiating parsing of XML
...
documents.
1999-03-02 02:58:25 +00:00
brendan%netscape.com
b174ed2b63
Use new 'W' format with JS_ConvertArguments to get PRUnichar* out.
1999-03-02 02:51:33 +00:00
brendan%netscape.com
249622f5f5
- Added 'W' format to JS_ConvertArguments, for conversion to string and return
...
via a jschar* out parameter.
- Fused common string conversion and argv[i] GC-rooting code in JS_ConvertArgs.
- Added to cvtargs test command, which really needs to stop using a hardwired
format string!
- Fixed char-typed fgetc-receiving variable to be of int type for correct EOF
comparison on machines with unsigned chars.
1999-03-02 02:38:45 +00:00
mcmullen%netscape.com
f821295013
Took another one for nsIRandomAccessData.
1999-03-02 02:24:46 +00:00
rjc%netscape.com
fc48a280d7
Bug fix: Sort on all child nodes.
1999-03-02 02:17:16 +00:00