Граф коммитов

8744 Коммитов

Автор SHA1 Сообщение Дата
troy%netscape.com 286dbc1989 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 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
akkana%netscape.com 7621cc570e 28598: map \r and \r\n to \n in form textarea submissions 2000-03-30 22:49:59 +00:00
jst%netscape.com 65dd7a92c5 Fixing bug #32839, HTMLButtonElement.type now returns the correct value. 2000-03-30 22:37:12 +00:00
attinasi%netscape.com fb87ca8ace Fixed warning from Mac compiler: no prototype for local static function. 2000-03-30 07:20:16 +00:00
attinasi%netscape.com f1d1b4fc28 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 eda7e80c3d 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 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
rbs%maths.uq.edu.au 5b25247f0a [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 645dbf348f Adding regression tests for recent bug fixes. Not part of the build. 2000-03-30 01:12:00 +00:00
harishd%netscape.com d5f075eb55 Fix for 22786 - sink side fix for HTML attributes 2000-03-30 01:07:02 +00:00
pollmann%netscape.com 03f606f50e Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 01:03:02 +00:00
pollmann%netscape.com aabd230d01 Bug 33699: Allow whitespace in frameset rows and cols spec '*' r=nisheeth 2000-03-30 00:19:13 +00:00
pinkerton%netscape.com 2bf2c0d6e1 darn that .get(). build bustage fixed. 2000-03-30 00:06:07 +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
rbs%maths.uq.edu.au 694927dee2 [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 524bc6ea75 [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 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
sfraser%netscape.com d7d1550ac8 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 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
rbs%maths.uq.edu.au 86fec303b7 [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 bb0d8758ca [NOT PART OF THE DEFAULT BUILD] Change some declarations to please other compilers 2000-03-28 22:00:28 +00:00
rods%netscape.com 886073840d 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 72637cd5e0 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 b4dc6c5708 [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 e4bf76d4b9 Removing files not needed 2000-03-28 10:20:55 +00:00
rbs%maths.uq.edu.au 0ba16f712b Remove the file 2000-03-28 10:17:44 +00:00
rbs%maths.uq.edu.au 345869abdd [NOT PART OF THE DEFAULT BUILD] First checkin 2000-03-28 10:15:19 +00:00
rbs%maths.uq.edu.au 050d7ef262 [NOT PART OF THE DEFAULT BUILD] Update of the CSS declarations 2000-03-28 09:55:59 +00:00
rbs%maths.uq.edu.au f2ff5d093e [NOT PART OF THE DEFAULT BUILD] First checkin 2000-03-28 09:50:56 +00:00
rbs%maths.uq.edu.au 69ff8a3e0f '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 804db8e899 Remove nsMathMLmnFrame 2000-03-28 09:38:24 +00:00
rbs%maths.uq.edu.au fa6f54e547 [#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 b1bac05243 Fix bug 7264 All JavaScript running with correct principals
r=mstoltz
2000-03-28 03:59:46 +00:00
jbetak%netscape.com 877c0ac275 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 90abf06a10 add null ptr check to stop crash seen in talkback 2000-03-28 01:08:36 +00:00
av%netscape.com 81c455b21f Fix for 33447, r=serge 2000-03-28 01:01:49 +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
rods%netscape.com 032c4f4422 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 606d722963 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