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

6218 Коммитов

Автор SHA1 Сообщение Дата
pollmann%netscape.com 30a0e34e7e Bug 12350 1999-08-27 03:58:47 +00:00
pollmann%netscape.com 22fef24c59 Cleanup, and bugfixes for bug 12475 and 12350 1999-08-27 03:58:13 +00:00
pinkerton%netscape.com 215b9b4f1b File Removed. 1999-08-27 03:45:14 +00:00
pinkerton%netscape.com 80fdd59867 remove nsTriStateCheckboxFrame.cpp 1999-08-27 03:41:43 +00:00
rpotts%netscape.com 0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
karnaze%netscape.com a6cc89fba6 backing out recent changes that failed table regression tests 1999-08-26 16:56:42 +00:00
rods%netscape.com 6cf112a833 Completely reworked the select GFX object - List and Combobox, it now does all event processing
via DOM listeners instead of through the frames
1999-08-26 14:54:07 +00:00
rods%netscape.com f4f7d3591c Added rule for input type=image, it sets the border to a 2px solid blue 1999-08-26 14:50:47 +00:00
rods%netscape.com d0366de11c removed the hard coded blue border from Input typ=image 1999-08-26 14:49:42 +00:00
rods%netscape.com a680982ab4 Put in check for null a mOptions and return zero for GetLength 1999-08-26 14:48:59 +00:00
rods%netscape.com a70b8597f5 Cleanup the file and gave it a unique GUID. 1999-08-26 14:45:53 +00:00
hyatt%netscape.com 229e5bf222 Fix for bug 12887. 1999-08-26 10:23:49 +00:00
waterson%netscape.com a079c6ff90 Fix compiler warning. 1999-08-26 04:28:14 +00:00
hyatt%netscape.com 9e7265b602 Adding cursor support for column resizing. 1999-08-26 03:29:05 +00:00
troy%netscape.com 8d4c41ad24 Fix for bug #12449. Changed UpdateImageFrame() so that if the content object
has a NULL document object (the case for generated content) we mark the image
frame dirty and generate a reflow command targeted at the parent frame
1999-08-25 23:55:57 +00:00
troy%netscape.com a5ea47b596 Fix for bug #12444. Made sure that for a "StyleChanged" reflow command we
invalidate our entire bounds
1999-08-25 23:15:36 +00:00
mjudge%netscape.com 5272505f4a added in selection of tables/images as blue borders for browser. 1999-08-25 22:19:23 +00:00
mjudge%netscape.com 81b5c54aec small fix in rangelist that will stop warnings or infinite loops 1999-08-25 22:04:54 +00:00
karnaze%netscape.com 49bded7631 changed conditional NS_RELEASE to NS_IF_RELEASE to fix memory leak 1999-08-25 21:57:15 +00:00
karnaze%netscape.com 7dddc57925 bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol 1999-08-25 21:49:18 +00:00
ftang%netscape.com 7c80df3998 fix the default charset problem I introduced when I fix 12378 1999-08-25 21:42:30 +00:00
sfraser%netscape.com 2e370244a4 No longer need a pres shell for the document encoder; remove it. 1999-08-25 21:42:20 +00:00
leaf%mozilla.org 50e1c9f41d checking evaughan's fix for open sidebar crashing on startup 1999-08-25 19:58:07 +00:00
waterson%netscape.com 95fcd9252f Fix '-pedantic' bustage. a=leaf 1999-08-25 18:47:59 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
rods%netscape.com 51e6682549 The index of the option being deleted needs to be remembered before the it is removed from the list 1999-08-25 13:44:49 +00:00
rods%netscape.com 5599dcf675 Fixed the initialization of the scroll frame for list boxes, the parameters had been incorrectly changes for version 1.20
Add addtional safety code for dynamically adding items to list boxes when in native widget mode
1999-08-25 13:42:59 +00:00
rods%netscape.com 461e2800c5 removed some unused variables to get rid of some warnings 1999-08-25 13:39:41 +00:00
ramiro%netscape.com 5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
hyatt%netscape.com 066dc78d74 added files: mozilla/layout/xul/base/src/nsTreeTwistyListener.cpp 1999-08-25 10:58:53 +00:00
hyatt%netscape.com a563040dcd Adding builtin support for twisties. 1999-08-25 10:57:28 +00:00
jfrancis%netscape.com 9ea8122814 making nsPresShell and nsDocument support weak references; using weak references to docs and pres shells within the editor 1999-08-25 10:51:55 +00:00
hyatt%netscape.com 8a95785873 More anonymous content goodness. 1999-08-25 10:26:41 +00:00
pinkerton%netscape.com 1553fbbc31 toString -> ToString. 1999-08-25 09:27:19 +00:00
pinkerton%netscape.com 268234cadd IDL-ifying nsITransferable, nsIDragService, nsIDragSession, nsIFormatConverter. 1999-08-25 08:35:06 +00:00
vidur%netscape.com 7aec7c434b Parse delimiters out of Comment nodes. CharacterData Nodes now return an empty childNodes list instead of null. 1999-08-25 07:35:45 +00:00
hyatt%netscape.com 834c1e659d Teaching the tree widget how to make anonymous content. 1999-08-25 05:52:10 +00:00
troy%netscape.com 7404d57f49 Changed PaintBackground() so it doesn't always render the background color when
there's a background image that doesn't tile the entire bounds
1999-08-25 05:05:04 +00:00
ramiro%netscape.com ee1c505730 #ifdef out annoying printf. 1999-08-25 04:01:57 +00:00
nisheeth%netscape.com 98514ba507 Fix build bustage. 1999-08-24 23:09:52 +00:00
nisheeth%netscape.com a8f29b5e3c Adding the methods for creating entity, documenttype, named node maps, notations. Contributed by Johnny Stenback (jst@citec.fi). 1999-08-24 22:26:57 +00:00
nisheeth%netscape.com 69f4cbb02e added files: mozilla/layout/xml/content/src/nsXMLEntity.cpp, mozilla/layout/xml/content/src/nsXMLNotation.cpp, mozilla/layout/xml/content/src/nsXMLDocumentType.cpp, mozilla/layout/xml/content/src/nsXMLNamedNodeMap.cpp 1999-08-24 22:23:25 +00:00
nisheeth%netscape.com 4f94ca838d Adding files that implement the entity, notation, documenttype and namednodemap interfaces. Contributed by Johnny Stenback (jst@citec.fi). 1999-08-24 22:22:36 +00:00
pollmann%netscape.com 94ab13ee59 Warning cleanups. 1999-08-24 22:03:34 +00:00
pollmann%netscape.com b39eee5bcb Split out AddOption/RemoveOption(), plus warning cleanups. 1999-08-24 22:02:42 +00:00
pollmann%netscape.com 309bfebeba Split out AddOption/RemoveOption(), plus bug 11676 type cleanups. 1999-08-24 22:01:25 +00:00
pollmann%netscape.com 990680364c Rewrite of AddOption/RemoveOption(), adding nsISelectControlFrame interface. 1999-08-24 21:55:56 +00:00
mjudge%netscape.com 5531d305c5 changes to allow selection in "dead" space between frames. still need work on "outside" and not in the window at all, but this is a very good chunk of the issue and it will solve many many bugs on my place. good for dogfood as well :) 1999-08-24 21:51:47 +00:00
troy%netscape.com df668a079e Added case selectors for NS_STYLE_BORDER_STYLE_HIDDEN. Treated just like
NS_STYLE_BORDER_STYLE_NONE
1999-08-24 21:47:55 +00:00
troy%netscape.com 46415e1c34 Reworked ReparentFrameView() to make it more efficient 1999-08-24 19:26:03 +00:00
karnaze%netscape.com 7b324fd0fd new regression tests 1999-08-24 18:56:19 +00:00
akkana%netscape.com ff7a19a5bd Revise the doc encoder and content sink APIs yet again to make it easier
to add new flags (pass a flag in the constructor, rather than specific
booleans.  This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ramiro%netscape.com ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
dcone%netscape.com 4503dca5fe Fixed some warnings, and some roundoff for the curves 1999-08-24 14:51:16 +00:00
buster%netscape.com 08f6af770e better use of the editor wrapping APIs
better initial placement of the caret in text controls
1999-08-24 13:52:45 +00:00
karnaze%netscape.com b8e618df7b replaced debug flags with class. removed compiler warnings. 1999-08-24 12:01:31 +00:00
hyatt%netscape.com 183b86f662 Fix for editor typing bustage (part 2). 1999-08-24 10:20:35 +00:00
hyatt%netscape.com 04b1b1dc8f Keyboard navigation is online. 1999-08-24 09:57:11 +00:00
hyatt%netscape.com c1ab40064d Fix for typing bustage in editor. 1999-08-24 09:37:28 +00:00
hyatt%netscape.com 57c8c89d89 More fun with keyboard navigation. 1999-08-24 08:51:55 +00:00
hyatt%netscape.com 87872fe749 Beginnings of keyboard navigation in the tree widget. No, it doesn't work
yet.
1999-08-24 08:14:21 +00:00
ftang%netscape.com 059e3d97ab fix 12378 1999-08-24 07:38:00 +00:00
troy%netscape.com 3f4913425d Fixed the case of the stylesheet PI 1999-08-24 04:44:38 +00:00
karnaze%netscape.com b22eea9c74 bugs 9123, 10002 - percentage height tables exclude margin/border/padding of HTML and BODY 1999-08-24 04:17:05 +00:00
karnaze%netscape.com 7575c07a5b new regression tests 1999-08-24 04:10:20 +00:00
sfraser%netscape.com 00e90ed0b9 Added nsTreeOuterFrame.cpp for hyatt 1999-08-24 01:06:43 +00:00
hyatt%netscape.com d2b8407e48 Adding two files. Tree might go red, since i forgot to add these. 1999-08-24 01:04:33 +00:00
hyatt%netscape.com 244d9c0666 Making a tree outer frame that is constructed instead of a table outer frame
(for trees only of course).
1999-08-24 00:44:21 +00:00
hyatt%netscape.com b08d08ff27 Making focus changes on mouse downs crawl up a parent chain to find the nearest
enclosing focusable content.  Allows composite widgets to still receive the focus.
1999-08-24 00:42:38 +00:00
hyatt%netscape.com cc520bff21 Patching an error in the key event handling. 1999-08-24 00:42:02 +00:00
hyatt%netscape.com 2fdefb7517 Tweaks to trees. 1999-08-24 00:41:21 +00:00
jdunn%netscape.com 62d051d2ce HP requires a newline at the end 1999-08-24 00:32:35 +00:00
rods%netscape.com 81e2b9fef0 Fixes crash on start up of mail news 1999-08-23 20:59:08 +00:00
rods%netscape.com bf404fd92c Adde code to return the nsListControlFrame frame when adding frames to the combobox. This fixes Bug #11693 1999-08-23 14:05:39 +00:00
rods%netscape.com fb5366bfb6 Added GetDropDown method to return the nsListControlframe 1999-08-23 14:05:37 +00:00
buster%netscape.com e1a4be89c8 preliminary support for text area wrap
install text control's event listeners ahead of the editor's own default listeners.
1999-08-23 06:46:08 +00:00
karnaze%netscape.com 2953f22707 new regression test 1999-08-23 05:02:38 +00:00
karnaze%netscape.com 580f6c95ec bug 11026 - rounding error on balancing when max element size is too large. 1999-08-23 04:41:30 +00:00
hyatt%netscape.com f133a4e34f Fix for bug 9839. 1999-08-23 02:09:01 +00:00
hyatt%netscape.com b77644e753 Fix for several bugs (12299, 12289, 12295). 1999-08-23 01:13:29 +00:00
troy%netscape.com 838e389ffd Changed diagnostic code to DEBUG_troy instead of NS_DEBUG so it doesn't
slow down all debug builds. Show be done with NSPR loggin instead...
1999-08-23 00:37:10 +00:00
karnaze%netscape.com f6ebcc42ce removed assertions in new incremental layout methods 1999-08-22 23:56:39 +00:00
mccabe%netscape.com 17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com 381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
hyatt%netscape.com 828c4338ed Patching a function used only by the tree code. 1999-08-22 09:50:22 +00:00
hyatt%netscape.com 95b868638c Changing "onchange" to "onselect". 1999-08-22 08:05:46 +00:00
hyatt%netscape.com fcad23039c Fix for bug 11299. 1999-08-22 07:44:00 +00:00
hyatt%netscape.com fc43a21bbe Fix for bug 9693. 1999-08-22 07:31:35 +00:00
hyatt%netscape.com e0ed866b30 Checking in the modified tree widget. It now uses the new selection APIs on the
tree DOM element.
1999-08-22 06:32:27 +00:00
karnaze%netscape.com 08565d8aff changed initial value in ColumnsAreValidFor. 1999-08-22 02:36:00 +00:00
troy%netscape.com e36f66a90d Minor cleanup 1999-08-21 21:24:42 +00:00
troy%netscape.com 7dad5f9379 Removed some code that was accidentally added back in the previous revisions 1999-08-21 21:17:23 +00:00
troy%netscape.com eda8afb2b6 Optimized incremental reflow and split some code out into member functions
so there's less dusplication of code
1999-08-21 20:16:32 +00:00
ramiro%netscape.com 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
hyatt%netscape.com 570b368374 Teaching titled buttons how to execute the oncommand handler when clicked (or when
space/enter is hit on them).
1999-08-21 07:56:49 +00:00
karnaze%netscape.com 6eb1c1889b bug 11944 - correct placement of row group using table border/padding. bug 625 - reinitialized col sizes before 2nd pass 1 reflow. 1999-08-21 06:38:07 +00:00
karnaze%netscape.com 34df22fce5 new regression tests 1999-08-21 06:32:27 +00:00
pollmann%netscape.com fc1800b2ca Bug 3285: Update impl files to return correct type 1999-08-21 02:57:29 +00:00
pollmann%netscape.com f938373139 Bug 3256: Scroll frame into view when form element receives focus. 1999-08-21 00:19:34 +00:00
pollmann%netscape.com a70f77633d Bug 3256: Add ScrollIntoView() method to form control frame interface. 1999-08-21 00:10:13 +00:00
pollmann%netscape.com 5b4a7ad743 Bug 3256: Add ScrollIntoView() method to form frame objects. 1999-08-21 00:09:24 +00:00
jdunn%netscape.com 8241fe5f4d AIX does not allow calling the baseclass via the typedef. I talked this
over with Kevin McClusky and he agreed to allow the change.
1999-08-20 23:37:15 +00:00
karnaze%netscape.com 531cd8b637 new regression test. fixed some others 1999-08-20 23:29:56 +00:00
karnaze%netscape.com cb3ff2b8d2 bug 11944 - row group is properly offset using table border. cleaned up new incremental reflow methods. 1999-08-20 23:27:54 +00:00
troy%netscape.com 6bfc3a2edf Optimized CalculateRowHeights() to skip step 2 if there are no cells that
have row spans
1999-08-20 23:27:39 +00:00
pollmann%netscape.com 470a2ae161 Bug 3285: Implement Item() method on Form Element content object. 1999-08-20 23:15:40 +00:00
hyatt%netscape.com e0dcec9718 Renaming onaction to oncommand. Also adding getIID to nsIFocusableContent, since
I'll need to be using that later on.
1999-08-20 22:56:15 +00:00
kmcclusk%netscape.com add4d59df7 Correctly set the current state for the radio button in SetProperty. Previously the radio buttons state was not properly set
when JavaScript was used to set it.
1999-08-20 22:52:35 +00:00
kmcclusk%netscape.com c5cf135f7d Changed if an action is not specified and we are in a 4.x browser than cause the URL to be reloaded.
This is compatible with Netscape 4.x browsers + I.E. If an action is not specified and inside an XML or XUL document than do nothing.
1999-08-20 22:51:45 +00:00
jdunn%netscape.com d6ca496860 AIX requires that the class definition be defined fully in the header (or
at least before the header is fully processed).  So with Chris Waterson's
permission I moved the definition from the CPP to the header.
1999-08-20 22:47:36 +00:00
jdunn%netscape.com 6a80d6deff Need to specify base class type as public for Native compilers 1999-08-20 22:45:43 +00:00
jdunn%netscape.com d74fdaa1f8 HP requires a newline 1999-08-20 22:42:36 +00:00
kmcclusk%netscape.com 3bfabeee91 Backing out to PartialGfx instead of full Gfx mode. 1999-08-20 18:57:32 +00:00
rods%netscape.com fb2fb1e297 Removing extra nsGfxRadioControlFrame.obj, this was part of yesterday's bad checkin 1999-08-20 14:41:17 +00:00
brade%netscape.com 192c3f9be8 remove mac compiler warning 1999-08-20 13:32:23 +00:00
brade%netscape.com 13ca5f21c8 remove macintosh compiler warnings 1999-08-20 13:27:48 +00:00
arielb%netscape.com 1b252b2e3b includes updates to codbase matching security checks currently turned off
but in place.  redefined the script security manager in caps and it is
now generating codebase principals.
1999-08-20 09:51:02 +00:00
karnaze%netscape.com 5988116697 added null checking 1999-08-20 03:30:40 +00:00
troy%netscape.com e6387cb6bb Changed GetTag() to return NULL for the tag name 1999-08-20 03:17:11 +00:00
ramiro%netscape.com 528c1001db Added public dir to the build to unbreak it. 1999-08-20 00:11:29 +00:00
evaughan%netscape.com 2c576b6299 Fixed link error 1999-08-20 00:04:59 +00:00
evaughan%netscape.com d6b9c2a27f Fixed compile bug. 1999-08-19 23:33:38 +00:00
evaughan%netscape.com 28a83eea31 Fix for build error 1999-08-19 22:44:06 +00:00
kmcclusk%netscape.com c0fde0b47a bug #5944, Changed default widget rendering mode from PartialGfx to Gfx 1999-08-19 22:38:44 +00:00
saari%netscape.com d3dcc81302 Adding files for evaughan's xp scrollbars 1999-08-19 22:28:27 +00:00
vidur%netscape.com f24d30eaa8 Fixed document.cookies after Necko landing. 1999-08-19 22:23:20 +00:00
troy%netscape.com c36fb58fe5 Added invalidate of the cell map as well, since we don't know what has changed 1999-08-19 22:22:52 +00:00
vidur%netscape.com 6d691f1955 Null check for replaceChild() parameter 1999-08-19 22:22:45 +00:00
vidur%netscape.com 189e9b728d Spaces now stripped from map name for client-side maps. Client-side and server-side imagemaps can now co-exist 1999-08-19 22:22:02 +00:00
akkana%netscape.com 8ecf4be9ce Ifdef DEBUG, then when doing nsRange::ToString, also dump node contents
to stdout via List() so we can see what's in the range besides text.
1999-08-19 22:20:57 +00:00
evaughan%netscape.com a12f942778 xpscrollbars 1999-08-19 22:16:23 +00:00
rods%netscape.com 3b54903181 Adding AppendFrames so it won't crash when adding items. 1999-08-19 22:15:04 +00:00
ducarroz%netscape.com 7e25f731c9 Create an autocomplete text widget if needed 1999-08-19 22:11:03 +00:00
ducarroz%netscape.com 5be0405534 Add Get/Set Autocomplete methods 1999-08-19 22:10:56 +00:00
ducarroz%netscape.com 81ec943f78 add nsGfxAutoTextControlFrame.cpp (auto completion widget) 1999-08-19 22:10:54 +00:00
ducarroz%netscape.com 91e18f8021 Add constructor definition for autocomplete widget 1999-08-19 22:10:53 +00:00
ducarroz%netscape.com 04f9bf4079 add some autocomplete atoms 1999-08-19 22:10:45 +00:00
hyatt%netscape.com 452311e2d9 Checking in a tweak to menu bar listener, and adding some popup set code. 1999-08-19 22:10:24 +00:00
hyatt%netscape.com 230f987244 Adding new public directory to xul/base for interfaces, etc. 1999-08-19 22:10:02 +00:00
karnaze%netscape.com 57ee1e4723 fix mac bustage 1999-08-19 20:36:52 +00:00
vidur%netscape.com 43c7cb9748 Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation. 1999-08-19 20:36:31 +00:00
troy%netscape.com f3a9f0e862 Changed to handle "ReflowDirty" reflow command 1999-08-19 20:05:27 +00:00
karnaze%netscape.com e189d52132 moved TableIncrementalReflow from html/tests to html/tests/table/interactive 1999-08-19 19:55:16 +00:00
ducarroz%netscape.com 52894c0756 Fix some typo error 1999-08-19 19:54:38 +00:00
karnaze%netscape.com 7bad0d49ba Added new incremental reflow methods.
CellData keeps track of row versus col spans.
nsColFrame keeps track of what cell contributed to constrained width.
nsCellMap::GetCellFrameAt replace with GetCellInfoAt
simplified nsTableCellFrame::RecalcLayoutData and removed FindLargestMargin, CalculateMargins, CalculateMargins
simplified nsTableFrame::RecalcLayoutData and removed AppendLayoutData
Added gsDebugReflow capability, remove all existing debug printf
1999-08-19 19:52:37 +00:00
pinkerton%netscape.com ddb14de9a3 rewrite to use the new drag gesture event rather than tracking mouse downs/moves. 1999-08-19 19:49:51 +00:00
pinkerton%netscape.com 277d3d704c add drag_gesture event. 1999-08-19 19:48:45 +00:00
rods%netscape.com d7fc6e2d31 Added all the focus rules in one place so we can make then right, then we can distribute then through out the file to were each element is defined 1999-08-19 14:48:42 +00:00
rods%netscape.com b8e288a61f Added a check to see if an outline should drawn, if so, then the damagaed rect needs to be inflated so it gets drawn "outside" the frames area 1999-08-19 14:36:47 +00:00
rods%netscape.com 62ae1bfcf9 added PaintOutline to paint CSS outlines to paint method 1999-08-19 14:35:48 +00:00
rods%netscape.com 5bfe95c0f4 Added NS_NewAttributeContent method 1999-08-19 14:32:19 +00:00
rods%netscape.com c684042890 For generated content that gets its value from an attribute, it now creates a new object nsIAttributeContent which goes and gets the current value when needed. 1999-08-19 14:29:55 +00:00
rods%netscape.com ee537ba0ad Added method GetSelectedIndex 1999-08-19 14:26:38 +00:00
dcone%netscape.com 0a4b8be483 Added a file nsAttributeContent.cpp to project 1999-08-19 14:22:56 +00:00
rods%netscape.com 300c700e00 Added a new method PaintOutline, and added a new parameter to PaintBorder to tell whether to get the style and color information from the border info or the outline info 1999-08-19 14:22:47 +00:00
rods%netscape.com 8c512a7a2f added nsAttributeContent.cpp 1999-08-19 14:17:28 +00:00
rods%netscape.com 6b10cc3ee9 Removed some old code, fixed some ref counting, added nsIAttributeContent interface 1999-08-19 14:13:46 +00:00
rods%netscape.com 0764b680ff Now uses the button for the display area and uses the new selected index methods from the ListControlFrame 1999-08-19 14:11:59 +00:00
rods%netscape.com 0362529f13 Renamed some methods and changed the selected item to be able to pass the currently selected index instead of just being able to get the currently selected item 1999-08-19 14:11:28 +00:00
rods%netscape.com 5a242d756d Now takes into account suggested size in the size calculation 1999-08-19 14:07:05 +00:00
rods%netscape.com 7c354c9540 Now, check to see if it is disabled or whether the control it cantains is disabled and then does the right thinik with the events 1999-08-19 14:05:36 +00:00
rods%netscape.com 1e1d514c05 It now loks at the "disabled" property when initialized and looks for an attribute changed notification to disable itself 1999-08-19 14:03:53 +00:00
rods%netscape.com 654caf2688 It now takes into account the suggested size in the calculation 1999-08-19 14:02:20 +00:00
rods%netscape.com 3dc1aa04e6 The button was being sized wrong, so the computed border padding needed to be removed beforehand and then is added back in later by layout 1999-08-19 14:00:09 +00:00
buster%netscape.com f0f929a02a added the ability to set content in a readonly or disabled control via DOM.
fixed some error checking
1999-08-19 13:43:33 +00:00
kin%netscape.com 58126e991a Added ScrollRectIntoView() method and other utility methods
to fix several bugs related to scrolling the selection into view.
1999-08-19 13:20:11 +00:00
ftang%netscape.com 5a577f62d9 implement word jump for non Ascii 1999-08-19 06:06:57 +00:00
ducarroz%netscape.com 533a11182e First Checked In. 1999-08-19 05:49:48 +00:00
waterson%netscape.com 458f62b47f Bug 11819. Create delegate object to implement drag listener events; frames CANNOT be refcounted like normal XPCOM objects. 1999-08-19 05:12:07 +00:00
troy%netscape.com f901be20dc Changed to table incremental reflow 1999-08-19 03:51:25 +00:00
rods%netscape.com 354afa6be1 added nsAttributeContent.cpp 1999-08-18 14:52:32 +00:00
rods%netscape.com 3b190aaac2 initial add 1999-08-18 14:51:56 +00:00
rods%netscape.com 8a6bb674ef removed warnings: rearranged initializers and removed unused variable "onChild" 1999-08-18 14:41:53 +00:00
waterson%netscape.com d520bcc2ff Bug 11016. Clean up GetSourceDocumentURL() return paths s.t. sourceURL is null and/or error code is set if do_QueryInterface() fails. 1999-08-18 08:48:33 +00:00
ramiro%netscape.com 6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com 038e16b3a1 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
ramiro%netscape.com 04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
valeski%netscape.com 08b22b266e chofmann approved. fix for 11461, refresh for some meta refresh urls was happening irregularly. 1999-08-13 23:50:29 +00:00
hyatt%netscape.com 6135a530ee Fix for bugs 11858 and 10774. 1999-08-13 23:49:53 +00:00
kmcclusk%netscape.com e38d06108e Fix for bug #11717. Check in Ok'ed by cyeh@netscape.com
Don't do the super class'es IsSuccessful because it always returns PR_FALSE
because the (this) pointer is not equal to the submitter.
1999-08-12 22:06:09 +00:00
hyatt%netscape.com 53a1619128 A minor addendum to the bug fix I checked in a few minutes ago. 1999-08-12 21:20:04 +00:00
pinkerton%netscape.com fca214cf9d temp tweak to turn off toolbar d&d for M9 because it's too sensitive. bug 11397. appr don. 1999-08-12 20:52:47 +00:00
hyatt%netscape.com 16963f5890 Fix for bug #11418 and #11506 (which are actually the
same bug).  Approved by chofmann.
1999-08-12 20:45:47 +00:00
nisheeth%netscape.com 684c74e9b5 Fix for bug 11483. Scripts were not getting loaded on XML pages. 1999-08-11 23:24:59 +00:00
pinkerton%netscape.com 5589138ab3 cleaning up and simplifying checkbox. Adding tri-state checkbox behavior keyed off of the presence of an attribute. 1999-08-11 04:45:49 +00:00
pollmann%netscape.com 9e851343f5 Bug 10939: Make image input element transparent 1999-08-11 03:49:31 +00:00
pollmann%netscape.com 6c21361d9f Bug 10939: Make image input element transparent 1999-08-11 03:30:25 +00:00
kmcclusk%netscape.com 12f49894e4 Changed default label for submit buttons to Submit Query from (submit)
Changed default label for reset buttons to Reset from (reset)
1999-08-10 22:17:08 +00:00
rods%netscape.com a6c50ddfdb added an extra check to make sure we have a valid child frame. childFrame could be null when native widgets are turned on 1999-08-10 21:28:06 +00:00
rods%netscape.com 8f5b13ed87 Added "disabled" rules for form controls 1999-08-10 19:35:13 +00:00
rods%netscape.com ba4a0485e1 Added check to see if it was disabled so it would ignore events 1999-08-10 19:26:10 +00:00
rods%netscape.com 0701d68531 Add GetFrameForPoint to return the combobox when it is disabled. Added disabled code. 1999-08-10 19:25:22 +00:00
rods%netscape.com c91922076b Fixed Reset to work properly, removed InitializeFromContent method, changed where the list was adding itself to FormControlFrame 1999-08-10 19:22:51 +00:00
kmcclusk%netscape.com 61e361b49e Rewrote nsButtonControlFrame. It is now based on nsHTMLButtonControlFrame.
Added style rules to set submit, reset, and browse buttons default labels.
1999-08-10 19:13:57 +00:00
karnaze%netscape.com 3b25c74d17 new regression tests 1999-08-10 18:30:04 +00:00
karnaze%netscape.com c3c7c48b80 For crash in bug 10296 - Removed assertion that nsTableFrame::GetColumnFrame must find a non null frame.
Added check for null when calling it in a situation where it can return null.
1999-08-10 18:15:46 +00:00
harishd%netscape.com 9db5447de6 Changing the order in which borders are painted for compatibility.
Used to be TOP,LEFT,BOTTOM,RIGHT, and now it's
BOTTOM,LEFT,TOP,RIGHT.  Fix for bug#11022
1999-08-10 18:13:50 +00:00
troy%netscape.com 8bf0fbd4a8 Fixed a place I had missed when converting over to the new reflow command
handling
1999-08-10 14:28:27 +00:00
ftang%netscape.com b71a536920 tune performance by elimate unnecessary reference to nsIWordBreaker in nsTexTransformer. Add NS_PRECONDITION code into nsTextTransformer to make code better 1999-08-10 07:23:56 +00:00
troy%netscape.com cf9667f8f9 Converted outer table frame code over to new reflow command handling 1999-08-10 03:52:15 +00:00
buster%netscape.com e98b412b9a added KeyPress event propogation. This makes the editor image dialog work much better.
as part of this, I moved when I install event propogation listeners in the gfx text control frame.  nobody will notice
the difference, except keyPress notifications will work correctly.
1999-08-10 02:58:07 +00:00
karnaze%netscape.com c598fc57e3 added constructor to nsTableColGroupFrame, fixed a few places where
nsColGroupFrame assummed its children were nsColGroupFrames.
1999-08-10 02:45:18 +00:00
karnaze%netscape.com b71e1b0379 commented out print statements when passing a row,col outside of cell map,
since the test case in bug 9024 can cause this condition.
1999-08-10 02:43:45 +00:00
karnaze%netscape.com fe4c862ec2 more test cases 1999-08-10 02:39:55 +00:00
karnaze%netscape.com ab2df8841f removed some unneeded comments 1999-08-10 01:14:24 +00:00
karnaze%netscape.com 34acf6b5b6 new test case 1999-08-10 01:02:36 +00:00
karnaze%netscape.com dbce38c94b bug 3517.
Always get border-collapse from nsTableFrame::GetBorderCollapseStyle.
Added several null checks for border edges.
Added check in nsTableFrame::DidComputeHorizontal to replace null edges with trival ones.
1999-08-10 00:49:10 +00:00
troy%netscape.com 61cbd5f824 Initial check-in 1999-08-10 00:01:54 +00:00
av%netscape.com e41767be1f Setting some default size to objects with unknown size, bug #8740 1999-08-09 23:41:55 +00:00
buster%netscape.com 7a04009a6b enabled onSelect notifications 1999-08-09 20:10:59 +00:00
rods%netscape.com b24ae7ff24 Fixed GetFrameForPoint so it passes back the corrct frame for event for form controls (Bug #11467) 1999-08-09 19:59:48 +00:00
buster%netscape.com a9693b1b69 trivial fix to make sure we're storing an nsIHTMLEditor result in an
nsCOMPtr<nsIHTMLEditor> variable.
1999-08-09 19:37:18 +00:00
sfraser%netscape.com 0166147f3c Optimization so that moving a collapsed selection does not cause the frame to redraw. 1999-08-09 19:15:04 +00:00
sfraser%netscape.com 953e2971e4 Make the caret use InvetRect for drawing. 1999-08-09 19:14:43 +00:00
vidur%netscape.com 66a87fc882 Implemented document.lastModified 1999-08-09 19:10:24 +00:00
buster%netscape.com fde9da42d0 brought init code up to date with recent editor API changes. 1999-08-09 17:41:55 +00:00
dp%netscape.com 29a08b0a4c Backing out previous checkin per peterl advice. This caused bookmarks
and mailnews windows to show up blank.
1999-08-09 03:54:10 +00:00
sfraser%netscape.com afb9b207c0 Synch up with editor API changes. 1999-08-09 01:43:00 +00:00
morse%netscape.com 79ba7c62b3 avoid an uninitialized memory access 1999-08-08 19:16:09 +00:00
morse%netscape.com 14fb9dbd1f fix a crash in cookie viewer 1999-08-08 18:10:19 +00:00
jband%netscape.com 4617442db7 was neglecting to initialize a member 1999-08-08 02:06:31 +00:00
peterl%netscape.com ce07abf873 cleaned up viewport pseudo elements 1999-08-08 01:23:22 +00:00
peterl%netscape.com e29c26df10 moved scrolled content pseudo atom to layout atoms 1999-08-08 01:19:36 +00:00
peterl%netscape.com 2bb5dc6312 made relative font sizes round off to next point size 1999-08-08 01:19:09 +00:00
peterl%netscape.com e0d10cc8d9 added != operator 1999-08-08 01:18:40 +00:00
peterl%netscape.com 6edd662900 added :root pseudo class 1999-08-08 01:17:58 +00:00
peterl%netscape.com f12ab5112a made change hint smarter 1999-08-08 01:17:29 +00:00
peterl%netscape.com 2526ca11c3 cleaned up style contexts of viewport and friends 1999-08-08 01:16:50 +00:00
peterl%netscape.com 18b05c194a moved dummy option pseudo to layout atoms
added root pseudo
1999-08-08 01:16:07 +00:00
peterl%netscape.com 7bf06a962e moved scrolled content pseudo to layout atoms 1999-08-08 01:15:30 +00:00
peterl%netscape.com 7e4e82dade added note 1999-08-08 01:14:50 +00:00
peterl%netscape.com 6c14e16169 fix initial value of border collapse 1999-08-08 01:14:36 +00:00
peterl%netscape.com a17a613280 added more pseudo elements 1999-08-08 01:05:05 +00:00
joki%netscape.com 11585608e8 Adding new onselect event. Also slight modification to ender text widget focus behavior 1999-08-07 23:18:35 +00:00
beard%netscape.com b07fa8c481 fixes a crasher triggered by test case of bug #5194. 1999-08-07 20:43:47 +00:00
troy%netscape.com 6b325a5196 Made sure that column cache is invalidated if necessary when appending rows
frames and cell frames
1999-08-07 15:12:50 +00:00
cls%seawood.org 3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
buster%netscape.com 4b9157edbb style now gets propogated from text control frame to embedded webshell more correctly 1999-08-07 05:42:13 +00:00
buster%netscape.com 334db030c0 fixed a memory leak, and a null pointer dereference, having to do with collapsing borders 1999-08-07 05:40:09 +00:00
buster%netscape.com c1f02ff5b3 fixed BodyFixupRule::MapStyleInto to respect background color properly
code-reviewed by Peter Linss
1999-08-07 05:38:28 +00:00
buster%netscape.com 9fc632198d added disabled style to text areas 1999-08-07 05:37:06 +00:00
buster%netscape.com 6bc1c334be just a comment, part of a memory leak bug fix to remind users to free a struct 1999-08-07 05:09:09 +00:00
arielb%netscape.com 347e4bb633 fix bustage on worms 1999-08-07 01:43:36 +00:00
troy%netscape.com 309e9a0b12 Fix for bug #11393 1999-08-07 00:31:02 +00:00
karnaze%netscape.com 9d4fc0d82c new regression tests 1999-08-06 23:05:21 +00:00
rods%netscape.com 40289849e0 Fixed build breakage, passing in wrong variable, and it was uninitialized. 1999-08-06 21:45:14 +00:00
bienvenu%netscape.com 38516f87ef fix build bustage for rods 1999-08-06 21:43:33 +00:00
rods%netscape.com c28f09b2b4 Added RemoveDummyFrameFromSelect method for removing the dummy frame when the select is empty, finished adding the code to completely handle the creating and removing of the dummy frame. 1999-08-06 21:14:45 +00:00