jfrancis%netscape.com
|
d7a49fad32
|
fixing bug that broke selection in docs with generated content
|
1999-06-20 00:12:59 +00:00 |
sfraser%netscape.com
|
70b79ed46b
|
Comment out nsTraceRefCnt lines, which should really be debug only.
|
1999-06-19 21:51:14 +00:00 |
sspitzer%netscape.com
|
2c44b3b132
|
safety checks to prevent dereferencing null
|
1999-06-19 21:18:13 +00:00 |
mjudge%netscape.com
|
f94cf28089
|
oops forgot one
|
1999-06-19 20:50:20 +00:00 |
mjudge%netscape.com
|
f98938bdfd
|
up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect.
|
1999-06-19 20:36:44 +00:00 |
valeski%netscape.com
|
e23b3c673c
|
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
|
1999-06-18 17:34:08 +00:00 |
waterson%netscape.com
|
082e6c8f04
|
Bug 3440. Annotate node on 'close' to ensure XUL builder re-runs when the node is opened again. r=rjc, a=chofmann
|
1999-06-17 22:08:21 +00:00 |
waterson%netscape.com
|
6b6dc2a655
|
Bug 8221. Fix false positive on the leak grep radar.
|
1999-06-17 19:49:05 +00:00 |
saari%netscape.com
|
e35eca0fca
|
Fixing Bug #8328, keybinding fix
|
1999-06-17 01:48:22 +00:00 |
joki%netscape.com
|
3e8742b912
|
Fix for bug 8270. A:chofmann Reenable key events to control tabbing/scrolling
|
1999-06-16 22:52:16 +00:00 |
jfrancis%netscape.com
|
39fd84cbfe
|
bug 8287; rvd sfraser; aprvd buster; aprvd chofmann
|
1999-06-16 21:38:51 +00:00 |
waterson%netscape.com
|
533c62b3a8
|
When destroying an RDFElement, call SetParent(nsnull) on each of its children so that there aren't any dangling reference back to us (should a child leak, or be referred to by somebody else).
|
1999-06-16 06:44:23 +00:00 |
peterl%netscape.com
|
3e70c0acb6
|
dont emit error messages when sheets canceled after doc disconnect
|
1999-06-16 06:16:53 +00:00 |
peterl%netscape.com
|
ffcfa88bf5
|
changed initialization of basefont so as not to override font style on HTML elements
|
1999-06-16 06:15:01 +00:00 |
pollmann%netscape.com
|
7730a73adc
|
Bug 2195: select[n] == select.options[n], new implementation for nonstandard DOM interface
|
1999-06-16 05:19:08 +00:00 |
joki%netscape.com
|
87bdaea2dd
|
Fixing event clientx/y coords to have the right value even in subviews
|
1999-06-16 04:39:51 +00:00 |
waterson%netscape.com
|
dbf578a94e
|
Bug 6665. Hack to addref resources before doing the sort. This saves mailnews from having to recreate them.
|
1999-06-16 02:07:56 +00:00 |
nisheeth%netscape.com
|
8f16f22564
|
Fixed a crash that resulted from trying to access freed memory in CSSLoaderImpl::DidLoadStyle(). I was trying to access aLoadData to print out an error message after aLoadData had been freed. Moved the error printing code to where aLoadData still has valid content.
|
1999-06-16 01:29:27 +00:00 |
vidur%netscape.com
|
67ee9dfef9
|
sink now creates content for BASE element
|
1999-06-16 00:44:50 +00:00 |
sfraser%netscape.com
|
c464dfe7ba
|
Don't release the selection that you didn't addref, mister document encoder.
|
1999-06-15 23:58:41 +00:00 |
nisheeth%netscape.com
|
c3f5debc82
|
Fix for bug 4196. Clicking on anchors now targets frames properly. We were being too eager in truncating the target in nsGenericHTMLElement::GetBaseTarget().
|
1999-06-15 23:58:07 +00:00 |
peterl%netscape.com
|
8eae23158b
|
sync to css loader api change (default namespace)
|
1999-06-15 06:22:46 +00:00 |
peterl%netscape.com
|
eb5234afd3
|
better medium testing api
|
1999-06-15 06:22:07 +00:00 |
peterl%netscape.com
|
5a92df470b
|
added better medium testing api
|
1999-06-15 06:21:47 +00:00 |
peterl%netscape.com
|
8079c8b02f
|
added faster medium testing support
added default namespace support
WIP for faster cascade
|
1999-06-15 06:20:46 +00:00 |
peterl%netscape.com
|
d4d5bc6e95
|
changed medium testing API
|
1999-06-15 06:19:57 +00:00 |
peterl%netscape.com
|
eb378fd080
|
added default namespace id
added safety checks when loading is aborted
|
1999-06-15 06:19:21 +00:00 |
peterl%netscape.com
|
29466176e6
|
added default namespace id
|
1999-06-15 06:18:37 +00:00 |
peterl%netscape.com
|
79f80316a0
|
added default namespace ID to loading
|
1999-06-15 06:18:23 +00:00 |
peterl%netscape.com
|
a7811ef149
|
use new medium testing api
use enumeration func for faster rule matching
|
1999-06-15 06:15:51 +00:00 |
peterl%netscape.com
|
93a3dcc5f3
|
added create child namespace by id
|
1999-06-15 06:14:59 +00:00 |
peterl%netscape.com
|
61dec32772
|
added UseForMedium (for faster medium testing)
|
1999-06-15 06:14:31 +00:00 |
peterl%netscape.com
|
e5916cf43f
|
added new create child namespace
|
1999-06-15 06:14:09 +00:00 |
evaughan%netscape.com
|
e2255c4a64
|
Integrated a new XP scrollbar
Added tri state behavior to titled buttons.
|
1999-06-15 04:02:43 +00:00 |
waterson%netscape.com
|
ad1c86cebf
|
Add REF into the element map so that the generic builder sees it in OnAssert() and OnUnassert(). Resolve it to an absolute URI before using so that ref='foo/bar.rdf#bing' works.
|
1999-06-15 03:21:20 +00:00 |
joki%netscape.com
|
2c742db83b
|
Fixes for event going to frames which have changes as a result of other event handlers. (loosely bug 1283)
|
1999-06-15 03:14:28 +00:00 |
vidur%netscape.com
|
1e53949df6
|
Implemented Set/GetValue for Select elements
|
1999-06-14 23:14:17 +00:00 |
vidur%netscape.com
|
8941203f0b
|
Fix for bug 6154. Unqualified references in the context of a form are now resolved.
|
1999-06-14 22:09:25 +00:00 |
jdunn%netscape.com
|
2c11b7f1ed
|
fixing macro syntax. HP flagged the construct as an error.
|
1999-06-14 21:16:05 +00:00 |
waterson%netscape.com
|
096ab07f71
|
Fix leak of tree element.
|
1999-06-14 21:15:29 +00:00 |
rjc%netscape.com
|
5853a4243b
|
Unset column sorting attributes instead of setting them to false if they aren't active.
|
1999-06-14 08:20:35 +00:00 |
tague%netscape.com
|
2ee25ba819
|
Fixed conditional problem when i turned on my keyobard patch.
|
1999-06-14 04:39:03 +00:00 |
tague%netscape.com
|
8688949472
|
Turned on bug fix for #6896: Windows editorinterprets the period key as a forward delete.
|
1999-06-13 21:13:12 +00:00 |
waterson%netscape.com
|
df6128537a
|
Remove crufty code that wasn't doing anything. Fix refcounting on the database.
|
1999-06-13 18:31:06 +00:00 |
waterson%netscape.com
|
ea79d87ea4
|
Remove crufty code that wasn't doing anything.
|
1999-06-13 18:30:47 +00:00 |
buster%netscape.com
|
a9f36a0958
|
added support for style contexts getting background and font defaults from
the pres context.
|
1999-06-12 22:31:15 +00:00 |
waterson%netscape.com
|
ee1c9aa7cc
|
Fix incorrect usage of dont_QueryInterface(). Fix bogus refcounting cruft in the nsIContent manipulators that must've been left over from when mChildren was an nsVoidArray.
|
1999-06-12 19:39:11 +00:00 |
waterson%netscape.com
|
6eb6f4542d
|
Fix incorrect use of dont_QueryInterface() that was causing massive leakage.
|
1999-06-12 19:35:54 +00:00 |
waterson%netscape.com
|
ae793413a5
|
Fix incorrect use of dont_QueryInterface() with dont_AddRef(). Use nsCOMPtr in broadcast hookup code.
|
1999-06-12 19:33:37 +00:00 |
vidur%netscape.com
|
1aa9f07f1b
|
Fix for bug 6785. Incorrect reinitializing of mData.
|
1999-06-12 00:37:36 +00:00 |