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 |
|