Commit Graph

1913 Commits

Author SHA1 Message Date
waterson%netscape.com
59f822c9a6 Use nsCString instead of nsString for anonymous content nodes. Get rid of use of rdf_Isa(). 1999-09-01 00:50:01 +00:00
waterson%netscape.com
76abd92fbf Bug 3284. Removed static global reference to the RDF service. We no longer leak it (on purpose, anyway). Also, updated anonymous resource APIs to use nsCStrings instead of nsStrings. 1999-09-01 00:49:14 +00:00
joki%netscape.com
155255be20 Adding new flag to the security check calls out of the DOM generated JS files. 1999-08-31 14:23:55 +00:00
nisheeth%netscape.com
a3d25a6149 Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00
waterson%netscape.com
c1ca0ebd36 Bug 12811. Fix frame system notifications s.t. as _few_ as possible get forwarded through to layout. Temporarily remove timer hacks from tree widget. 1999-08-31 06:40:41 +00:00
rjc%netscape.com
4911c1efc3 Clean up the final warning. 1999-08-31 00:38:28 +00:00
sdagley%netscape.com
b2df6c619b First Checked In. 1999-08-30 13:39:06 +00:00
sdagley%netscape.com
46536be078 Added NS_DLGDEFAULTKEYS_CID 1999-08-30 13:22:06 +00:00
rjc%netscape.com
58afb3537f Try again. 1999-08-30 10:28:37 +00:00
rjc%netscape.com
230b63671a Small fix. 1999-08-30 10:26:55 +00:00
rjc%netscape.com
658964332a Cleanup a bit, and fix bug # 11516. 1999-08-30 10:05:40 +00:00
waterson%netscape.com
c4bed8ca91 Clean up compiler warnings. 1999-08-30 03:18:06 +00:00
waterson%netscape.com
ba16d24d43 Remove nsJSElementObserver.cpp and nsJSNodeObserver.cpp; obsolete. 1999-08-30 02:49:33 +00:00
waterson%netscape.com
6e2ab0076d Content model whackage. Remove all code that tried to keep the graph in sync with DOM changes. Regenerate JS from newer idlc compiler. Fix bug 12177. Fix miscellaneous breakage with templates. 1999-08-30 02:45:54 +00:00
norris%netscape.com
d8507f844e * clean up nsScriptSecurityManager
* remove nsJSSecurityManager
* save principals in nsIChannels and nsIDocuments
1999-08-29 21:58:42 +00:00
dougt%netscape.com
a457e2858c fixing chrome bustage. 1999-08-29 00:46:58 +00:00
dougt%netscape.com
45e372cf7e adding netwerk chrome type. 1999-08-27 21:42:07 +00:00
dbragg%netscape.com
f41a354cf0 Added xpinstall chrome directories 1999-08-27 21:02:48 +00:00
saari%netscape.com
810779a514 Fixing xul keybinding issues 1999-08-27 20:59:21 +00:00
gagan%netscape.com
792b6b8143 Another mem leak fixed. 1999-08-27 12:47:12 +00:00
warren%netscape.com
d63f55cbc3 Minor include cleanup. 1999-08-27 10:32:58 +00:00
hyatt%netscape.com
de2f28c95a Fixes to enable the command dispatcher to properly instantiate. 1999-08-27 07:54:06 +00:00
rjc%netscape.com
10489e5a86 Just forward reference. Don't know how it ever compiled with it. 1999-08-27 07:05:17 +00:00
rjc%netscape.com
9aaa789317 Now generating nsIXULSortService.h via IDL so removing this old/obsolete header file. 1999-08-27 07:02:01 +00:00
rjc%netscape.com
ac60dd64be Now generating nsIXULSortService via IDL. 1999-08-27 07:00:39 +00:00
rjc%netscape.com
2528124539 Add nsIXULSortService 1999-08-27 06:54:08 +00:00
rjc%netscape.com
9be4830f5d Add nsIXULSortService.idl 1999-08-27 06:52:34 +00:00
rpotts%netscape.com
0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
waterson%netscape.com
c4e7dd07c2 Bug 12270. XUL builder was ok. Fixed generic builder to do the right thing. 1999-08-26 04:29:15 +00:00
waterson%netscape.com
7b7f065d98 Bug 12470. Check for null pointer in SetParent(); occurs during teardown. 1999-08-26 04:28:47 +00:00
ramiro%netscape.com
7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com
5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
waterson%netscape.com
43b89f11ed Bug 12254. Fix templates that are built inside of or use nested HTML. 1999-08-25 07:56:52 +00:00
ramiro%netscape.com
f2b29e5760 NS_RELEASE -> NS_IF_RELEASE. 1999-08-25 04:04:51 +00:00
hyatt%netscape.com
d9aeeff1b7 added files: mozilla/rdf/content/src/nsJSXULCommandDispatcher.cpp, mozilla/rdf/content/src/nsXULCommandDispatcher.cpp, removed files: mozilla/rdf/content/src/nsJSXULFocusTracker.cpp, mozilla/rdf/content/src/nsXULFocusTracker.cpp 1999-08-25 01:51:38 +00:00
hyatt%netscape.com
49d00452b7 Changing focus tracker to be the command dispatcher. 1999-08-25 01:49:24 +00:00
harishd%netscape.com
8ef5e0bd42 Commenting out a pre-condition in EndLoad() method.
Approved by waterson.
1999-08-24 18:37:05 +00:00
ramiro%netscape.com
ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
warren%netscape.com
78bda58ee6 Fixed to work like all the other MakeAbsolute implementations. 1999-08-24 09:45:06 +00:00
shaver%netscape.com
6ea7c38b0b initial RDF NS_DECL_* spam 1999-08-24 09:11:48 +00:00
waterson%netscape.com
2ebbecd6c7 Add chrome registry entries for 'directory' component. 1999-08-24 05:23:38 +00:00
waterson%netscape.com
1d6c956a62 Fix in-memory datasource aggregation. 1999-08-24 04:59:58 +00:00
sfraser%netscape.com
df04fe1c2d Make sure that mAttributeList is initialized to null. 1999-08-24 00:59:30 +00:00
hyatt%netscape.com
29b55c601b Fixing the focusable content method so that only trees (and not tree cells)
are focusable.
1999-08-24 00:43:03 +00:00
sdagley%netscape.com
8626848dc1 We now propogate the return value received from NewChannelFromURI rather than just returning NS_OK from nsChromeProtocolHandler::NewChannel. This fixes the crash when opening bookmarks on Mac with a missing bookmarks.dtd file (and probably other similiar ones). We still try to open a null content window in this case but Nisheeth has a bug logged (# unknown) to fix that. 1999-08-24 00:35:10 +00:00
jdunn%netscape.com
83156768b1 HP requires a newline at the end of the file 1999-08-24 00:33:18 +00:00
rjc%netscape.com
4d96721c8a Save HTML page results for any given engine. 1999-08-23 08:11:42 +00:00
hyatt%netscape.com
cf77b893a6 Implemented element-level capturing in the XUL DOM. 1999-08-23 07:26:57 +00:00
hyatt%netscape.com
64403860de Tweaking capturing. Still doesn't work for elements though. 1999-08-23 05:32:55 +00:00
hyatt%netscape.com
d5efaf0261 Teaching the RDF element about the concept of being focusable. 1999-08-23 05:20:14 +00:00
hyatt%netscape.com
b77644e753 Fix for several bugs (12299, 12289, 12295). 1999-08-23 01:13:29 +00:00
mccabe%netscape.com
a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
mccabe%netscape.com
17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
rjc%netscape.com
699707b7cd Start engine loading animation earlier (when URI connection is initially opened) to give a longer, more accurate progress indication. 1999-08-22 12:17:41 +00:00
ramiro%netscape.com
56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
rjc%netscape.com
0d3b081628 BeOS specific changes for importing NetPositive bookmark attributes.
Thanks to duncan@be.com for help with linkage problem.
1999-08-22 10:51:12 +00:00
hyatt%netscape.com
97025b35ec Mmmm-hmmm. 1999-08-22 08:11:27 +00:00
hyatt%netscape.com
27156d3fe7 Making sure the onselect handler gets fired. 1999-08-22 08:01:13 +00:00
hyatt%netscape.com
576659f909 More selection work. 1999-08-22 06:53:01 +00:00
hyatt%netscape.com
46340eebe5 Checking in the selection implementation (with more functions added). 1999-08-22 06:31:00 +00:00
hyatt%netscape.com
b8cf1c5a5d Implemented all of the tree widget selection APIs but ranged selection (which will
be fun and nasty).
1999-08-22 06:17:16 +00:00
hyatt%netscape.com
850b37e110 Defining the selection API for the tree widget. Stubbed all of the functions.
Now I just have to implement them all.
1999-08-22 06:01:52 +00:00
alecf%netscape.com
93be0997ed updating DOM Viewer
- start creating DOM elements using the PROGID system for creating elements
1999-08-22 00:33:51 +00:00
hyatt%netscape.com
739aa6fc11 Tweaking comments. 1999-08-21 20:42:17 +00:00
hyatt%netscape.com
91a63df44f Stubbing out the selection implementation. Need to fill in the empty if
statements next.
1999-08-21 20:39:29 +00:00
hyatt%netscape.com
0c1ba81710 Adding more to the tree's idl. 1999-08-21 20:23:56 +00:00
hyatt%netscape.com
7e7ed03bb4 Checking in changes that teach the tree element how to have its own
array of selected items and cells.
1999-08-21 19:53:39 +00:00
hyatt%netscape.com
2896ff9442 Fixing broadcasters. The hookup wasn't happening correctly. 1999-08-21 19:30:53 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
hyatt%netscape.com
0fb3f6f07c Making sure oncommand fires only on a keypress. 1999-08-21 10:36:42 +00:00
hyatt%netscape.com
9bd7a20027 The bustage is mine. Fixing it now. 1999-08-21 10:05:02 +00:00
rjc%netscape.com
f616ca55cb Save HTML banners in graph. 1999-08-21 09:23:13 +00:00
hyatt%netscape.com
0a4a95a2ea Fixing up the broadcaster stuff. 1999-08-21 09:13:14 +00:00
hyatt%netscape.com
7fcea47026 A complete rewrite of the broadcaster/observer system. Much improved. 1999-08-21 09:08:12 +00:00
hyatt%netscape.com
d4651b6286 Teaching key bindings how to execute oncommand on a keydown. 1999-08-21 07:57:14 +00:00
dougt%netscape.com
32a9a77110 xpild-ing nsIAtom. Now nsIAtom is xpcom compliant. 1999-08-21 07:07:00 +00:00
rjc%netscape.com
f8054c7ae0 Save HTML chunks in graph. 1999-08-21 00:53:52 +00:00
hyatt%netscape.com
d819a08a33 Renaming onaction to oncommand. 1999-08-20 22:58:32 +00:00
saari%netscape.com
d6fcc1d5a5 Commiting to M9 branch, a temp disabling of keybinding on win32 and linux. Bug 11983. Approved by jevering 1999-08-19 20:35:56 +00:00
rjc%netscape.com
34176dea50 Search datasource tweaks. 1999-08-19 19:57:48 +00:00
waterson%netscape.com
aeb4f2236f Add nsXULTreeElement.cpp. 1999-08-18 06:19:40 +00:00
waterson%netscape.com
7d7045cbd4 Resurrect delegation of XULTreeElement interface to an aggregate object. 1999-08-18 05:45:40 +00:00
waterson%netscape.com
3fe2a678a8 Add nsJSXULTreeElement and nsXULTreeElement to the build. 1999-08-18 05:40:37 +00:00
waterson%netscape.com
e0fba51c14 Add nsXULTreeElement and nsJSXULTreeElement to the build. 1999-08-18 04:28:11 +00:00
waterson%netscape.com
ee21d249eb Regenerated with updated idlc compiler. 1999-08-18 04:26:12 +00:00
waterson%netscape.com
e796040451 Add verbage. 1999-08-18 04:25:24 +00:00
waterson%netscape.com
8c885f534e Re-added to support tree selection. Not yet in the build. 1999-08-18 03:21:26 +00:00
waterson%netscape.com
dbd526ddac Re-add nsIDOMXULTreeElement.h to the build, pending selection API work. 1999-08-18 02:15:29 +00:00
waterson%netscape.com
9c6ce2ffe8 Re-add XULTreeElement for selection tracking API. 1999-08-18 02:12:53 +00:00
ramiro%netscape.com
6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com
ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
warren%netscape.com
d944d70a84 Fix for bug 7682: StringBundle can't load URLs from imap thread. 1999-08-13 00:43:48 +00:00
waterson%netscape.com
65c3c63e2c Bug 11575. Null check after pulling URI out of a resource. a=chofmann 1999-08-12 01:16:13 +00:00
slamm%netscape.com
2e4ea59699 Add some gifs back that were not moved during the great DTD reshuffle. now #11679 was #10341. 1999-08-11 22:51:44 +00:00
slamm%netscape.com
35db7ab0f0 Move bookmarks resources into their own directory (bug #10341). a=chofmann 1999-08-11 22:02:49 +00:00
akkana%netscape.com
bbc7bb9b8a Fix editor stopper 11616. a=leaf@mozilla.org 1999-08-11 19:20:34 +00:00
rjc%netscape.com
5ed11f9b0d Fix bug # 10352: date sorting. 1999-08-11 06:24:56 +00:00
rjc%netscape.com
99b9271de8 Hook up search persistence. 1999-08-11 04:06:23 +00:00
rjc%netscape.com
a69e38a634 Fix bug # 11512: remove unnecessary Unregister() calls. 1999-08-11 03:15:23 +00:00
jband%netscape.com
904d45e5ea adding missing member initilizer to ctor 1999-08-10 22:36:50 +00:00
saari%netscape.com
70acc8dc24 Changing XP_PC logic to XP_MAC on akk's recommendation. 1999-08-10 22:33:53 +00:00
brade%netscape.com
54c490c229 use keycode/charcode for particular key events 1999-08-10 21:34:48 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
jband%netscape.com
340cc49b7e was forgetting to check a result 1999-08-10 05:35:09 +00:00
jband%netscape.com
167d0af817 fix for bug 11510 1999-08-10 05:11:47 +00:00
rjc%netscape.com
bc3c64b57c Get HTTP POST working for Necko. 1999-08-10 02:39:21 +00:00
saari%netscape.com
9b9b72544a Fix for bug 10515, an error in keybinding logic 1999-08-09 23:28:18 +00:00
joki%netscape.com
11585608e8 Adding new onselect event. Also slight modification to ender text widget focus behavior 1999-08-07 23:18:35 +00:00
cls%seawood.org
3f1dcd11dc 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
rjc%netscape.com
c50ef930d0 Fix some more search parsing bugs. 1999-08-07 00:46:11 +00:00
rjc%netscape.com
c11c3db819 Fix search parsing bug. 1999-08-07 00:14:09 +00:00
rjc%netscape.com
7a5f8a0f5b Look in {DIST}/res/rdf/datasets for search datasets. 1999-08-06 22:54:28 +00:00
rjc%netscape.com
8971adcf13 Look in {DIST}/res/rdf/datasets for search datasets. 1999-08-06 20:59:17 +00:00
waterson%netscape.com
43c0b70372 Fix build warning. 1999-08-06 20:34:55 +00:00
waterson%netscape.com
c45091e312 Bug 8836. Make RDF service a shared global variable. For some reason, this fixes the bizarre assertions when closing a file. Voodoo. Magic. Whatever. 1999-08-06 20:24:29 +00:00
waterson%netscape.com
5e0dfa201e Fix --pedantic bustage. 1999-08-06 18:36:50 +00:00
waterson%netscape.com
d56c2a024e Fix compiler warning. 1999-08-06 18:28:15 +00:00
slamm%netscape.com
46b3d40845 Move entities into DTD for related links panel (bug #10341) 1999-08-06 18:07:58 +00:00
waterson%netscape.com
b51825bc1d 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
slamm%netscape.com
6aa3fd5226 Move entities into dtd files for history (bug #10341). 1999-08-06 17:35:46 +00:00
alecf%netscape.com
63c4bcf681 fix memory error found by rickg's tool
NOT PART OF THE BUILD
1999-08-06 09:17:15 +00:00
alecf%netscape.com
0ebb9f453a add new interface for DOM node container
NOT PART OF THE BUILD
1999-08-06 09:16:13 +00:00
alecf%netscape.com
23a3604fa7 fix bit-rot in DOM viewer
- remove use of depricated EqualsResource
- fix memory error as found by rickg's tool
- convert to using raw pointers rather than nsCOMPtrs

NOT PART OF THE BUILD!
1999-08-06 09:15:44 +00:00
hyatt%netscape.com
1432b6eb37 Fix for bug 10938. 1999-08-06 00:36:55 +00:00
rjc%netscape.com
b53d0a5a07 Don't leak proxy. 1999-08-05 20:10:08 +00:00
rjc%netscape.com
c40196a9cb Fix string parsing issues/ 1999-08-05 20:05:59 +00:00
waterson%netscape.com
cd73c23711 Bug 9799. Implement nsIRDFRemoteDataSource so that datastore can be flushed to disk. 1999-08-05 04:33:41 +00:00
waterson%netscape.com
604387549f Bug 9250. Predefined entities should be case sensitive; update so that they are all lower case. 1999-08-04 06:18:40 +00:00
waterson%netscape.com
0a6a7275b1 Bug 9474. Use NodeList script object, _not_ HTMLCollection. Gutted code that was aggregating HTMLCollection. 1999-08-04 05:45:09 +00:00
waterson%netscape.com
0035d5bbb3 Fix silent failure from JS on firstChild. Clean up other baby-eating methods. 1999-08-04 02:26:26 +00:00
waterson%netscape.com
d9d84dac19 Bug 11027. Change PR_ASSERT() to PR_LOG message. 1999-08-04 02:20:42 +00:00
waterson%netscape.com
993be7ae9a Stop assertions in viewer when you can't get localstore. 1999-08-04 02:19:55 +00:00
slamm%netscape.com
ea6953e9a8 Move sidebar files into componnent directory 1999-08-03 22:50:42 +00:00
slamm%netscape.com
8057a954de New chrome urls for sidebar. Moved it into a component. 1999-08-03 22:48:53 +00:00
warren%netscape.com
004a107d21 Took out NS_ERROR when file not found. 1999-08-03 21:59:40 +00:00
briano%netscape.com
e2cc541f86 Cleaned it up and got rid of the redundant HP-specific SHARED_LIBRARY_LIBS stuff. 1999-08-03 21:40:56 +00:00
waterson%netscape.com
cc0068bd1d Back out RJC's previous changes; they aren't necessary. Failure is dealt with by the destructor, which will _always_ be called from the factory method if Init() fails. 1999-08-03 21:00:39 +00:00
waterson%netscape.com
da0a78e9bc Bug 11154. Use 2-byte compare fn for literal hash table. 1999-08-03 20:59:56 +00:00
rjc%netscape.com
31272b88d1 Fix potential memory leakage upon failure. 1999-08-03 06:34:06 +00:00
waterson%netscape.com
dcdc58d52a Update to new tree syntax, add some buttons for testing other stuff. 1999-08-02 22:44:17 +00:00
rjc%netscape.com
b19e9b2e82 Now that we can read in the localstore, don't hide failure to read it in any more. 1999-08-02 06:39:54 +00:00
rjc%netscape.com
f612d2d5a1 If GetNameSpaceID() fails due to a null namespace, now return kNameSpace_None instead of failure. 1999-08-02 06:35:26 +00:00
rjc%netscape.com
3b08048ac8 Persist attributes via the content model only. 1999-08-01 03:24:18 +00:00
waterson%netscape.com
e13ecb674a Allow datasources= attribute on _any_ XUL content. 1999-07-31 00:05:03 +00:00
waterson%netscape.com
a0ea173e2f 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
bf5f87de9b Fix bug #10751: use short date format. 1999-07-30 23:54:56 +00:00
waterson%netscape.com
e061d025ea Fix icons in sidebar. 1999-07-30 23:54:16 +00:00
waterson%netscape.com
c92ca26b90 Add dummy-flash.rdf for testing. 1999-07-30 23:54:04 +00:00
waterson%netscape.com
8cd0b6f9bc Fix flash panel so flashes show up. 1999-07-30 23:53:47 +00:00
waterson%netscape.com
6bdc098bbf Stop assertions when sidebar is opened. 1999-07-30 23:53:33 +00:00
waterson%netscape.com
c14fdc9f9e Fix nsRDFSerivce.cpp so that it can be unloaded. 1999-07-30 23:52:47 +00:00
rjc%netscape.com
931e33f799 Hook up persistent (via the localstore). 1999-07-30 23:42:41 +00:00
rjc%netscape.com
567cf8e445 Use GetValueConst a bit. 1999-07-30 23:40:30 +00:00
gagan%netscape.com
360d017158 Removed some debugging printf. 1999-07-30 14:35:13 +00:00
gagan%netscape.com
8b2b5557d3 Fixes the random / and eventually the spaces problems. 1999-07-30 00:53:42 +00:00
valeski%netscape.com
db0a61eb53 cyeh approved - stability repairs 1999-07-29 21:16:27 +00:00
mscott%netscape.com
aa51635bc8 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
mscott%netscape.com
32d4038c24 fix build breakage..include config.mak 1999-07-29 03:46:59 +00:00
gagan%netscape.com
7ec27fb95c Fixed the resource:// to resource:/ May be related to the menu problems. Appr'd leaf. 1999-07-29 01:31:47 +00:00
briano%netscape.com
5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
nisheeth%netscape.com
88a7a3eadb Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl. 1999-07-28 06:56:05 +00:00
waterson%netscape.com
a5d129b99b 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
507fa1553b Obsolete. 1999-07-28 04:06:32 +00:00
waterson%netscape.com
d9a7613550 Implement RemoveWidgetItem(). Whoops. 1999-07-28 02:53:49 +00:00
harishd%netscape.com
49e2f26016 EnableParse() returns nsresult. 1999-07-27 23:33:16 +00:00
briano%netscape.com
007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
sfraser%netscape.com
e45ae9e281 Change ResolveAlias to ResolveSymlink. dougt should have done this. 1999-07-27 23:05:53 +00:00
putterman%netscape.com
5638dcc255 GetResource first looks at ref. checkin for waterson. 1999-07-27 23:02:13 +00:00
valeski%netscape.com
a176e19e98 fixing mem leak 1999-07-27 21:12:50 +00:00
waterson%netscape.com
61b163ba42 Damn. Debugging code left in. 1999-07-27 18:13:24 +00:00
waterson%netscape.com
952e4e3de7 Fix --pedantic bustage. 1999-07-27 18:04:55 +00:00
waterson%netscape.com
91a8ac09e7 Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism. 1999-07-27 17:20:28 +00:00
waterson%netscape.com
b30b439a4c Re-add. Wasn't meant to be deleted yet. 1999-07-27 03:03:25 +00:00
waterson%netscape.com
5b63567221 XULTreeElement.idl 1999-07-27 02:58:39 +00:00
waterson%netscape.com
3e44429c51 Native builder exorcism. Long live templates. 1999-07-27 02:40:40 +00:00
gordon%netscape.com
7916eeddab Changed handling of pathnames under NECKO to avoid excess slashes "/". 1999-07-27 01:12:59 +00:00
sspitzer%netscape.com
f8f082ef18 remove my temporary code. 1999-07-27 00:50:07 +00:00
dougt%netscape.com
5adb63dcaf Fix for bug 10177 and 10041. 1999-07-26 22:09:42 +00:00
waterson%netscape.com
142a239db7 Add dont localize. This file isn't part of the build. 1999-07-26 17:47:56 +00:00
dougt%netscape.com
6bf65bcca2 Adding xpinstall notfication to the sidebar. 1999-07-26 16:18:01 +00:00
hyatt%netscape.com
8e2cd2600e Adding the menu events to the event map. 1999-07-26 09:18:57 +00:00
rickg%netscape.com
65fcb776bb replaced call to deprecated nsString API 1999-07-26 00:47:36 +00:00
sspitzer%netscape.com
f2c02f64c5 temporary changes to use a pref to switch between localized date code and non-localized date code, so QA can test my fix for #10412 in a release build. also, some nsCOMPtr changes 1999-07-26 00:15:22 +00:00
rjc%netscape.com
a5cc8544b9 Support importing of NetPositive bookmarks under the BeOS. Current disabled (via a #undef XP_BEOS) until linkage issue is resolved. 1999-07-25 19:53:15 +00:00
hyatt%netscape.com
ae72792dee Form needs to be explicitly inserted, since I need the frame to be made. 1999-07-25 06:55:22 +00:00
hyatt%netscape.com
52037238fa Fixing the problem where a blank space appears at the top of every XUL file. 1999-07-25 04:38:57 +00:00
sspitzer%netscape.com
8faee4daf2 go back to PR_FormatTime() until #10412 is fixed. 1999-07-24 01:47:59 +00:00
sfraser%netscape.com
3f961eb300 Fix Mac startup crash: #ifdef NECKO around changes that Gagan made yesterday, so that chrome URL resolution works again. 1999-07-23 22:22:47 +00:00
rjc%netscape.com
da909ebcdc Get rid of warning. 1999-07-23 00:39:29 +00:00
rjc%netscape.com
d2b3aa039b Now use FormatPRTime(). 1999-07-23 00:17:39 +00:00
slamm%netscape.com
424c6b9ce6 Code 'Save' function. Not quite finished. 1999-07-22 23:29:44 +00:00
vidur%netscape.com
0ebbf485db Forms can now be container content. 1999-07-22 23:28:16 +00:00
gagan%netscape.com
e37d05ffaa Necko only changes for the setting relative path. 1999-07-22 21:17:11 +00:00
rjc%netscape.com
e3a8c902d4 Even more support for IE Favorites on Windows. 1999-07-22 12:09:48 +00:00
rjc%netscape.com
5ecb70f3c5 More IE Favorites hackage (for Windows). 1999-07-22 10:44:31 +00:00
rjc%netscape.com
5b4ff158dd Windows only! 1999-07-22 10:08:17 +00:00
rjc%netscape.com
bce3c8e167 Smack the file system datasource (under windows) to munge "IE Favorites" names. 1999-07-22 10:06:25 +00:00
waterson%netscape.com
a890d21e96 Fix for menuitems being incorrectly marked as menus. 1999-07-22 06:06:23 +00:00
waterson%netscape.com
d1e0dbad12 Fix computation of empty containers. 1999-07-22 05:11:52 +00:00
tbogard%aol.net
8fced9fa19 Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
slamm%netscape.com
29647cd174 Hook up 'Add' panel button 1999-07-22 00:51:33 +00:00
rjc%netscape.com
0d632627c1 Set empty="false" attribute even if container is closed. 1999-07-22 00:49:50 +00:00
putterman%netscape.com
60f0c0a65e Messenger Copy/Move menus now show menuitems instead of all menus. 1999-07-22 00:26:00 +00:00
slamm%netscape.com
818d31f411 Drop the 'Sidebar' label at the top. 1999-07-21 23:39:22 +00:00
slamm%netscape.com
c5c3d636e3 shave a few pixels off titles 1999-07-21 23:38:52 +00:00
rjc%netscape.com
cc4645bfa2 Use nsFileSpec's new IsHidden() method. 1999-07-21 23:14:01 +00:00
rjc%netscape.com
ce1364e264 Now update "empty" attribute as children count changes. 1999-07-21 23:10:07 +00:00
rjc%netscape.com
1ed51dd105 Ensure that we have a value. 1999-07-21 23:02:35 +00:00
cmanske%netscape.com
82418000c8 Change registry to use new editor chrome directory structure 1999-07-21 19:56:10 +00:00
gagan%netscape.com
14c1cb2c49 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
mscott%netscape.com
4b40e8684c NECKO Only!! Don't call GetBuffer on an nsString as it returns null for unicode strings. use nsCAutoString 1999-07-21 06:51:45 +00:00
troy%netscape.com
36264ba5ab 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
slamm%netscape.com
9884708265 Add entries for bookmarks. 1999-07-20 23:40:22 +00:00
sspitzer%netscape.com
444500b100 fix warnings 1999-07-20 20:32:33 +00:00
mcafee%netscape.com
eb59f22789 Fixing warnings 1999-07-20 20:22:23 +00:00
bienvenu%netscape.com
5ade5dfee3 checkin jefft's fix mailnews startup crash 1999-07-20 17:32:43 +00:00
rjc%netscape.com
c8406785e0 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
bf8423a769 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
rjc%netscape.com
0708ffd2ac 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
eecea8a53d Comment out annoying assertion (bug # 9930) for the short term... the code needs to be rewritten in general. 1999-07-20 04:24:18 +00:00
rjc%netscape.com
e236e64c7d 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
395b5ec7a8 Oops... PR_FALSE instead of just FALSE. 1999-07-20 03:14:34 +00:00
rjc%netscape.com
cbda70fa34 Add support for sorting RDF_Seqs when in natural order sort mode. 1999-07-20 03:13:15 +00:00
tao%netscape.com
d076526a90 Added locale provider entries to all existing packages in the chrome registry. 1999-07-20 01:25:28 +00:00
waterson%netscape.com
ae95dd40b4 Change graph linkage to be 'bottom up' so that streaming RDF places less burden on layout. 1999-07-19 22:02:22 +00:00
hangas%netscape.com
1948bc03fb Added chrome://global/content/ 1999-07-19 21:41:07 +00:00
joki%netscape.com
d752334449 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
8c99515285 Modifications for performance improvements. 1999-07-19 19:23:51 +00:00
waterson%netscape.com
812a9caa1c Use 'chrome:' URL. 1999-07-19 19:21:04 +00:00
waterson%netscape.com
e55647074b 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
rickg%netscape.com
23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
rjc%netscape.com
c62018929a Fix a warning by tossing out some old debugging code. 1999-07-18 08:25:24 +00:00
rjc%netscape.com
72766aebbd Clear up a couple of warnings. 1999-07-18 08:22:06 +00:00
mjudge%netscape.com
c0b1525970 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
saari%netscape.com
fb53300e61 Use GetKeyCode instead of GetCharCode for windows and linux 1999-07-18 00:07:10 +00:00
peterl%netscape.com
3a3725dcca clean up some string usage 1999-07-18 00:01:21 +00:00
hyatt%netscape.com
f043918b1e Teaching XUL overlays how to do positioning. 1999-07-17 21:50:01 +00:00
rjc%netscape.com
ba2f8f9be7 Use application locale when sorting with collation service; fix for bug #9968. 1999-07-17 21:36:17 +00:00
ramiro%netscape.com
ba8ba82cc6 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
ramiro%netscape.com
a09ea8b7ca Landing timer move on unix. 1999-07-17 14:22:51 +00:00
hyatt%netscape.com
7e2979d26c XUL overlays work! 1999-07-17 04:27:55 +00:00
mcafee%netscape.com
778e0ee800 Fixing unused variable warnings 1999-07-17 03:06:14 +00:00
rjc%netscape.com
e4458901f4 More cleanup. 1999-07-17 02:33:00 +00:00
hyatt%netscape.com
2fea4e222d XUL overlay work. 1999-07-17 02:24:13 +00:00
rjc%netscape.com
f252bb4ae9 Cleanup command APIs slightly. 1999-07-17 02:15:53 +00:00
waterson%netscape.com
cd000467f8 Re-try of changes for 1.40, this time with the off-by-one error in GetUnicodeResource() fixed. 1999-07-17 01:46:34 +00:00
waterson%netscape.com
3d7847f4cd Back out last change; was causing crashes on Unix. 1999-07-17 01:31:24 +00:00
rjc%netscape.com
d400ff337e Fix nsISupportsArray for RDF datasources. 1999-07-17 00:11:19 +00:00
warren%netscape.com
84bd74a4fd 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
b3bdcb153e Like this way better. 1999-07-16 10:02:33 +00:00