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

4781 Коммитов

Автор SHA1 Сообщение Дата
jfrancis%netscape.com d03618e5a5 collapsed ranges now result in empty iterators over them 1999-05-18 11:11:14 +00:00
hyatt%netscape.com 2123f69cb9 Fix for bug 6459. 1999-05-18 06:17:51 +00:00
karnaze%netscape.com ebeb68d601 support for css padding in table cells 1999-05-18 05:18:16 +00:00
evaughan%netscape.com b15112cc42 Fixed box insertion removeal bug. 1999-05-18 04:06:52 +00:00
karnaze%netscape.com c49af2e435 new regression tests 1999-05-18 02:46:51 +00:00
vidur%netscape.com 670a743cda Partial fix for bug 6554. document.writing the body from a script in the head now works. 1999-05-18 02:08:04 +00:00
nisheeth%netscape.com 3bf6ff96f3 Added a new method, CreateInstanceForDocument() to nsIDocumentLoaderFactory which creates a content viewer and binds it to a document that is passed in as a parameter. This is needed to support XUL popup menus which have a document and a webshell, and want to create a content viewer and bind it to the document. 1999-05-17 23:52:01 +00:00
kmcclusk%netscape.com d86150286d bug #994 Major rework of nsListboxControlFrame to support option groups. Modified ua.css
optgroup > option rule to use padding to offset the option group's options.
1999-05-17 22:36:08 +00:00
mjudge%netscape.com e36da4f13c wrong initial boolean value for redraw 1999-05-17 22:31:10 +00:00
vidur%netscape.com f59a24987b Implemented document.layers and nsIDOMHTMLLayerElement interface. 1999-05-17 21:17:48 +00:00
vidur%netscape.com 9d805ae9c6 Propagate visibility style across table boundaries. 1999-05-17 21:17:21 +00:00
mjudge%netscape.com d0b617b231 accidentally left out a parameter to GetPositionSlowly for small caps ect. 1999-05-17 19:50:29 +00:00
hyatt%netscape.com 9a32c8bde5 Fix for bug 5602. 1999-05-17 09:02:45 +00:00
mjudge%netscape.com a15e7eb5ac adding in selection of non text frames in editor only 1999-05-17 00:21:18 +00:00
morse%netscape.com e9d7b286b5 remember wallet decisions on a url-specific basis 1999-05-16 19:36:25 +00:00
mcmullen%netscape.com e1a1ecdf59 Removed string methods from the file widget 1999-05-15 22:01:21 +00:00
beard%netscape.com cadbc9037b Fixed some serious ref count bugs using nsIURL when instantiating plugins. 1999-05-14 22:45:46 +00:00
beard%netscape.com d2c8b15332 fixed ref count leak 1999-05-14 20:43:27 +00:00
dcone%netscape.com 364c17da3c added a webshell parameter to the PrintContent call, unhooked the PresShell from the
document before deletion.  Fixed a leak.
1999-05-14 14:40:59 +00:00
morse%netscape.com 8984419eeb fix bug 6168 1999-05-14 06:54:29 +00:00
jfrancis%netscape.com 51f0d561ab fixing overly noisy asserts 1999-05-14 06:18:07 +00:00
kmcclusk%netscape.com 664a8f2a93 bug #5993. Removed references to nsIWidget in form HTML content elements. the form elements
now go through the nsFormControlFrame interface instead. This removes the dependency between
form element content and nsIWidget.
1999-05-13 23:45:40 +00:00
rods%netscape.com e4ee930f8c removed reference to nsIDataFlavor and merged nsITransferable and nsIGenericTransferable 1999-05-13 21:53:57 +00:00
cmanske%netscape.com 6087dceeeb Fixed isCollapsed not working for a selection with 1 range 1999-05-13 21:49:12 +00:00
evaughan%netscape.com 6bba51c9c2 Fixed form submission. 1999-05-13 21:29:57 +00:00
neeti%netscape.com 41dc3a3222 Fixed SetEnableRendering() in nsDocumentViewer.cpp
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
kipp%netscape.com 955042c9de new 1999-05-13 17:47:41 +00:00
warren%netscape.com 87b26617d5 Fixed nsICollection (and Count in particular) to be xpidl friendly. 1999-05-13 04:56:04 +00:00
jfrancis%netscape.com 0ef48c7dd4 updated to new iter behavior 1999-05-13 02:50:15 +00:00
jfrancis%netscape.com cc913f3c67 better error handling 1999-05-13 02:43:30 +00:00
sspitzer%netscape.com 46116a798a make destructor virtual 1999-05-13 02:23:33 +00:00
mjudge%netscape.com 3e32824408 fixing lame compiler bug in SunOS gcc we are using wont accept this template call in nsCOMPtr 1999-05-13 02:14:32 +00:00
sspitzer%netscape.com 39efa1c7f8 make destructors virtual 1999-05-13 02:11:25 +00:00
kipp%netscape.com 34a66a1d3a Fixed typo 1999-05-13 01:52:52 +00:00
evaughan%netscape.com bf31c42dde Fixed pseudoclass hack to actually use active, hover, focus pseudoclasses. 1999-05-13 01:35:16 +00:00
kipp%netscape.com b2da25bcb3 Export nsILineIterator, just in case... 1999-05-13 00:55:55 +00:00
kipp%netscape.com 0a98219951 Fix compiler warnings; implement QueryInterface hack to get at line iterator 1999-05-13 00:55:38 +00:00
kipp%netscape.com 8c0ea0f9ae Updated line iterator impl to match API in nsILineIterator 1999-05-13 00:54:28 +00:00
kipp%netscape.com 11644c02d0 new 1999-05-13 00:54:03 +00:00
mjudge%netscape.com c0ad47dc75 adding back in keyboard navigation. removing const from peekoffset to stop the const creep. changing peekoffset to do the right thing for content based peeking... 1999-05-13 00:44:23 +00:00
mjudge%netscape.com 5404272a5e adding back in keyboard navigation. removing const from peekoffset to stop the const creep 1999-05-13 00:43:47 +00:00
vidur%netscape.com 557e18dc79 Backing out unintentional checkin 1999-05-13 00:24:45 +00:00
vidur%netscape.com 11e0af38bb Fixed uninitialized variable problem. 1999-05-13 00:21:50 +00:00
sfraser%netscape.com ee19d4ead5 IncrementModCount now takes a PRInt32 (this fixes broken builds). 1999-05-12 22:55:29 +00:00
dcone%netscape.com c71e1f8097 added a PrintContent() method to these classes 1999-05-12 13:32:09 +00:00
karnaze%netscape.com 3682dbd1e4 bug 2961 - table desired size considers pass1 size 1999-05-12 04:15:44 +00:00
alecf%netscape.com 334b3a5e33 Count() is no longer const 1999-05-12 02:55:54 +00:00
alecf%netscape.com a4c1fbdaa8 remove const-ness from nsICollection::Count() so that it can be represented with XPIDL 1999-05-12 02:53:37 +00:00
karnaze%netscape.com 0cad3ea937 additional regression tests 1999-05-11 23:49:46 +00:00
kipp%netscape.com 9418198626 Fix for windoze build 1999-05-11 23:35:05 +00:00