waterson%netscape.com
a47543a7de
Bug 26402. Compile event handlers when content is inserted into the document. r=hyatt
2000-03-31 04:03:25 +00:00
hyatt%netscape.com
2bcd86c487
making inheritance work properly in XBL.
2000-03-31 03:13:43 +00:00
attinasi%netscape.com
f07dae7687
Implemented a timer for loading CSS style sheets to allow content to be displayed if the sheet is taking too long to load. b=17309 r=nisheeth
2000-03-31 01:57:54 +00:00
mstoltz%netscape.com
72ad6e26bf
Fixed bug 30915 using nsAggregatePrincipal. r=norris
2000-03-31 00:31:18 +00:00
jst%netscape.com
65dd7a92c5
Fixing bug #32839 , HTMLButtonElement.type now returns the correct value.
2000-03-30 22:37:12 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
hyatt%netscape.com
260d200fba
Adding error reporting to XBL.
2000-03-30 03:18:44 +00:00
nisheeth%netscape.com
8c9cf79c1b
r=pollmann. Fix for bug 29395. XML error messages now show up in the content area for XML, RDF, and XUL files. Earlier, they would only show up for XML files.
...
- Generate tokens in the expat tokenizer to display an XML error message.
- Process those tokens in the XML DTD
- Add a SetStringValue() method to CToken that accepts an nsString parameter.
- Removed code in the XML content sink's NotifyError() method to create error message content.
2000-03-30 01:41:48 +00:00
harishd%netscape.com
d5f075eb55
Fix for 22786 - sink side fix for HTML attributes
2000-03-30 01:07:02 +00:00
pinkerton%netscape.com
15dddeaef1
made drag feedback better for containers and sorted lists. bugs 9657, 20124, 31814
2000-03-29 23:22:08 +00:00
pierre%netscape.com
3d351d104d
#33557 (background-color: inherit on html:input type="text" only appears to check for background color on parent node). MapDeclarationColorInto() should inherit the parent's color on "background: transparent".
2000-03-29 06:55:15 +00:00
warren%netscape.com
d60b12b153
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
hyatt%netscape.com
bfee1357a0
j++. j++. Not i++. j++. Sigh. k++? z++? NO! j++! Pick up the clue phone, hyatt.
...
It's ringing.
2000-03-29 02:26:46 +00:00
hyatt%netscape.com
6c878d3126
Checking in method and property support.
2000-03-29 01:24:35 +00:00
jst%netscape.com
b35c0f42aa
Fix for bug #32853 , we now support setting the 'for' attribute with the name 'htmlFor'.
2000-03-29 00:19:00 +00:00
jst%netscape.com
6eeedef061
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
norris%netscape.com
b1bac05243
Fix bug 7264 All JavaScript running with correct principals
...
r=mstoltz
2000-03-28 03:59:46 +00:00
hyatt%netscape.com
87a8fb2806
Fix for 33526
2000-03-28 00:41:33 +00:00
nisheeth%netscape.com
ff93a050e1
r=pollmann. Fix for bug 17643.
...
- Rewrote GetQuotedAttributeValue() so that it handles whitespace and attribute names inside attribute values.
- The xml stylesheet PI now only needs a href attribute to work right. Other attributes like title, media, alternate, default to null. The type attribute defaults to "text/css".
2000-03-28 00:18:13 +00:00
akkana%netscape.com
9e4f4dc539
Fix an entity bug for Naoki: Japanese entities weren't being correctly
...
pasted. This also fixes the symptoms, but not the underlying cause,
of the html mail nbsp bug. r=nhotta
2000-03-28 00:10:44 +00:00
hyatt%netscape.com
f922092260
Fixing menu accelerators.
2000-03-27 12:00:45 +00:00
rickg%netscape.com
a74c225e7d
removed reference to nsString2
2000-03-26 23:17:01 +00:00
scc%netscape.com
33cfc64fc1
small changes to clients of string converting APIs
2000-03-26 10:52:00 +00:00
scc%netscape.com
9c2f6dad62
small changes to clients of string converting APIs
2000-03-26 10:06:21 +00:00
rjc%netscape.com
1f04e978ba
Clean up: functions which return booleans should not return nsresults.
2000-03-26 09:16:58 +00:00
rjc%netscape.com
e4e4bb1022
Fix a simple signed/unsigned warning, as well as a bad return.
2000-03-26 09:07:16 +00:00
pierre%netscape.com
ddac09b4bf
Bugs 18218. 'display:inline-table' should not be recognized by the CSS parser.
2000-03-25 21:26:14 +00:00
pierre%netscape.com
c2c59a4b6f
#3371 . Implemented css2/css3 system fonts. GFX on Windows and GTK needs to be completed.
2000-03-25 18:54:36 +00:00
pierre%netscape.com
3b63c853de
Related to #18136 . Enable the IE-compatible font size table in strict mode. It required to pass the nsFontSizeType to FindNextSmaller/LargerFontSize.
2000-03-25 13:48:50 +00:00
rickg%netscape.com
a486e52b05
changed Parser(stream) to accept mimetype
2000-03-25 03:32:55 +00:00
hyatt%netscape.com
9bce2f9996
Adding support for the <children/> element to XBL.
2000-03-25 02:18:55 +00:00
jbetak%netscape.com
c81b5da133
r=rickg, ftang fix for 32604 Trunk fix for illegal use of nsString-external JavaScript convert charset incorrectly
2000-03-25 01:21:21 +00:00
jst%netscape.com
7b2d17ca96
Don't leak the hash table used for the attribute map ( #32196 ). Patch from shaver, r=beard
2000-03-25 00:54:30 +00:00
norris%netscape.com
c7afcfb732
Fix
...
32088 Circumventing Same Origin security policy using javascript: URLs
32040 about: can't be link
Also remove deprecated method
r=mstoltz
2000-03-24 22:15:37 +00:00
jim_nance%yahoo.com
5723bcda31
Fix bug 33019. Compiler warnings.
...
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rods%netscape.com
77074ee0dc
added psuedoCheck
2000-03-24 16:21:47 +00:00
pollmann%netscape.com
607d60a588
Bug 32702: GetHistoryState works as expected now - check for success, r=nisheeth
2000-03-24 03:36:55 +00:00
cmanske%netscape.com
b1c6615b67
Optimized SelectBlockOfCells to select/unselect only those cells that really need to be. r=mjudge
2000-03-24 02:52:07 +00:00
kmcclusk%netscape.com
b7dfa4f7db
Offset the viewmanager in nsDocumentViewer by passing the offset to nsIViewManager::Init instead of offsetting the root view b=32161 r=attanasi@netscape.com
2000-03-23 23:50:42 +00:00
hyatt%netscape.com
4b4636787a
Giving XBL an upgrade.
2000-03-23 22:19:49 +00:00
hyatt%netscape.com
16fdea9f7b
XUL <textfield> lives!
2000-03-23 22:17:37 +00:00
pierre%netscape.com
43d0f767cc
Bugs 2055, 2056, 14983 and 15432. Display:marker/run-in/compact are not supported. The CSS parser drops any declaration that contains one of these display types.
2000-03-23 14:45:04 +00:00
hyatt%netscape.com
f03f7253a1
Adding support for new XUL widgets.
2000-03-23 09:58:49 +00:00
hyatt%netscape.com
7ecc5d1450
Making all focusable content properly tabbable.
2000-03-23 09:56:58 +00:00
mstoltz%netscape.com
d63fb120a5
Changed UpdatePrincipal to AddPrincipal; it takes an input parameter now instead of an inout parameter; this is clearer. r=norris
2000-03-23 04:53:16 +00:00
cmanske%netscape.com
4771f69c44
Added support for Ctrl+Shift+mouseclick to select block of cells. Rewrote nsITableLayout::nsGetCellData() to be much more efficient, eliminating a method in the process. Implemented nsTableCellFrame::Get[Previous|Next]CellInColumn for cursor key navigation in tables. r=mjudge,karnaze.
2000-03-23 04:24:58 +00:00
hyatt%netscape.com
bfab0ad6da
Giving XUL a <script> tag. r=danm
2000-03-23 01:17:08 +00:00
jst%netscape.com
d060c0f4eb
Make the value of "dir" attributes more accessible through the DOM, this fixes #32617 . r=troy
2000-03-22 23:46:33 +00:00
buster%netscape.com
69807e3b4b
bug 29595 (and others)
...
fixes layout of pages where a single line is impacted by 2 or more floaters
r=troy
2000-03-22 23:19:10 +00:00
jst%netscape.com
fb0a85bfac
Update DOMImplementation, DocumentType and DOM Error codes to match the current DOM Level 2 recommendation, also make HTML documents have a DocumentType if one is given in the file. r=joki@netscape.com
2000-03-22 22:16:14 +00:00