kipp%netscape.com
540d7bc136
r=Tomi.Leppikangas@oulu.fi; landed his patch for solaris build issues
1999-10-14 23:11:44 +00:00
kipp%netscape.com
5bf72a1120
Fixed edge case where line bounds wasn't quite accurate which causes the combined rect to not match which now wastes memory; only affects right aligned lines
1999-10-14 23:10:59 +00:00
kipp%netscape.com
ec14991303
r=troy; Reworked nsLineBox api to allow for reduced storage overhead; fixed bug 16252 while keeping bug 12709 fixed
1999-10-14 23:10:03 +00:00
kipp%netscape.com
444b9e431c
r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data
1999-10-14 23:08:58 +00:00
kipp%netscape.com
11fc60f14d
r=troy; Added some more atoms so that Dframe sizing data is more particular for line boxes
1999-10-14 23:08:31 +00:00
kipp%netscape.com
8c6fbed636
r=troy; Added a #define to prevent future code crashes
1999-10-14 23:08:04 +00:00
kipp%netscape.com
6afbea515b
Added a new table regression test
1999-10-14 22:58:41 +00:00
ftang%netscape.com
bd9000ea54
landing keyEvent_19991004_BRANCH
...
bugs # see the log of the check in into branch
author/reviewer:
mozilla/layout/base/src/nsRangeList.cpp brade/mjudge
mozilla/layout/html/forms/src/nsGfxTextControlFrame.cpp brade/ftang
mozilla/layout/events/src/nsDOMEvent.cpp brade/joki
mozilla/layout/events/src/nsEventStateManager.cpp brade/joki
mozilla/widget/public/nsGUIEvent.h akkana/ftang
mozilla/widget/src/windows/nsWindow.cpp ftang/mjudge
mozilla/widget/src/windows/nsWindow.h ftang/mjudge
mozilla/widget/src/mac/nsTextAreaWidget.cpp brade/ftang
mozilla/widget/src/mac/nsMacEventHandler.cpp brade/simon
mozilla/widget/src/xpwidgets/nsKeyBindMgr.cpp brade/ftang
mozilla/widget/src/gtk/nsGtkEventHandler.cpp akkana/?
mozilla/widget/src/gtk/nsWidget.cpp erik/ftang
mozilla/layout/xul/base/src/nsTreeCellFrame.cpp brade/ftang
mozilla/editor/base/nsEditorEventListeners.cpp brade/akkana
mozilla/editor/base/nsHTMLEditor.cpp brade/akkana
mozilla/rdf/content/src/nsXULKeyListener.cpp ftang/saari
fix the master bug- 15693
fix at least, but not limited to, the following bugs
10158,11956,6053,9333,10901,14348,6449,11845,13016,14410,15657,15307,15842,13856
1999-10-14 18:27:01 +00:00
rods%netscape.com
65cddaa40f
This corrects an erroneous checkin made on monday, fixes bug #16362 r=dcone
1999-10-14 14:55:08 +00:00
hyatt%netscape.com
270cb15012
Fixing warnings. r=travis
1999-10-14 12:02:32 +00:00
tbogard%aol.net
3b567a8691
Fixed a number of incorrect assumptions of the attribute retrieval so it would now work with the of new XUL content nodes (iframe, browser, editor). r=hyatt.
1999-10-14 10:58:04 +00:00
tbogard%aol.net
49c910aa7a
Adding construction for new XUL tags "iframe", "editor", and "browser". r=hyatt.
1999-10-14 10:55:24 +00:00
tbogard%aol.net
9839174e85
Adding new XUL tags, "iframe", "browser", "editor". r=hyatt.
1999-10-14 10:54:32 +00:00
troy%netscape.com
a71b08f611
b=15388,15408 r=peterl@netscape.com
...
Made it so that for absolutely positioned frames we pass in the containing
block width/height to the HTML reflow state, rather than have it compute it.
This means we get a bottom up size rather than a top down size. That fixes
a problem where for containing blocks with a specified 'height' of 'auto' we
weren't correctly calculating the containing block height
1999-10-14 04:56:50 +00:00
troy%netscape.com
8f6a874ca9
b=16238. Fix discussed with evaughan@netscape. One line change to make sure
...
the default area frame flag of NS_BLOCK_SPACE_MGR is used for scrolled
elements
1999-10-14 04:47:18 +00:00
troy%netscape.com
dde4d695d7
Space reductions for nsTableFrame. r=karnaze@netscape.com and changes Cc'd to
...
Hyatt. Tested extensively in apprunner (now mozilla). Change was to reduce from
10 to 5 the default size of the mColumnWidths array (note that the array is
dynamically grown if necessary). This reduces by 20 bytes the minimum table
frame size
1999-10-14 04:27:01 +00:00
karnaze%netscape.com
48636f76cd
bug 15247 - ComputeAvailableTableWidth accounts for margins
1999-10-14 04:03:20 +00:00
karnaze%netscape.com
17bd205286
cells with width=0 become auto, added comments
1999-10-14 04:01:26 +00:00
karnaze%netscape.com
777ed186ad
new regression tests
1999-10-14 03:59:42 +00:00
peterl%netscape.com
e9c78ceb0d
moved style rule cascading logic into a stand-alone rule processor
...
the rule processor can now cascade rules from multiple style sheets
fix for bug 12401 & 12106
r=pierre
1999-10-14 00:59:21 +00:00
peterl%netscape.com
f479d5d074
factored out parsing of style attribute
...
deferred parsing of style attribute until content
is connected to a document
Fix for bug 14986
r=vidur
1999-10-14 00:57:37 +00:00
peterl%netscape.com
eee3a86181
added an assertion to help track down Bug 14238
...
r=troy
1999-10-14 00:56:30 +00:00
rbs%maths.uq.edu.au
8da96e7a6e
[MathML] Fix to get the scriptlevel style context back, and minor cleanups.
1999-10-13 15:10:14 +00:00
karnaze%netscape.com
6603bb1392
bug 11026 - AllocateUnconstrained was off by 1 twip in some cases. bug 14159 - cell is not fixed width if an auto cell in the same col has a larger desired size for backward compatibilty.
1999-10-13 14:44:22 +00:00
karnaze%netscape.com
0ca94b84af
removed handling of 0 width cells in ComputeAvailableTableWidth since it is done in nsHTMLTableElement. review=kmcclusk
1999-10-13 14:39:33 +00:00
karnaze%netscape.com
a97d9c7bca
added comments
1999-10-13 14:36:28 +00:00
waterson%netscape.com
be3ea9dd42
Factor out dirtying of tree, fixed bug with dynamic column creation due to row addition. r=hyatt
1999-10-13 08:53:57 +00:00
pinkerton%netscape.com
5682341c3d
correctly update cellmap when scrolling in a tree with no column headers (r=hyatt, partial fix for bug#15771)
1999-10-13 08:01:43 +00:00
karnaze%netscape.com
da443ccf66
new regression tests, file images for others. Does not affect the build.
1999-10-13 05:40:53 +00:00
vidur%netscape.com
8b5a3290c2
Fix for bug 15772. Check that a content node is part of the document tree before dispatching a blur event to it. R=joki
1999-10-13 04:19:26 +00:00
pollmann%netscape.com
712864410c
Bug 16126: Check for a cached state when reading value or submitting Gfx text frame (before initialize); r=joki
1999-10-13 02:49:42 +00:00
pollmann%netscape.com
45b14c6a42
Bug 15423: Check for a base href when forming the URL for an image map; r=harishd
1999-10-13 01:37:30 +00:00
mjudge%netscape.com
21ba41e280
bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling. get position not a valid call anymore to nsIFrame.h
1999-10-13 01:16:09 +00:00
mjudge%netscape.com
8ca2604934
bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling.
1999-10-13 01:15:26 +00:00
troy%netscape.com
6236da7013
b=15509, r=peterl@netscape.com
...
If the frame has visible content that extends outside its content area,
then the view needs to be marked as having transparent content
1999-10-13 01:02:53 +00:00
pollmann%netscape.com
5bef82c933
Bug 15180: Don't add a Referer line to the HTTP post data, as Necko already adds one. r=harishd
1999-10-13 00:54:47 +00:00
pinkerton%netscape.com
5409ec57f4
pulled mac-specific patches to the tip in order to allow typing in the url bar in navigator to work w/out firing cmd-keybindings. (r=saari, no explicit bug number).
1999-10-13 00:44:43 +00:00
rbs%maths.uq.edu.au
8c66e4f435
[MathML] Update MathML hooks
1999-10-13 00:33:17 +00:00
kipp%netscape.com
aa30c6fc9b
r=kin,troy; Fixed reflow bug with optimization logic to avoid measuring text (no bug #)
1999-10-12 23:29:01 +00:00
kipp%netscape.com
26f3bc9b5b
Fixed bugs with combined-area continuing to include trimmed whitespace (wip for 12297); Added support for tracking trim for 16176)
1999-10-12 23:27:32 +00:00
kipp%netscape.com
4bc8037d2a
New API for bug 16176
1999-10-12 23:26:41 +00:00
kipp%netscape.com
4845abe2cb
Factored common code into a single method (UseComputedHeight)
1999-10-12 23:25:49 +00:00
kipp%netscape.com
5d5bafb2c1
Port to new nsILineIterator api
1999-10-12 23:25:19 +00:00
kipp%netscape.com
3a1c740c05
Fixed bug with bounds of line-box including side margins when it shouldn't (part of 12297)
1999-10-12 23:24:51 +00:00
kipp%netscape.com
cfd8498ab1
r=troy; Cleaned up line-box API (prep work for bug #12297 ; more coming); Support new line iterator API change ( #16176 )
1999-10-12 23:24:22 +00:00
kipp%netscape.com
12f1321db1
Removed silly NS_IMETHOD decls
1999-10-12 23:22:53 +00:00
kipp%netscape.com
2b4c0a8c97
Added two new atoms to help meter large vs. small line boxes
1999-10-12 23:22:34 +00:00
kipp%netscape.com
09d8122e54
Removed two warnings
1999-10-12 23:21:40 +00:00
kipp%netscape.com
3e283e4c3b
new
1999-10-12 23:20:40 +00:00
mgleeson1%netscape.com
57f24ad909
r=evaughan friend declaration needs to declare object is function or class (HPUX)
1999-10-12 22:58:04 +00:00