Commit Graph

311 Commits

Author SHA1 Message Date
hyatt%netscape.com
5d0154142c Making history compliant with master skin file rules. 1999-12-05 08:45:01 +00:00
hyatt%netscape.com
0569f8cd84 Related links master skin file compliance. 1999-12-05 08:17:15 +00:00
hyatt%netscape.com
9dd60e68b7 Making sidebar package compliant with skin master file rules. 1999-12-05 08:09:21 +00:00
hyatt%netscape.com
2739af969f Bring related links package into compliance with master skin file rules. 1999-12-05 06:17:25 +00:00
hyatt%netscape.com
676e72a81b Bringing bookmarks into compliance with master skin file rules. 1999-12-05 06:01:51 +00:00
rjc%netscape.com
c77ecf7805 Use "_blank" instead of "_BLANK". Review: danm (again) 1999-12-04 02:26:40 +00:00
rjc%netscape.com
71fd4d2181 Use "_BLANK" instead of "_NEW". Review: danm 1999-12-04 02:24:17 +00:00
rjc%netscape.com
ff6e3ff527 Add support for search categories. 1999-12-04 02:00:24 +00:00
waterson%netscape.com
527799b03c Use 'addEventListener' instead of timer hack. 1999-12-03 09:30:27 +00:00
sspitzer%netscape.com
c9d61e76cb fix pref xul and window size to look nicer. now the pref window is bigger and now the size is set in pref.xul. fixes #20244 among other bugs 1999-12-02 22:34:19 +00:00
cmanske%netscape.com
f5cd113a45 Added immediate saving of sidebar show/hide and width states. r=slamm 1999-12-02 01:36:40 +00:00
cmanske%netscape.com
97326d482a Added immediate saving of sidebar show/hide persist state. r=slamm 1999-12-02 01:15:49 +00:00
hyatt%netscape.com
f091c6b091 More stubbed themes UI. 1999-12-01 12:04:14 +00:00
hyatt%netscape.com
e2c6b1c72d Cleaning up bad skin stuff in the search component. 1999-12-01 11:53:48 +00:00
hyatt%netscape.com
68d5238904 Changes to make prefs work with new trees. 1999-12-01 10:55:44 +00:00
slamm%netscape.com
668f72bebe Sandbox the panel content with type='content' on the iframe. 1999-12-01 00:07:48 +00:00
hyatt%netscape.com
cd2b66ab3e Adding the stubs of a UI for theme switching to prefs. 1999-11-30 11:53:17 +00:00
rjc%netscape.com
d12276fd42 Search now probes for a match icon file (gif, jpg, jpeg, png) for a search dataset instead of using CSS styles to map icons to search engines. So, specify a "src" on a titlebutton which matches the icon file resource... and we end up with "Previous Search Results" nodes that have the correct icon for a given search engine. Note that doing this required switching back to fully defining titledbutton nodes inside of treecells, as it looks like the "src" attribute on a treecell isn't currently copied onto anonymous titledbutton nodes. 1999-11-30 11:52:35 +00:00
rjc%netscape.com
0313f82072 Search now probes for a match icon file (gif, jpg, jpeg, png) for a search dataset instead of using CSS styles to map icons to search engines. 1999-11-30 11:50:38 +00:00
slamm%netscape.com
5805498beb Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build. 1999-11-30 06:24:53 +00:00
slamm%netscape.com
1b109edcc2 Partial fix for bug 20200. Only allow one tree to have selection at a time. Not part of the build. 1999-11-30 06:18:58 +00:00
slamm%netscape.com
50da1e6e83 Add class="push dialog" to "Close" button to make it look like a button. r=mcafee 1999-11-30 01:03:46 +00:00
slamm%netscape.com
f24e1ae1fc Model history after bookmarks. Share the css and js files with bookmarks.
Fix overlaping columns, bug #17975. r=mcafee
1999-11-30 01:03:28 +00:00
slamm%netscape.com
16fd072ebe Add rdf observer to detect when the panel list has changed.
Unfortunately, setTimeout does not work in the observer, so it
cannot be used to open the default panel. Still working on a
fix for the open panel getting lost when the panel list changes.
Avoid opening multiple customize dialog.
Change the customize dialog to be non-modal. r=mcafee
1999-11-30 01:02:50 +00:00
slamm%netscape.com
3df6aecaae Add MPL. Remove tinderbox panel. It belongs in remote-panels.rdf. r=mcafee 1999-11-30 01:02:38 +00:00
slamm%netscape.com
25168f6322 Add support for folders in available panels list.
Move click handle from <tree> to <treechildren>.
(To prevent bugs if a tree header is ever added.) r=mcafee
1999-11-30 01:02:36 +00:00
slamm%netscape.com
1a32cc1c52 Enable/disable buttons on move up/down (bug #16847).
Add support for folders in available panels list. r=mcafee
1999-11-30 01:02:32 +00:00
slamm%netscape.com
1b15637cc5 Add MPL. r=mcafee 1999-11-30 01:02:26 +00:00
slamm%netscape.com
16c5442088 Use single clicks to open folders, but double clicks to launch items.
Bug #14998. r=mcafee
1999-11-30 00:56:44 +00:00
slamm%netscape.com
3e5b4d29a3 Change dump() calls to debug() calls. That makes it easier to turn
them all off at once.
Fix context menus. They were adding multiple items (bug #14765).
They also needed to select the item under the mouse. r=mcafee
1999-11-30 00:49:19 +00:00
rjc%netscape.com
7144b12a98 Remove errant "ref" attribute on "NC:LastSearchRoot" node. 1999-11-24 20:40:48 +00:00
rjc%netscape.com
d831ca3b8f Clear the list of result search sites when the search dialog opens. 1999-11-24 20:40:01 +00:00
rjc%netscape.com
a1dd235c23 Use the status bar at the bottom of the internet search pane: when a result is clicked on, put its true URL into the status bar. 1999-11-24 11:14:14 +00:00
rjc%netscape.com
529a037092 Make sure that default.htm is referenced via a chrome: URL. 1999-11-24 09:40:33 +00:00
rjc%netscape.com
4e58337f79 Some partial fixes for bug # 14442: when pasting some nodes into a container, don't insert a URL that already is in the container. Also, keep a dirty flag for all operations, and only update (i.e. write out) the bookmarks.html file if dirty=true when all done. 1999-11-24 06:15:55 +00:00
rjc%netscape.com
be4a476563 Part of fix for bug # 19564: open search dialog via a chrome: URL. 1999-11-24 05:00:46 +00:00
rjc%netscape.com
697b3e83ef Prepare to fix bug # 19564... search dialogs need to be skinnable, by using chrome: URLs and DTDs. 1999-11-24 04:47:26 +00:00
shaver%netscape.com
f9858d1ee6 Move View->Sidebar toggle into sidebarOverlay.xul. Fixes 16618. r=ben_goodger. 1999-11-24 04:10:18 +00:00
matt%netscape.com
ce35e8a261 14846 r-self 1999-11-23 01:55:13 +00:00
matt%netscape.com
21d5573882 fix for bug 683 typo 1999-11-22 23:58:05 +00:00
rjc%netscape.com
44e73280c7 Check in some preliminary bookmarks drag&drop support. 1999-11-20 08:35:39 +00:00
nisheeth%netscape.com
ce26e31713 Don't make the label of a pref an anchor. r=none. 1999-11-20 07:11:11 +00:00
nisheeth%netscape.com
a03bdd0283 r=harishd.
- The stack walking code now works on windows.  We were initializing the symbol handler on each DLL load which was resetting its symbol tables.  Now, we don't re-init the symbol handler repeatedly.

- Added support for an environment variable, XPCOM_REFCNT_LOG_ENABLE_VIA_PREF.  When this is set to 1, refcount logging is done based on whether the "Enable XPCOM refcount log" pref in the Debug pane is set.  If this is not set, refcount logging is not affected by the pref.
1999-11-19 03:50:28 +00:00
evaughan%netscape.com
579a9d2af2 1) Changed box to use a linked list instead of a fixed array. -r Hyatt
2) Cleaned up some of the preference panels. -r Matt
1999-11-18 21:05:43 +00:00
valeski%netscape.com
aa8107de4d adding new param to newChannelCall to reflect the new api 1999-11-18 20:09:54 +00:00
rjc%netscape.com
9998ddf0ff Bye bye "rdf:ftp" 1999-11-16 05:40:17 +00:00
valeski%netscape.com
1726ac1079 r=mcafee. component name change reflection. now we can traverse dir trees 1999-11-15 21:16:10 +00:00
pinkerton%netscape.com
ed2521b11f preliminary js for handling drops on the tree (r=saari). 1999-11-12 01:02:55 +00:00
mcafee%netscape.com
e06d051523 Missing type field for check_doc_requency pref (17903) r=jfrancis 1999-11-11 05:27:29 +00:00
pinkerton%netscape.com
247cfa3b19 toolbar/tree d&d code reworking (r=hyatt). 1999-11-11 05:11:10 +00:00