waterson%netscape.com
|
085f9b7165
|
Bug 16516. Doh! Fix use of NS_RELEASE()-ed pointer that was causing load handlers to not run on brutally shared docs.
|
1999-11-30 22:47:41 +00:00 |
ftang%netscape.com
|
51060ec568
|
fix bug 20181. r=ftang a=beard
|
1999-11-30 22:24:16 +00:00 |
rjc%netscape.com
|
667e1acec3
|
Create static trueStr and falseStr once instead of various "true" and "false" usage.
|
1999-11-30 12:08:54 +00:00 |
warren%netscape.com
|
a265a32348
|
Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms.
|
1999-11-30 04:50:42 +00:00 |
waterson%netscape.com
|
71fff2e1d9
|
Fix RemoveStyleSheet() per pierre's comments.
|
1999-11-30 04:33:28 +00:00 |
hyatt%netscape.com
|
c07e825ba9
|
Adding RemoveStyleSheet to nsIDocument (needed for skins). r=waterson
|
1999-11-29 22:15:07 +00:00 |
waterson%netscape.com
|
7f0d4111fa
|
Bug 20147. Make sure to correctly scope 'parent' when creating script objects. XUL document's parent is the window; XUL element's parent is the document. r=brendan
|
1999-11-29 20:53:40 +00:00 |
hyatt%netscape.com
|
accc6a1b3f
|
More skin work. r=pavlov
|
1999-11-29 06:51:24 +00:00 |
tbogard%aol.net
|
46918d296f
|
nsXULDocument now uses the nsIBaseWindow interface for windowing stuff on webshell instead of nsIWebShell. This paves the way for the new docshell object to move in.
|
1999-11-29 06:04:15 +00:00 |
vidur%netscape.com
|
cadeecc8a4
|
Changed signature of AddScriptEventListener. Event handlers that are attributes of XUL elements are now compiled only when first invoked. R=joki
|
1999-11-25 00:06:10 +00:00 |
waterson%netscape.com
|
f24b150fb3
|
More random flailing to fix gcc-2.7.2.3
|
1999-11-24 23:39:34 +00:00 |
waterson%netscape.com
|
03e82d50ce
|
Random flailing to fix gcc-2.7.2.3 bustage.
|
1999-11-24 23:19:52 +00:00 |
waterson%netscape.com
|
062b2d5a6f
|
Expose nsIXULDocument and nsIXULPrototypeDocument as public interfaces. Properly implement nsIXULDocument::CreateFromPrototype().
|
1999-11-24 22:46:09 +00:00 |
waterson%netscape.com
|
20db57f648
|
Add methods to individually flush prototypes and style sheets.
|
1999-11-24 22:44:52 +00:00 |
waterson%netscape.com
|
725a3b67cd
|
Bug 20036. Fix style sheet ordering.
|
1999-11-24 22:43:45 +00:00 |
tbogard%aol.net
|
a0640b60c4
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
tbogard%aol.net
|
d32c6dfc9c
|
Enabled nsXULElement to implement the nsIChromeEventHandler interface. r=hyatt
|
1999-11-23 09:36:39 +00:00 |
rjc%netscape.com
|
47c7e1b6e6
|
One less loop (figured out what was preventing this).
|
1999-11-23 05:37:33 +00:00 |
rjc%netscape.com
|
29c08f34ab
|
Get rid of a warning.
|
1999-11-23 04:47:38 +00:00 |
rjc%netscape.com
|
8d87ea18f6
|
Get rid of another signed/unsigned warning.
|
1999-11-23 04:44:52 +00:00 |
rjc%netscape.com
|
4d89b5ea58
|
Get rid of a signed/unsigned warning.
|
1999-11-23 04:43:01 +00:00 |
rjc%netscape.com
|
33404d8a24
|
Speed up sorting by reducing the # of times we loop over the list of nodes. Now, we loop over once to build up a flat array of nodes [qsort needs a flat array] and remove them from the content model, then we sort, then we loop again to re-add the now-sorted nodes, and finally we loop to check if any of the nodes is a container with children such that we need to recursively sort on it. [Note: I tried to combine the final two loops but the tree widget didn't like that. Oh well... its still a lot better than before.]
|
1999-11-23 04:39:29 +00:00 |
rjc%netscape.com
|
84e2b4c550
|
When sorting, only set found="true" attribute if not a natural order sort.
|
1999-11-23 02:27:03 +00:00 |
rjc%netscape.com
|
fddf5943ca
|
Set some sorting hints on the root of the tree (allows for faster insertion sort, due to not having to look around for treecol tags; also makes it pretty easy for drag&drop code to determine if a sort is currently being imposed.)
|
1999-11-23 01:51:46 +00:00 |
waterson%netscape.com
|
f664dd64c8
|
Bug 19421. Brendan's fixes for brutal sharing of script, plus a 'placeholder channel' that ensures we don't fire the EndDocumentLoad() before the prototype walk completes. r=brendan
|
1999-11-23 01:44:51 +00:00 |
rjc%netscape.com
|
3f3e3b8f3a
|
Better handling of natural order calculation on RDF sequences; add support for sorting in-between separators.
|
1999-11-23 01:02:55 +00:00 |
rjc%netscape.com
|
ec7ad9543d
|
Better handling of natural order calculate on RDF sequences. Makes drag&drop work fairly well in natural order.
|
1999-11-20 08:46:22 +00:00 |
waterson%netscape.com
|
0116ab78df
|
Bug 12734. Make check for duplicate insertions debug-only. Thanks to zee@northrock.bm
|
1999-11-20 07:13:25 +00:00 |
sfraser%netscape.com
|
78aa804bcf
|
Workaround for bug 19421 -- no menus on mac. This is a problem with brutal sharing of overlays that waterson needs to fix. For now, turn off brutal sharing of scripts. r=brendan, saari.
|
1999-11-20 06:42:24 +00:00 |
brendan%mozilla.org
|
7289c9d1cb
|
Followup to my last checkin: get list-unlink vs. ResumeWalk order right (r=waterson@netscape.com)
|
1999-11-20 03:10:42 +00:00 |
rods%netscape.com
|
74e45c0e2a
|
removed select initialization code r=dcone bug 18241
|
1999-11-19 15:42:06 +00:00 |
buster%netscape.com
|
4cbe3e3538
|
bug 12022, r=rickg
|
1999-11-19 08:26:56 +00:00 |
bienvenu%netscape.com
|
8737dce8ab
|
small performance tweak for null id xul elements r=waterson
|
1999-11-19 01:31:36 +00:00 |
waterson%netscape.com
|
aaf9e7f9c7
|
Clean up some timing printfs.
|
1999-11-18 05:47:51 +00:00 |
brendan%mozilla.org
|
098299e271
|
Brutal JS script sharing (15146, r=waterson@netscape.com).
|
1999-11-18 02:25:33 +00:00 |
warren%netscape.com
|
aaf83521f5
|
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
|
1999-11-17 08:14:52 +00:00 |
waterson%netscape.com
|
52d85162a9
|
Fix build bustage: disambiguate nsXULDocument::State from nsForwardReference::State by renaming to nsForwardReference::Phase.
|
1999-11-17 03:20:03 +00:00 |
waterson%netscape.com
|
2d34222855
|
Bug 13378. Make sure that we hook up any broadcasters that arrive in overlay subtrees. r=hyatt
|
1999-11-17 02:45:46 +00:00 |
rjc%netscape.com
|
22d78384e5
|
Trim out some crufty/old unused code, and speed up sorting a bit by reducing the number of string copies. Review: me
|
1999-11-17 02:03:46 +00:00 |
waterson%netscape.com
|
a4c33e24fa
|
Bug 10469. Remove 'natural order position' stuff. Make sure that nsXULSortService::InsertContainerNode() does the right thing when presented with an unsorted tree. r=rjc
|
1999-11-16 05:34:13 +00:00 |
norris%netscape.com
|
411aade911
|
* Fix 12124 [DOGFOOD] Reading user's preferences
* Implement site-specific security policies (bug 858)
r=mstoltz
* Use Recycle rather than delete[] to clean up Purify logs
r=law
|
1999-11-16 05:07:31 +00:00 |
tbogard%aol.net
|
50379d48b1
|
Changed places where containers were set to use nsISupports instead of nsIContentViewerContainer. r=dp
|
1999-11-15 22:17:54 +00:00 |
tbogard%aol.net
|
23832caf58
|
Changed interfaces to take nsISupports for the container instead of nsIContentViewerContainer. nsXULDocument was for some reason holding on to this interface (as a weak reference) but was never using it. I have therefore gotten rid of this member variable. r=dp
|
1999-11-15 22:14:37 +00:00 |
putterman%netscape.com
|
97fca30909
|
Partial fix for 10208. When adding items to a container, update the empty attribute. reviewed by
waterson.
|
1999-11-15 20:58:39 +00:00 |
rods%netscape.com
|
d6847ac0e2
|
added the call DoneAddingContent for the select after it has been created.
r=dcone,bug 18784,16821
|
1999-11-15 15:11:33 +00:00 |
rjc%netscape.com
|
a6dd3f11da
|
XUL templates can now be specified via attribute instead of a child node of the root. Also, sorting info can now be specified on the root node, so now any RDF-generated content can be sorted (not just trees). Review: me
|
1999-11-14 11:10:34 +00:00 |
putterman%netscape.com
|
14b976d5b4
|
Use get() instead of ==
|
1999-11-11 01:22:59 +00:00 |
rjc%netscape.com
|
35b6bda704
|
Add support for secondary key sort. Convert over to using nsCOMPtrs. Review: me
|
1999-11-10 23:50:34 +00:00 |
waterson%netscape.com
|
0f802e0c50
|
Bug 18102. Consolidate element map, command dispatcher, and broadcaster hookup into AddSubtreeToDocument(). Fixes over-eager hookup of broadcast listeners into unresolved overlay elements, which left a dangling pointer. r=saari, a=chofmann
|
1999-11-08 19:07:13 +00:00 |
dmose%mozilla.org
|
8535dda53e
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |