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

11009 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com 30253c1564 Fix 38416: entire textarea should have edit cursor. patch proposed by neil@parkwaycc.co.uk. r=blake sr=sfraser 2000-12-24 09:03:31 +00:00
jst%netscape.com 6727dcb7c0 Fixing a change I overlooked in my last big checkin that caused a crash in some cases where forms were accessed from JS. r=jag 2000-12-24 01:52:05 +00:00
jst%netscape.com e600425247 More mac bustage fixes... 2000-12-23 13:32:28 +00:00
jst%netscape.com 2d9b923669 One more attempt at fixing the mac redness. 2000-12-23 12:57:59 +00:00
jst%netscape.com bc0f424999 Fixing nsINameSpace leak introduced in my last checkin. 2000-12-23 12:14:41 +00:00
jst%netscape.com 9444e2ce66 Attempting to fix mac bustage. 2000-12-23 11:59:05 +00:00
jst%netscape.com de2ab2b085 removed files: mozilla/layout/xml/content/src/nsGenericXMLElement.cpp 2000-12-23 11:12:01 +00:00
jst%netscape.com 9e2b7ade05 Redoing the way code is shared between different element classes in mozilla, in stead of having an inner object (mInner) and forwarding function calls to the inner object the elements now inherit from what used to be the inner object. Previously nsIJSScriptObject and nsIContent (and related interfaces) were implemented on all leaf classes (~60 classes) and all the methods in those interfaces were forwarded to the inner object, now all those methods are inherited in stead. This saves us ~3600 methods in the layout library (and 160k of code on linux) and cleans the code up considerably. r=pollmann@netscape.com, harishd@netscape.com sr=vidur@netscape.com. 2000-12-23 10:56:31 +00:00
koehler%mythrium.com 7771e3b6b1 Bug 59528 - BeOS: images are drawn outside of its bounding box - r=cls 2000-12-22 23:19:04 +00:00
mkaply%us.ibm.com 9c3cffb4f5 OS/2 TB breakage
PR_CALLBACK
2000-12-22 02:39:03 +00:00
attinasi%netscape.com 0cf90f1779 Turning the Style Context FastCache back on. a=hyatt@netscape, reviewed previously by pierre@netscape.com 2000-12-21 23:34:44 +00:00
karnaze%netscape.com 32634b4d46 bug 42443 - consider over specified col spans when allocating array, sr=buster 2000-12-21 23:06:44 +00:00
karnaze%netscape.com 334923b410 bug 43204 - zero out padding for row/col group, ro/col, sr=buster 2000-12-21 23:05:15 +00:00
karnaze%netscape.com 003761d59a bug 40721 - improved TallestCellGotShorter(), sr=buster, r=rods 2000-12-21 23:03:42 +00:00
karnaze%netscape.com b59726b27d bug 33784 - added simple rule for "td div p", sr=buster, r=attinasi 2000-12-21 22:50:02 +00:00
attinasi%netscape.com 97216875d7 Fixes regression due to Style Data sharing: forcing shared contexts to be unique now when they have to be reresolved. b=63118 r=karnaze@netscape.com a=buster@netscape.com 2000-12-21 22:16:38 +00:00
pinkerton%netscape.com 5396c43148 rollup menu when we get a tab. r=saari, a=hyatt. bug #56381. 2000-12-21 20:40:14 +00:00
rods%netscape.com 44ea7c2a67 When clicking away from the dropdown, it wasn't resetting itself correctly.
If only the mouse was being used for selection, then it needs to reset itself to the state before dropping down
if arrow keys had been used then it needs to keep that selection
The combobox chaches the current selection, so when arrow keys are used it has the correct selection
when the mouse is used it holds the old selection. So therefore, we can compare against it
to determine what to do.
Bug 63247
r=waqar sr=hyatt
2000-12-20 23:25:40 +00:00
cmanske%netscape.com e4e8f945c9 Reinstating table selection work for bug 57863 and fixed textfield.value bug 63376. r=kin, sr=sfraser 2000-12-20 22:13:54 +00:00
leaf%mozilla.org 1b004f4d02 backing out regression-causing changes to reopen tree 2000-12-20 18:09:53 +00:00
rods%netscape.com 7dc59420b7 53259 - min-width and max-width not supported on form control
53457 - multiple items can be selected in select size=1 or in single select listbox
50376 - Cannot select with DOM option on dynamically created SELECT element
62442 - Incorrect extended selection behavior in listboxes

First big change is getting rid of local variables for border and padding and use the ones in the reflow state
Changed "IsInDropDownMode() == PR_TRUE && mComboboxFrame" to "IsInDropDownMode() == PR_TRUE"
Fix for regression from changing of how key events work (no bug assigned), this fix enabled the user to hit 'f' or 'F' and get to the first item that start with 'f' or 'F'
r=kmcclusk sr=buster
2000-12-20 15:15:28 +00:00
rods%netscape.com b554f7fdda 53259 - min-width and max-width not supported on form control
59035 - type of a BUTTON should default to submit when type isn't specified
r=kmcclusk sr=buster
2000-12-20 15:12:06 +00:00
rods%netscape.com ca5b944c63 53259 - min-width and max-width not supported on form control
r=kmcclusk sr=buster
2000-12-20 15:09:55 +00:00
rods%netscape.com 90dad7e393 53259 - min-width and max-width not supported on form control
58220 - Select boxes rendering weird when using CSS to small value
r=kmclusk, sr=buster
2000-12-20 15:09:00 +00:00
hyatt%netscape.com 3239785a27 make empty trees with rows=n size properly. a=ben 2000-12-20 07:47:55 +00:00
hyatt%netscape.com 8cbc25f19b fix 61471, a=ben 2000-12-20 07:25:19 +00:00
cmanske%netscape.com c2ee5bda7e Change param in GetDataForTableSelection from PRInt16 to PRInt32 (fixing build bustage) 2000-12-20 03:25:30 +00:00
cmanske%netscape.com 8a2fc88228 Change param in GetDataForTableSelection from PRInt16 to PRInt32 (fixing build bustage) 2000-12-20 03:23:32 +00:00
cmanske%netscape.com 4612fb38be Convert IDL defines from short to long so enums are PRInt32 on all platforms (fixing build bustage) 2000-12-20 03:15:16 +00:00
cmanske%netscape.com 6cc3434009 Trying to fix speedracer build bustage 2000-12-20 02:56:17 +00:00
cmanske%netscape.com 9814f5ffc1 Changed param from PRUint32 to PRInt16 for implementor of nsFrameSelection::HandleTableSelection (part of table selection work, bug 57863) r=jfrancis, sr=kin 2000-12-20 01:38:20 +00:00
cmanske%netscape.com 045d81f56a Changed param from PRUint32 to PRInt16 in nsFrame::GetDataForTableSelection; enums for param moved from .h file to .idl file. Part of table selection work, b=57863, r=jfrancis, sr=kin 2000-12-20 01:36:55 +00:00
cmanske%netscape.com cdfc880f41 Table selection work (part of b=57863): Moved param for GetTableSelectionDate from .h to .idl, requiring change from PRUint32 to PRInt16 for all users. Table Cell ranges are now added in document order (location in table) when selecting multiple cells. Refactored table selection methods and fixed leaks. r=mjudge, sr=kin 2000-12-20 01:36:41 +00:00
karnaze%netscape.com 56ff78acc5 new regression test not affecting the build. 2000-12-20 00:45:05 +00:00
karnaze%netscape.com 06e3bf7ab1 new regression tests not affecting the build. 2000-12-19 23:06:23 +00:00
karnaze%netscape.com 5550404d5b fix mac bustage 2000-12-19 21:16:41 +00:00
karnaze%netscape.com 968a35634b bugs 47163, 60807 and others, sr=buster
simplified BasicTableLayoutStrategy's CalculateTotals and CanAllocate
better calculation of proportional cols
calculation of adjusted widths due to colspans honors the fixed and pct widths of cols being spanned
2000-12-19 20:29:46 +00:00
karnaze%netscape.com 86b7ac2555 new regression test, not affecting the build. 2000-12-19 02:16:44 +00:00
rods%netscape.com 9b0fb27e9a Removed unneded setting of index to kNothingSelected when an disabled option is selected
r=blake, sr=buster Bug 57580
2000-12-18 21:36:01 +00:00
jst%netscape.com aad156274a Fix a refcounting screwup I caused in my last checkin. r=pavlov 2000-12-16 23:38:56 +00:00
dbaron%fas.harvard.edu e1135922c9 Make destructors that exist only for MOZ_COUNT_DTOR be #ifdef NS_BUILD_REFCNT_LOGGING instead of #ifdef DEBUG so the leak stats on optimized builds are correct. r=waterson@netscape.com sr=brendan@mozilla.org b=62421 2000-12-16 18:56:06 +00:00
blakeross%telocity.com 0daa3168a2 Fixing a typo (refrlow -> reflow). r=attinasi sr=alecf 2000-12-15 23:48:55 +00:00
attinasi%netscape.com dad1495c6a Turned on Style Context Data Sharing. b=39618, r=pierre, sr=hyatt 2000-12-15 06:09:50 +00:00
jst%netscape.com d2ee134807 Fixing bug 62160, accessing ins or del elements from JS didn't work and caused a crash in the JS GC later on. sr=scc@mozilla.org, r=ben@netscape.com 2000-12-15 05:48:19 +00:00
attinasi%netscape.com ea601a2acd Fixed bad path in URI. Not part of build. 2000-12-15 00:48:39 +00:00
karnaze%netscape.com e50f77a950 added delays to regression file lists, not affecting the build. 2000-12-15 00:09:31 +00:00
jst%netscape.com 21f9b3d8a4 Adding protection for the casae where there's no root element in a document, bug 58477. r=blakeross@telocity.com, sr=scc@mozilla.org 2000-12-14 22:37:22 +00:00
buster%netscape.com 2a61173475 regression test additions and improvements.
no source code changed, not part of build, so no reviewer
2000-12-14 22:05:52 +00:00
attinasi%netscape.com 6dd2b0e2ff <abbr> and <acronym> elements with title attributes are now styled with dotted underlines and get a help cursor by default. b=56702 r=rods sr=buster 2000-12-14 18:34:05 +00:00
rods%netscape.com 7d5971c5ac The changes to the select are to bring it back inline with what the rules were before they were optimized
The checkbox changes are to give it margins in standard mode and themake the vertical-align bottom so it is positioned correctly on the line.
Bug 62445, Bug 62350 r=kmcclusk, sr=buster
2000-12-14 15:18:45 +00:00
hyatt%netscape.com 90528a03a3 Fix for 62301. r=hewitt, sr=ben 2000-12-14 09:32:39 +00:00
jst%netscape.com 218e8f3e4c Backing out my last change here, this change didn't do what it was supposed to do, not even close. 2000-12-14 06:16:39 +00:00
sfraser%netscape.com 31a8ff30c3 More useful error message when an XML bindings file fails to load. r=waterson, sr=hyatt 2000-12-14 02:32:26 +00:00
jst%netscape.com cfb13da69c Checking in fix for annoying asserts on startup caused by a doctype token problem in the parser that was introduced yesterday, casting char * to PRUnichar * just aint a good idea (although that was only part of the problem). Fix done mostly by heikki@netscape.com, r=heikki, harishd, sr=me. 2000-12-14 02:30:12 +00:00
vidur%netscape.com 01bf191f42 Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst 2000-12-12 21:58:13 +00:00
vidur%netscape.com 1f40cba7d1 Implementation of ReadSegments to support less copying in the parser. r=rpotts, sr=jst 2000-12-12 21:57:47 +00:00
rods%netscape.com 34c8eb05fa removing unneeded includes
r=kmcclusk sr=buster b=62408
2000-12-12 12:17:11 +00:00
beard%netscape.com da57affa31 removed non-existent dist/client access path. r=sfraser 2000-12-12 03:00:58 +00:00
beard%netscape.com 09101b8479 Fix for inflexible thumb position constraint. sr=evaughan 2000-12-12 01:52:45 +00:00
heikki%netscape.com 48d290bed2 Bug 51218, problems with DOCTYPE handling. r=harishd, a=vidur. 2000-12-11 22:21:06 +00:00
rods%netscape.com 2e059f583d smoketest blocker,
an event is cancelled when it is equal to nsEventStatus_eConsumeNoDefault
a=joki
2000-12-11 20:07:50 +00:00
rods%netscape.com 4b58e0289d removed where the input element was telling the rado/checkbox to return the opposite value
now it changes it value before the DOM call (script) and then if the event is cancelled
it sets the value back (which doesn't happen very often)
r=pollmann,jst sr=buster  b=57137,57239,58460
2000-12-10 16:05:29 +00:00
hyatt%netscape.com da4450ca46 Fixing linux build bustage 2000-12-10 09:47:05 +00:00
hyatt%netscape.com 8e853805cd Speeding up retrieval of anonymous nodes by removing a redundant copy. Patched bug in
insertion point retrieval. a=ben@netscape.com
2000-12-10 09:23:43 +00:00
hyatt%netscape.com f4efb90b52 Added support for fieldset and legend. Not used by default.
a=ben@netscape.com
2000-12-10 09:23:11 +00:00
hyatt%netscape.com 6f07d37bf0 Speeding up retrieval of anonymous nodes by removing a redundant copy.
a=ben@netscape.com
2000-12-10 09:21:22 +00:00
hyatt%netscape.com d10778f295 Added Pref control for XBL forms.
r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:20:40 +00:00
hyatt%netscape.com 4d3c66b578 Adding support for box objects to XML and HTML. Fixed focus bug with Generic Elements
r=jst@netscape.com, a=ben@netscape.com
2000-12-10 09:19:59 +00:00
disttsc%bart.nl 4ac2d6fa41 Remove titledbutton frame (wasn't built) and titledbutton atom, bug=57751, r=ben, a=hyatt 2000-12-09 12:36:07 +00:00
bryner%uiuc.edu a91dbbb4fa Mousewheel bugs 29244, 50339, 42313, 33733, and 57598. r=rods,pavlov. sr=hyatt. 2000-12-09 07:28:19 +00:00
dbaron%fas.harvard.edu 33c4278ab5 Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:46:08 +00:00
karnaze%netscape.com 5ebcacf156 fix delays of regression tests, not affecting the build. 2000-12-09 04:25:06 +00:00
dbaron%fas.harvard.edu 2eea32ae2b Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com 2000-12-09 04:21:51 +00:00
dbaron%fas.harvard.edu 05ea8b4346 Make relatively positioned elements matter to their parents only at the original position by switching the order of computing the combined rect and computing relative positioning. b=4519 r=buster@netscape.com sr=waterson@netscape.com 2000-12-09 04:04:17 +00:00
jst%netscape.com 8bc62e934b Fixing bug 57466. XML documents need to do principal fixup on redirect. sr=vidur, r=mstolts, r=pollmann. 2000-12-09 02:04:36 +00:00
disttsc%bart.nl 2ca6c42373 Remove more dead titledbutton code, bug=57751, r=pinkerton, r=evaughan, a=brendan 2000-12-09 01:07:59 +00:00
hyatt%netscape.com 0ba42b764a Fix for smoketest bugscape blocker bug #3467. 2000-12-08 01:43:02 +00:00
attinasi%netscape.com ea52a1d62f Regression test script for style regression tests 2000-12-07 15:40:22 +00:00
attinasi%netscape.com cfa8b8e923 Regression test script for style regression tests, and first regression test file 2000-12-07 15:39:54 +00:00
attinasi%netscape.com 41bf703180 Changes to put style data into the layout regression data output. r=karnaze, a=waterson 2000-12-07 15:31:40 +00:00
bryner%uiuc.edu 40d833108b Adding a newline at the end of this file to prevent bustage on some compilers. r=pike. 2000-12-07 12:52:22 +00:00
hyatt%netscape.com 69f8ff950d Trying to fix bustage. r=scc, a=ben 2000-12-07 11:57:45 +00:00
hyatt%netscape.com dc03a943a2 Big XUL landing. Fixed bug with button triggering on spacebar, fixed numerous tree bugs to enable intrinsic string sizing and XBL-derived trees with custom tags. a=ben 2000-12-07 10:18:40 +00:00
hyatt%netscape.com 1b69b4e59f This patch enables the tree widget to use custom tags via XBL. a=ben 2000-12-07 10:12:02 +00:00
hyatt%netscape.com a5fae1e0a1 Big XBL landing. Fixes numerous XBL bugs. a=ben 2000-12-07 10:11:21 +00:00
hyatt%netscape.com 26a770d6f1 More fun with XBL. Not used in build. a=ben 2000-12-07 09:52:13 +00:00
hyatt%netscape.com ee5d2b7cbe XBL forms experiments. Testing the water to see what XBL can do right now. Not used as part of build. a=ben 2000-12-06 22:50:53 +00:00
rods%netscape.com f3b5cedf87 when in standard mode, the text field/area was sizing one char too big
r=25657, r=kmcclusk, sr=waterson
2000-12-06 03:20:39 +00:00
blakeross%telocity.com d8b4e030d4 Fix 46174: widgets don't use Appearance Manager variation color in mac classic theme. patch by lordpixel@mac.com. r=ben sr=blizzard 2000-12-05 21:49:42 +00:00
cls%seawood.org f518d8fb8f Update REQUIRES. 2000-12-03 22:33:51 +00:00
dbaron%fas.harvard.edu f316e0c51b Fix leak of atom and fix return value propagation from SetMedia. b=58697 r=pierre@netscape.com sr=waterson@netscape.com 2000-12-02 15:53:42 +00:00
hyatt%netscape.com b19a6ad70a Making sure resource URIs are also globally cached by XBL (in addition to chrome URIs). a=ben 2000-12-02 10:34:52 +00:00
hyatt%netscape.com 7be278ade2 Mac and Win XBL buttons. Not part of build. 2000-12-02 10:29:29 +00:00
hyatt%netscape.com 2c440ecb7e XBL forms stuff. Not part of build. 2000-12-02 10:27:05 +00:00
hyatt%netscape.com ca6b8e7b29 Enabling cross-namespace extensions for XBL. r=hixie, a=ben 2000-12-02 09:47:47 +00:00
hyatt%netscape.com e9ae905e45 adding new XBL form widget stylesheets. a=ben@netscape.com 2000-12-01 08:47:19 +00:00
hyatt%netscape.com 656f036c46 breaking out forms style rules into their own style sheet. a=ben@netscape.com 2000-12-01 08:26:36 +00:00
hyatt%netscape.com fc35bd0ba9 use mac smart-scrolling prefs in XUL scrollbars. This is my first use of my mac other hosting scc's porn. r=pinkerton,a=ben. 2000-12-01 01:45:37 +00:00
blizzard%redhat.com 94142f8974 Fix bug #61519 crash in nsXBLPrototypeHandler::ExecuteHandler. Check for the existance of a focused window and if a QueryInterace returns null. r=pinkerton sr=hyatt 2000-11-30 23:48:09 +00:00
karnaze%netscape.com 545f989a43 new regression tests not affecting the build. 2000-11-30 23:00:38 +00:00
karnaze%netscape.com 211a772d0c bug 29058 (slightly revised patch submitted by bernd.mielke@snafu.de) r=karnaze (previously sr=waterson). 2000-11-30 22:45:48 +00:00
rods%netscape.com 3d12067611 changing the name of the reflow state in the reflow counter macro
b=61496 r=kmcclusk sr=waterson
2000-11-30 21:51:21 +00:00
rods%netscape.com 3eb1e7102c uncommenting out a line for tracking reflow performance
b=61496 r=kmcclusk, sr=waterson
2000-11-30 21:46:12 +00:00
karnaze%netscape.com fcd39b5df7 bug 42033 (patch submitted by bernd.mielke@snafu.de) - give 0 proportional cols their min width. sr=waterson, r=karnaze. 2000-11-30 21:44:59 +00:00
rods%netscape.com db9c828730 removing unneeded/unused code/methods
r=kmcclusk, sr=waterson
2000-11-30 21:39:28 +00:00
karnaze%netscape.com c6c2e4f226 bug 9848 - check for out of memory when calling new. r=dcone. 2000-11-30 15:53:55 +00:00
locka%iol.ie e06cb63e03 New encoder fixup helper interface. b=57996, r=jst 2000-11-30 01:08:22 +00:00
karnaze%netscape.com d74b6ebc29 bug 50695 - skip form parents when computing a percent basis height in quirks mode. sr=buster, r=pollmann 2000-11-29 22:31:57 +00:00
karnaze%netscape.com d3afcd4ac6 bug 55545 - set the table preferred width during an unconstrained reflow. Return the preferred width as the maximum width when requested in the outer table reflow. a=buster, r=dcone 2000-11-29 22:30:09 +00:00
sfraser%netscape.com b4589a2bdf Fix crasher bug when typing in the URL bar, bug 61452. Need to null out a global when we delete it. r=pinkerton 2000-11-29 22:26:22 +00:00
karnaze%netscape.com f3f07257d5 new regression test, not affecting the build. 2000-11-29 22:04:24 +00:00
pinkerton%netscape.com 5560cb7993 pulling out the dnd code (and my useless dumps) until we can differentiate between chrome and content. fixes regression. 2000-11-29 21:56:40 +00:00
karnaze%netscape.com 2783c0a901 bug 35662 - when computing an artifical auto table width for % cells, count only the max contributor in each col. sr=waterson, r=peterl
bug 29058 (patch submitted by bernd.mielke@snafu.de) - consider proportional widths in avail totals. sr=waterson, r=karnaze
2000-11-29 21:48:56 +00:00
mkaply%us.ibm.com 01e4698274 htmlbindings changes for OS/2 2000-11-29 21:45:46 +00:00
karnaze%netscape.com daed22dcfa new regression tests, not affecting the build. 2000-11-29 17:37:14 +00:00
dbaron%fas.harvard.edu b4aa2f814c Add newline to end of file to make HP compiler happy. r=timeless 2000-11-29 15:18:32 +00:00
pinkerton%netscape.com 5e6330d920 Fix win32-only bustage. 2000-11-29 06:34:14 +00:00
ben%netscape.com abd03738c7 bugfix for 57951, checking in again (this was backed out this morning to get the tree open, however it turns
out that the submenu positioning problem was actually caused by something else, and there was nothing wrong
with this change). r=pink, a=hyatt
2000-11-29 06:15:43 +00:00
pinkerton%netscape.com 28aab72bc2 Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt. 2000-11-29 06:01:33 +00:00
pinkerton%netscape.com c641167965 more small build things. r=bryner 2000-11-29 05:55:02 +00:00
pinkerton%netscape.com 2bc334d89a forgot the adjust depth. r=bryner 2000-11-29 05:36:18 +00:00
pinkerton%netscape.com 30148e3969 start building xbl/builtin (a=hyatt). 2000-11-29 05:12:40 +00:00
pinkerton%netscape.com f5b196f914 moving bindings into res to eliminate chrome dependency. 2000-11-29 02:54:24 +00:00
pinkerton%netscape.com 1925118019 breaking apart root key handler into base class 2000-11-29 02:51:26 +00:00
mjudge%netscape.com 5a0bb91a06 added in code to allow GetSelection() to work. r= mstoltz 2000-11-29 00:13:00 +00:00
hyatt%netscape.com 3180a7f41e menu bug fx r by danm ben 2000-11-28 23:35:04 +00:00
leaf%mozilla.org cacd47362f backing out change to fix 61334, a=hyatt on the backout 2000-11-28 19:42:52 +00:00
rods%netscape.com 42d3ce1df1 patch from net (thanks Boris)
This fix correctly sets the content type for uploads for multipart posts
b=60737, r=rods sr=buster
2000-11-28 14:14:20 +00:00
hyatt%netscape.com 500ee1e48e Fix insertion point reparentin gissue with blocks. r=hixie, a=ben 2000-11-28 10:10:41 +00:00
hyatt%netscape.com e4f2c01c73 Move menulist entirely into XBL. a=ben 2000-11-28 08:52:36 +00:00
ben%netscape.com 63ca78c8ca Fix hyatt's bustage. a=hyatt 2000-11-28 08:28:06 +00:00
hyatt%netscape.com ceb73e004b Removing obsolete frames from XUL dir. a=ben 2000-11-28 07:13:14 +00:00
jst%netscape.com 5d2e4d0de9 Getting rid of some static nsIID's in favor of using the NS_GET_IID() macro. sr=rpotts, r=pollmann 2000-11-28 04:11:37 +00:00
jst%netscape.com 9ffb7c034c Fixing bug 49597. Setting the 'checked' state on a dynamically created radio button that wasn't yet part of the document in JS was throwing an exception since our internal pres state code was generating a failure code when the input element didn't have a document. sr=vidur, r=pollmann 2000-11-28 03:41:50 +00:00
rods%netscape.com 165e6457bb GetStateProperty now clears the outgoing arg before appending the new value.
b=61297, r=jst,a=hyatt
2000-11-28 02:35:41 +00:00
morse%netscape.com be084416b4 bug 61179, deleting menuitem causes crash, r=ssu@netscape.com, sr=hyatt@netscape.com 2000-11-28 00:28:01 +00:00
heikki%netscape.com 95fbe00809 Bug 59675, fixing uninitialized variables. r=jst, a=waterson. 2000-11-27 23:23:28 +00:00
karnaze%netscape.com cf4b9cf1d6 bug 56563 - frame constructor creates anonymous frames when a table has a child which is not table related.
ConstructFrameByTag takes additional arg indicating that a whitespace frame was not constructed. sr=buster, r=attinasi
2000-11-27 22:47:33 +00:00
ben%netscape.com ff9aad5138 fix for bug 57951, submenus of scrolling menus positioned incorrectly.
r=pinkerton@netscape.com, a=hyatt@netscape.com
2000-11-27 22:04:58 +00:00
hyatt%netscape.com b8561b2b8a Fix for 51264. r=danm, a=ben 2000-11-27 22:00:33 +00:00
nhotta%netscape.com f49d7db175 Changed to convert anchor name as UTF-8 instead of Latin1 if that fails then convert it as document charset, bug 58819, r=erik, sr=jst. 2000-11-27 21:43:28 +00:00
ben%netscape.com 0791bc72ae Added mutation files. r=joki, a=brendan 2000-11-27 08:24:36 +00:00
hyatt%netscape.com 56d558b610 Patch for 55595. r=joki, a=brendan 2000-11-27 07:55:20 +00:00
cls%seawood.org fc9c54cb3d Oops. Fixing bustage introduced by previous checkin. I forgot that XPIDL_MODULE is sometimes set by MODULE. r=blizzard Bug 59454 2000-11-21 00:18:46 +00:00
cls%seawood.org 8bd122b3d5 Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org 2000-11-20 07:16:06 +00:00
danm%netscape.com b9887b3ac3 removing glowcode directives. won't affect you unless you use an obsolete version of glowcode. 2000-11-18 02:13:42 +00:00
akkana%netscape.com f60790d279 Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis 2000-11-17 00:25:31 +00:00
blakeross%telocity.com bcb5dba55b Fix 59867: sidebar dragging needs to respect user settings. r=evaughan a=hyatt 2000-11-16 22:25:45 +00:00
kmcclusk%netscape.com ce878383b3 Removing these unneeded files from from cvs, they have been in the build in years
r=kmcclusk,buster
2000-11-16 21:41:14 +00:00
karnaze%netscape.com e8fec03d1b new regression tests not affecting the build. 2000-11-16 00:29:20 +00:00