rjc%netscape.com
d56514ca81
Fix bug # 10352: date sorting.
1999-08-11 06:24:56 +00:00
kmcclusk%netscape.com
4951b16db4
Rewrote nsButtonControlFrame. It is now based on nsHTMLButtonControlFrame.
...
Added style rules to set submit, reset, and browse buttons default labels.
1999-08-10 19:13:57 +00:00
jband%netscape.com
8f1eb40f3d
fix for bug 11510
1999-08-10 05:11:47 +00:00
vidur%netscape.com
9962f551bd
Implemented document.lastModified
1999-08-09 19:10:24 +00:00
dp%netscape.com
bc9c41ba16
Backing out previous checkin per peterl advice. This caused bookmarks
...
and mailnews windows to show up blank.
1999-08-09 03:54:10 +00:00
jband%netscape.com
acbeab60aa
was neglecting to initialize a member
1999-08-08 02:06:31 +00:00
peterl%netscape.com
f11eb90ed6
made relative font sizes round off to next point size
1999-08-08 01:19:09 +00:00
peterl%netscape.com
77007821ce
added != operator
1999-08-08 01:18:40 +00:00
peterl%netscape.com
0bfe8ddb23
added :root pseudo class
1999-08-08 01:17:58 +00:00
peterl%netscape.com
9561f2aea1
made change hint smarter
1999-08-08 01:17:29 +00:00
peterl%netscape.com
66d8360f8f
moved dummy option pseudo to layout atoms
...
added root pseudo
1999-08-08 01:16:07 +00:00
peterl%netscape.com
d5f47d0408
moved scrolled content pseudo to layout atoms
1999-08-08 01:15:30 +00:00
peterl%netscape.com
18ac95defc
fix initial value of border collapse
1999-08-08 01:14:36 +00:00
peterl%netscape.com
7b416ebae7
added more pseudo elements
1999-08-08 01:05:05 +00:00
joki%netscape.com
da36d40b61
Adding new onselect event. Also slight modification to ender text widget focus behavior
1999-08-07 23:18:35 +00:00
cls%seawood.org
9eea17be39
Various fixes to let the tree compile with gcc 2.95:
...
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.
Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
buster%netscape.com
2094a92c5f
fixed BodyFixupRule::MapStyleInto to respect background color properly
...
code-reviewed by Peter Linss
1999-08-07 05:38:28 +00:00
waterson%netscape.com
76ed7c1834
Fix build warning.
1999-08-06 20:34:55 +00:00
hyatt%netscape.com
a95c08d949
Adding the popup set atom to the XUL atom list.
1999-08-06 19:18:42 +00:00
waterson%netscape.com
b7e275631c
Fix --pedantic bustage.
1999-08-06 18:36:50 +00:00
waterson%netscape.com
ed78bedd41
Bug 8159. Fix circularity between content model builder and composite datas source (via 'observer' which now refcounts). Destruction of a XULDocumentImpl now forces builder to do out-of-band release on composite datasource.
1999-08-06 17:59:05 +00:00
rods%netscape.com
172e89ea71
Added :-moz-dummy-option is used for empty select tags
1999-08-06 14:00:54 +00:00
jfrancis%netscape.com
c30f763fe8
fixing unix bustage. compilers: viva la difference!
1999-08-06 12:14:39 +00:00
jfrancis%netscape.com
bd262aab4f
fixing range dom gravity bug first exposed by bug #10231
1999-08-06 10:33:09 +00:00
tague%netscape.com
59c80d1df9
Fix build bustage
1999-08-06 03:10:14 +00:00
tague%netscape.com
1e3c4f5ac5
Added support for replies from private DOM text events. See bug #4826
1999-08-06 02:32:13 +00:00
troy%netscape.com
3ae06bfbdc
Changed frame construction code to use frame manager when modifying frame
...
model
1999-08-05 03:09:22 +00:00
valeski%netscape.com
2eae3c61f7
api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
...
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:37:52 +00:00
valeski%netscape.com
4eff26f005
we now handle the URL attribute in a http-equiv refresh tag
1999-08-04 21:19:22 +00:00
kin%netscape.com
efbd1160d8
Fixes for bug #10231 (crash making list after select all)
...
and bug #10815 (Crash deleting selected text and table)
mozilla/editor/base/nsHTMLEditRules.cpp
- Added check, in WillDeleteSelection(), to see if
endpoints of the range are in the body before calling
GetBlockNodeParent(). (Bug #10231 )
- Modified GetPromotedPoint() to check for NULL in the
case where aWhere == kEnd and GetChildAt() returns NULL.
(Bug #10815 )
mozilla/layout/base/src/nsGenericElement.cpp
- Modified RangeAdd() so that it doesn't add
a range if it's already in the list. (Bug #10231 )
mozilla/layout/base/src/nsRangeList.cpp
- Modified GetPrimaryFrameForFocusNode() to
initialize aReturnFrame and to return a failure
if ChildAt() returns NULL. (Bug #10231 )
1999-08-04 18:36:19 +00:00
vidur%netscape.com
15cc7a1e6c
Get rid of circular reference between sink and parser. Fix for bug 8975.
1999-08-04 18:25:23 +00:00
waterson%netscape.com
08f4f00374
Bug 9474. Use NodeList script object, _not_ HTMLCollection. Gutted code that was aggregating HTMLCollection.
1999-08-04 05:45:09 +00:00
peterl%netscape.com
77c0a0f6bd
route CSS declaration parsing through the CSSLoader's parsers
1999-08-04 05:09:01 +00:00
peterl%netscape.com
c4e959add5
fix uninitialized variable
1999-08-04 05:08:27 +00:00
peterl%netscape.com
e3ea38d318
route declaration parsing through subclasses
1999-08-04 05:08:04 +00:00
peterl%netscape.com
f8e9b7c5b6
route declaration parsing through the CSSLoader's parsers
1999-08-04 05:07:10 +00:00
peterl%netscape.com
07a5ca2309
removed assert
1999-08-04 05:06:19 +00:00
waterson%netscape.com
fa329653f5
Fix silent failure from JS on firstChild. Clean up other baby-eating methods.
1999-08-04 02:26:26 +00:00
valeski%netscape.com
f8ba475819
we were refreshing _every_ url _every_ second. not anymore
1999-08-04 01:27:22 +00:00
valeski%netscape.com
0830bda705
10720 fix - we now do meta tag refreshes
1999-08-03 21:48:40 +00:00
mcafee%netscape.com
451c4afcee
Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren
1999-08-03 20:51:41 +00:00
rjc%netscape.com
3a2f1bb201
Persist attributes via the content model only.
1999-08-01 03:24:18 +00:00
hyatt%netscape.com
464ff83329
Phase 3. Enabling XP menus on the menu bar.
1999-07-31 11:29:03 +00:00
hyatt%netscape.com
9ff4935962
XP menus now know how to anonymously construct children, so that they are
...
now mostly compatible with the original menu syntax. They also now
execute create, destroy, and action handlers.
1999-07-31 01:43:33 +00:00
waterson%netscape.com
f5fc9df22d
Bugs 10640, 10689. Fix assertions when opening a folder. Crude performance improvement for asynchronously generated content in tree controls.
1999-07-31 00:03:45 +00:00
rjc%netscape.com
4566ac87d8
Hook up persistent (via the localstore).
1999-07-30 23:42:41 +00:00
peterl%netscape.com
b359e66488
fix setting empty attributes
...
approved cyeh
1999-07-28 21:41:16 +00:00
rods%netscape.com
f2aa77e259
Added NS_DEFINE_STATIC_IID_ACCESSOR
1999-07-28 21:35:55 +00:00
nisheeth%netscape.com
1458ecf3e7
Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl.
1999-07-28 06:56:05 +00:00
vidur%netscape.com
fd548eecce
Added form searching for form controls that are newly created and added to the tree.
1999-07-28 05:26:55 +00:00
vidur%netscape.com
56744878a7
Fixed incorrect inclusion of text elements in tag stack creation in CreateContextualFragment.
1999-07-28 05:26:16 +00:00
vidur%netscape.com
22137f5881
Added new forwarding macro.
1999-07-28 05:25:44 +00:00
waterson%netscape.com
50c29e871d
Bug 10617. Get folder performance back. We now _do not_ tell layout about individual content that gets appended during CreateContainerContents(), and instead wait until we've constructed all child nodes to do a ContentChanged() notification.
1999-07-28 05:21:22 +00:00
waterson%netscape.com
1f3fd39a62
Implement RemoveWidgetItem(). Whoops.
1999-07-28 02:53:49 +00:00
nisheeth%netscape.com
0c457a16d0
Add static GetIID() method for creating smart pointers to nsIXMLContentSink.
1999-07-28 01:17:09 +00:00
harishd%netscape.com
0f20a41578
EnableParse() returns nsresult.
1999-07-27 23:33:16 +00:00
putterman%netscape.com
7715c6e903
GetResource first looks at ref. checkin for waterson.
1999-07-27 23:02:13 +00:00
joki%netscape.com
37bfd24b93
Partial fixes for focus/blur events on windows/frames, fixes for incorrect event.target values
1999-07-27 20:55:03 +00:00
waterson%netscape.com
b7d93726f9
Fix --pedantic bustage.
1999-07-27 18:04:55 +00:00
waterson%netscape.com
f6b84db71a
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
joki%netscape.com
73a006aee8
Fixing key value for ctrl+keys.
1999-07-27 14:38:07 +00:00
waterson%netscape.com
914b2cade7
Re-add. Wasn't meant to be deleted yet.
1999-07-27 03:03:25 +00:00
waterson%netscape.com
cc5179bcc8
Native builder exorcism. Long live templates.
1999-07-27 02:40:40 +00:00
joki%netscape.com
deb676cd44
Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus.
1999-07-26 15:02:19 +00:00
hyatt%netscape.com
e9860f134e
Adding the menu events to the event map.
1999-07-26 09:18:57 +00:00
hyatt%netscape.com
f07e2fc1c0
Adding a menu listener to the DOM for XUL menus.
1999-07-26 09:18:31 +00:00
nisheeth%netscape.com
d989be7cb3
- Move AddDocTypeDecl method from nsIXMLContentSink to nsIContentSink.
...
- Fix bug 8607 by passing the XML decl and the doctype decl from the expat tokenizer to the XML DTD.
1999-07-26 05:40:25 +00:00
hyatt%netscape.com
359b48f608
Using "accesskey" instead of "shortcut".
1999-07-26 01:19:49 +00:00
rickg%netscape.com
d9a2f8c4dd
replaced calls to deprecated nsString API
1999-07-26 00:37:24 +00:00
jfrancis%netscape.com
9e1ee621c1
fix for bug 9842 (aka 8227) plus some thread safety improvements
1999-07-25 08:41:42 +00:00
jfrancis%netscape.com
f24652eee8
fix for bug 9935
1999-07-25 05:31:05 +00:00
jfrancis%netscape.com
4eefa4452e
fix for bug: subtree iterator had bug in init code that could cause iter to be empty.
1999-07-25 05:30:15 +00:00
hyatt%netscape.com
108265b89a
Fixing the problem where a blank space appears at the top of every XUL file.
1999-07-25 04:38:57 +00:00
evaughan%netscape.com
35fc2d8159
1) added .gif for horizontal scrollbar
...
2) added cropping to titledbuttons
3) fixed bugs in navigator.xul and navigator.css
1999-07-25 01:15:14 +00:00
peterl%netscape.com
cfe146337b
Cleaned up attribute parsing so that illegal values are preserved as strings
1999-07-24 19:55:35 +00:00
peterl%netscape.com
7319d1bdca
added experimental CSS3 properties
1999-07-24 19:04:42 +00:00
peterl%netscape.com
9eb750015c
added debug code for netlib weirdage
1999-07-24 19:04:22 +00:00
peterl%netscape.com
a0d36c263d
added char unit output support
1999-07-24 19:00:42 +00:00
peterl%netscape.com
195fa109e9
added some experimental CSS3 properties
...
fixed style context impact reporting
1999-07-24 18:59:43 +00:00
sfraser%netscape.com
1b4961ffaa
Fix Mac startup crash: nil check for prefs.
1999-07-23 22:23:13 +00:00
hyatt%netscape.com
9345f2523d
The menu bar now supports shortcuts (e.g., ALT+f). Also repaired a minor problem
...
with keyboard navigation and mouse movement interoperability on the menus.
1999-07-23 07:39:16 +00:00
hyatt%netscape.com
592552ad8d
Adding an xpmenuitem atom.
1999-07-23 05:09:17 +00:00
vidur%netscape.com
24261b3c9f
Forms can now be container content.
1999-07-22 23:28:16 +00:00
nisheeth%netscape.com
6053670fe6
Fix for bug 10028. We handle mixed case mailto urls properly now.
1999-07-22 22:34:28 +00:00
akkana%netscape.com
bc31ea8a3b
Fix selection bustage from yesterday
1999-07-22 19:42:21 +00:00
pollmann%netscape.com
ae96759a57
Bug 5403: Release services properly
1999-07-22 18:32:49 +00:00
waterson%netscape.com
cf7d82295b
Fix computation of empty containers.
1999-07-22 05:11:52 +00:00
vidur%netscape.com
5d9b49edf0
Deal with multiple BODY elements passed by the parser by ignoring all but the first
1999-07-22 04:46:57 +00:00
rjc%netscape.com
dbcf779b24
Set empty="false" attribute even if container is closed.
1999-07-22 00:49:50 +00:00
putterman%netscape.com
1133b9f963
Messenger Copy/Move menus now show menuitems instead of all menus.
1999-07-22 00:26:00 +00:00
rjc%netscape.com
c1dfe525b3
Now update "empty" attribute as children count changes.
1999-07-21 23:10:07 +00:00
rjc%netscape.com
a8e701fe56
Ensure that we have a value.
1999-07-21 23:02:35 +00:00
bienvenu%netscape.com
1cb321cce3
fix windows build bustage for Akkana
1999-07-21 22:17:20 +00:00
akkana%netscape.com
6f89727dfa
Add a working implementation for nsDOMSelection::ContainsNode, and use it in nsDocument::IsInSelection for XIF conversion
1999-07-21 21:29:29 +00:00
hyatt%netscape.com
ac2df8ab1d
Adding the open atom.
1999-07-21 07:42:31 +00:00
troy%netscape.com
bf547dbb98
Change to StartLayout(): moved call to EnableRefresh() to before the InitialReflow()
...
call to work around a bug in the compositor
1999-07-21 04:47:15 +00:00
mscott%netscape.com
10605b7823
Necko Only!! Yuck. something was pretty bogus here...whenever we were parsing a url we'd create an empty
...
base url then try to turn the empty url into an absolute url which was returning an error. Looks like ParseURL would
never work.
1999-07-20 23:53:03 +00:00
kmcclusk%netscape.com
41ed34acb6
nsPresContext.cpp,.h - Added eWidgetRendering_PartialGfx as a rendering mode to PresContext.
...
ua.css - Added select[multiple] rule for multi-select listboxes without a size
Fixed form submission for gfx checkboxes,radiobuttons, and select by rewriting GetNamesValues.
Added nsListControlFrame::GetSizeAttribute and nsListControlFrame::GetNumberOfRows
Added logic to nsCSSFrameConstructor::ConstructSelectFrame and nsListControlFrame::Reflow
to handle the case of a multiselect select without a size specified.
1999-07-20 22:32:41 +00:00
mcafee%netscape.com
2e93a85b8b
minor warning fix
1999-07-20 20:24:28 +00:00
warren%netscape.com
4011e9619e
Added missing addref.
1999-07-20 20:03:11 +00:00
bienvenu%netscape.com
d9ce494617
checkin jefft's fix mailnews startup crash
1999-07-20 17:32:43 +00:00
hyatt%netscape.com
202bc876e1
I can now show a menu (and it looks halfway decent).
1999-07-20 10:35:24 +00:00
mcafee%netscape.com
a08a1270ea
GNU-class compilers are complaining about unhandled cases in all these switch statements, adding some default cases.
1999-07-20 10:10:12 +00:00
rjc%netscape.com
c48f89b97f
Work harder at getting the REAL parent container when determining if the parent container is a RDF_Seq during a natural order sort.
1999-07-20 09:04:24 +00:00
warren%netscape.com
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
hyatt%netscape.com
4b3a53c44a
Adding a pseudo atom for XP menu visibility state.
...
s
1999-07-20 07:12:48 +00:00
rjc%netscape.com
39a2594cb5
Only support sorting on RDF Seqs if container is actually a RDF_Seq itself.
1999-07-20 05:20:32 +00:00
rjc%netscape.com
d14b0d2ccd
Fix for bug #9899 : set "empty" attribute on containers if they appear to be empty.
1999-07-20 04:21:24 +00:00
rjc%netscape.com
e8321b93a9
Oops... PR_FALSE instead of just FALSE.
1999-07-20 03:14:34 +00:00
rjc%netscape.com
3be70e4d68
Add support for sorting RDF_Seqs when in natural order sort mode.
1999-07-20 03:13:15 +00:00
akkana%netscape.com
91291df7d4
Try to fix windows build bustage
1999-07-20 00:24:11 +00:00
akkana%netscape.com
fac197e8ec
Use the Range methods instead of homebrew stuff to determine when a point is contained in a range; eliminate code duplication
1999-07-19 22:41:49 +00:00
joki%netscape.com
f53129fd19
Checking in fix for tab navigation submitted by alex@cendio.se
1999-07-19 21:23:57 +00:00
joki%netscape.com
0af283b8e2
Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods.
1999-07-19 19:54:34 +00:00
waterson%netscape.com
2a499473be
Bug 6873. Performance improvements to the generic builder. The template builder now instantiates template content 'lazily' when the frame system asks for it.
1999-07-19 19:18:10 +00:00
hyatt%netscape.com
b35d1e3ffc
Teaching the menu bar how to highlight the first item when the ALT key
...
is pressed.
1999-07-19 08:09:30 +00:00
rickg%netscape.com
844a7e45ef
switch to faster string search API
1999-07-19 03:29:56 +00:00
rjc%netscape.com
528bf67d11
Fix a warning by tossing out some old debugging code.
1999-07-18 08:25:24 +00:00
rickg%netscape.com
d68569dee6
fixed bug 9845
1999-07-18 06:35:52 +00:00
hyatt%netscape.com
f291d9cf30
Turning on XP menus.
1999-07-18 03:16:58 +00:00
mjudge%netscape.com
7ddf8fee55
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
1999-07-18 02:27:19 +00:00
peterl%netscape.com
85dd7a37a7
use preprocessor to generate atom code
1999-07-18 00:35:21 +00:00
peterl%netscape.com
1761d16c2a
string usage cleanup
1999-07-18 00:34:53 +00:00
peterl%netscape.com
1fc034c572
string usage cleanup
...
sync to new entity api
1999-07-18 00:34:41 +00:00
peterl%netscape.com
66ae6defa4
update to new property and keyword enums and apis
1999-07-18 00:33:53 +00:00
peterl%netscape.com
608091c158
switch to preprocessor for code generation
1999-07-18 00:32:32 +00:00
peterl%netscape.com
43528a411b
update to new property and keyword enums and apis
...
added 'ch' unit support
1999-07-18 00:31:37 +00:00
peterl%netscape.com
d99d86e188
sync to color api change
1999-07-18 00:30:30 +00:00
peterl%netscape.com
6902a54fc2
cleanups
1999-07-18 00:30:11 +00:00
peterl%netscape.com
3120ce29b5
removed warnings
1999-07-18 00:29:39 +00:00
peterl%netscape.com
c2b5a19ffd
added char support
...
update to new property and keyword enums and apis
removed warnings
1999-07-18 00:28:43 +00:00
peterl%netscape.com
4c7235720c
removed warnings
...
update to api changes
1999-07-18 00:27:40 +00:00
peterl%netscape.com
2d9f8b99b1
added char unit support
...
removed warnings
update to color api change
1999-07-18 00:27:02 +00:00
peterl%netscape.com
1af7ffd484
remove warnings
1999-07-18 00:26:14 +00:00
peterl%netscape.com
2f6adbf96c
update to new property and keyword enums and apis
1999-07-18 00:25:28 +00:00
peterl%netscape.com
045da12737
use preprocessor to generate atom code
1999-07-18 00:24:47 +00:00
peterl%netscape.com
2a4ae674ad
removed old include
1999-07-18 00:23:08 +00:00
peterl%netscape.com
eee516f343
update to new entity lookup api
1999-07-18 00:22:49 +00:00
peterl%netscape.com
ed935c376c
fix color parsing
...
update to new tag lookup api
1999-07-18 00:22:29 +00:00
peterl%netscape.com
4d90227468
update to new tag and entity lookup apis
1999-07-18 00:21:41 +00:00
peterl%netscape.com
22a8e415fc
fix color handling
1999-07-18 00:20:27 +00:00
peterl%netscape.com
5855be75f2
removed unused IID
1999-07-18 00:17:03 +00:00
peterl%netscape.com
b016d1dc69
fix outline width cache
...
fix outline change computation
1999-07-18 00:16:35 +00:00
peterl%netscape.com
5420266ceb
use preprocessor for code generation
1999-07-18 00:15:37 +00:00
peterl%netscape.com
8f1df3b3ef
cleanup string usage
1999-07-18 00:15:22 +00:00
peterl%netscape.com
85822ffd0e
removed unused imports
1999-07-18 00:15:03 +00:00
peterl%netscape.com
3887cdc922
use preprocessor for atom code generation
1999-07-18 00:13:35 +00:00
peterl%netscape.com
9b936507ff
added != operator
1999-07-18 00:13:08 +00:00
peterl%netscape.com
e3019ad978
clean up some string usage
1999-07-18 00:01:21 +00:00
rjc%netscape.com
dbce229d7e
Use application locale when sorting with collation service; fix for bug #9968 .
1999-07-17 21:36:17 +00:00
beard%netscape.com
fad627620a
added <iostream.h>
1999-07-17 01:58:38 +00:00
kipp%netscape.com
f9e23515cd
Removed a compiler warning
1999-07-16 17:40:39 +00:00
warren%netscape.com
c5684bf4d7
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
1999-07-16 11:14:36 +00:00
hyatt%netscape.com
d604820879
Initializing a member variable to nsnull.
1999-07-16 08:26:42 +00:00
hyatt%netscape.com
415eb6c18e
Continuing XUL overlay work.
1999-07-16 07:10:20 +00:00
waterson%netscape.com
a985e3ea72
Performance tweaks to SetAttribute(): minimize string compares by using atoms to set up event listeners; silly fixes to broadcaster push code.
1999-07-16 04:05:53 +00:00
waterson%netscape.com
7da3370e9e
Don't set up the composite datasource and XUL builder until immediately before we start to layout the document; this avoids a bunch of useless OnAssert()'s getting propogated and dropped.
1999-07-16 04:03:52 +00:00
valeski%netscape.com
f135856aa7
yanked some function redefinitions if NECKO was defined
1999-07-15 15:17:43 +00:00
dcone%netscape.com
f80c513c88
Fixed printing to make sure all URL's are loaded before print.
...
Fixed the background tile render'er to save and restore clip.
1999-07-15 14:23:40 +00:00
rjc%netscape.com
c86f115ad1
Add check for null.
1999-07-15 09:20:54 +00:00
sspitzer%netscape.com
b52b41b601
back this out. causes build bustage. sorry
1999-07-15 07:13:06 +00:00
sspitzer%netscape.com
a56022118e
use NS_DEFINE_CID instead of NS_DEFINE_CID where appropriate. fix warning
1999-07-15 07:00:22 +00:00
sspitzer%netscape.com
74c476330c
fix warning
1999-07-15 06:58:53 +00:00
waterson%netscape.com
6289662141
Bug 8514. Add support s.t. 'ref=' changes will re-root a tree control (or other RDF-generated content).
1999-07-15 01:22:59 +00:00
kmcclusk%netscape.com
f052dc2f0d
fixed bugs #6303 , #6753 , #6756 , #6759
...
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
rjc%netscape.com
1dd1f92ca4
Use GetTextForNode() more, as well as use GetValueConst().
1999-07-14 21:13:13 +00:00
tague%netscape.com
e1cd6e87e7
Fixed bug #8227 deref errors in tempDOMTextRange
1999-07-14 21:10:55 +00:00
akkana%netscape.com
6d07c8eeb4
Restructure the editor output routines to allow passing in
...
a mime type and a flag argument. Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
nisheeth%netscape.com
ea2bbccb91
Removing ifdef XML_PSEUDO_ELEMENT which is never defined.
1999-07-14 17:59:19 +00:00
jevering%netscape.com
bf09e3f6d9
Building w/Necko. For some reason prmem.h is not being included on the
...
NECKO=1 build. Added include.
1999-07-14 17:13:05 +00:00
ftang%netscape.com
9e3d0e1906
hook charset detection for html document
1999-07-14 15:33:48 +00:00
waterson%netscape.com
33029e9741
Bug 8318. Don't include rdf:local-store in the generic builder until we have all of the persistence issues sorted out.
1999-07-12 18:24:26 +00:00
andreas.otte%primus-online.de
b6031c6f4b
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
1999-07-11 15:46:10 +00:00
warren%netscape.com
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
waterson%netscape.com
9c59e96e78
Bug 8854. Fix CloseWidgetItem() to play nice with mixture of XUL and RDF content.
1999-07-09 20:41:41 +00:00
vidur%netscape.com
5080813119
Cut-and-paste error. GetVLinkColor was calling the body's GetLink method. Fix approved by chofmann, reviewed by nisheeth.
1999-07-08 19:55:47 +00:00
akkana%netscape.com
c52443a441
9180: add content comment, not XIF comment. r=chofmann
1999-07-07 22:43:46 +00:00
pinkerton%netscape.com
48f925b5fe
rewite GetScreen* to use nsIWidget::WidgetToScreen(), which actually will work under linux and mac. (rev pavlov, appr cyeh). Bug #9114 .
1999-07-07 22:40:22 +00:00
hyatt%netscape.com
1e0ad088a5
Fixing redraw problems on initial show of window.
1999-07-07 22:34:10 +00:00
warren%netscape.com
6a0313832e
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:19:38 +00:00
warren%netscape.com
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
norris%netscape.com
fc9729ccd2
Tom Pixley's code for the beginnings of DOM security, with a fix for the previous Mac link failure.
1999-07-07 07:50:03 +00:00
nisheeth%netscape.com
670427b1d4
Removed an extra space from the string displayed in the title bar.
1999-07-07 07:45:48 +00:00
nisheeth%netscape.com
1381c60863
Partial fix for bug 5707. We now set the title of the image to "Image: width x height pixels", where width and height are the dimensions of the image being displayed. This title is set from nsImageDocument::EndLayout() a newly added method that gets called from nsImageListener::StopRequest().
1999-07-07 07:31:24 +00:00
waterson%netscape.com
6cc2813bb1
Bug 7722. PR_LOG instead of assert when an attempt is made to create element with a bogus namespace.
1999-07-07 06:52:21 +00:00
rjc%netscape.com
14f7295a00
Small insertion fix.
1999-07-07 06:34:18 +00:00
rjc%netscape.com
329d022fe0
Now able to sort by dateLiterals and intLiterals too. <Whee>
1999-07-07 05:32:07 +00:00
vidur%netscape.com
6f85dce006
Added a HTMLDocumentColor special-case rule for the HTML element. This is set when either the bgColor or fgColor is set on a HTML document.
1999-07-07 04:53:36 +00:00
vidur%netscape.com
7a1255d34d
Switched document.bgColor,fgColor, etc. to set a style rule on the HTMLStyleSheet if the BODY element doesn't yet exist
1999-07-07 04:52:27 +00:00
waterson%netscape.com
fe8c4b1447
Fix compiler warnings.
1999-07-07 04:26:24 +00:00
peterl%netscape.com
089df585d5
fix unix bustage (query interface macro usage error)
1999-07-07 02:07:34 +00:00
peterl%netscape.com
c5e28df980
force quirks off for XML
1999-07-07 01:33:27 +00:00
peterl%netscape.com
de00c8306c
cleanup error handling
1999-07-07 01:32:59 +00:00
peterl%netscape.com
7559c431c6
split attributes into mapped and unmapped parts
1999-07-07 01:32:28 +00:00
peterl%netscape.com
92fcfce881
added color name string value
1999-07-07 01:31:34 +00:00
waterson%netscape.com
0932e2a021
Remove XUL_TEMPLATES and XUL_TEMPLATE_ASSERTIONS #ifdefs. Add FALLBACK_BUILDERS #ifdef that (when removed) will turn off the C++ builders for constructing content.
1999-07-07 01:31:00 +00:00
peterl%netscape.com
acbf191666
split attribute container into mapped and unmapped parts
...
only mapped part is uniqued now
1999-07-07 01:30:43 +00:00
peterl%netscape.com
012965c3f8
split attribute container into mapped and unmapped parts
1999-07-07 01:30:14 +00:00
peterl%netscape.com
251d04536a
hook up quirk mode
1999-07-07 01:29:49 +00:00
peterl%netscape.com
2bad49b1ac
hooked up quirk mode
1999-07-07 01:28:04 +00:00
peterl%netscape.com
f3d35bf597
cleanup
1999-07-07 01:27:29 +00:00
peterl%netscape.com
2e2639bd12
better quirk mode handling
1999-07-07 01:27:08 +00:00
peterl%netscape.com
cdcf705d0b
fixed body append notification a bit
1999-07-07 01:26:25 +00:00
peterl%netscape.com
551c1fcc99
reworked attribute storage to seperate attributes mapped in to style from
...
those that aren't
This lets the style system optimize style contexts better.
1999-07-07 01:24:40 +00:00
peterl%netscape.com
39ce4ee192
changed attribute mapping to use special attribute container
1999-07-07 01:22:38 +00:00
peterl%netscape.com
455ea670d9
better fixed font handling
1999-07-07 01:22:04 +00:00
peterl%netscape.com
d5a1581d6d
better memory handling
1999-07-07 01:20:43 +00:00
peterl%netscape.com
1092f444a0
propogate quirk mode into child contexts
1999-07-07 01:20:21 +00:00
peterl%netscape.com
8184256766
cleanup
1999-07-07 01:19:31 +00:00
peterl%netscape.com
f21a88c90a
changed attribute impact api
1999-07-07 01:18:59 +00:00
peterl%netscape.com
4c033f784b
fixed css quirk support in XUL
...
removed dead code
1999-07-07 01:17:21 +00:00
peterl%netscape.com
15b6eb2237
sync to styled content api change
1999-07-07 01:16:56 +00:00
akkana%netscape.com
9e5868b5e5
Fix formatted plaintext output -- it wasn't following prettyprint or wrap length
1999-07-06 23:13:15 +00:00
andreas.otte%primus-online.de
d968fa955b
NECKO only: replacing GetBuffer with ToNewCString and some error checking
1999-07-06 23:08:16 +00:00
joki%netscape.com
0dc1a5f2fe
Partial fix for bug 8123, handle spacebar scrolling on keypress, not keydown
1999-07-06 22:55:46 +00:00
hyatt%netscape.com
3c3b608aa5
Trying to fix build bustage.
1999-07-06 18:53:41 +00:00
kipp%netscape.com
667f48ea59
Removed white-space stripping from href's/backgrounds/etc to fix bug #8319
1999-07-05 21:14:37 +00:00
kipp%netscape.com
596f172e63
Map entities that expand to \r to \n (bug #6199 ); eliminate linux specific compiler warnings
1999-07-05 19:45:27 +00:00
kipp%netscape.com
926ce8bbed
Made direction inheritable by tables in nav-quirks mode; cleaned up some linux specific compiler warning noise
1999-07-05 18:43:38 +00:00
hyatt%netscape.com
b24efa6d6c
Will do intrinsic sizing when the window is really small (doesn't have to be
...
0, since Linux barfs on that).
1999-07-05 16:54:14 +00:00
radha%netscape.com
22066bd370
Don't use the values returned by NS_MakeAbsURL to pass it to link handler, when
...
a mailto: url is clicked. This is because netlib doesn't understand mailto: urls yet.
This will be fixed the right way after NECKO lands
1999-07-04 23:48:06 +00:00
andreas.otte%primus-online.de
873a640f4b
NECKO only: fixing MakeAbsolute when loading images, cleanup
1999-07-04 22:23:38 +00:00
andreas.otte%primus-online.de
ef62836077
NECKO only: fixing MakeAbsolute when using link
1999-07-04 20:56:29 +00:00
hyatt%netscape.com
2af7a6b407
Checking in support for intrinsic sizing of chrome.
1999-07-04 04:09:54 +00:00
jfrancis%netscape.com
5dc9421f1c
thread safety comes to nsRange
1999-07-03 11:14:08 +00:00
warren%netscape.com
6d3e85b53e
Changed necko assertion to warning to make progress.
1999-07-03 06:52:55 +00:00
jfrancis%netscape.com
ebc79c328c
fix for bug 8024
1999-07-03 06:19:11 +00:00
waterson%netscape.com
b8f59c3ea4
Implement OnChange() on the Generic and XUL builders.
1999-07-03 02:41:13 +00:00
kipp%netscape.com
673f4543b9
Use old-upper/lower-alpha/roman style constants so that when we map them back to strings we can reverse the mapping (bug #4324 )
1999-07-02 22:27:55 +00:00
vidur%netscape.com
2833d42c0e
SCRIPT elements now added to the tree with a containing text element representing the script content
1999-07-02 20:59:39 +00:00
akkana%netscape.com
53ee27fc97
Fix DoPrettyPrint -- turning off prettyprinting was broken
1999-07-02 19:41:40 +00:00
hyatt%netscape.com
79160f00df
Making sure the default scrolling behavior for a webshell in XUL is
...
OVERFLOW_HIDDEN always. Scrolling behavior set on the box itself
can be used to enable scrolling.
1999-07-02 05:29:18 +00:00
troy%netscape.com
f49cf1f201
Added function FindPrimaryFrameFor()
1999-07-02 04:46:19 +00:00
vidur%netscape.com
8038804add
Style elements now have a text child for their contents.
1999-07-01 21:39:14 +00:00
warren%netscape.com
8462929dda
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
1999-07-01 19:30:20 +00:00
kin%netscape.com
c28fd4c67a
Added GetIID() method.
1999-07-01 18:57:36 +00:00
jfrancis%netscape.com
f83c611c20
fixed bug in CompareEndPoints()
1999-07-01 13:40:09 +00:00
joki%netscape.com
cc8b77b488
Backing out js security changes.
1999-07-01 13:03:35 +00:00
joki%netscape.com
5056a89212
New JavaScript/DOM security stuff.
1999-07-01 10:38:26 +00:00
jfrancis%netscape.com
d11c31e1c0
a little neatening
1999-07-01 08:39:24 +00:00
hyatt%netscape.com
4c1801f8f1
Fixing StartLayout so that it asserts and leaves the function if no root
...
content is available.
1999-07-01 07:34:19 +00:00
pinkerton%netscape.com
153b97e659
don't include nsHTMLAtoms.h since it's bad, and not needed anyway.
1999-07-01 06:47:31 +00:00
pinkerton%netscape.com
dd5492d2d6
don't show tooltip when node is disabled, use both the global and local coordinates when showing a tooltip so alignment will work. added some debug stuff to track down why mac isn't doing screen coords correctly.
1999-07-01 06:27:42 +00:00
hyatt%netscape.com
eda43ad47d
Adding some atoms.
1999-07-01 05:06:11 +00:00
pinkerton%netscape.com
ffbfc70557
filled in widget, clickCount, and mouse location for mouse enter/exit/over and drag enter/exit/over events. This info was just not getting set as it was for mouse clicks.
1999-07-01 04:12:42 +00:00
pinkerton%netscape.com
04ba4da225
don't crash if parent is null when asking for mouse coordinates.
1999-07-01 03:26:43 +00:00
rjc%netscape.com
4c8f84b2d3
Use a binary insertion sort. (Note: there is a conditional near the top of the file that can turn off the binary insertion sort and revert back to the older, slower code, in case of any weird bugs I haven't caught.) For the moment, its turned ON as I haven't seen any problems with it.
1999-07-01 01:55:09 +00:00
waterson%netscape.com
7c6e3e8c47
Bug 9098. Remove NS_PRECONDITION, as this can happen normally as part of teardown.
1999-07-01 01:21:14 +00:00
pinkerton%netscape.com
f8cb1c33e6
go back to using static define instead of GetIID for one part of QI because of win32 compiler. i hate it, but until i can talk to scc....
1999-07-01 00:54:46 +00:00
pinkerton%netscape.com
3a463448b6
Changing CreatePopup to return the popup. Adding a bunch of stuff for tooltips to the popup code. Fixing some bugs in webshell with loading malformed popups. Renamed "popup" to "popupElement" in the document and added "tooltipElement" as well.
1999-07-01 00:07:41 +00:00