saari@netscape.com
4d45b187d7
massive landing of joki changes.
...
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
cata@netscape.com
bb26d8077f
Fix for bug #37543 , a=ftang, r=nhotta.
2000-08-05 00:07:03 +00:00
jst@netscape.com
35150b2a23
Checking in for Vidur (merging from SeaMonkey_M17_BRANCH). Fixing nsbeta2+ bug 9392, removing code that was hiding the correct native code for document.plugins. r=jst@netscape.com, a=nisheeth@netscape.com
2000-08-04 06:55:53 +00:00
ftang@netscape.com
5d29261e9c
fix 45430. patch proposed by beard@netscape.com r=ftang a=ftang
...
fix memory leak
2000-08-02 05:08:15 +00:00
heikki@netscape.com
1afb64dad4
Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd).
2000-07-28 21:48:08 +00:00
jst@netscape.com
75ad229c8e
Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts
2000-07-21 23:44:38 +00:00
mscott@netscape.com
f5c3579993
Bug #44397 --> quick fix to the bookmarks problem with create new profile, if the
...
url is about:blank then don't try to instantiate bookmarks just to get a charset!
i'm not sure this bookmarks code belongs here anyway. We'll file another bug to get it moved out.
r,a=waterson
2000-07-19 19:51:20 +00:00
mkaply@us.ibm.com
80ffaf0af8
#42637
...
r=waterson, a=waterson
OS/2 bringup - this is a Windows path, not an XP_PC path
2000-07-05 13:39:07 +00:00
dougt@netscape.com
a67cb793d0
Removing bookmark requirement.
...
43082.
r=jbetak@netscape.com
a=valeski@netscape.com
2000-06-26 20:26:16 +00:00
cata@netscape.com
d4db3b3d8f
Turning on charset override by default. r=nhotta a=ftang bug #41620 .
2000-06-22 00:41:02 +00:00
vidur@netscape.com
90d510913b
Fix for bug 38349. Implemented nsIDOMNode::CloneNode() and ImportNode() for XML and HTML documents as part of finishing out our DOM1 and DOM2 implementations. Cleanup of DOMImplementation::createDocument. r=jst
2000-06-21 23:56:52 +00:00
vidur@netscape.com
a481900e87
Work for bug 33475 - completion of Document-related DOM Level 2 support. Null-checks for the empty document case. The documentElement can now be replaced. Load() no longer takes extra unused argument. r=jst,nisheeth
2000-06-17 01:46:58 +00:00
akkana@netscape.com
69112e2ac1
41916: Remove <td> from the list of inline tags; don't include the enclosing
...
<td> in a selection that happens to fall inside a table cell. r=rickg
2000-06-16 21:22:00 +00:00
scc@mozilla.org
fe2079b60b
fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms
2000-06-12 23:52:31 +00:00
mjudge@netscape.com
6dd64a1dbe
fixing leak from earlier chekin. copied code, dont look at me. r=scc bug=34896
2000-06-09 04:19:09 +00:00
jst@netscape.com
b44f45a235
Fixing nsbeta2+ bugs 17351 and 33018, doing document.write(...) on a document in a newly opened window wasn't working properly, the written HTML was replaced by the URL given to window.open(), the fix is to cancel ongoing loads for the new window before starting to write to it. r=vidur
2000-06-08 22:51:06 +00:00
mjudge@netscape.com
758ec52880
(accidentaly checked in with no comment before)bug=34896 getting createElementNS implemented for nsHTMLDocument. this should just be implemented in nsDocument with nsXMLDoc inheiriting also. i will do that when m16 is gone. this allows the editor to create its html elements despite being in a xuldocument. r=hyatt a=beppe
2000-06-07 01:17:23 +00:00
mjudge@netscape.com
22faef3d98
*** empty log message ***
2000-06-07 01:14:08 +00:00
jbetak@netscape.com
69880f57b3
18022, bookmark doc charset caching
...
r=rjc, ftang, a=ftang
2000-06-01 01:13:45 +00:00
rusty.lynch@intel.com
ed833b534a
Fixed webshell leaks for each textarea/input element for
...
bug #39796 . r=jst a=waterson
2000-05-26 20:09:32 +00:00
jst@netscape.com
c6fd283d31
Fixing typo that sneaked in when fixing this mornings mac bustage after fixing bug 36681. r=brade
2000-05-25 21:16:06 +00:00
brade@netscape.com
2bd83ab182
fix mac build bustage
2000-05-25 15:46:41 +00:00
jst@netscape.com
0ddca5ba3e
Fixing bug 36681, lastModified date for local files was incorrect. r=dougt@netscape.com, a=brendan@mozilla.org
2000-05-25 14:03:57 +00:00
harishd@netscape.com
2a4e3369b7
Forgot to checkin this file - This should have been a part of
...
my previous checkin.
2000-05-22 22:16:56 +00:00
jst@netscape.com
3905bcaa70
Fix content list regression I introduced a few days ago when working on DOM namespace support, document.forms and other arrays on HTML document objects never contained any elements! r=vidur, a=leaf
2000-05-17 20:35:19 +00:00
cata@netscape.com
0d850e45a8
Fixing more of the same problem. nsCOMPtr comparisons. Sorry!
2000-05-17 07:40:40 +00:00
cata@netscape.com
9f3a9f4675
Charset override implementation.
2000-05-17 06:56:34 +00:00
jst@netscape.com
580bb9477c
Fix getElementsByTagName() regression.
2000-05-17 03:47:06 +00:00
jst@netscape.com
85ef3d48a5
Implementing getElementsByTagNameNS() for XML and HTML documents.
2000-05-16 00:55:05 +00:00
mjudge@netscape.com
3ee84b1101
removing comment on code
2000-05-15 14:25:52 +00:00
harishd@netscape.com
42b3fe5504
Enabling NOLAYERS by default ( since we don't support LAYER tag ).
...
r=vidur
Putting webshellservice into parser bundle for use by observer base.
r=nisheeth
2000-05-14 19:25:06 +00:00
mjudge@netscape.com
3e2b151d06
changing nsXifconverter to nsIXifConverter
2000-05-13 08:11:29 +00:00
pollmann@netscape.com
1906d9887e
Bug 35573: Fix part of a webshell leak, r=nisheeth
2000-05-12 00:53:38 +00:00
jst@netscape.com
fa72f71714
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
2000-05-10 13:13:39 +00:00
jst@netscape.com
5c859b845d
Fixing bug 36308, document.close() didn't release the parser so subsequent document.open calls didn't properly clear the document/old parser.
2000-05-06 00:05:19 +00:00
rickg@netscape.com
4b4178f5a5
fixed DTDMode regression
2000-05-04 05:54:04 +00:00
mkaply@us.ibm.com
70dd7029e7
# 34082
...
r= troy
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:07:11 +00:00
nisheeth@netscape.com
82ef56e610
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
...
2) Fixed compile errors in XSL glue code that happened after the recent nsString landing by scc.
3) Added a check for a null URI before de-referencing it in nsCodeBasePrincipal.cpp.
2000-05-01 06:58:53 +00:00
dbaron@fas.harvard.edu
842a130621
Fixed miscellaneous leaks exposed to tinderbox leak stats by brade%netscape.com's JS checkin (rev 1.150 of navigator.js, 2000-04-28).
2000-05-01 00:26:37 +00:00
jst@netscape.com
c22b97ac63
Hooking up document.getSelection() for html documents to return a string so that we're compatible with 4.x.
2000-04-28 14:05:45 +00:00
anthonyd@netscape.com
2abd11ee91
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
akkana@netscape.com
b42867224a
19137: <u> wasn't in the list of inline tags.
2000-04-20 22:31:14 +00:00
scc@netscape.com
5e49be25a8
making string conversions explicit
2000-04-15 20:15:37 +00:00
jst@netscape.com
6c8da0f06f
document.write() speedup, fixes (at least partly) #29805 .
2000-04-04 14:13:46 +00:00
jst@netscape.com
9461a54181
Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
2000-04-02 17:46:30 +00:00
jst@netscape.com
505958c763
Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
2000-04-01 13:31:23 +00:00
mstoltz@netscape.com
078db5a68c
Fixed bug 30915 using nsAggregatePrincipal. r=norris
2000-03-31 00:31:18 +00:00
warren@netscape.com
a2fb078809
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
jst@netscape.com
79bb02c6d8
Replace internal HTML Doctype API with the DOM DocumentType API, HTML documents now get a DOM DocumentType if the file contains one and the DOM DocumentType is ouput if/when the document is saved. This fixes bug #25020 .
2000-03-28 23:25:26 +00:00
scc@netscape.com
a09a9c5b56
small changes to clients of string converting APIs
2000-03-26 10:06:21 +00:00