Commit Graph

1777 Commits

Author SHA1 Message Date
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
nisheeth%netscape.com
c62e745099 Fix for bug 7401. Output an error when a URL load fails. 1999-06-11 23:10:59 +00:00
nisheeth%netscape.com
fcf33c238f Patch from Johny Stenback (jst@citec.fi). Thanks a lot. 1999-06-11 19:08:39 +00:00
sfraser%netscape.com
1d5f5e549a Comment out useless assert. 1999-06-10 21:43:08 +00:00
mjudge%netscape.com
225111bf33 fixing table selection again. also adding parameter to nsIFocusTracker that allows us to get the current caret location. I am also stopping nsTableRowFrame from putting blue border around itself since cells are a high enough granularity. made a change to nsIFrame GetPosition to remove some useless parameters ect. this caused me to change nsDOMEvent.cpp and some other places.
MJ
1999-06-10 21:08:17 +00:00
rjc%netscape.com
3161197c50 XUL templates now look for any attribute (other than "uri") which equals "..." and substitutes the URI of the attached node. 1999-06-10 19:44:59 +00:00
peterl%netscape.com
24bee1ac96 added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:33:47 +00:00
peterl%netscape.com
f7975c0847 added new rule interfaces & base class 1999-06-10 05:32:38 +00:00
peterl%netscape.com
3b7258b706 better namespace support
made descend from nsICSSRule
1999-06-10 05:30:36 +00:00
peterl%netscape.com
75797028a3 removed cruft 1999-06-10 05:29:53 +00:00
peterl%netscape.com
6609b24e1e added support for other rule types
cleaned up api
1999-06-10 05:29:22 +00:00
peterl%netscape.com
cc94275b15 better namespace support
made descend from nsCSSRule base class
1999-06-10 05:28:32 +00:00
peterl%netscape.com
5c11b505d7 added helper method to token 1999-06-10 05:27:01 +00:00
peterl%netscape.com
781a1b7b49 added support for @namespace & @media
stubbed out support for other @rules
sync to sheet api changes
1999-06-10 05:25:23 +00:00
peterl%netscape.com
29ee43f3d1 Cleanup API
Added support for other rule types
Added namespace support
1999-06-10 05:22:13 +00:00
peterl%netscape.com
1b3cc1eb51 sync to style sheet api change
added support for detecting other css rule types
1999-06-10 05:21:22 +00:00
peterl%netscape.com
6c8f1b966b made query for attributes in other namespaces legal, just not work 1999-06-10 05:20:28 +00:00
peterl%netscape.com
784f0c9bee added code to ignore unknown namespace prefix for attributes
(actually the parser should've rejected it before here)
1999-06-10 05:18:46 +00:00
peterl%netscape.com
fa94e3b67e removed equals and hashvalue methods 1999-06-10 05:17:27 +00:00
kostello%netscape.com
9e423a7b8c Fix build bustage: changed include to be the right case 1999-06-10 01:06:35 +00:00