Граф коммитов

1464 Коммитов

Автор SHA1 Сообщение Дата
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 8757e444f0 Like this way better. 1999-07-16 10:02:33 +00:00
hyatt%netscape.com b63b138d62 More work on XUL overlays. 1999-07-16 09:43:14 +00:00
hyatt%netscape.com e18c267254 Making sure I refcount some things i wasn't. 1999-07-16 08:37:11 +00:00
hyatt%netscape.com d604820879 Initializing a member variable to nsnull. 1999-07-16 08:26:42 +00:00
hyatt%netscape.com de9deca526 Fixing build bustage 1999-07-16 07:47:37 +00:00
hyatt%netscape.com 2fd19ba703 Removing the obsolete XUL fragment code. It's incompatible with the new XUL overlay code. 1999-07-16 07:33:52 +00:00
hyatt%netscape.com ed24cdbc00 More fun with XUL overlays. 1999-07-16 07:31:43 +00:00
hyatt%netscape.com 415eb6c18e Continuing XUL overlay work. 1999-07-16 07:10:20 +00:00
hyatt%netscape.com d56bbe8d61 Adding support for XUL Overlays. 1999-07-16 06:37:28 +00:00
hyatt%netscape.com 237db9eb9b Laying the foundation for XUL Overlays. 1999-07-16 04:35:30 +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
waterson%netscape.com 3a7511cd87 Some performance tweaks. Inline string copy in GetUnicodeResource(); re-write GetResourcee() to avoid multiple trips to the component manager; use GetValueConst() to re-use the pointers inside resource/literal objects instead of making copies for keys. 1999-07-16 04:01:21 +00:00
slamm%netscape.com da04d396e9 Enable/disable customize button 1999-07-15 23:09:06 +00:00
putterman%netscape.com 109c8e2cc0 Add back column headers to avoid assertions. 1999-07-15 17:57:56 +00:00
rjc%netscape.com c86f115ad1 Add check for null. 1999-07-15 09:20:54 +00:00
waterson%netscape.com 08948fbe9c Make this test more complicated by adding some nodes n' stuff. 1999-07-15 01:23:50 +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
rjc%netscape.com 3754e3aa5a Add const. Fix build. All good. 1999-07-14 22:10:16 +00:00
rjc%netscape.com 1dd1f92ca4 Use GetTextForNode() more, as well as use GetValueConst(). 1999-07-14 21:13:13 +00:00
rjc%netscape.com b1771edf11 Get LocalStore() working in regards to nsIRemoteDataSource. 1999-07-14 21:12:46 +00:00
rjc%netscape.com eaed244f77 Added a comment. 1999-07-14 21:12:09 +00:00
rjc%netscape.com 599602ca83 Use GetValueConst(). Also, remember the "Last Internet Search" in the localstore. 1999-07-14 21:11:51 +00:00
rjc%netscape.com 44c4c90403 Use GetValueConst(). 1999-07-14 21:11:16 +00:00
slamm%netscape.com 0d4a27c6d8 Change default background to white 1999-07-14 20:58:31 +00:00
slamm%netscape.com c41305de3f Move up/down tweak. Button enabling tweaks 1999-07-14 20:57:59 +00:00
brade%netscape.com 14b253d89e keybinding fix 1999-07-14 17:29:15 +00:00
slamm%netscape.com 2f3ecd7036 Add disabled up/down buttons. Update selection on move up/down. 1999-07-14 17:18:21 +00:00
slamm%netscape.com 2c96a51641 Engineering grown icons to serve as place holders 1999-07-14 15:46:21 +00:00
slamm%netscape.com 314ae91bdd Sidebar overhaul 1999-07-14 15:45:37 +00:00
matt%netscape.com 04aaf50a34 turning on chrome directory for global and navigator 1999-07-14 01:00:41 +00:00
putterman%netscape.com 6712d1abe0 Added chrome/sidebar/content 1999-07-13 20:31:15 +00:00
valeski%netscape.com f974dfa823 necko only - added the the source url to the NS_NewURI call 1999-07-13 02:19:47 +00:00
valeski%netscape.com 73c1abc20c necko only - extended chrome's make absolute implementation 1999-07-13 01:37:23 +00:00
slamm%netscape.com 1da32c6bfe Fix build. Remove reference to dialogWindow.xul. No longer needed 1999-07-13 00:29:35 +00:00
slamm%netscape.com ee1fcf5b42 Fix crash on customize. (bug #9435). 1999-07-12 23:24:22 +00:00
slamm%netscape.com 8bd50d24fe Fix crash on customize. (bug #9435). Remove Panel 'Customize' buttons. 1999-07-12 23:23:38 +00:00
slamm%netscape.com 7bce171d68 Minor cleanup. 1999-07-12 23:23:35 +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
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 30e7325bb5 Bug 9365. Fix tree builder [Un]SetWidgetAttribute() for new content model. r=hyatt 1999-07-09 21:17:25 +00:00
waterson%netscape.com e5c6a3bd95 Bugs 8854, 8514. Update test cases to regress these bugs. 1999-07-09 20:42:55 +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
hyatt%netscape.com eafc386fcc Making the sidebar work better. 1999-07-09 00:16:44 +00:00
hyatt%netscape.com 1e0ad088a5 Fixing redraw problems on initial show of window. 1999-07-07 22:34:10 +00:00
ramiro%netscape.com 9200ddaebb Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch.  All changes protected by  MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
1999-07-07 09:02:21 +00:00
warren%netscape.com 9efa754f74 Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +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