troy%netscape.com
29c2386a5b
Increase the size of the underlying arenas from 2K to 4K. After looking
...
at a veriety of pages that seems to be a better choice
2000-03-31 04:11:28 +00:00
hyatt%netscape.com
42eb91ab24
making inheritance work properly in XBL.
2000-03-31 03:13:43 +00:00
attinasi%netscape.com
0735cef009
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
efa5624e14
Fixed bug 30915 using nsAggregatePrincipal. r=norris
2000-03-31 00:31:18 +00:00
akkana%netscape.com
792421510b
28598: map \r and \r\n to \n in form textarea submissions
2000-03-30 22:49:59 +00:00
jst%netscape.com
01d3066654
Fixing bug #32839 , HTMLButtonElement.type now returns the correct value.
2000-03-30 22:37:12 +00:00
attinasi%netscape.com
431a24ae53
Fixed warning from Mac compiler: no prototype for local static function.
2000-03-30 07:20:16 +00:00
attinasi%netscape.com
d012c2b572
Background color for border style -moz-bg-inset and -moz-bg-outset is now obtained from the HTML element instead of nearest ancestor with non-transparent bgcolor (only in Quirks Mode). r=rods b=8524
2000-03-30 06:27:32 +00:00
cls%seawood.org
fc91ef61f0
Remember to use PR_TRUE & PR_FALSE instead of true & false for c++ compilers that don't have true & false defined. Like AIX's.
2000-03-30 05:58:27 +00:00
jim_nance%yahoo.com
dc0e139673
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
132acf464e
Adding error reporting to XBL.
2000-03-30 03:18:44 +00:00
nisheeth%netscape.com
bc23c89148
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
rbs%maths.uq.edu.au
b153f283d4
[NOT PART OF THE DEFAULT BUILD] One-byte string, use nsCString instead of nsString to avoid problems.
2000-03-30 01:25:45 +00:00
pollmann%netscape.com
62fb10df40
Adding regression tests for recent bug fixes. Not part of the build.
2000-03-30 01:12:00 +00:00
harishd%netscape.com
fee30604d5
Fix for 22786 - sink side fix for HTML attributes
2000-03-30 01:07:02 +00:00
pollmann%netscape.com
bee94a23e3
Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth
2000-03-30 01:03:02 +00:00
pollmann%netscape.com
f2d2288f5f
Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth
2000-03-30 00:19:13 +00:00
pinkerton%netscape.com
d91f32e1b7
darn that .get(). build bustage fixed.
2000-03-30 00:06:07 +00:00
pinkerton%netscape.com
7909e041dc
made drag feedback better for containers and sorted lists. bugs 9657, 20124, 31814
2000-03-29 23:22:08 +00:00
rbs%maths.uq.edu.au
f2d22e0d0a
[NOT PART OF THE DEFAULT BUILD] I forgot this file in my previous check-in. Fix compilation problems on Linux. The code now compiles there as well.
2000-03-29 23:15:07 +00:00
rbs%maths.uq.edu.au
84d3de487b
[NOT PART OF THE DEFAULT BUILD] Fix compilation problems on Linux. The code now compiles there as well.
2000-03-29 08:39:50 +00:00
pierre%netscape.com
bdf9e8f750
#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
727f312b32
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
25f935aee8
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
8dc180f736
Checking in method and property support.
2000-03-29 01:24:35 +00:00
sfraser%netscape.com
01e6e297a4
Fix for 26924 -- don't needlessly load the editor dll on shutdown. r=buster.
2000-03-29 01:02:34 +00:00
jst%netscape.com
6d041e211b
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
78e56ebbd1
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
rbs%maths.uq.edu.au
3435aa5f2f
[NOT PART OF THE DEFAULT BUILD] Disable some radars that were there for debug purposes
2000-03-28 22:31:43 +00:00
rbs%maths.uq.edu.au
b2b25da1ad
[NOT PART OF THE DEFAULT BUILD] Change some declarations to please other compilers
2000-03-28 22:00:28 +00:00
rods%netscape.com
6b8160b567
Few warning cleanups
...
Return NS_OK when MouswDown on Combobox (not dropdown), this enables
it to get focus.
b=32144
2000-03-28 15:11:16 +00:00
rods%netscape.com
af2f54f63f
When focus doesn't work correctly, and the Combobox gets deleted while the
...
dropdown is down it can crash. This makes sure the dropdown is rolled up and
unregistered with the rollup listener
b=33149
2000-03-28 14:29:15 +00:00
rbs%maths.uq.edu.au
264fbf2b58
[NOT PART OF THE DEFAULT BUILD] Removing leftover debug flags that crept in the previous suprise commit
2000-03-28 10:32:09 +00:00
rbs%maths.uq.edu.au
c8ff938299
Removing files not needed
2000-03-28 10:20:55 +00:00
rbs%maths.uq.edu.au
fb7bc8fcd3
Remove the file
2000-03-28 10:17:44 +00:00
rbs%maths.uq.edu.au
ace2b0798c
[NOT PART OF THE DEFAULT BUILD] First checkin
2000-03-28 10:15:19 +00:00
rbs%maths.uq.edu.au
d991f0c82b
[NOT PART OF THE DEFAULT BUILD] Update of the CSS declarations
2000-03-28 09:55:59 +00:00
rbs%maths.uq.edu.au
57d97ba649
[NOT PART OF THE DEFAULT BUILD] First checkin
2000-03-28 09:50:56 +00:00
rbs%maths.uq.edu.au
d6da409fc2
'cvs commit' caught me by suprise in my previous checkin. The log should read: re-implementation of the nsMathMLChar to do glyph searching and switching, and remaining of Part II of Shyjan's TeX rendering rules
2000-03-28 09:49:13 +00:00
rbs%maths.uq.edu.au
085b74f3ee
Remove nsMathMLmnFrame
2000-03-28 09:38:24 +00:00
rbs%maths.uq.edu.au
217bec402a
[#ifdef MOZ_MATHML: NOT PART OF THE DEFAULT BUILD]. Update a MathML hook for <mtable>
2000-03-28 09:32:54 +00:00
norris%netscape.com
4054cc5f8f
Fix bug 7264 All JavaScript running with correct principals
...
r=mstoltz
2000-03-28 03:59:46 +00:00
jbetak%netscape.com
2fad3c4747
r=pollmann fixed 29062 file upload does not work if file path contains character encoded different than the docuemnt charset
2000-03-28 03:32:38 +00:00
rickg%netscape.com
1d1db214c3
add null ptr check to stop crash seen in talkback
2000-03-28 01:08:36 +00:00
av%netscape.com
6007243de2
Fix for 33447, r=serge
2000-03-28 01:01:49 +00:00
hyatt%netscape.com
ed33c7beb6
Fix for 33526
2000-03-28 00:41:33 +00:00
nisheeth%netscape.com
943ee880f3
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
7a61aa1ec0
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
rods%netscape.com
d0b388f6c1
Added reflow of text frame for when the size is being set via style
...
b=33402
2000-03-27 22:20:06 +00:00
rods%netscape.com
9c19444a41
Added space manaer flag to the creation of Labels.
...
b=33200
Reworked how and when the prefs are accessed for getting the Gfx Scrollbar prefs
they are got only once and then are cached. Potential preformance issue.
2000-03-27 22:12:42 +00:00