akkana%netscape.com
365b822bb1
attempt to fix win build bustage
1999-06-04 23:45:25 +00:00
akkana%netscape.com
a6d85f64a3
cast away constness for a temporary fix to windows build bustage
1999-06-04 22:58:47 +00:00
akkana%netscape.com
3d54e784c0
XIF Document Encoder; and partial fix for XIF-to-html conversion of comments
1999-06-04 22:22:53 +00:00
hyatt%netscape.com
5da36a6d57
Fixes for several bugs.
1999-06-04 22:05:47 +00:00
nisheeth%netscape.com
d258a2fb2b
Fix for bug 6892. We should not set focus each time a document viewer creates a new window but leave it to the embedding application to decide when to set focus.
1999-06-04 01:48:38 +00:00
nisheeth%netscape.com
af5727b090
Fix for bug 4924. Attributes created with no namespace prefix are now assigned no namespace. They were erroneously being assigned the default namespace earlier.
1999-06-04 01:16:18 +00:00
akkana%netscape.com
7eb99ffcd0
Checking in the non-dangerous parts of the XIF document/html encoder
1999-06-04 01:04:08 +00:00
akkana%netscape.com
8b73938c4d
Vidur's initial implementation of Insert HTML Fragment
1999-06-03 22:38:38 +00:00
akkana%netscape.com
d95e3b93e3
Part of Vidur's html fragment changes: files which aren't in the build yet
1999-06-03 22:30:12 +00:00
warren%netscape.com
856c122c19
Left over from mozilla/base/src.
1999-06-03 21:50:54 +00:00
alecf%netscape.com
0f549d4c5c
oops, forgot to make this native code for C++
1999-06-03 20:47:09 +00:00
rjc%netscape.com
afcbaf44b1
XUL templates are now strong enough to support building menus and menuitems.
1999-06-03 07:16:18 +00:00
alecf%netscape.com
38220df50f
add XPIDL stubs for these DOM objects so that we can access them from XPConnect
1999-06-03 04:39:14 +00:00
waterson%netscape.com
533357a060
Bug 4045. Make GenericBuilder and its kin look at the 'ref=' attribute first, so that it's possible to have two elements in the same document tree that refer to the same RDF resource.
1999-06-03 02:23:50 +00:00
peterl%netscape.com
294da6f59e
added cloning
1999-06-03 01:58:11 +00:00
peterl%netscape.com
4358f69fcb
added modified state
...
added cloning with actual copy on write
1999-06-03 01:57:52 +00:00
peterl%netscape.com
5360affc5e
added cloning and dirtying of sheet on modify
1999-06-03 01:57:13 +00:00
peterl%netscape.com
b37990bb21
added modified test for loaded sheets
1999-06-03 01:56:14 +00:00
peterl%netscape.com
7f70332c59
added modified test to api
1999-06-03 01:55:02 +00:00
alecf%netscape.com
1e37044d42
first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods
1999-06-02 02:06:32 +00:00
jfrancis%netscape.com
7dd79a4cfd
fix for subtree iter Init - now works when inited over a single textnode
1999-06-02 00:41:45 +00:00
rjc%netscape.com
725acacbb9
Checking in a workaround for bug #7437 until Rickg fixes that.
1999-06-02 00:01:23 +00:00
rjc%netscape.com
79eed1d6fc
Disable XUL templates for the moment.
1999-06-01 21:34:05 +00:00
beard%netscape.com
ebb42e275f
bug #7354 : arrow key scrolling, force the update to deal with different event priorities.
1999-05-31 01:45:23 +00:00
beard%netscape.com
49aa6c81c8
make sure mScriptContextOwner isn't NULL (apologies to sspitzer, made the test consistent with line #2283 , hope you don't mind)
1999-05-29 21:43:24 +00:00
sspitzer%netscape.com
9cea6738a5
fix for #7344 . check for nsnull before dereferencing.
1999-05-29 20:55:48 +00:00
vidur%netscape.com
fca71d812c
possibly temporary sink implementation to build a document fragment.
1999-05-29 01:29:01 +00:00
rjc%netscape.com
3a6f8aedb4
Fix some bugs with template rules. Added some needed styles for bookmarks window. Fixed a bug with sorting in bookmarks window (don't add RDFCore into list, as its unnecessary.) Bookmarks panel in sidebar is now using template rules.
1999-05-29 00:17:32 +00:00
hyatt%netscape.com
0d62207d4d
Focus tracker actually tracks!
1999-05-28 22:55:10 +00:00
nhotta%netscape.com
a40a8715a8
Added a check for force charset.
1999-05-28 20:53:29 +00:00
hyatt%netscape.com
1a462db603
Oops.
1999-05-28 20:33:46 +00:00
hyatt%netscape.com
ef9e57ca33
Adding the focus tracker to the XUL document.
1999-05-28 20:24:58 +00:00
waterson%netscape.com
ed2ab323c4
Bug 6895. Create HTML elements (not XUL elements) when the tag is in the HTML namespace. Minor performance enhancements to reduce number of calls to layout during content model construction.
1999-05-28 11:30:59 +00:00
peterl%netscape.com
1a121d89d6
clone URLs before handing to netlib. "chrome:" and "resource:" urls get munged destroying hash keys...
1999-05-28 06:50:52 +00:00
vidur%netscape.com
2206692fcd
Fix for bug 6125. DOMImplementation::hasFeature() now works better
1999-05-28 00:22:47 +00:00
vidur%netscape.com
b8ecc55881
Added noscript qualifier to HTMLDocument::Open, Write and Writeln and moved the JS-specific versions over to NSHTMLDocument.
1999-05-28 00:18:48 +00:00
kmcclusk%netscape.com
56cb572831
fixes for bugs #5809 , #5852 , #6828 , #6973 .
...
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00
hyatt%netscape.com
25c31fd9a3
(1) The document now checks the window for capture.
...
(2) Frames and iframes now know their nearest enclosing chrome shells.
1999-05-27 21:04:52 +00:00
hyatt%netscape.com
989a98a5b9
Implementing document and window capture in the XUL DOM.
1999-05-27 21:03:59 +00:00
peterl%netscape.com
9142b76d62
tweaks to css loader handling
1999-05-26 23:59:00 +00:00
peterl%netscape.com
49aae09b5a
use css loader to load css sheets
...
better css handling
1999-05-26 23:58:06 +00:00
peterl%netscape.com
5846e500d5
fixed ref counting of global atoms
1999-05-26 23:56:57 +00:00
peterl%netscape.com
8f088167e0
sync to nsIStyledContent API change
1999-05-26 23:55:49 +00:00
peterl%netscape.com
0ff2cb742d
changed cascading code to include rules from children
...
added rule cascade per media
1999-05-26 23:55:12 +00:00
peterl%netscape.com
4acc03a176
better handling of CR/LF after escapes
1999-05-26 23:53:39 +00:00
peterl%netscape.com
fbcf6e8b5d
better handling of bad @imports
1999-05-26 23:53:16 +00:00
peterl%netscape.com
0e8ebe075d
added load agent sheet
...
added support for non-blocking inline sheets
1999-05-26 23:52:37 +00:00
peterl%netscape.com
9533665652
added Clearmedia
1999-05-26 23:51:42 +00:00
peterl%netscape.com
c7644ee0fc
added drop doc reference
...
added load agent sheet
added usage notes
1999-05-26 23:51:25 +00:00
peterl%netscape.com
766ffe4aa0
drop doc reference on CSS loader
1999-05-26 23:50:26 +00:00
peterl%netscape.com
325e454ccd
made inline style sheet non-blocking
...
fixed processing of link type ("rel")
fixed handling of mime type
1999-05-26 23:49:33 +00:00
peterl%netscape.com
716232e145
prepped MapAttributeInto for use with table cells too
1999-05-26 23:48:19 +00:00
peterl%netscape.com
ae8ececefd
sync to nsIStyledContent API change
...
add table style rule to table cell
1999-05-26 23:47:19 +00:00
peterl%netscape.com
3437a3de76
sync to nsIStyledContent API change
1999-05-26 23:46:45 +00:00
peterl%netscape.com
bd656c4fbd
added assertion to resolve style
1999-05-26 23:44:56 +00:00
peterl%netscape.com
7a42466c4f
changed style rule API to use array
1999-05-26 23:44:32 +00:00
peterl%netscape.com
ebc7230baf
tweaks to CSS loader usage
1999-05-26 23:42:29 +00:00
bruce%cybersight.com
e73f9d9713
Fix a free memory mismatch.
1999-05-26 22:53:12 +00:00
jfrancis%netscape.com
cb89b3b4db
fixed dom range gravity error
1999-05-26 22:28:04 +00:00
ftang%netscape.com
cc813dcc33
fix bug 6740. approved by christ hofmann
1999-05-25 02:30:03 +00:00
hyatt%netscape.com
69152a76fd
Better fix for 6746.
1999-05-25 00:29:55 +00:00
waterson%netscape.com
06a6123e40
More bug 6823. Add comments to keep this problem from happening again.
1999-05-21 21:23:04 +00:00
waterson%netscape.com
ca3211269e
More bug 6823. Need to have a GetIID() on nsIEventListenerManager.
1999-05-21 21:22:02 +00:00
hyatt%netscape.com
8fb2c9835b
Fix for the regression described in bug 6823.
1999-05-21 19:27:02 +00:00
vidur%netscape.com
dc0c7c7de9
Fix for bug 4050 - problem with HTMLSelectElement::Add(). Fix reviewed by Eric Pollmann and approved by CYeh.
1999-05-20 21:50:14 +00:00
hyatt%netscape.com
dfd17ec74c
No manifest file was included for this directory. ^%&#^%&#@$
1999-05-20 09:13:00 +00:00
hyatt%netscape.com
dddc71fea8
Fixes for bugs 6746 and 6747. Approved by chofmann@netscape.com.
1999-05-20 06:39:37 +00:00
mscott%netscape.com
7955391327
Back out ftang's changes to fix show stopper on mailnews: Bug #6740 . Right now mailnews is helpless without backing this out.
1999-05-20 03:23:44 +00:00
rjc%netscape.com
d4b3602019
Fix Unix bustage on previous checking for bug # 6778.
1999-05-20 01:55:37 +00:00
rjc%netscape.com
c2db68fd3f
Fix bug # 6778. Reviewed by sdagley, approved by chofmann.
The fix consists of checking the proper default namespace on attributes (instead of using the XUL namespace), and adding a XUL template in for the bookmarks panel in the sidebar.
1999-05-20 01:21:20 +00:00
joki%netscape.com
056cdbbf1d
Partial fix for 3289, reduce number of repaints/reflow when mousing over toolbar buttons. A:chofmann
1999-05-19 23:28:18 +00:00
harishd%netscape.com
f7a60fdd2e
Fix for bug#6716. For handling multiple <BODY> tags in a document.
...
(R) rickg, (A) chofmann
1999-05-19 22:10:30 +00:00
hyatt%netscape.com
bb16cb3c2e
Fix for bug 5911.
1999-05-19 08:26:21 +00:00
rjc%netscape.com
881680ba79
Apply Scott Putterman's fix for XUL sorting.
1999-05-19 05:30:25 +00:00
waterson%netscape.com
1ba85a5766
Implement nsIDOMNSDocument properly. Factor logic for createElement & createElementWithNamespace.
1999-05-19 04:28:40 +00:00
pollmann%netscape.com
89e89d3e37
Bug 3187: Add frame notification on option creation and destruction.
1999-05-19 03:46:25 +00:00
pollmann%netscape.com
8d482f30df
Bug 3187: Adding an IndexOf method to nsOptionList. We'll use this in the option constructor and destructor (1 of 3)
1999-05-19 01:11:48 +00:00
pollmann%netscape.com
6fbc2ada16
Enabling SIZE attribute change for selects.
1999-05-19 01:03:02 +00:00
pollmann%netscape.com
e720a8638b
Enabling MULTIPLE attribute change for selects.
1999-05-19 00:59:06 +00:00
pollmann%netscape.com
97342c868f
Enabling cols and rows attribute change for framesets. (1 of 3)
1999-05-19 00:34:56 +00:00
ftang%netscape.com
32f6dee483
get charset information from nsIWebShell to implement META charset reload
1999-05-19 00:24:41 +00:00
peterl%netscape.com
67839c146b
fix mac, better whitespace after escape handling
1999-05-19 00:18:30 +00:00
peterl%netscape.com
8a384ed0b8
fixed ambiguous cast for nsCOMPtr on linux
1999-05-19 00:05:40 +00:00
joki%netscape.com
022a0e65af
Breaking nsIDOMEvent out into nsIDOMEvent and nsIDOMUIEvent.
1999-05-18 23:51:04 +00:00
vidur%netscape.com
08b19509c2
Fix for bug 3387. document.opened pages now get the URL of their source document.
1999-05-18 23:44:55 +00:00
peterl%netscape.com
6041f44153
added css loader support
1999-05-18 23:16:26 +00:00
peterl%netscape.com
cb7284df94
added css loader
1999-05-18 23:15:10 +00:00
peterl%netscape.com
6be2651742
added clone & insert child support
...
added drag-n-drop pseudo support
1999-05-18 23:14:29 +00:00
peterl%netscape.com
9b3f0e40db
fixed escape parsing
1999-05-18 23:13:27 +00:00
peterl%netscape.com
98bb776723
added css loader for child sheet
...
added drag pseudo classes
fixed background parsing bug
1999-05-18 23:12:17 +00:00
peterl%netscape.com
6cef60ce49
added drag-n-drop psuedo classes
1999-05-18 23:10:53 +00:00
peterl%netscape.com
e91fd4e204
added insert child sheet & clone methods
1999-05-18 23:10:09 +00:00
peterl%netscape.com
03711fb877
added set child loader
1999-05-18 23:09:47 +00:00
peterl%netscape.com
4e9d78cf2a
added drag pseudo classes
1999-05-18 23:09:21 +00:00
peterl%netscape.com
22dd7d3800
added insert style sheet
1999-05-18 23:08:14 +00:00
peterl%netscape.com
3a4d108647
added css loader accessor
1999-05-18 23:07:53 +00:00
peterl%netscape.com
7973183970
added css loader support
...
added insert style sheet support
1999-05-18 23:06:31 +00:00
peterl%netscape.com
4a39fb3d10
moved style sheet loading into css loader
1999-05-18 23:05:43 +00:00
peterl%netscape.com
ee68944808
use css loader to get css parser for style attribute
1999-05-18 23:04:44 +00:00
peterl%netscape.com
d393ad5352
fixed change hint for border style
1999-05-18 23:03:29 +00:00
peterl%netscape.com
bfcbb2a606
added insert style sheet
...
fixed some observer notifications
1999-05-18 23:03:04 +00:00
peterl%netscape.com
7f1229b1e3
added insert style sheet method
1999-05-18 23:02:25 +00:00
peterl%netscape.com
b53a143f17
added css loader support
...
fixed document observer calls
1999-05-18 23:02:00 +00:00
jfrancis%netscape.com
aa15dffa7a
collapsed ranges now result in empty iterators over them
1999-05-18 11:11:14 +00:00
hyatt%netscape.com
c31f58efe7
Disabling the cloned style sheets. This is causing trouble. Will probably have
...
to force them to be reparsed.
1999-05-18 10:21:11 +00:00
hyatt%netscape.com
dda0797e17
Fixes.
1999-05-18 09:28:00 +00:00
hyatt%netscape.com
7d751fe7c5
Oh yeah, baby.
1999-05-18 09:03:53 +00:00
hyatt%netscape.com
e16abec745
Popup listener knows how to be a blur listener.
1999-05-18 08:37:41 +00:00
hyatt%netscape.com
ebfa702013
Typo.
1999-05-18 07:42:31 +00:00
hyatt%netscape.com
fc6b4cd8be
Working on popup documents.
1999-05-18 07:40:59 +00:00
rjc%netscape.com
1e8eed4c51
Get rid of a few warnings.
1999-05-18 06:34:15 +00:00
rjc%netscape.com
ccb4bd97b8
More XUL template changes. Also re-enabling XUL_TEMPLATES.
1999-05-18 06:27:04 +00:00
rjc%netscape.com
4dda861004
Even more support for collation keys.
1999-05-18 06:19:04 +00:00
hyatt%netscape.com
cd8b5dada5
Had the wrong integer value for the right mouse button.
1999-05-18 06:05:43 +00:00
karnaze%netscape.com
414e20e8b6
support for css padding in table cells
1999-05-18 05:18:16 +00:00
vidur%netscape.com
c7ac90f4c8
Partial fix for bug 6554. document.writing the body from a script in the head now works.
1999-05-18 02:08:04 +00:00
rjc%netscape.com
06d01ef3ff
Checking in some additional collation key support.
1999-05-17 22:43:47 +00:00
vidur%netscape.com
8ffd5ac746
Implemented document.layers and nsIDOMHTMLLayerElement interface.
1999-05-17 21:17:48 +00:00
vidur%netscape.com
802d7b19c1
Propagate visibility style across table boundaries.
1999-05-17 21:17:21 +00:00
hyatt%netscape.com
eade061743
La la la.
1999-05-16 09:40:42 +00:00
hyatt%netscape.com
7eb10f9474
More popup work.
1999-05-16 09:09:00 +00:00
hyatt%netscape.com
e1b918d6dd
Fixing build bustage
1999-05-16 08:50:27 +00:00
hyatt%netscape.com
eac829cd24
Added the method that will give me the new popup doc.
1999-05-16 08:05:32 +00:00
hyatt%netscape.com
46e652edde
Implementing HandleDOMEvent in nsXULDocument.cpp. Events now bubble to the
...
document and in turn will now bubble to the window.
1999-05-16 07:05:51 +00:00
hyatt%netscape.com
1e13404fbb
Events weren't bubbling into the document. They do this now.
1999-05-16 06:58:56 +00:00
waterson%netscape.com
1afa8c1325
Bug 3367. Need to 1) treat ArcLabelsOut as returning an 'optimistic' list of arcs, that is, possible arcs out; 2) use GetTarget() to test the containment property, not just existence of the arc; 3) implement 'rdf:ignore' to skip properties that may require extensive computation. In the process, I had to #ifdef XUL_TEMPLATES some of the XUL template stuff.
1999-05-15 23:46:17 +00:00
hyatt%netscape.com
44c4e25ff4
DOn't need the printf any more.
1999-05-15 09:04:45 +00:00
hyatt%netscape.com
b29bcf0a02
Not yet implemented. Sigh. I hate seeing "Not yet implemented."
1999-05-15 09:03:59 +00:00
hyatt%netscape.com
e79a5b7f9e
Added support for document.popup, so that event handlers in popup content
...
can refer to the popup's originating element.
1999-05-15 08:46:14 +00:00
hyatt%netscape.com
d6cdb51453
Calling both createPopup and createAnchoredPopup now.
1999-05-14 21:51:57 +00:00
beard%netscape.com
2bbeacd974
fixed ref count leak
1999-05-14 20:43:27 +00:00
hyatt%netscape.com
bba1b15b6b
Screen coords instead.
1999-05-14 19:22:52 +00:00
hyatt%netscape.com
880d8ac152
Changes to actually call into the GlobalWindowImpl's createPopup method.
1999-05-14 19:10:01 +00:00
dcone%netscape.com
0664263319
added a webshell parameter to the PrintContent call, unhooked the PresShell from the
...
document before deletion. Fixed a leak.
1999-05-14 14:40:59 +00:00
hyatt%netscape.com
68699b75c3
Popup listener.
1999-05-14 07:20:12 +00:00
jfrancis%netscape.com
acc4de704d
fixing overly noisy asserts
1999-05-14 06:18:07 +00:00
hyatt%netscape.com
c30b21f261
Committing the XUL popup listener implementation.
1999-05-14 05:37:20 +00:00
hyatt%netscape.com
70323053b9
Adding support for the popup content implementation.
1999-05-14 05:37:00 +00:00
hyatt%netscape.com
55a0657c63
Committing the popup listener interface.
1999-05-14 05:36:21 +00:00
kmcclusk%netscape.com
bdce020a9a
bug #5993 . Removed references to nsIWidget in form HTML content elements. the form elements
...
now go through the nsFormControlFrame interface instead. This removes the dependency between
form element content and nsIWidget.
1999-05-13 23:45:40 +00:00
waterson%netscape.com
f83f501684
Fixed missing release service.
1999-05-13 20:52:15 +00:00
neeti%netscape.com
ab090b8c08
Fixed SetEnableRendering() in nsDocumentViewer.cpp
...
Initialized mEnableRendering in constructors of nsDocumentViewer.cpp and nsPlugin.cpp to a default value of PR_TRU
Do EnableRefresh only if mEnableRendering is set to true in nsHTMLContentSink.cpp,nsXMLContentSink.cpp,
nsXMLContentSink.h
1999-05-13 20:27:47 +00:00
waterson%netscape.com
24b66c0162
Okay, let's try that fix again.
1999-05-13 17:27:51 +00:00
waterson%netscape.com
ce8fbc0b9b
Fix inappropriate use of member functions.
1999-05-13 16:57:59 +00:00
rjc%netscape.com
0c22e91413
Don't compare nsCOMPtrs against nsnull.
1999-05-13 08:29:56 +00:00
rjc%netscape.com
b89173be36
More cleanup on nsXULSortService (more nsCOMPtr usage, more C++ usage, etc.) Also, begin to add support for collation keys.
1999-05-13 08:25:12 +00:00
rjc%netscape.com
917d465fad
Add support for any node attribute that wants to bind its value to RDF by looking it up in the graph.
1999-05-13 08:02:19 +00:00
warren%netscape.com
7a41ef7d73
Fixed nsICollection (and Count in particular) to be xpidl friendly.
1999-05-13 04:56:04 +00:00
jfrancis%netscape.com
e932a88dbf
better error handling
1999-05-13 02:43:30 +00:00
sspitzer%netscape.com
86e67dfa23
make destructor virtual
1999-05-13 02:23:33 +00:00