rods%netscape.com
c16e250910
Instead of at the end of of the PO it needs to be in the middel of reflow
...
where we bail out earlier, basically same fix different location
Bug 149710 r=dcone sr=jst
2002-11-22 13:06:58 +00:00
rods%netscape.com
0bf43fd793
The search for the selected frames was not looking in all the child lisst for each frame
...
Bug 181228 r=dcone sr=jst
2002-11-22 13:02:05 +00:00
bratell%lysator.liu.se
7994d30d0c
Bug 165893 - use cached nsParserService pointer instead of looking up the service everywhere. r=jst, sr=bzbarsky
2002-11-22 12:20:05 +00:00
darin%netscape.com
d9541f875d
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
2002-11-22 07:40:16 +00:00
jfrancis%netscape.com
7020f27047
pay no attention to the man behind the curtain.
2002-11-22 05:40:10 +00:00
jfrancis%netscape.com
551794e4c1
more work on build bustage.
2002-11-22 04:45:25 +00:00
jfrancis%netscape.com
57890237d4
fixing build bustage
2002-11-22 04:29:15 +00:00
jfrancis%netscape.com
0c756dc3b3
fix for 142855: cf_html paste functionality. r=brade,cmanske; sr=kin
2002-11-22 03:30:59 +00:00
jst%netscape.com
abb472c248
Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu
2002-11-22 01:11:33 +00:00
jst%netscape.com
b129f6ff18
Fixing bug 181351. Making NS_NewTextNode() return an nsITextContent pointer in stead of reaturning an nsIContent pointer to avoid having to QI the new text node to set it's value. r=caillon@returnzero.com, sr=bzbarsky@mit.edu
2002-11-21 23:53:06 +00:00
kin%netscape.com
5d19412ecc
Fix for bug #176251 (Problems with nsContentIterator PRE traversal)
...
content/base/public/nsIContentIterator.h
content/base/src/nsContentIterator.cpp
content/base/src/nsGeneratedIterator.cpp
content/build/nsContentCID.h
content/build/nsContentModule.cpp
embedding/components/find/src/nsFind.cpp
layout/html/style/src/nsFrameContentIterator.cpp
- Removed MakePre() and MakePost() from the nsIContentIterator interface.
- Traversal must now be specified at time of creation.
- Fixed nsContentIterator Init() methods so that they correctly calculate
mFirst and mLast.
- Modified PositionAt() to check if the node is in the traversal range.
r=jfrancis@netscape.com sr=sfraser@netscape.com
2002-11-21 15:07:49 +00:00
bryner%netscape.com
6888fd15a4
Fixing bug 180285 (hang in mail compose), regression from bug 124990. Don't throw an exception if dispatchEvent is called on an element that's not in a document. r=saari, sr=jst.
2002-11-21 01:27:34 +00:00
bryner%netscape.com
b8a9438942
Removing an unused variable. r=mozbot.
2002-11-20 23:37:52 +00:00
jst%netscape.com
447d7e11ca
Checking in keeda@hotpop.com's fix for bug 179461. Partially implement IE's select.options.add() method. No support for the optional second argument yet. r=caillon@returnzero.com, sr=jst@netscape.com
2002-11-20 22:36:36 +00:00
jst%netscape.com
2970b8921a
Fixing bug 180816. Avoid construction of an nsAutoString every time we open a container in the sink when the nsAutoString is only needed when dealing with textarea tags.
2002-11-20 22:30:53 +00:00
cmanske%netscape.com
70a7efaddd
Start controller IDs at 1 for InsertController. b=180814, r=brade, sr=sfraser
2002-11-20 11:36:05 +00:00
caillon%returnzero.com
5a9f5e36a3
Fixing an NS_PRECONDITION to reference the correct variable. Followup to last night's checkin for bug 147189. r/sr=bzbarsky
2002-11-20 06:35:33 +00:00
timeless%mozdev.org
7a96034a49
Bug 180893 nsXULTemplateBuilder::Retract wastes cycles in an XXX writeme loop
...
r=varga sr=bz
2002-11-20 06:15:54 +00:00
rbs%maths.uq.edu.au
dbd916ddc4
.innerHTML wasn't recovering and this was causing consumers such as View Selection Source to lose it, b=165686, r=jst, sr=bzbarsky
2002-11-20 01:47:06 +00:00
brade%netscape.com
b533ffc17f
bug 157111; add some new commands, remove unneeded Init call for editSession; r=cmanske, sr=sfraser
2002-11-20 01:22:17 +00:00
bzbarsky%mit.edu
ab75327f3e
Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst
2002-11-20 00:44:26 +00:00
harishd%netscape.com
57e169cfd0
Temp. patch to fix DOM TO TEXT CONVERSION. r=jst
2002-11-19 21:47:13 +00:00
harishd%netscape.com
3b23a2feca
Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst
2002-11-19 18:29:35 +00:00
timeless%mozdev.org
12e2ba7d07
Bug 180217 nsXULDocument::~nsXULDocument will crash if mDocumentURL is null
...
r=dbradley sr=brendan
2002-11-19 18:22:36 +00:00
bernd.mielke%snafu.de
72edc1148f
limit the number of columns spanned, as a protection against suspicous html code, bug 86293, r=karnaze, sr=bzbarksy
2002-11-19 15:43:22 +00:00
glazman%netscape.com
d0dabfdef1
'larger' and 'smaller' CSS values for 'font-size' were not working outside of range xx-small to xx-large and that prevented users to use very big and very small fonts in both Composer and mail composition; b=63987, r=dbaron, sr=bzbarsky
2002-11-19 15:16:31 +00:00
bzbarsky%mit.edu
b2a01de54e
Report the unknown namespace when we have an unknown namespace error.
...
Bug 180852, r=dbaron, rs=roc+moz
2002-11-19 15:12:02 +00:00
bratell%lysator.liu.se
60ab58236e
Bug 165893 - avoid refetching the parser service all the time. r=jst@netscape.com, sr=bzbarsky@mit.edu
2002-11-19 13:39:20 +00:00
caillon%returnzero.com
5586aa4d4a
Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
...
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
rods%netscape.com
ff4a3fb80d
Make it so SetDocument doesn't get set when returning from PP
...
Bug 176201 r=dcone sr=jst
2002-11-18 14:34:09 +00:00
timeless%mozdev.org
0366284311
Bug 96229 keyboard (and right mouse in context menu) doesn't autocheck menuitem type="checkbox" and type="radio"
...
patch by neil@parkwaycc.co.uk r=aaronl sr=bz
2002-11-18 14:01:20 +00:00
peterlubczynski%netscape.com
fce1225257
Fixing bug 173938 with a hack for full-page plugins to be destroyed before the frame. r=av sr=jst
2002-11-18 07:48:10 +00:00
dbaron%fas.harvard.edu
f6b1702067
Consolidate all CSS pseudos and split them into three atom lists to distinguish between pseudo-classes, pseudo-elements, and fake-pseudo-elements used for anonymous boxes. b=147887 r,sr=roc,bz
2002-11-17 15:37:56 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
bzbarsky%mit.edu
3fa2623d11
Don't drop the principal, because we need it later on in destruction.
...
Let it die a peaceful death on its own. Bug 180441, patch by
keeda@hotpop.com (Harshal), r=jst, sr=bzbarsky
2002-11-16 22:49:14 +00:00
bzbarsky%mit.edu
86bf9601f7
Backing out alecf for now, since this change makes mailcompose crash
...
(and we don't want smoketest blockers, now do we?)
2002-11-16 12:07:13 +00:00
bzbarsky%mit.edu
61b20e92a9
Need to sanity-check the index to avoid out-of-bounds array access. Bug
...
180043, r=jkeiser, sr=alecf
2002-11-16 06:08:37 +00:00
alecf%netscape.com
18bb1664d9
prep work for fixing bug 180379 - stop creating extra nsCSSSelectors - instead of creating them on the stack then copying them to the heap, start with them newly on the heap.
...
r=bzbarsky, sr=dbaron
2002-11-16 05:37:24 +00:00
caillon%returnzero.com
f4be2cfdb4
Bug 180185, nsStyleText::WhiteSpaceIsSignificant() should take -moz-pre-wrap into account too
...
r=dbaron sr=bzbarsky
2002-11-15 03:14:56 +00:00
alecf%netscape.com
df10f648b8
take two at fixing bug 177401 - convert nsIBinaryStream over to using nsAString/nsACString for string values, to speed up fastload
...
sr=darin, r=dougt
(the previous checkin had a typo which disabled fastload entirely!)
2002-11-14 18:16:31 +00:00
brade%netscape.com
5472d1ac73
implement queryCommandEnabled (bug 179730, r=akkana, sr=peterv)
2002-11-13 15:23:03 +00:00
cmanske%netscape.com
722881b278
Command Controller refactoring and cleanup, mostly by mjudge with help by cmanske, b=170353, r=brade, sr=sfraser. EditingSession cleanup and new commands in \editor, b=174439, r=mjudge, sr=sfraser
2002-11-12 23:03:27 +00:00
dbaron%fas.harvard.edu
dc83a84103
Subclass the nsCSS* structs as nsRuleData* so members can be added to the latter without bloating the former, and to allow the former to go away eventually. Propagate whether a font family name comes from HTML through the style system and use it to set a bit on nsFont indicating that quirky behavior of Symbol fonts is acceptable. b=175372 r=bzbarsky sr=kin
2002-11-12 15:17:07 +00:00
brade%netscape.com
06987d3d49
check origin, disable paste and some other commands until security review, cmd mgr api changes, remove forced focus (bug 157117, r=mkaply, sr=sfraser)
2002-11-11 20:19:37 +00:00
bzbarsky%mit.edu
1bf04ab28d
Allow list labels to be negative. Bug 56088, r=caillon, smontagu, sr=roc+moz
2002-11-09 18:33:37 +00:00
jkeiser%netscape.com
989812b7a9
Fix virtual destructor warning, bug 165647, r=dmose, sr=bz
2002-11-09 05:11:26 +00:00
jkeiser%netscape.com
9f243976e0
Fix Mac build bustage.
2002-11-09 03:42:42 +00:00
alecf%netscape.com
0a48c10053
argh, back out my last checkin because Ts went UP not down!
2002-11-09 01:31:32 +00:00
bryner%netscape.com
8beac694e3
Add a second pass of event processing for system events, using DOM3 event group functionality. Bug 124990. Patch by joki, r=saari and bryner, sr=jst.
2002-11-09 00:25:25 +00:00
alecf%netscape.com
4721428275
fix for bug 177401 - use nsAString& classes instead of wstring in nsIBinaryInputStream, to speed up fastload startup
...
sr=darin, r=dougt
2002-11-08 23:30:53 +00:00