kipp%netscape.com
0c6d8445a7
r=troy; fixed bug #17346 - the nsTextFormatter self test code found a bug in the nsTextFragment ctor code...
1999-10-27 23:01:16 +00:00
nisheeth%netscape.com
5de3b69218
r=pollmann, troy. Fix for bug 10564. Added some error checking code to prevent crashes reported on low memory configurations.
1999-10-27 22:45:05 +00:00
braddr%puremagic.com
b49b3dbdce
Ooops.. tree closed, better back these out for now. Sorry.
1999-10-27 21:01:37 +00:00
braddr%puremagic.com
b2ea5b4c45
Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE
...
in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)
1999-10-27 20:24:21 +00:00
kipp%netscape.com
2305d254f3
Backed out chris's accidental checkin (don't ask)
1999-10-27 15:57:35 +00:00
karnaze%netscape.com
990f5ccf18
hello
1999-10-27 15:55:31 +00:00
vidur%netscape.com
200fbfdedd
Update mNumFlushed counts when we do a synchronous notification (in scripts, for example). This is so that a call to FlushTags while we're executing a script sees the context stack in an updated state. Fixes bug 14042. R=joki.
1999-10-27 14:03:15 +00:00
troy%netscape.com
e2dfeedb8d
Changed view to be stored as a frame property instead of a member data
...
of nsFrame
1999-10-27 03:56:14 +00:00
troy%netscape.com
8b70d1eabe
Change to some assertions in debug mode
1999-10-27 00:53:15 +00:00
rods%netscape.com
986d740c9d
At kipp's suggestion I added a EnterReflowLock before and a ExitReflowLock
...
after my AppendReflowCommand. The reflow command gets "kicked off"
and it is now fixed. r=kipp, b=14771
1999-10-26 23:34:46 +00:00
rods%netscape.com
a1997ce8aa
removed an unused variable and an extra decl and call to remove two warnings
...
r=none
1999-10-26 23:28:51 +00:00
rods%netscape.com
31eba9c93d
changed param in the initializer to aContent instead of nsnull
...
r=kmcclusk,b=17015
1999-10-26 23:21:14 +00:00
norris%netscape.com
b019c6ed88
Fix 16836 "Security error accessing DOM elements inside an IFrame"
...
r=vidur@netscape.com
Also, bug 16536 "Security disallows opening resource URL" no longer occurs after this fix.
1999-10-26 22:45:32 +00:00
vidur%netscape.com
6b60c967e8
Replaced delete operator calls with Recycle(). R=joki
1999-10-26 14:56:41 +00:00
vidur%netscape.com
318a3694ea
Switched HTML content sink to be more incremental in content creation. Fixes bugs 11141, 854, et. al. R=kipp
1999-10-26 14:55:51 +00:00
dcone%netscape.com
610d17b6f7
Added a clip for the borders and fixed how they are rendered. r=karnaze
...
bugs:10311,8737,14566
1999-10-26 14:34:17 +00:00
rods%netscape.com
db2be0fd32
addedmore tests
1999-10-26 14:16:15 +00:00
rods%netscape.com
3aa55edff4
initial add
1999-10-26 14:15:51 +00:00
rods%netscape.com
e2899888ec
The button "active" state needed one more pixel width in the border
...
r=dcone,b=17154
1999-10-26 14:05:49 +00:00
troy%netscape.com
a47e8db44b
Changed SetView/GetView to take an additional argument which is the
...
pres context
1999-10-26 04:44:41 +00:00
rods%netscape.com
93d5a4e391
minor changes to previous checkin to handle css sizing like NavQuirks
...
b=6695,r=none
1999-10-26 04:29:20 +00:00
rods%netscape.com
41986a9373
Completely rewrote the the Reflow for gfx text controls, factored out separate
...
reflow paths for NavQuirks and Standard mode. Also, Standard mode reflow now obeys
cols rows etc. Although there may be a little code bloat, this will make maintaining
the input text and textarea much much easier.
r=kmcclusk, b=6695,7461
1999-10-26 03:46:18 +00:00
pollmann%netscape.com
f538382bcf
Bug 17079: URL encoding of form element values should convert + to %2B and / as needed: r=nisheeth
1999-10-26 03:08:17 +00:00
waqar%netscape.com
e9ff1627d1
# 15904
...
r vidur
d fixes a problem where first character of the comment was being destroyed.
1999-10-26 01:30:55 +00:00
pinkerton%netscape.com
dd98b3aad0
fix leak of grippy structs when toolbox went away. (r=bienvenu).
1999-10-26 00:22:48 +00:00
kipp%netscape.com
9ffd358aad
Added missing resources
1999-10-25 23:06:05 +00:00
kipp%netscape.com
599e66084e
Reduce the number of cases that trigger noisy debug noise
1999-10-25 23:05:31 +00:00
kipp%netscape.com
19d24d7c81
Turned off some more debug noise
1999-10-25 23:05:15 +00:00
kipp%netscape.com
20cde21ca2
r=ftang,brade, bug=16886,9101 - the text transformer was letting some nbsp's through in a few special cases; the text transformer also squelches shy characters now (9101)
1999-10-25 23:04:51 +00:00
kipp%netscape.com
03da21ef69
r=troy, bug=10497; we now support min/max width/height for image elements
1999-10-25 23:03:50 +00:00
kipp%netscape.com
533bdbcf57
Quieted down some debug noise and added a missing newline to a printf
1999-10-25 23:02:43 +00:00
karnaze%netscape.com
34c79207ee
bug 16284, 14159 nested auto table with percent cells was not growing auto table. nested coord or percent table was only getting min size.
1999-10-25 22:49:51 +00:00
kmcclusk%netscape.com
a0fcea442f
Call nsIFormProcessor service if it has been registered for each value submitted.
...
bug=17060 r=karnaze@netscape.com
1999-10-25 22:48:43 +00:00
kmcclusk%netscape.com
f130d1b22e
Export nsIFormProcessor.h on Mac. bug=17060; r=karnaze@netscape.com
1999-10-25 22:29:22 +00:00
ftang%netscape.com
fa733cae47
fix not enough gap between IME selection problem. r=erik
1999-10-25 22:18:41 +00:00
rods%netscape.com
420b914574
Export nsIFormProcessor.h on Linux. bug=17060 r=karnaze@netscape.com
1999-10-25 22:14:21 +00:00
kmcclusk%netscape.com
5cab73837a
Removed build warning caused by overloaded GetDesiredSize. bug=15575. r=buster@netscape.com
1999-10-25 22:06:41 +00:00
kmcclusk%netscape.com
2a89091816
Export nsIFormProcessor.h. bug=17060. r=karnaze@netscape.com
1999-10-25 22:01:19 +00:00
kmcclusk%netscape.com
55f521c7df
First time checked in. Used to provide data during form submission. bug 17060. r=karnaze@netscape.com
1999-10-25 21:59:39 +00:00
kin%netscape.com
bb3caa6434
Fix for bug #16701 : Editor API Log playback of Insert HRule crashes in DOM code
...
and bug #16848 : DOM Crash
- Removed extra NS_RELEASE(attrPrivate) call that was releasing
attrPrivate one too many times, and causing nsDOMAttributeMap::SetNamedItem() to crash.
r=vidur@netscape.com
1999-10-25 14:15:34 +00:00
rods%netscape.com
4278a38c5d
added some more tests
1999-10-25 13:03:47 +00:00
karnaze%netscape.com
b82e04d3b3
bug 5799 - considers percentage width of multiple cells when figuring width of auto table.
1999-10-25 04:34:28 +00:00
karnaze%netscape.com
5c43ee06ff
new regression tests
1999-10-25 04:30:54 +00:00
sdagley%netscape.com
28c140b8cf
Pre-emptive fix for Mac (and possibly some ports) build bustage - if you're going to use a variable to contain a debug output file name it helps if the variable is declared on all platforms the code compiles for.
1999-10-25 00:29:15 +00:00
rickg%netscape.com
9aeb6d28f8
fixed FMM (in debug code); r=kmcclusk
1999-10-24 23:48:00 +00:00
dp%netscape.com
861e340f92
bug#16742 Fixing delete on nsISupports. Thanks for patch from
...
<heikki@citec.fi> Plus using IMPL_ and DECL_ macros and removing
operating on refcnt directly. r=troy r=dp
1999-10-24 16:19:42 +00:00
rods%netscape.com
7386bbcbfe
added more tests
1999-10-24 16:04:17 +00:00
rods%netscape.com
8899b58896
updated test
1999-10-24 15:07:41 +00:00
rods%netscape.com
f5031d89a9
added file
1999-10-24 15:07:25 +00:00
rods%netscape.com
3208016f28
added more tests
1999-10-24 14:05:44 +00:00
troy%netscape.com
dac6d1119c
Changed nsTextFrame to be derived from nsFrame instead of nsSplittableFrame.
...
nsTextFrame now has only a next-in-flow pointer and no prev-in-flow pointer.
Subclass nsContinuingTextFrame is used for continuing text frames; it has a
prev-in-flow pointer. This saves 4 bytes
1999-10-23 23:19:14 +00:00
troy%netscape.com
ce952b6207
Space reductions for nsTableRowFrame. Changed mInitializedChildren to be a
...
frame state bit, and changed mMinRowSpan and mRowIndex to be packed into
one 32-bit field. Total savings of 8 bytes per row frame
1999-10-23 23:08:30 +00:00
rickg%netscape.com
cb13f11556
fixed infinite-loop bug 17045 by conditioning control loop. r=buster
1999-10-23 03:06:19 +00:00
troy%netscape.com
eeb0bee550
Changed Clear() to check for a shared node arena
1999-10-23 03:04:21 +00:00
nisheeth%netscape.com
2b68bfc6a2
r=troy. Siblings of frames get traversed iteratively during capturing/restoring of state. Earlier they were traversed recursively which was causing the call stack to grow too large.
1999-10-23 01:43:49 +00:00
beard%netscape.com
cc072e2878
MLK: Fixed implementations of QueryInterface, AddRef, and Release to perform correct reference counting. bug=15380, r=evaughan
1999-10-22 22:50:01 +00:00
troy%netscape.com
918255682c
Removed 5 convenience functions from nsIFrame
1999-10-22 14:53:52 +00:00
kipp%netscape.com
705faaa709
Removed some more warnings
1999-10-22 14:51:41 +00:00
dcone%netscape.com
32f1e6a663
Fixed warning.
1999-10-22 13:29:06 +00:00
rods%netscape.com
480f8f104a
adding test cases for form controls
1999-10-22 12:46:13 +00:00
braddr%puremagic.com
bf95f832dd
Change NS_COMFALSE to NS_ERROR_ABORT throughout the space manager.
...
r=smfr for these two files, and r=scc for the previous file
1999-10-22 06:49:50 +00:00
braddr%puremagic.com
d4abf23615
Change NS_COMFALSE instances to NS_ERROR_ABORT's
1999-10-22 05:32:31 +00:00
valeski%netscape.com
918bac3736
fixing build warning
1999-10-22 04:48:31 +00:00
troy%netscape.com
88bfd78da3
Fixed compiler warning about unused variable
1999-10-22 04:01:23 +00:00
rods%netscape.com
e9d10db2dd
Changed the parameter of the CalcNavQuirksSize to take the input spec instead of the length
...
not it properly calculates the number of cols and rows when in NavQuiks mode
r=kmcclusk, part of bug 7461
1999-10-22 03:14:03 +00:00
troy%netscape.com
d0190a7f34
r=karnaze@netscape.com
...
Save 8 bytes per table cell frame by eliminating mCollapseOffset and
using a frame property instead.
1999-10-22 02:06:22 +00:00
evaughan%netscape.com
2694a59eba
Fixed bug 9442. reviewed by Hyatt.
1999-10-22 00:38:22 +00:00
mjudge%netscape.com
3d3eb16f9a
massive checkin for underlying implementation of key handling from javascript and home/end breakage and.. selecting around NON-text frames. like arrowing around an image for example. 16636,16655 and another i cannot find. r=kin r=hyatt a=me
1999-10-22 00:19:18 +00:00
kipp%netscape.com
1685387656
Whoops, missed this during my checkin :-(
1999-10-22 00:11:31 +00:00
karnaze%netscape.com
0a7d92fd24
new regression tests
1999-10-21 22:52:00 +00:00
karnaze%netscape.com
29a25a3900
bug 5799 - width of auto width table considers percentage cells when they are small relative to the rest of the table. r=dcone
1999-10-21 22:36:21 +00:00
karnaze%netscape.com
b11b6cf67e
bug 12012 - RemoveFrame was using stale style display. r=dcone
1999-10-21 22:33:30 +00:00
rods%netscape.com
6bd1234f0f
changed the padding so it is adding in the correct left right instead of top bottom
...
r=kmcclusk, Bug #16936
1999-10-21 22:22:32 +00:00
jst%citec.fi
fc1c8f3ca2
Make printing use only enabled stylesheets. No bug, r=kipp@netscape.com and dcone@netscape.com.
1999-10-21 22:20:37 +00:00
ftang%netscape.com
548649505f
change the input method highligh code from 2 style to 4 styles. r=mjudge
1999-10-21 22:01:18 +00:00
kipp%netscape.com
54443e086b
Added two new tests
1999-10-21 21:46:52 +00:00
mcafee%netscape.com
c653aaccde
Fixing evaughan's last change. r=law
1999-10-21 21:14:59 +00:00
brade%netscape.com
53bd007a4d
add nsTextContentDataChange.cpp a=leaf@mozilla.org
1999-10-21 21:14:19 +00:00
rickg%netscape.com
a774cf92d7
changed default font-size for viewsource; r=none;
1999-10-21 21:05:17 +00:00
mcafee%netscape.com
86f1e0d6ca
Backing out evaughan's change which broke linux/solaris. a=mcafee
1999-10-21 21:05:02 +00:00
troy%netscape.com
57034a907a
Removed unused 4-byte "mMaxElementSize" member data
1999-10-21 20:51:04 +00:00
kipp%netscape.com
29c7b60e60
r=troy; added nsTextContentChangeData to the build
1999-10-21 20:48:43 +00:00
kipp%netscape.com
5d9162ce80
Support navigators built-in image types internal-gopher-*
1999-10-21 20:48:04 +00:00
kipp%netscape.com
a74943d540
Fixed percolation of nbsp's into the transformed buffer (bug 16886)
1999-10-21 20:47:36 +00:00
kipp%netscape.com
5ff3bcc409
r=troy; Optimize append text reflows to only reflow the new part of the text
1999-10-21 20:46:05 +00:00
kipp%netscape.com
d6547a4baf
moved debug logic for dumping reflow commands so that we can dump them without requiring the incremental reflow verification logic to run
1999-10-21 20:45:39 +00:00
kipp%netscape.com
870c8ad174
r=troy; bug: 15153; fixed problem with style-change reflows not being propogated properly
1999-10-21 20:44:58 +00:00
kipp%netscape.com
d61d8f50a4
r=troy; bugs: 13196; fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
1999-10-21 20:44:22 +00:00
kipp%netscape.com
3587210728
r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval
1999-10-21 20:43:48 +00:00
kipp%netscape.com
8ed5e4e472
Export the gopher images
1999-10-21 20:42:18 +00:00
kipp%netscape.com
8ea39cafa7
Use nsTextContentChangeData to pass down to the reflow logic the effect on the text
1999-10-21 20:40:51 +00:00
kipp%netscape.com
70376de659
new file for text reflow optimiziation
1999-10-21 20:40:25 +00:00
rickg%netscape.com
78febf230b
changed default font-size for viewsource; r=none;
1999-10-21 20:34:02 +00:00
kipp%netscape.com
dadfeff627
r=troy; Added a property for max-element-size storage for fixing bug 13196
1999-10-21 20:23:05 +00:00
kipp%netscape.com
6485ca4fb3
r=troy; Added nsITextContetChangeData to help optimize modifications of large text elements
1999-10-21 20:22:02 +00:00
evaughan%netscape.com
b50e520eca
Fixed some warnings: reviewed -hyatt
1999-10-21 20:17:51 +00:00
kipp%netscape.com
6da34edb78
new
1999-10-21 16:20:53 +00:00
pierre%netscape.com
fc6e72a505
Enabled MOZ_PERF_METRICS in the Mac build:
- updated DefinesMozilla.h
- fixed stopwatch.cpp
- created libutilIDL.mcp
- added StopWatch exports to libutil.exp
- added xpcom.shlb to libutil.mcp
- added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp
1999-10-21 05:41:45 +00:00
troy%netscape.com
01cf059769
r=kipp@netscape.com
...
Added API to get/set properties on frames. Also changed nsContainerFrame
to use a property to implement the frame overflow list. This saves 4 bytes
per container frames
1999-10-21 05:11:43 +00:00
nisheeth%netscape.com
749dc60e08
Should not affect build. Include stopwatch object code if MOZ_PERF is defined.
1999-10-21 02:47:56 +00:00