rods%netscape.com
1e54aacebb
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
83cb346e32
make empty trees with rows=n size properly. a=ben
2000-12-20 07:47:55 +00:00
hyatt%netscape.com
176da11932
fix 61471, a=ben
2000-12-20 07:25:19 +00:00
cmanske%netscape.com
7d50f5c55f
Change param in GetDataForTableSelection from PRInt16 to PRInt32 (fixing build bustage)
2000-12-20 03:25:30 +00:00
cmanske%netscape.com
5804015250
Change param in GetDataForTableSelection from PRInt16 to PRInt32 (fixing build bustage)
2000-12-20 03:23:32 +00:00
cmanske%netscape.com
b6319b5e1c
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
356492b2a7
Trying to fix speedracer build bustage
2000-12-20 02:56:17 +00:00
cmanske%netscape.com
6c6ee9b81e
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
d5dcb3691d
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
3313e50daa
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
92315b5604
new regression test not affecting the build.
2000-12-20 00:45:05 +00:00
karnaze%netscape.com
d54d395867
new regression tests not affecting the build.
2000-12-19 23:06:23 +00:00
karnaze%netscape.com
8aca6e224c
fix mac bustage
2000-12-19 21:16:41 +00:00
karnaze%netscape.com
164543525f
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
bd3da9ec47
new regression test, not affecting the build.
2000-12-19 02:16:44 +00:00
rods%netscape.com
6db44af9f6
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
49aacd78f8
Fix a refcounting screwup I caused in my last checkin. r=pavlov
2000-12-16 23:38:56 +00:00
dbaron%fas.harvard.edu
277d3af41f
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
55a951a987
Fixing a typo (refrlow -> reflow). r=attinasi sr=alecf
2000-12-15 23:48:55 +00:00
attinasi%netscape.com
95bcfca9fc
Turned on Style Context Data Sharing. b=39618, r=pierre, sr=hyatt
2000-12-15 06:09:50 +00:00
jst%netscape.com
90ec69406d
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
5c8e5af7ba
Fixed bad path in URI. Not part of build.
2000-12-15 00:48:39 +00:00
karnaze%netscape.com
5684b0b529
added delays to regression file lists, not affecting the build.
2000-12-15 00:09:31 +00:00
jst%netscape.com
82295066c0
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
f09d25e85c
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
e81ef90d10
<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
9fe3465b7a
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
14719259ef
Fix for 62301. r=hewitt, sr=ben
2000-12-14 09:32:39 +00:00
jst%netscape.com
1196cb233f
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
e0b33dce98
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
1bd04c173d
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
4f62c23956
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
0a4eedc07d
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
6c53a4cdbd
removing unneeded includes
...
r=kmcclusk sr=buster b=62408
2000-12-12 12:17:11 +00:00
beard%netscape.com
00c397819d
removed non-existent dist/client access path. r=sfraser
2000-12-12 03:00:58 +00:00
beard%netscape.com
8cf2d9a0ee
Fix for inflexible thumb position constraint. sr=evaughan
2000-12-12 01:52:45 +00:00
heikki%netscape.com
7ff1e2bfe0
Bug 51218, problems with DOCTYPE handling. r=harishd, a=vidur.
2000-12-11 22:21:06 +00:00
rods%netscape.com
01c76373c3
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
c543ccf234
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
4ed7ab545c
Fixing linux build bustage
2000-12-10 09:47:05 +00:00
hyatt%netscape.com
957686ba6a
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
b776af02af
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
f3bcc6fe36
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
eea715dc3f
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
c2919eaadb
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
b1bfdfa3d0
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
e3a92267ce
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
fa7d014c05
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
653f9b460d
fix delays of regression tests, not affecting the build.
2000-12-09 04:25:06 +00:00
dbaron%fas.harvard.edu
2b2160f1b0
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
54b4252845
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
03266140d5
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
adb44025ba
Remove more dead titledbutton code, bug=57751, r=pinkerton, r=evaughan, a=brendan
2000-12-09 01:07:59 +00:00
hyatt%netscape.com
feae09e1ac
Fix for smoketest bugscape blocker bug #3467 .
2000-12-08 01:43:02 +00:00
attinasi%netscape.com
967f437599
Regression test script for style regression tests
2000-12-07 15:40:22 +00:00
attinasi%netscape.com
e1f9797a23
Regression test script for style regression tests, and first regression test file
2000-12-07 15:39:54 +00:00
attinasi%netscape.com
d97aa7f2cb
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
4771751856
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
43c8836a29
Trying to fix bustage. r=scc, a=ben
2000-12-07 11:57:45 +00:00
hyatt%netscape.com
d4bd87ea0d
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
5616358584
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
a809cb4755
Big XBL landing. Fixes numerous XBL bugs. a=ben
2000-12-07 10:11:21 +00:00
hyatt%netscape.com
021da9b1d3
More fun with XBL. Not used in build. a=ben
2000-12-07 09:52:13 +00:00
hyatt%netscape.com
6147067db4
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
688156bfcc
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
68cf67e019
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
a208c58c4e
Update REQUIRES.
2000-12-03 22:33:51 +00:00
dbaron%fas.harvard.edu
7ccca40aab
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
330117b36e
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
f7b4d6af7e
Mac and Win XBL buttons. Not part of build.
2000-12-02 10:29:29 +00:00
hyatt%netscape.com
0b3b0dff71
XBL forms stuff. Not part of build.
2000-12-02 10:27:05 +00:00
hyatt%netscape.com
23b11f2ecb
Enabling cross-namespace extensions for XBL. r=hixie, a=ben
2000-12-02 09:47:47 +00:00
hyatt%netscape.com
89a3b213f3
adding new XBL form widget stylesheets. a=ben@netscape.com
2000-12-01 08:47:19 +00:00
hyatt%netscape.com
8ddf4e7881
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
083af4b37a
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
414428ea2f
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
bff530fa5f
new regression tests not affecting the build.
2000-11-30 23:00:38 +00:00
karnaze%netscape.com
217add1af1
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
fc43e52da5
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
372efcc2b1
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
b9ef69acf9
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
3994612354
removing unneeded/unused code/methods
...
r=kmcclusk, sr=waterson
2000-11-30 21:39:28 +00:00
karnaze%netscape.com
110acb9a75
bug 9848 - check for out of memory when calling new. r=dcone.
2000-11-30 15:53:55 +00:00
locka%iol.ie
2b03ecf7c9
New encoder fixup helper interface. b=57996, r=jst
2000-11-30 01:08:22 +00:00
karnaze%netscape.com
02d34832e3
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
667b9b772d
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
417a2a01ce
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
74059bd234
new regression test, not affecting the build.
2000-11-29 22:04:24 +00:00
pinkerton%netscape.com
4658f006a9
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
2c3069b5b0
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
1c2becf99b
htmlbindings changes for OS/2
2000-11-29 21:45:46 +00:00
karnaze%netscape.com
e0ae3121cd
new regression tests, not affecting the build.
2000-11-29 17:37:14 +00:00
dbaron%fas.harvard.edu
8670959926
Add newline to end of file to make HP compiler happy. r=timeless
2000-11-29 15:18:32 +00:00
pinkerton%netscape.com
72d1444212
Fix win32-only bustage.
2000-11-29 06:34:14 +00:00
ben%netscape.com
b14c7b6cb9
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
a3d4c053ef
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
bb2d3d39a7
more small build things. r=bryner
2000-11-29 05:55:02 +00:00
pinkerton%netscape.com
c6d663c0ea
forgot the adjust depth. r=bryner
2000-11-29 05:36:18 +00:00
pinkerton%netscape.com
c4703eaa79
start building xbl/builtin (a=hyatt).
2000-11-29 05:12:40 +00:00
pinkerton%netscape.com
c531ce2be5
moving bindings into res to eliminate chrome dependency.
2000-11-29 02:54:24 +00:00