hyatt%netscape.com
4a0414c6e1
Tree performance improvements.
2000-04-21 08:12:13 +00:00
hyatt%netscape.com
f5d403674d
Tree performance enhancements.
2000-04-21 08:11:39 +00:00
pierre%netscape.com
0a1b7cc547
Implemented i18n list-style-types. Thanks to bakibon@yahoo.com.
2000-04-21 08:05:29 +00:00
pinkerton%netscape.com
b067edf867
Moving Screen API away from individual attributes for performance reasons (stage 1). Fixes bugs on win32 with xul popups where taskbar is not at bottom of screen.
2000-04-21 06:55:13 +00:00
ducarroz%netscape.com
cf9f426af0
Remove unused files. Part of autocomplete clean up
2000-04-21 02:05:04 +00:00
nisheeth%netscape.com
793252e617
Fix for bug 36362. We no longer null out the ref count of form elements in their Release() methods before deleting them. This fixes the crashes on www.cnn.com and www.msn.com.
2000-04-21 01:03:20 +00:00
anthonyd%netscape.com
815b66f915
drawing selection as tri-state. on-off-disabled. hardcoded disable color to grey right now. r=mjudge
2000-04-20 23:11:41 +00:00
sfraser%netscape.com
831140ee06
Remove the gShellCounter printf cruft.
2000-04-20 22:57:40 +00:00
akkana%netscape.com
e3b5588b8f
19137: <u> wasn't in the list of inline tags.
2000-04-20 22:31:14 +00:00
jst%netscape.com
75c2e94a05
Backing out dcones last changes since they made linux tinderbox go orange, and the toolbar wasn't properly drawn with the changes.
2000-04-20 16:22:10 +00:00
dcone%netscape.com
630efa09d1
Turned on the Fast Background Rendering.
2000-04-20 14:00:22 +00:00
jst%netscape.com
65686de7fb
Updating the DOM interface CSSStyleDeclaration to DOM Level 2.
2000-04-20 13:50:56 +00:00
jst%netscape.com
8515630b3f
Adding GetIID() to nsICSSDeclaration.
2000-04-20 13:00:08 +00:00
jst%netscape.com
5dd95df31c
Fix build warnings.
2000-04-20 12:40:35 +00:00
jst%netscape.com
e09c50e601
Fixing bug #32376 . Mozilla now populates a select list with new empty options if it's length is set to a bigger number than it already is, this is against the DOM but we need this to be compatible with older browsers.
2000-04-20 12:34:35 +00:00
troy%netscape.com
c450772b1e
b=6252 Fixed problem with computing of hypothetical box
2000-04-20 04:44:32 +00:00
rods%netscape.com
2b90f199a6
uncommenting out some important clean up code and gating it with "!kGoodToGo"
...
should fix leaks
2000-04-20 03:42:12 +00:00
danm%netscape.com
d0d8c4d5c3
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
rods%netscape.com
1e83686bb3
change char detection to use unichar and upper case so now pressing 't' or 'T'
...
gets you the first item that begin with 't' ot 'T'
Bug 34630
2000-04-19 14:57:44 +00:00
rods%netscape.com
fe078580ed
no longer strips beginning and ending spaces of value when GetAttributeValueAt
...
is called.
Bug 33050
2000-04-19 14:00:11 +00:00
rods%netscape.com
e5f89bb5ed
added new rules for -moz-display-comboboxcontrol-frame
...
bug 33515
2000-04-19 13:55:57 +00:00
rods%netscape.com
47329d0362
Not enabling creator's to be asked if they want to create a special frame for anonymous content
...
bug 33515
2000-04-19 13:55:17 +00:00
rickg%netscape.com
c9729abd05
try to fix tinderbox bustage for nisheeth
2000-04-19 08:45:45 +00:00
hyatt%netscape.com
7b0b2e099b
Converting XBL bindings to use id.
2000-04-19 08:20:20 +00:00
nisheeth%netscape.com
e4b10a0922
Fix for bug 30091. nsFormControlList::NamedItem() was doing a linear walk through the form control list. Now it uses a hash table lookup. This greatly reduces the time for the screen to update when one clicks on the Program list box on the Bugzilla query page.
2000-04-19 07:49:07 +00:00
troy%netscape.com
cbf21dc468
b=26221 Fixed ConstructFrameByDisplayType() to pass in the correct parent
...
frame pointer when constructing a floated table
2000-04-19 04:44:16 +00:00
troy%netscape.com
aa529094b7
b=36220 Added check for a frame type of "areaFrame"
2000-04-19 03:27:31 +00:00
troy%netscape.com
a8143dd431
b=36202 Patch from roc+moz@cs.cmu.edu that makes sure we invalidate if
...
necessary when pulling up frames
2000-04-19 03:12:13 +00:00
troy%netscape.com
efc3b016a8
b=15405 Renamed root frame to canvas frame and changed frame construction
...
code to propagate document element's background to canvas
2000-04-19 02:13:43 +00:00
pavlov%netscape.com
c790207b30
fix windows bustage
2000-04-19 00:17:51 +00:00
pinkerton%netscape.com
2240ab3cb5
removed color picker files for pavlov.
2000-04-18 23:13:02 +00:00
pavlov%netscape.com
8f2b015e61
remove creation code for colorpicker
2000-04-18 23:07:43 +00:00
pavlov%netscape.com
57a885621e
remove color picker files since it was replaced by the xbl version
2000-04-18 23:06:23 +00:00
troy%netscape.com
1dd648e53d
Added "canvasFrame" frame type atom
2000-04-18 23:05:15 +00:00
jst%netscape.com
b28d0d6298
Updating the DOM interfaces HTMLFormElement and HTMLOptionElement to DOM Level 2.
2000-04-18 23:00:58 +00:00
troy%netscape.com
5c031a4d21
Initial check-in
2000-04-18 23:00:50 +00:00
jst%netscape.com
a4ce9e598d
Updating the HTMLObjectElement interface to DOM Level 2.
2000-04-18 22:57:42 +00:00
jband%netscape.com
96089ebbb0
egads! lost the return type declaration in a copy/paste goofup.
2000-04-18 22:46:48 +00:00
cls%seawood.org
ad1dd19d63
Latest batch of OS/2 makefile changes. Batch 09. Bug #34106
2000-04-18 10:27:21 +00:00
syd%netscape.com
76a839c993
Fix for 36084, r=alecf,a=alecf. Put guard code around code that dereferences a context,
...
it was null, causing asserts, and eventually, a crash. Bug was a smoketest blocker.
2000-04-18 05:38:05 +00:00
troy%netscape.com
8c36119549
b=36095 Fixed problem in GetNearestContainingBlock()
2000-04-18 05:03:42 +00:00
waterson%netscape.com
548a65c864
Back out changes my changes to nsILinkHandler because of performance problems.
2000-04-18 04:34:20 +00:00
evaughan%netscape.com
a794898863
Putting back code that was backed out last week.
...
-a leaf
2000-04-18 00:17:00 +00:00
buster%netscape.com
a89c2dd5fd
I suck. More debugging code that should have been removed.
2000-04-17 15:54:55 +00:00
buster%netscape.com
2ac349c74c
one line of debug code accidentally slipped in. Removed.
2000-04-17 15:03:55 +00:00
buster%netscape.com
f40b76249a
bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu>
...
r=buster
bug 18545 ([FLOAT] Problem Centering <TABLE> with <DIV> tag)
r=troy
bugs 18827, 19579, 22327 24782, 26512, 30124, 31849, 32846 (floater behavior wrong)
The primary change here is to determine if a block is impacted by a floater, and if so
mark the block's lines dirty when appropriate.
r=troy
no bug number. performance work. reduced the size of some reflow data structures by
collapsing multiple fields into a single bit field.
r=troy
2000-04-17 14:40:46 +00:00
scc%netscape.com
37d7f881c6
making string conversions explicit
2000-04-17 10:28:55 +00:00
nisheeth%netscape.com
7b7f9d1021
Fix for bug 30958: Reflow commands are now processed asynchronously all the time. The semantics of the API for queuing and processing reflow commands has changed. Now, AppendReflowCommand() initiates an asynchronous reflow event and all reflow command processing happens when that event fires. It is no longer possible for consumers outside the presentation shell to call ProcessReflowCommands() synchronously. Because of this change, reflow locks are no longer needed and have been removed.
2000-04-17 07:13:57 +00:00
rbs%maths.uq.edu.au
7467ba48c7
[NOT PART OF THE DEFAULT BUILD] Compute the actual bounding metrics of the minus sign ('-') to get a more acurate math axis
2000-04-17 04:23:03 +00:00
rbs%maths.uq.edu.au
4731458891
[NOT PART OF THE DEFAULT BUILD] Pick stretchy glyphs from the Math4 font. Make the stretchy code more robust by explicitly re-ordering the font-family list to place the selected font to be used in first position
2000-04-17 04:19:54 +00:00