harishd%netscape.com
a9d336f569
Changed a parameter ( nsVector to nsVoidArray ).
...
to add support for KEYGEN.
2000-05-05 20:39:12 +00:00
jst%netscape.com
5c84babe17
Fixing bug 35276, flush all pending reflow notifications before requsting geometry from the frames, this makes the HTML element properties offsetXXX correct values even if requested immediately after a reflow was generated.
2000-05-05 14:25:49 +00:00
pierre%netscape.com
83f47ff795
18817 and 35872 "Compatibility mode testing should be reviewed". eDTDMode_noquirks was used instead of eDTDMode_strict. Another fix from VYV03354@nifty.ne.jp, r=pierre.
2000-05-04 21:53:18 +00:00
attinasi%netscape.com
0689d1a388
Tables now inherit backgrond color and image into the cells and allow them to paint instead in quirks mode (the way it originally was). b=34838
2000-05-04 21:41:02 +00:00
attinasi%netscape.com
0b29b970a3
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
2000-05-04 21:36:49 +00:00
rods%netscape.com
3050116306
button and input button content nodes now cancel all mouse click events except mouse up/down
...
b=38083
2000-05-04 13:57:35 +00:00
rickg%netscape.com
07e0e08842
fixed DTDMode regression
2000-05-04 05:54:04 +00:00
jst%netscape.com
226cae4ede
New files needed for getComputedStyle(). Not part of the build yet.
2000-05-04 00:07:33 +00:00
attinasi%netscape.com
a88d5b0b8e
Applied patch from VYV03354@nifty.ne.jp to make class names specified in non-ASCII characters recognizable as parts of selectors. b=38038,35800.
2000-05-03 22:12:58 +00:00
jst%netscape.com
1e5a0e89b3
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
2000-05-03 21:42:00 +00:00
waterson%netscape.com
0d55754a41
Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi
2000-05-03 21:21:30 +00:00
karnaze%netscape.com
c5939a9831
bug 9271 - correctly insert cells, rows when insertion index equals number of elements.
2000-05-03 14:57:00 +00:00
mkaply%us.ibm.com
5cb009113a
# 34082
...
r= troy
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:07:11 +00:00
jst%netscape.com
ecb8ae96cd
The string returned from CSSStyleDeclaration::removeProperty() should only contain the old value, not the property name.
2000-05-02 00:24:45 +00:00
jst%netscape.com
3a2103bd72
Fix for bug #30492 and last part of #9876 . Setting a style property to an empty string through the DOM now removes the property.
2000-05-01 22:59:54 +00:00
sfraser%netscape.com
29ea7a1c61
Fixes for bugs 34503 and 34504 -- split the editor controller into editor and composer controllers, and make commands for lots of editor functions.
2000-05-01 21:49:52 +00:00
nisheeth%netscape.com
fa1d77063b
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
d590a65996
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
rods%netscape.com
aa39f36021
when an option gets dsabled it will now notify the frame so it can be deselected
2000-04-28 23:29:35 +00:00
jst%netscape.com
6f55b0897f
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
pierre%netscape.com
31154bac81
35261. Implement :last-node (P and Hx tags inside a cell do not collapse the cell). Change TD to collapse the bottom margin on the last-node.
2000-04-28 10:02:12 +00:00
pierre%netscape.com
112f226187
9876. Implemented CSSStyleDeclaration removeProperty. r=jst.
2000-04-28 08:35:40 +00:00
scc%netscape.com
9bd6df295f
making string conversions explicit
2000-04-27 20:38:50 +00:00
attinasi%netscape.com
6056f646c7
Fixed recent regression: DidLoadStyle was not being called if the status was failure, causing the parser to remain blocked forever. b=27208
2000-04-27 00:51:06 +00:00
mstoltz%netscape.com
ab119e4818
Removed getOwner() function from nsIStreamLoader. getChannel() now fulfills this function.
2000-04-27 00:30:27 +00:00
dbaron%fas.harvard.edu
7ed79a11c2
Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com
2000-04-27 00:12:25 +00:00
dbaron%fas.harvard.edu
2592cd5d35
Fix bug 37082 - attribute selector matching for ~= and |= backwards. r=pierre@netscape.com
2000-04-27 00:07:12 +00:00
attinasi%netscape.com
cced34d609
Eliminated a wasteful duplication of a string. Should reduce bloat substantially. r=pierre
2000-04-26 23:36:45 +00:00
jst%netscape.com
ed9b2d07be
Initialize mRefCnt in the constructor, duh!
2000-04-26 23:24:30 +00:00
jst%netscape.com
3625709458
Landing DOM Level 2 CSS and Views interfaces and implementation.
2000-04-26 13:58:56 +00:00
mstoltz%netscape.com
4794c651b5
Fixes for 27010, 32878, and 32948.
2000-04-26 03:50:07 +00:00
rods%netscape.com
00b5823a65
Changing notify from false to true for AppendChildTo in SetText
...
this is where the block doesn't have any children and a text element gets
created for it.
b=36900, r=pollmann
2000-04-26 03:48:58 +00:00
troy%netscape.com
8b0eb04e08
Reinstated clipping code which had been backed out because it caused
...
a problem for XUL layout. I added a workaround for the XUL problem
2000-04-25 04:43:11 +00:00
putterman%netscape.com
2426cb03a2
Backing out troy's changes to fix various UI blocker bugs.
2000-04-24 22:21:56 +00:00
joki%netscape.com
3851e31b9f
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
pollmann%netscape.com
160feec6b5
Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification.
2000-04-23 23:54:29 +00:00
mstoltz%netscape.com
200b920525
Backing out changes until I can figure out why it's crashing on startup.
2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
9ac7780368
Fixes for bugs 27010, 32878, 32948.
2000-04-23 20:30:29 +00:00
attinasi%netscape.com
527f6ebdd1
Removed warnings: very basic changes
2000-04-23 19:06:37 +00:00
scc%netscape.com
7405fe2528
making string conversions explicit
2000-04-23 19:04:37 +00:00
attinasi%netscape.com
7717c427de
Added support for @charset in external stylesheets, as well as support for charset being set byt HTML document for parsing HTML style attributes in other charsets. r=ftang b=2870,28500
2000-04-23 02:01:40 +00:00
troy%netscape.com
73fc3dde30
Changes to bring clipping inline with upcoming CSS2 errata
2000-04-23 00:56:16 +00:00
scc%netscape.com
0b17d2a06c
making string conversions explicit
2000-04-22 10:31:38 +00:00
pollmann%netscape.com
67b8315ddc
Bug 33203: Form submit observer changes for psm-glue; r=dougt
2000-04-22 03:29:50 +00:00
dbaron%fas.harvard.edu
f34ad609b7
Prevent selector matching from incorrectly failing due to greedy matching. b=24031 r=pierre@netscape.com
2000-04-22 00:47:18 +00:00
rods%netscape.com
e909b50af2
It now uses the nsHTMLContent->GetHTMLAttribute to get the value and/or label
...
The code now lso checks to see if the attr actually exists before it moves to the label or the content
bug 36459
2000-04-21 22:28:07 +00:00
rods%netscape.com
ce3dac0bc2
The value in the GetAttribute will no longer have the space stripped in front and back
2000-04-21 21:59:53 +00:00
pierre%netscape.com
ba9958df6e
Implemented i18n list-style-types. Thanks to bakibon@yahoo.com.
2000-04-21 08:05:29 +00:00
nisheeth%netscape.com
e072850e71
Fix for bug 36362. We no longer null out the ref count of form elements in their Release() methods before deleting them. This fixes the crashes on www.cnn.com and www.msn.com.
2000-04-21 01:03:20 +00:00
anthonyd%netscape.com
05840e5f32
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