kipp%netscape.com
|
d63ca4aef1
|
Squish a warning or two
|
1999-09-17 20:16:37 +00:00 |
|
waterson%netscape.com
|
9ed3206e50
|
Bug 12649. Add support for 'parent' on <rule> tags.
|
1999-09-17 20:15:29 +00:00 |
|
kipp%netscape.com
|
fa963373a6
|
Squish a warning
|
1999-09-17 20:15:09 +00:00 |
|
pollmann%netscape.com
|
a759a5df4e
|
Bug 9136: Combobox selectedIndex now defaults to 0 instead of -1, even before widget created.
|
1999-09-17 07:24:02 +00:00 |
|
vidur%netscape.com
|
0b96c440d1
|
Implemented nsIDOMHTMLDocument::GetReferrer. The referrer is obtained from the request header of the document channel
|
1999-09-17 06:56:39 +00:00 |
|
alecf%netscape.com
|
0afadf8524
|
fix scrollbar crash
|
1999-09-17 05:15:00 +00:00 |
|
karnaze%netscape.com
|
9557749da7
|
bug 13526 - allowed cellpadding, cellspacing to be percent value
|
1999-09-17 04:38:06 +00:00 |
|
waterson%netscape.com
|
d7bc730b0d
|
Bug 13790. Okay, let's try that again, this time without the frills.
|
1999-09-17 04:29:53 +00:00 |
|
waterson%netscape.com
|
fe8d3ee23e
|
Fix nsCOMPtr sloppiness.
|
1999-09-17 04:13:19 +00:00 |
|
waterson%netscape.com
|
6d9438412e
|
Back out changes that will cause bustage on some compilers.
|
1999-09-17 04:12:08 +00:00 |
|
waterson%netscape.com
|
bd4a3e6792
|
Bug 13970. Implement 'commandupdater=' attribute to hook up command udpater nodes to the XUL document's command dispatcher. Make API modifications to support command filtering. Some improvements to XUL document to factor out iteration code.
|
1999-09-17 04:01:46 +00:00 |
|
kipp%netscape.com
|
3ced381a1a
|
Zapped mCompatFloatMargin hack
|
1999-09-17 00:57:06 +00:00 |
|
kipp%netscape.com
|
2157ff841e
|
Don't evaluate script tags inside an IFRAME tag since we support IFRAME's (partial fix for bug #5847)
|
1999-09-16 23:30:51 +00:00 |
|
pollmann%netscape.com
|
beb970a988
|
Bug 12348: Setting DefaultChecked now also updates Checked, per DOM Errata
|
1999-09-16 20:03:04 +00:00 |
|
pollmann%netscape.com
|
bd5a9ff755
|
Minor cleanup of nsHTMLOptionElement::SetSelected method.
|
1999-09-16 20:00:51 +00:00 |
|
kipp%netscape.com
|
aed7845101
|
Added in mCompatFloaterMargin
|
1999-09-16 19:55:28 +00:00 |
|
kipp%netscape.com
|
e333e98277
|
Fixed a memory leak triggered by clicking on content
|
1999-09-16 14:54:59 +00:00 |
|
rpotts%netscape.com
|
032c26ba52
|
Added a missing NS_DEFINE_STATIC_IID_ACCESSOR...
|
1999-09-16 08:50:18 +00:00 |
|
vidur%netscape.com
|
8ab04ef069
|
Memory leak fix and #ifdef NECKO removals from shaver. Thanks to bruce@cybersight.com for the MLK identification.
|
1999-09-16 00:10:54 +00:00 |
|
kipp%netscape.com
|
544275aebb
|
formatting sillyness
|
1999-09-15 20:30:36 +00:00 |
|
waterson%netscape.com
|
9fe5928235
|
Fix HTML-rooted templates.
|
1999-09-15 20:08:37 +00:00 |
|
waterson%netscape.com
|
2927803d32
|
Use nsCOMPtr for the controller.
|
1999-09-15 20:06:32 +00:00 |
|
harishd%netscape.com
|
57c84af12e
|
Fixing build bustage...hopefully.
Missed a file
|
1999-09-15 18:28:10 +00:00 |
|
slamm%netscape.com
|
52e797192b
|
Fix build warnings.
|
1999-09-15 18:14:02 +00:00 |
|
harishd%netscape.com
|
999afb72ec
|
CreateXIF() and ToXIF() should return nsresult.
|
1999-09-15 17:57:55 +00:00 |
|
harishd%netscape.com
|
32458c9067
|
Added support for setting DOCTYPE and DTD mode.
|
1999-09-15 17:57:16 +00:00 |
|
harishd%netscape.com
|
2d9adf2426
|
Adding support for htmlL DOCTYPE for
XIF conversion.
|
1999-09-15 17:55:26 +00:00 |
|
hyatt%netscape.com
|
04c56a701c
|
Updating the nsIController interface.
|
1999-09-15 02:16:41 +00:00 |
|
hyatt%netscape.com
|
664a5ace95
|
Fixing minor bug in command dispatcher.
|
1999-09-15 02:12:50 +00:00 |
|
nisheeth%netscape.com
|
b7d6bb7da6
|
The stopwatch macros got converted to macros that accept an argument. Changed all macro calls in the content sink to play with that change.
|
1999-09-15 00:39:41 +00:00 |
|
sfraser%netscape.com
|
d12db169ac
|
Make function static to eliminate warning.
|
1999-09-14 23:40:52 +00:00 |
|
mjudge%netscape.com
|
611e47bbd4
|
content iter not initing properly for reuse. text frame not selecting slowly properly, bad bounds checking :(. rangelist now traversing each node in a spaniter with a normal iter to make SURE we get all the children!
|
1999-09-14 23:16:22 +00:00 |
|
waterson%netscape.com
|
57e13eb1a7
|
Bug 13121. Deal with XUL documents that are created _before_ local store is available (e.g., because they come up before a profile has been selected).
|
1999-09-14 22:36:55 +00:00 |
|
waterson%netscape.com
|
3a2015c4e4
|
Partial fix for bug 13768. Be sure to set eChildrenMustBeRebuilt flag _before_ appending child to content model; appending child to content model will cause layout to recur and possibly build up more content.
|
1999-09-14 22:34:05 +00:00 |
|
briano%netscape.com
|
987374301c
|
Fixed the stopwatch macro definitions and usage that was breaking some of the Unix native compiler builds.
|
1999-09-14 22:10:13 +00:00 |
|
akkana%netscape.com
|
a1037a961a
|
Set default wrap column to 72 instead of 0
|
1999-09-14 21:32:06 +00:00 |
|
nisheeth%netscape.com
|
cd8a6da86e
|
Added start/stop calls for the stopwatch in the nsIContentSink and nsIHTMLContentSink method implementations. Added printing of content creation time in DidBuildModel().
|
1999-09-14 19:24:42 +00:00 |
|
bienvenu%netscape.com
|
788aa269e4
|
fix release mode build bustage
|
1999-09-14 16:25:59 +00:00 |
|
slamm%netscape.com
|
51ec568ce4
|
Start defines in first column.
|
1999-09-14 16:17:55 +00:00 |
|
nisheeth%netscape.com
|
7ee3e87d55
|
First cut to start measuring content creation time in the content sink. Only enabled if MOZ_PERF is set to 1 in the environment at build time.
|
1999-09-14 14:38:52 +00:00 |
|
vidur%netscape.com
|
ccf398a6f7
|
Fix for bug 13192. Document is parented by the global object of the container context, not the calling context.
|
1999-09-14 04:17:07 +00:00 |
|
waterson%netscape.com
|
8b8a1c6f93
|
Strip some dead code. Re-enable sorting.
|
1999-09-14 02:07:46 +00:00 |
|
briano%netscape.com
|
97faab6716
|
General cleanup.
|
1999-09-14 01:02:20 +00:00 |
|
karnaze%netscape.com
|
6fcbeab32d
|
bug 13105 - removed code which set frames style to "all"
|
1999-09-13 22:51:10 +00:00 |
|
rods%netscape.com
|
6a26defabe
|
Removing temporary fixes for option issues
|
1999-09-13 22:30:36 +00:00 |
|
waterson%netscape.com
|
06ea3cca41
|
Performance improvements. Make use of CBufDescriptor's where appropriate; replace attribute-based lazy bookkeeping with a private interface (non-XUL content can't be lazy, _anyway_).
|
1999-09-13 22:06:17 +00:00 |
|
troy%netscape.com
|
5c61cb8ef4
|
Added frame type for OBJECT frame
|
1999-09-13 21:26:05 +00:00 |
|
karnaze%netscape.com
|
c4410378e1
|
bug 7604 - limit colspan to max of 1000
|
1999-09-13 20:18:33 +00:00 |
|
pollmann%netscape.com
|
d8d1504d60
|
Fix for bug 10013 - Call the JS onclick event handlers when the DOM click method is invoked on an input element.
|
1999-09-13 06:22:40 +00:00 |
|
pollmann%netscape.com
|
13244b3237
|
Leak fix.
|
1999-09-13 06:18:09 +00:00 |
|