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

8662 Коммитов

Автор SHA1 Сообщение Дата
pollmann%netscape.com 0f509a3a7d Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), r=nisheeth 2000-03-24 03:37:03 +00:00
pollmann%netscape.com f177f98edc Bug 32702: Rename GetHistoryState to CaptureHistoryState (as it is), and add GetHistoryState method, r=nisheeth 2000-03-24 03:36:58 +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
jst%netscape.com 30922206e0 Make mozilla not crash when accessing XML elements from JS. r=nisheeth 2000-03-24 00:00:30 +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
nisheeth%netscape.com fcc59794fa r=buster. bug 31644. FindPrimaryFrameFor() now accounts for "special" frames created when blocks are encountered within inlines. 2000-03-23 23:18:56 +00:00
troy%netscape.com 208c8962cf No change in functionality. I factored out the loop that measures text into
member function MeasureIndividualWords()
2000-03-23 22:58:43 +00:00
hyatt%netscape.com 4b4636787a Giving XBL an upgrade. 2000-03-23 22:19:49 +00:00
pinkerton%netscape.com cba412f9df make the menu positioning use the new look&feel metric for whether or not popups can appear over the taskbar/menubar bug 21154. r=hyatt. 2000-03-23 21:10:09 +00:00
troy%netscape.com d553b8d821 Added generated content iterator 2000-03-23 21:05:23 +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
rbs%maths.uq.edu.au 45a9d6d862 [#ifdef MOZ_MATHML - NOT PART OF THE DEFAULT BUILD] Update of the Perl script used to gneratate the new format for loading the Operator Dictionary 2000-03-23 10:01:57 +00:00
hyatt%netscape.com 7ecc5d1450 Making all focusable content properly tabbable. 2000-03-23 09:56:58 +00:00
rbs%maths.uq.edu.au 81e26f9960 [#ifdef MOZ_MATHML - NOT PART OF THE DEFAULT BUILD] New format for loading the Operator Dictionary 2000-03-23 09:56:50 +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
troy%netscape.com 747997c224 Adding back changes that were backed out because they broke the Win32
clobber build. The problem building TestAttributes.exe is fixed
2000-03-23 00:34:54 +00:00
troy%netscape.com f601397898 Made sure some .lib files are included that are needed for my pres shell
change
2000-03-23 00:32:46 +00:00
buster%netscape.com 1196495900 fixed optimized vs. debug build problem. 2000-03-23 00:10:26 +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 954f4f6b48 added files: mozilla/layout/base/src/nsDOMDocumentType.cpp 2000-03-22 22:16:49 +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
granrose%netscape.com 8e0370139d backing out troy. 2000-03-22 17:28:54 +00:00
troy%netscape.com d342b8daf0 New code that isn't being used 2000-03-22 15:15:48 +00:00
rods%netscape.com 59ce7cdf55 GetSelectedIndex now always returns a value and NS_OK
The value first comes from the frame, then from the presstate then
from the default selection in the content
it's checked into the branch, this is the tip check in
r=mscott b=32726
2000-03-22 14:45:20 +00:00
jst%netscape.com 87479828ed Implmentation of the DOM Level 2 DocumentType interface. Not part of the build yet. r=joki 2000-03-22 14:38:50 +00:00
troy%netscape.com 0c86a87ae1 Added declaration of new function NS_NewGeneratedContentIterator() 2000-03-22 05:55:05 +00:00
troy%netscape.com 4068500118 Work-in-progress that isn't being used. Added stub for returning a content
iterator for generated content
2000-03-22 05:53:32 +00:00
troy%netscape.com 68930837ff b=32192 r=buster@netscape.com Fixed a place where the code to lazily
set the parent pointer for child frames was missing on case
2000-03-22 04:06:37 +00:00
dbaron%fas.harvard.edu e110e26f60 Fix leak of style contexts. r=pollmann@netscape.com 2000-03-22 02:54:26 +00:00
dbaron%fas.harvard.edu fd5dc605d2 Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00
dbaron%fas.harvard.edu 03406c3659 Fix miscellaneous form element leaks. r=pollmann@netscape.com 2000-03-22 02:21:33 +00:00
mjudge%netscape.com e9dd895798 this should have NOT used ABS. if negative there is NO ROUNDING ERROR! ;)r=akkana 2000-03-22 02:10:37 +00:00
cmanske%netscape.com d61c398e65 Removing nsRangeList.cpp -- it is replaced by nsSelection.cpp. this and previous checkin today were reviewed by mjudgensRangeList.cpp 2000-03-22 01:43:40 +00:00
akkana%netscape.com 5b2ce19ca0 23980: convert relative href= and src= to absolute. r=sfraser 2000-03-22 01:33:59 +00:00
jst%netscape.com 053a38dec3 Reducing the size of text nodes by 4 bytes per node. r=troy 2000-03-22 01:23:42 +00:00
jfrancis%netscape.com db33cc4085 renaming nsRangeList.cpp to nsSelection.cpp. r = cmanske 2000-03-22 00:06:44 +00:00
cmanske%netscape.com a5bf0eee30 Cleaning up selection: changed 'RangeList' to 'Selection', thus changing implementation class of nsIDOMSelection and nsIFrameSelection to nsSelection. File nsRangeList.cpp replaced with new nsSelection.cpp 2000-03-21 23:58:02 +00:00
rods%netscape.com 47e34f9c3f the previous var wasn't being set so it went down the wrong code path when adjusting
the child list for creating the fieldset.
b=27151 r=kmcclusk
2000-03-21 21:40:23 +00:00
rods%netscape.com db2c856459 turned off ifdef for drag support
fix build bustage
2000-03-21 16:00:58 +00:00
mkaply%us.ibm.com 95df8f9115 # 24199
r= pierre@netscape.com
BiDi - ability to change the default direction of the browser
2000-03-21 15:51:59 +00:00
pollmann%netscape.com 1969fe9265 Bug 31852: Empty string value for multipart form submission now submits, r=nisheeth 2000-03-21 15:48:07 +00:00
pollmann%netscape.com 620e4ea56e Bug 28143: Set selectedIndex to -1 should deselect all options (2 of 2 - when frame does not exist) r=waqar 2000-03-21 15:46:43 +00:00
cmanske%netscape.com ffb4d34084 Turned off debug output for table selection. r=mjudge 2000-03-21 15:40:34 +00:00
rods%netscape.com 35b6521b25 started to add drag selection support. This class is not being used yet.
r=dcone b=18895
2000-03-21 15:24:22 +00:00
rods%netscape.com fb036a0b2e now handling the incremental reflow better for options
when one more options have no label or content the height is zero, so we
now go get the first frame calculate a height based on the font metrics
r=dcone b=32383
2000-03-21 15:22:53 +00:00
rods%netscape.com 8c891be1db Moved GetAbsoluteFramePosition to nsFormControlFrame, chanhed the callers to check the return code.
r=dcone b=18895
2000-03-21 15:19:40 +00:00
rods%netscape.com 817c3a16ba Added static method for getting the absolute rect in twips and pixels
moved from nsComboboxControlFrame.cpp
r=dcone b=18895
2000-03-21 15:18:07 +00:00