pinkerton%netscape.com
|
cd99200170
|
don't include nsHTMLAtoms.h since it's bad, and not needed anyway.
|
1999-07-01 06:47:31 +00:00 |
|
pinkerton%netscape.com
|
f57e5480a5
|
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 |
|
rjc%netscape.com
|
bc9d03d879
|
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
|
2bc96a3bce
|
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
|
2fb58822af
|
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
|
358bcc130a
|
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 |
|
rjc%netscape.com
|
853702e169
|
Clean up a couple of warnings.
|
1999-06-30 09:05:24 +00:00 |
|
gagan%netscape.com
|
dc1680b25c
|
Necko changes (from Andreas)
|
1999-06-29 00:26:25 +00:00 |
|
gagan%netscape.com
|
4d4a936e0f
|
Necko changes.
|
1999-06-28 23:57:35 +00:00 |
|
mscott%netscape.com
|
bd5f2eaa51
|
Necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream.
|
1999-06-28 20:38:06 +00:00 |
|
nisheeth%netscape.com
|
6e140506a0
|
Adding the architecture for an external transformation engine to hook into Raptor's layout process. One way this architecture can be used is for doing XSL transforms using a 3rd party component that implements the XSL processor. More details will be posted in mozilla.layout.
Currently enabled on windows only. Set MOZ_XSL to 1 in your environment and build mozilla/layout.
|
1999-06-28 14:12:07 +00:00 |
|
warren%netscape.com
|
fbc735f510
|
Last of the necko ifdefs. Now we link with necko.
|
1999-06-28 10:35:57 +00:00 |
|
valeski%netscape.com
|
ce095de1af
|
NECKO if defs
|
1999-06-27 16:36:48 +00:00 |
|
mcafee%netscape.com
|
fbd468ebbe
|
BeOS changes
|
1999-06-27 09:18:50 +00:00 |
|
rjc%netscape.com
|
c9825ba220
|
Fix a lot of warnings by not using "basename" as a variable as it happens to be defined globally as a function.
|
1999-06-26 09:25:22 +00:00 |
|
rjc%netscape.com
|
837414868d
|
Fix typo.
|
1999-06-26 09:17:46 +00:00 |
|
rjc%netscape.com
|
47ffc33fee
|
Cleanup.
|
1999-06-26 08:29:11 +00:00 |
|
rjc%netscape.com
|
959d96f88c
|
When building up list of commands via GetAllCmds(), walk forwards instead of backwards over datasources.
|
1999-06-26 08:28:43 +00:00 |
|
rjc%netscape.com
|
44bb3754a6
|
Cleanup.
|
1999-06-26 07:40:59 +00:00 |
|
rjc%netscape.com
|
f20957b501
|
Cleanup.
|
1999-06-26 07:25:54 +00:00 |
|
rjc%netscape.com
|
598ce6bb3c
|
Cleanup.
|
1999-06-26 07:11:56 +00:00 |
|
warren%netscape.com
|
fbd6d1dc57
|
Necko ifdefs for layout and rdf.
|
1999-06-26 06:36:26 +00:00 |
|
rjc%netscape.com
|
9a60f136ab
|
Return an empty command enumerator instead of throwing an assertion.
|
1999-06-26 04:58:22 +00:00 |
|
rjc%netscape.com
|
6dd2eb7da8
|
Reject assertions that we don't support instead of returning an error.
|
1999-06-26 04:51:05 +00:00 |
|
rjc%netscape.com
|
b69eb47cf0
|
Add some FTP commands (for context menus).
|
1999-06-26 04:39:16 +00:00 |
|
rjc%netscape.com
|
31a7e20e77
|
Implement GetAllCmds().
|
1999-06-26 02:58:50 +00:00 |
|
rjc%netscape.com
|
f7d68735da
|
Oops, missed updating chrome with the new GetAllCmds() method.
|
1999-06-26 01:43:00 +00:00 |
|
rjc%netscape.com
|
d8cf0513a0
|
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
|
1999-06-26 01:09:02 +00:00 |
|
waterson%netscape.com
|
8c8ed7284d
|
Expunge EqualsResource() and EqualsLiteral().
|
1999-06-25 20:51:13 +00:00 |
|
ramiro%netscape.com
|
773e34ec7d
|
Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
|
1999-06-25 09:38:26 +00:00 |
|
rjc%netscape.com
|
b71e65cc64
|
Only set natural order attribute on the containment element.
|
1999-06-25 09:32:43 +00:00 |
|
rjc%netscape.com
|
990539b30a
|
Unset sortActive and sortDirection attributes if "natural order" is being used.
|
1999-06-25 09:19:29 +00:00 |
|
rjc%netscape.com
|
d61393dde8
|
Get sorting working with new tree structure. Basically, just look for treechildren instead of treebody when walking down from the root of the tree.
|
1999-06-25 06:47:28 +00:00 |
|
warren%netscape.com
|
32d4f24430
|
Changed URLGroup to LoadGroup
|
1999-06-25 02:31:51 +00:00 |
|
warren%netscape.com
|
4001aade80
|
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
|
1999-06-25 02:17:37 +00:00 |
|
waterson%netscape.com
|
6d5adaa9f4
|
Replace use of EqualsNode() with pointer comparison. This is safe (and has been for a while :-/) because literals are hashed.
|
1999-06-24 21:19:54 +00:00 |
|
waterson%netscape.com
|
b6f0320775
|
Fix use of nsString with nsAutoString where appropriate.
|
1999-06-24 21:19:02 +00:00 |
|
waterson%netscape.com
|
4b1f9242e4
|
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
|
1999-06-24 00:22:58 +00:00 |
|
warren%netscape.com
|
15272e93b7
|
More necko changes. Changed nsIPluginTagInfo2::GetDocumentBase to copy string.
|
1999-06-23 19:55:21 +00:00 |
|
hyatt%netscape.com
|
fc69b0751c
|
Fix for 8735.
|
1999-06-23 07:21:11 +00:00 |
|
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
hyatt%netscape.com
|
b66c3c67f2
|
Landing the tree widget branch.
|
1999-06-23 03:02:21 +00:00 |
|
waterson%netscape.com
|
6d3fa1daed
|
Add placeholder for a template.
|
1999-06-22 02:07:06 +00:00 |
|
alecf%netscape.com
|
01aed4ad67
|
move resources into a seperate subdirectory so we can export them AND build the DLL with the same makefiles
|
1999-06-22 02:00:42 +00:00 |
|
rjc%netscape.com
|
b7bfb76ea6
|
Cleanup.
|
1999-06-22 01:57:46 +00:00 |
|
rjc%netscape.com
|
57e1b1595d
|
Unescape FTP names (in case they were encoded).
|
1999-06-21 23:35:23 +00:00 |
|
rjc%netscape.com
|
1bf5f15f2b
|
Better buffering of FTP input.
|
1999-06-21 23:11:17 +00:00 |
|
rjc%netscape.com
|
2a4f942c9a
|
Clean up.
|
1999-06-21 10:46:47 +00:00 |
|
rjc%netscape.com
|
2df2a78102
|
Turn on.
|
1999-06-21 09:22:17 +00:00 |
|
rjc%netscape.com
|
3937aff223
|
Conditionalize.
|
1999-06-21 09:12:35 +00:00 |
|