joki%netscape.com
bbb0086bfe
fixes for 5995, 7304, 10573, 22832, and 9668.
...
Changes to event handling to deal with reentrant events, cursor fixes, and return value fixes.
2000-04-24 04:41:27 +00:00
dcone%netscape.com
da4105b736
Put in the Tiling call from the RenderingContextImpl.
2000-04-24 04:36:05 +00:00
pollmann%netscape.com
bb2c0ba6dd
Bug 36830: Revert a small part of the fix for bug 33203 that was breaking observer notification.
2000-04-23 23:54:29 +00:00
mstoltz%netscape.com
57feeae5ec
Backing out changes until I can figure out why it's crashing on startup.
2000-04-23 21:25:39 +00:00
mstoltz%netscape.com
62bffdd26e
Fixes for bugs 27010, 32878, 32948.
2000-04-23 20:30:29 +00:00
attinasi%netscape.com
af2c4a7c11
Removed warnings: very basic changes
2000-04-23 19:06:37 +00:00
scc%netscape.com
1177150f2e
making string conversions explicit
2000-04-23 19:04:37 +00:00
cls%seawood.org
8754202470
General cleanup of the shared library rules.
...
Quick fix for bug #36844 .
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk. Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
troy%netscape.com
7b7f5b686e
Fixed CreateViewForFrame() to check for a block-level frame with
...
'overflow' set to 'hidden' and force the frame to have a view. This
way child frames with views are clipped correctly
2000-04-23 04:55:27 +00:00
troy%netscape.com
b115bc7d04
Changed SyncFrameViewAfterReflow() to consider out-of-flow frames
...
as block-level as well. This covers the case where a floated or
absolutely positioned frame has its 'display' value set to 'inline'
and so we didn't recognise it as block-level
2000-04-23 04:33:23 +00:00
attinasi%netscape.com
255aa49d63
Fixed PseudoStyle resolution for primary style context in ReResolveStyleContext: was passing child-content when it should be passing parent-content. r=pierre
2000-04-23 03:49:19 +00:00
attinasi%netscape.com
31410d2cca
Added support for @charset in external stylesheets, as well as support for charset being set byt HTML document for parsing HTML style attributes in other charsets. r=ftang b=2870,28500
2000-04-23 02:01:40 +00:00
troy%netscape.com
9b393faa48
Changes to bring clipping inline with upcoming CSS2 errata
2000-04-23 00:56:16 +00:00
troy%netscape.com
3a947b0534
Slight performance improvement
2000-04-22 15:50:12 +00:00
scc%netscape.com
9978338519
making string conversions explicit
2000-04-22 10:31:38 +00:00
warren%netscape.com
024ea3ee79
admin -kb
2000-04-22 07:10:04 +00:00
pollmann%netscape.com
9b52ac7328
Bug 33203: Form submit observer changes for psm-glue; r=dougt
2000-04-22 03:29:50 +00:00
pollmann%netscape.com
8f58dfe95f
Bug 34416: Use CHROME vars in Makefile.in instead of overwriting install targets (GTK only); r=harishd
2000-04-22 03:01:11 +00:00
pollmann%netscape.com
a5be817830
Bug 34416: Use CHROME vars in makefile.win instead of overwriting install targets (WIN32 only); r=harishd
2000-04-22 02:48:56 +00:00
dbaron%fas.harvard.edu
ed9c5e00ef
Prevent selector matching from incorrectly failing due to greedy matching. b=24031 r=pierre@netscape.com
2000-04-22 00:47:18 +00:00
rods%netscape.com
d01a3c8d69
It now uses the nsHTMLContent->GetHTMLAttribute to get the value and/or label
...
The code now lso checks to see if the attr actually exists before it moves to the label or the content
bug 36459
2000-04-21 22:28:07 +00:00
rods%netscape.com
e0e4f13e2f
also added asserts for improper sizes being passed
...
back in reflow send onChange events on all navigation bug 29440
2000-04-21 22:20:44 +00:00
jdunn%netscape.com
fe9da9312c
adding newline for hp
2000-04-21 22:17:14 +00:00
rods%netscape.com
85c02c71ec
Add ifdef'ed Performance Reflow Counting code
...
also added asserts for improper sizes being passed back in reflow
send onChange events on all navigation bug 29440
2000-04-21 22:16:23 +00:00
rods%netscape.com
7abbda5997
Add ifdef'ed Performance Reflow Counting code
2000-04-21 22:02:46 +00:00
rods%netscape.com
bbea2867ad
The value in the GetAttribute will no longer have the space stripped in front and back
2000-04-21 21:59:53 +00:00
rods%netscape.com
8617a1b004
text content longer gets set to "" which it ignores, it
...
gets set to " " when thedisplay should be ""
bug 36459
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:53:38 +00:00
rods%netscape.com
465d191a2e
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:51:35 +00:00
anthonyd%netscape.com
d49663a53e
r=mjudge. adding in focus listener to docviwer. this will now disable/reenable selection on those displays that desired selection at all.
2000-04-21 21:40:28 +00:00
anthonyd%netscape.com
b5b3122ac2
r=mjudge. Removing redundant call to SetColor for ::RenderString. all places have allready set the color before calling this method. this removal should be a no-op. Selection color now should look correct
2000-04-21 21:38:08 +00:00
rods%netscape.com
87ca6a324b
Add ifdef'ed Performance Reflow Counting code
2000-04-21 21:36:33 +00:00
rods%netscape.com
21de9f3e8a
Add ifdef'ed Performance Reflow Counting code
2000-04-21 14:59:47 +00:00
cmanske%netscape.com
86d83122aa
Allow setting 'rows' attribute on a <tree> without children (initially)
2000-04-21 14:50:21 +00:00
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
scc%netscape.com
b4caf7e667
making string conversions explicit
2000-04-16 11:19:26 +00:00
tbogard%aol.net
faefc106ed
Changed over from using the webshell APIs and nsISessionHistory to using the webNavigation interface on the docshell to go back and forward. Don't have to get the root, docshell does that for you.
2000-04-16 06:14:38 +00:00
troy%netscape.com
79bc68e107
New rules for absolute positioning
2000-04-16 04:07:02 +00:00
braddr%puremagic.com
857f0905f7
eliminiate NS_COMFALSE and remove a layer of logical negation.
...
r=brendan
2000-04-16 00:23:57 +00:00
scc%netscape.com
75827f201d
attempting to fix build bustage
2000-04-15 21:48:04 +00:00
scc%netscape.com
ce9c5c55df
attempting to fix build bustage
2000-04-15 21:46:25 +00:00
scc%netscape.com
52bdf65d60
making string conversions explicit
2000-04-15 21:18:29 +00:00
scc%netscape.com
ffe4551746
attempting to fix bustage
2000-04-15 21:13:55 +00:00
scc%netscape.com
0012d27605
making string conversions explicit
2000-04-15 20:15:37 +00:00
troy%netscape.com
5620fd8913
Fixed GetIntrinsicImageSize() to return the correct size
2000-04-15 15:49:57 +00:00
troy%netscape.com
fa748dfc10
Added GetIntrinsicSize() function
2000-04-15 15:49:03 +00:00
pierre%netscape.com
614a9a491c
33710 "background-color: inherit doesn't work correctly". Split the NS_STYLE_BG_PROPOGATED flag into 2 flags: NS_STYLE_BG_PROPAGATED_TO_PARENT and NS_STYLE_BG_PROPAGATED_FROM_CHILD. MapDeclarationColorInto() fetches the color from the grand-parent if PROPAGATED_TO_PARENT is set.
2000-04-15 10:38:13 +00:00
pierre%netscape.com
94bc484b60
32063: <font size=""> makes font tiny
2000-04-15 04:28:12 +00:00
pierre%netscape.com
6bf46728ec
#33244 . changed the default value for empty-cells: 'hide' in quirks mode and 'show' in strict mode.
2000-04-15 03:50:48 +00:00
mstoltz%netscape.com
6a76f09450
Made prefapi.h private and removed all #includes of it outside of libpref. r=norris
2000-04-15 03:43:09 +00:00
cmanske%netscape.com
48f67d5e5a
Fix null pointer bugs (35785 and nonfiled), fixes editor bug 35885. r=evaughan
2000-04-15 01:57:16 +00:00
mjudge%netscape.com
533234a976
fixing selection speed. only copying to clipboard on mouse up
2000-04-14 23:00:30 +00:00
jband%netscape.com
87704af1b7
fix bug 32150. Expose to JavaScript the scriptable interfaces on plugin objects implementing nsIPluginInstance. Given an embed tag with a plugin named 'foo' that has an xpcom interface named 'nsIFoo' with a method 'bar', this fix allows JS code (with the UniversalXPConnect privilege) to call document.foo.nsIFoo.bar()
2000-04-14 22:54:48 +00:00
jband%netscape.com
1a6a4ffc83
extracted the declaration of nsObjectFrame into a separate .h file so that it can be accessed by nsHTMLEmbedElement.cpp. This is needed to fix bug 32150
2000-04-14 22:48:30 +00:00
saari%netscape.com
4272fa7e4b
Fix for 27936, double carets in message compose window. reviewed by hyatt many moons ago, tested by many.
2000-04-14 21:49:34 +00:00
mjudge%netscape.com
660131b97e
Pavlov beat me to this. he changed the APIS while i was editing this file
2000-04-14 11:52:13 +00:00
mjudge%netscape.com
c446b89ed3
get rid of a warning on linux
2000-04-14 11:43:59 +00:00
mjudge%netscape.com
d7826d6d93
added files: mozilla/layout/base/src/nsAutoCopy.cpp
2000-04-14 11:38:30 +00:00
mjudge%netscape.com
181b0aaa7e
touch alot. changing api for notify selection listeners to add document and seleciton pointers to the api.
2000-04-14 11:21:19 +00:00
mjudge%netscape.com
a6cd29e49c
new file changes to get working for autocopyt from selection
2000-04-14 11:15:58 +00:00
mjudge%netscape.com
9d2ab1e2fa
adding in export of nsIAutoCopy.h
2000-04-14 11:15:34 +00:00
mjudge%netscape.com
8f96fd3223
not in bulid yet
2000-04-14 06:19:03 +00:00
mjudge%netscape.com
212f449ecf
not in build yet.
2000-04-14 06:18:36 +00:00
troy%netscape.com
e7c5adfb56
Made FindLineFor() public because I need to call it from the HTML reflow
...
state code
2000-04-14 04:05:58 +00:00
pinkerton%netscape.com
7990ffae73
new clipboard interfaces for unix selection clipboard.
2000-04-14 02:52:38 +00:00
jbetak%netscape.com
b03088efe8
r=ftang 32604 Trunk fix for illegal use of nsString-external JavaScript
2000-04-14 02:47:28 +00:00
jst%netscape.com
9d31fda302
Making nsDOMAttributeMap a 'live' NamedNodeMap, removed the hashtable for the attributes since a) it caused the none-liveness and b) it was overkill, the number of attributes is usually so low so having a hashtable for them doesn't help much.
2000-04-13 23:42:52 +00:00
mjudge%netscape.com
96f89ea9d9
made the table temporarily pull from nsLookandFeel until we get style rule working correctly
2000-04-13 22:39:39 +00:00
akkana%netscape.com
296b457982
28401: Code cleanup. Move the key event handling to a separate method (r=sfraser)
2000-04-13 22:06:30 +00:00
kmcclusk%netscape.com
1945225950
Clip now applies to child views. b=11660 r=buster@netscape.com
...
Prevent the invalidation of hidden views (1/2 patch from <Tomi.Leppikangas@oulu.fi> b=34466 r=buster@netscape.com
Prevent ViewManager1 from getting into endless loops (patch from <jst@citec.fi> b=25336 r=buster@netscape.com
tested=WINNT, Linux, Mac
2000-04-13 21:56:27 +00:00
jst%netscape.com
5cd69c3154
Update the DOM interface to DOM Level 2, only stubs so far.
2000-04-13 21:21:02 +00:00
jst%netscape.com
d784c7b650
Fixing objdir build bustage.
2000-04-13 21:00:39 +00:00
troy%netscape.com
41bb5435ed
b=35749 Fixed Purify warning
2000-04-13 20:55:40 +00:00
troy%netscape.com
391a9f5e58
b=35312 Made sure we don't mesure in chunks if letter spacing is
...
specified
2000-04-13 20:43:48 +00:00
mjudge%netscape.com
5c4c46cd0d
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
2000-04-13 20:21:32 +00:00
pinkerton%netscape.com
432cb4ccab
Adding support for xpmenus not rolling up when a click is inside a parent.
2000-04-13 20:14:23 +00:00
pinkerton%netscape.com
d56c55a93c
fix anonymous content child location to handle the case where a scroll frame may be in the way. r=hyatt.
2000-04-13 20:10:06 +00:00
waqar%netscape.com
e944975874
#=27745
...
r=pollmann
d=Adding Gecko user agent string.
2000-04-13 20:07:13 +00:00
waterson%netscape.com
a06a8ee723
Bug 12493. Change nsILinkHandler interface to take an nsIURI object instead of a string. This allows necko to canonify URIs before passing them back to global history. r=travis,pierre
2000-04-13 19:55:47 +00:00
jst%netscape.com
6656f5324e
Fixing #35605 , avoid accessing a null pointer in GetOffsetParent()!
2000-04-13 12:52:03 +00:00
jst%netscape.com
a73404c364
Fixing #34573 . Properly reflow a textcontrol if it's 'rows' attribute changes.
2000-04-13 12:28:35 +00:00
heikki%citec.fi
d06f3c7d91
Missing QI entry for an interface we inherit from. Found by ddediu@usa.net, thanks. r=me.
2000-04-13 12:19:50 +00:00
jst%netscape.com
801bd7da0e
If a class claims to support an interface in QueryInterface() it *really* should inherit from that interface then! Fixes #35398 .
2000-04-13 12:02:58 +00:00
mscott%netscape.com
e25164fdaa
this checkin is actually bryners. Backing out the changes that seem to cause various problems
...
on linux. Eric is going to sit down with a linux guru tomorrow and try to figure out why these changes
were causing a problem.
2000-04-13 07:43:39 +00:00
heikki%citec.fi
b8d33a4ce2
Test files for XML Base. Not part of build.
2000-04-13 06:40:17 +00:00
heikki%citec.fi
8c20fe198c
Implemented XML Base ( http://www.w3.org/TR/xmlbase ). Still some issues with escaping illegal chars in URLs etc. Bug 32842.
2000-04-13 06:38:31 +00:00
sfraser%netscape.com
e18fe941f0
Adding methods to allow control of the selection in text widgets.
2000-04-13 05:15:59 +00:00
sfraser%netscape.com
0aa03ae3da
Use an nsCOMPtr in the Select call.
2000-04-13 05:14:08 +00:00
ducarroz%netscape.com
245059c4ee
Remove the old autocomplete widget which is now replaced by the XBL one (xpfe/components/autocomplete). R=alecf.
2000-04-13 04:50:39 +00:00
tbogard%aol.net
ec564797d5
Get the service for the plugin host. Don't bother requesting it from the container.
2000-04-13 02:53:18 +00:00
mjudge%netscape.com
7caea63ed1
a=gramps. smoketest fix for 35590
2000-04-13 00:15:02 +00:00
nisheeth%netscape.com
460a285995
Removing the header file because it is generated by IDL now. Not part of mozilla build.
2000-04-12 22:52:38 +00:00
dveditz%netscape.com
1eae54e4e0
get VC5 Mozilla build back off the floor, a=granrose
2000-04-12 22:48:54 +00:00
troy%netscape.com
890549a10c
b=35603, r=jinjin@pacbell.net Fix for blocker (crash when selecting
...
text)
2000-04-12 22:22:58 +00:00
jdunn%netscape.com
2535df76ae
adding include for tolower & toupper
2000-04-12 15:52:50 +00:00
troy%netscape.com
a37259c6bd
Fix for build bustage
2000-04-12 15:42:55 +00:00
troy%netscape.com
43ba4ad192
Added support for measuring text runs in ascii, and changed text transformer
...
to leave the text as ascii if possible
2000-04-12 14:54:43 +00:00
rods%netscape.com
908dde773f
Dirty reflows are treated like Incremental for optimization
...
The GetAbsoluteFramePosition didn't take into account if the comboxbox was had a prent view with no parent
b=35291
2000-04-12 14:51:10 +00:00
mjudge%netscape.com
8efaa31294
fixing 2 bugs. bug for notifications going out when we dont need them for selection changing. and for fixing some keyboard navigations around non-text frames
2000-04-12 10:34:19 +00:00
heikki%citec.fi
969ba8b938
Fixing build bustage. When MOZ_SGV is set and DISABLE_TESTS is not set, the build dies in this makefile.
2000-04-12 08:19:19 +00:00
mjudge%netscape.com
ac8d5b837a
dangit
2000-04-12 05:48:03 +00:00
mjudge%netscape.com
6536f6d6d7
left out static in prototype. mac compiler...grumble
2000-04-12 05:43:42 +00:00
morse%netscape.com
90e57a8f70
attempt to fix mac bustage
2000-04-12 05:20:49 +00:00
mjudge%netscape.com
af97e4a182
missed another.get
2000-04-12 04:20:07 +00:00
mjudge%netscape.com
c6128bbf01
dangit forgot this one
2000-04-12 03:35:27 +00:00
mjudge%netscape.com
bd0b4a8c70
thought this would have been caught on my machine sorry. .get added
2000-04-12 03:26:49 +00:00
mjudge%netscape.com
f0c0beb50c
fix for setcapture. passes events to the nsHTMLFrame's areaframe when events are trapped to a given frame's view.
2000-04-12 03:04:11 +00:00
evaughan%netscape.com
9553090997
Fix for titledbox bugs.
2000-04-12 02:59:26 +00:00
hyatt%netscape.com
0e08743221
Cuddling mailnews and giving it some of my sweet sweet love. r=saari
2000-04-12 00:24:07 +00:00
evaughan%netscape.com
227679761c
Grid fixes.
...
Memory leak fixes.
box cleanup.
-a ftang
2000-04-11 23:55:15 +00:00
ftang%netscape.com
9cf267b815
mjudge at ftangs machine. last fix to stop crashing. still problem with event from external IME window not getting to ESM
2000-04-10 21:35:52 +00:00
ftang%netscape.com
43e62d6dfa
mjudge checkin in from ftangs machine. fixing japanese lockup. this will not fix the strange loss of the commit event to the ESM however. that was making thisproblem obvious.
2000-04-10 21:02:25 +00:00
saari%netscape.com
4d187b4818
Fix for M15 bug, crashing on tab. Effectively a null check in event state manager. r=hyatt, a=leaf
2000-04-10 20:52:52 +00:00
karnaze%netscape.com
4e31ba4a93
bug 35099 - create form frame when inside table related element. a=leaf
2000-04-10 04:00:37 +00:00
mjudge%netscape.com
f7d9bfc8c0
a=leaf r=ftang. I will be more carefull with ime when doing selection.. I will be more carefull with ime...
2000-04-08 00:17:14 +00:00
mjudge%netscape.com
8132899a96
a=leaf. r=sfraser. fixing ime lockup. stupid mistake on my part
2000-04-07 19:32:46 +00:00
hyatt%netscape.com
de331637bb
Fixing an XBL event handling bug and the menu accelerator bug. r=brendan, a=leaf
2000-04-06 22:32:39 +00:00
evaughan%netscape.com
34cd8c8082
Fixes for bugs
...
#34079 (context menus)
#34673 (grid crashes)
(Crash opening many of the editor dialogs)
-r hyatt -a leaf
2000-04-05 23:46:48 +00:00
evaughan%netscape.com
93c9646e2f
Fix for PDT bugs #34056 , #34280 (endor focus bug and tree sorting bug)
2000-04-05 23:02:29 +00:00
evaughan%netscape.com
ff96ed1fb9
Last solaris build bustage fix.
2000-04-05 08:20:24 +00:00
evaughan%netscape.com
fa23feeb41
fix for solaris
2000-04-05 07:35:13 +00:00
evaughan%netscape.com
dcfc545a3d
Possible fix for solaris bustage.
2000-04-05 07:27:59 +00:00
evaughan%netscape.com
a00a77c17e
1) Fixed assertion in nsGfxTextFrame
...
2) More fixes to Grid widget
2000-04-05 06:41:27 +00:00
cls%seawood.org
adef1ac6f6
Minor changes to incoporate OS/2 into our build system. Bug #34106
...
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
waterson%netscape.com
f1df479af5
Bug 29507. Clean up PresShell refcounting. r=troy
2000-04-05 05:58:06 +00:00
attinasi%netscape.com
d88879f70c
Fixed regression bug 34257 and also contributed toward fixing 17309 by making external style sheets load blocking the parser, unless they are alternates. r=pierre b=34257, 17309
2000-04-05 04:02:38 +00:00
mscott%netscape.com
128eb0578f
Pass the address of the jsval instead of the value (which was null). This helps allow you to access xp-connect
...
objects from xbl.
r=hyatt
2000-04-05 04:00:13 +00:00
jbetak%netscape.com
981fc06b33
crash when loading external JS files - bug 33029
2000-04-05 03:18:41 +00:00
danm%netscape.com
54f9e8d411
abort on null PresShell during focus blur and deactivate. bug 34148 r=saari
2000-04-05 02:10:25 +00:00
jst%netscape.com
f523d9cb3a
Add a nsHTMLUnknownElement class for LAYER, ILAYER, NOLAYER and unknown elements, this element is a normal element except that it doesn't do inline style processing. This fixes M15 bug #22260 .
2000-04-05 01:46:48 +00:00
jst%netscape.com
81e3d6e157
added files: mozilla/layout/html/content/src/nsHTMLUnknownElement.cpp
2000-04-05 01:43:48 +00:00
jst%netscape.com
5f23170b41
Removing #include and unused static IID, not part of the build quite yet.
2000-04-05 00:37:51 +00:00
jst%netscape.com
070035f14e
Adding class for unknown elements, not part of the build quite yet.
2000-04-05 00:35:54 +00:00
evaughan%netscape.com
1da9c39027
Forgot a file.
2000-04-05 00:31:30 +00:00
karnaze%netscape.com
9f9804f7f1
new regression test not affecting the build.
2000-04-05 00:24:13 +00:00
evaughan%netscape.com
fd773cfc36
Added grid files
2000-04-05 00:19:29 +00:00
evaughan%netscape.com
dd2bb188ab
added files: mozilla/layout/xul/base/src/nsObeliskLayout.cpp, mozilla/layout/xul/base/src/nsTempleLayout.cpp, mozilla/layout/xul/base/src/nsMonumentLayout.cpp, mozilla/layout/xul/base/src/nsGridLayout.cpp
2000-04-05 00:19:26 +00:00
evaughan%netscape.com
6a2ad59407
1) Bug fixes.
...
2) Changed to fix rods text control
3) Added new Grid widget
2000-04-05 00:19:00 +00:00
pollmann%netscape.com
43e5d18972
bug 12002: Resizing a frameset by moving the splitter was causing rapid reflows bug was not updating the corresponding views. This change forces an update, which improves perceived performance. r=Troy
2000-04-05 00:10:26 +00:00
karnaze%netscape.com
e8551741db
bug 8398 - correct the placement of the caption during an incremental reflow targeted at the inner table.
2000-04-05 00:06:20 +00:00
hyatt%netscape.com
aa7305bcb3
Elimination of nsIFocusableContent and improvements to tabbing r=saari
2000-04-04 23:55:31 +00:00
pnunn%netscape.com
d7030dd86b
bug#34444: blocker bug. Backing out changes for dcone. pnunn.
2000-04-04 20:04:40 +00:00
troy%netscape.com
ac77c942fa
Eliminated buffering that the text frame was doing when measuring
...
text in runs and changed the text transformer code to do the buffering
instead. It was already copying the transformed text into its internal
buffer anyway, so this saves the extra copy
2000-04-04 14:14:47 +00:00
jst%netscape.com
84b020c1aa
document.write() speedup, fixes (at least partly) #29805 .
2000-04-04 14:13:46 +00:00
dcone%netscape.com
77701e6a5b
Took out the code to do the Tiling.. a method in nsRenderingContext will now do this. This gives each platform
...
the option of tiling.. and optimizing for speed. Windows will now be very fast for small tiles that are transparent.
2000-04-04 13:38:36 +00:00
karnaze%netscape.com
46c8f6bf26
new regression tests not affecting the build
2000-04-04 12:26:17 +00:00
pierre%netscape.com
e35773094b
Use the system colors to paint the text selection (and added NS_DONT_CHANGE_COLOR to support the Mac selection scheme where colored text keeps its colors when selected).
2000-04-04 09:07:41 +00:00
hyatt%netscape.com
832184f047
Making menupopup support <children>. Needed a bit of special case code.
2000-04-04 06:43:02 +00:00
hyatt%netscape.com
220a5faae0
Making <children> support dynamic.
2000-04-04 06:29:20 +00:00
karnaze%netscape.com
38ae2db033
prevent trees from constructing pseudo frames in some cases as did rev 1.407, due to a bug in TableIsValidCellContent. Fix the bug for mathml.
2000-04-04 04:57:08 +00:00
cls%seawood.org
f6740baa20
Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287
2000-04-04 04:46:38 +00:00
karnaze%netscape.com
41c7c7ff5d
bug 2479 - deleting cols and/or colgroups caused incorrect reseting of col group starting index.
2000-04-04 04:28:18 +00:00
karnaze%netscape.com
7dbf74f652
fix regression tests - not affecting the build
2000-04-04 01:29:10 +00:00
karnaze%netscape.com
509f652995
bug 2479 - rewrite of table frame construction. r=troy, b=winNT,linux
2000-04-04 01:28:15 +00:00
attinasi%netscape.com
78436ebe70
Added and !important rule for buttons that are part of select elements so they are not broken out of the select control by global absolute positioning rules. r=rods b=27806
2000-04-04 00:07:53 +00:00
jst%netscape.com
44d3c72ca2
Updating the DOM Attr interface to match the DOM Level 2 spec. r=waterson@netscape.com
2000-04-03 13:40:04 +00:00
scc%netscape.com
e37740acdb
making string conversions explicit
2000-04-03 11:39:09 +00:00
scc%netscape.com
c5c503948f
making string conversions explicit
2000-04-03 11:20:35 +00:00
hyatt%netscape.com
fce8d4c032
Checking in the real fix for 34130.
2000-04-03 07:13:07 +00:00
dougt%netscape.com
3229a90597
beard@netscape.com: nsXBLBinding objects are getting released without ever removing their roots. That
...
is clear. r=dougt and r=hyatt. Fix for 34130.
2000-04-03 06:31:32 +00:00
evaughan%netscape.com
c19480372e
Added a hook for the Bidi code.
2000-04-03 06:26:38 +00:00
evaughan%netscape.com
c990fb1445
Compiler error fix.
2000-04-03 04:17:47 +00:00
evaughan%netscape.com
21e503b111
1) viewmanager2 optimizations -r troy, kevin
...
2) box fixes for Rod's gfx listbox
3) memory leak fixes
4) box fixes in prep for grid widget
2000-04-03 03:55:38 +00:00
jst%netscape.com
ae133403e9
Minor cleanup and fixing a compier warning.
2000-04-02 22:05:10 +00:00
erik%netscape.com
72dbd2f6e8
bug 30022; added Set/Get TextZoom for enlarging/reducing fonts only; also
...
factored some code to reduce duplication; r=pierre,troy
2000-04-02 21:52:17 +00:00
karnaze%netscape.com
1ecf5bc543
new regression tests not affecting the build.
2000-04-02 19:17:28 +00:00
jst%netscape.com
791ed9e983
Fixing Win build bustage.
2000-04-02 18:36:26 +00:00
jst%netscape.com
94e684ba9d
Updating the interfaces Document and HTMLDocument to comply with DOM Level 2, only stubs for new methods for now.
2000-04-02 17:46:30 +00:00
jst%netscape.com
ae22dfeb8b
Updating HTMLFrameElement and HTMLIFrameElement to comply with the Level 2 DOM, this adds a 'contentDocument' attribute to those two interfaces that can be used to access the document contained in the frame.
2000-04-02 14:04:19 +00:00
cls%seawood.org
da66e49516
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
2000-04-02 07:17:25 +00:00
mjudge%netscape.com
ad7071118d
selecting generated content works now. subtree iterator and all. incredible... added new private method to nsTextFrame to factor out some things on getting correct offsets from generated frames. its a no-op almost for non generated frames
2000-04-02 05:05:31 +00:00
bryner%uiuc.edu
845e5add3f
Turning my changes back on, since they didn't cause the tinderbox orange.
2000-04-01 23:39:53 +00:00
rods%netscape.com
59adfb766c
Initial checkin of SVG prototype code for Dean Jackson (ifdef'ed)
2000-04-01 22:31:45 +00:00
rods%netscape.com
13d86b3341
Initial checkin of SVG prototype code for Dean Jackson (if def'ed)
2000-04-01 22:26:38 +00:00
bryner%uiuc.edu
fae2d5bc79
#if 0 this section of code to see if it's causing the tinderbox orange.
2000-04-01 20:58:39 +00:00
bryner%uiuc.edu
4e5f616edc
This fixes bug 31204 (mousewheel scrolling with pointer over a textfield),
...
by hooking up the parent document for the editor. r=jst@netscape.com .
2000-04-01 20:09:54 +00:00
troy%netscape.com
c02e95f57e
b=25290 Changed ConstructFrameByTag() to treat FORM frames as floater
...
containing blocks
2000-04-01 18:47:09 +00:00
rods%netscape.com
c5ccf0fe3a
Initial checkin of SVG prototype code for Dean Jackson (not in build)
2000-04-01 14:48:41 +00:00
rods%netscape.com
5d147765f9
Initial checkin of SVG prototype code for Dean Jackson (not in build)
2000-04-01 14:38:51 +00:00
jst%netscape.com
9f4e5b9940
Updating the DOM Node interface to match the DOM Level 2 interface, only stub implemetations so far.
2000-04-01 13:31:23 +00:00
jst%netscape.com
e23d0e4ac9
Changing the DOM exceptions thrown from methods on data nodes, fixes bug #16605 .
2000-04-01 12:55:53 +00:00
jst%netscape.com
7df53c3963
Removing some code redundancy in the DOM Core implementations, fixing bugs #16585 and #16606 .
2000-04-01 12:36:16 +00:00
hyatt%netscape.com
8c9c03ac07
Adding assertions to discover when the script object isn't being
...
properly cleared out.
2000-04-01 11:17:28 +00:00
cls%seawood.org
412069f87e
Non-empty sourcefiles must end with a newline ... or so says the HP compiler.
2000-04-01 10:23:25 +00:00
cls%seawood.org
fcc12321d0
HP-UX's compiler doesn't like calling delete on a void*. Use PR_Malloc & PR_Free instead. Bug #34040 r=jdunn,evaughan a=leaf
2000-04-01 08:35:40 +00:00
beard%netscape.com
cb4bb8870d
fix array leaks. r=bruce@cybersight.com,a=leaf
2000-04-01 03:05:56 +00:00
nisheeth%netscape.com
0111dba11b
Fix for bug 15086. These changes bring us up to date with the Feb 2000 XLink Working Draft. Thanks a lot to Heikki (heikki@citec.fi) for providing these patches.
2000-04-01 00:39:15 +00:00
tbogard%aol.net
b52d8a2a80
Use the docShell APIs to do the Load rather than nsIWebShell methods.
2000-04-01 00:26:21 +00:00
nisheeth%netscape.com
e9badbf920
r=troy. Fix for bug 33422. The display style is set to block level for document element frames. The style was defaulting to inline for cases where an XML document did not set a block level display style on the root element.
2000-04-01 00:18:21 +00:00
nisheeth%netscape.com
971495476f
r=troy. Fix for bugs 8131, 13325.
...
- We no longer display alternate content for broken images inside image
- We only display the image loading icon during the initial load of an image not if its src attribute is changed via the DOM.
- In AttributeChanged(), se don't call ContentChanged() on the document to reflow the image frame but call the parent frame's ReflowDirtyChild() method instead.
2000-04-01 00:13:51 +00:00
akkana%netscape.com
005bd8588b
28598: Do dom linebreak conversion on the string before inserting it in the editor.
2000-04-01 00:04:46 +00:00
evaughan%netscape.com
52a7762610
Uninitialized memory fix.
...
-r scc
2000-03-31 22:41:18 +00:00
rods%netscape.com
16297cc967
backing out my changes because of XUL
2000-03-31 15:50:56 +00:00
rods%netscape.com
fed23843df
checkbox and radio now use content-box instead of border-box this makes it
...
more intuitive to add and resize the borders.
b=32102
2000-03-31 15:43:06 +00:00
cls%seawood.org
adf25840d6
Please use PR_TRUE & PR_FALSE. Not all C++ compilers support the keywords true & false.
2000-03-31 11:09:28 +00:00
rickg%netscape.com
e43487c306
fixed silly string usage error
2000-03-31 10:45:55 +00:00
hyatt%netscape.com
b039cf8f92
And on a farm there was a big honking leak, e-i-e-io. With an XBL binding here and a XUL element there...
2000-03-31 10:27:12 +00:00
pierre%netscape.com
f54b3c443f
17309: set the default timeout in the previous checkin to 2 minutes
2000-03-31 10:04:48 +00:00
hyatt%netscape.com
c34fd4b94b
Fixing 700K memory leak.
2000-03-31 09:13:42 +00:00
danm%netscape.com
7e39fd48c5
adding nsGeneratedIterator for mjudge
2000-03-31 07:36:08 +00:00
evaughan%netscape.com
88a7153926
Yet another missing file.
2000-03-31 07:32:35 +00:00
evaughan%netscape.com
3ad4e04a7f
2 more
2000-03-31 07:28:48 +00:00