1956 Commits

Author SHA1 Message Date
ben%netscape.com
0239506ecb fix js error 2000-05-01 22:28:39 +00:00
alecf%netscape.com
ba9f5f402e fix for #37716 r=putterman a=leaf
put flex on the tree so it doesn't have zero width
2000-05-01 17:07:47 +00:00
brade%netscape.com
14478883d9 remove unused entities; remove colon from color entities so that they display properly in preview box; add colon entity as a separate character 2000-05-01 13:55:55 +00:00
brade%netscape.com
9d9d596c68 add some missing entities 2000-05-01 13:52:42 +00:00
brade%netscape.com
1c04979133 fix the link strings to not have a colon so it displays properly in preview box; add the colon as a separate entity; remove "useDefaults" button 2000-05-01 13:50:47 +00:00
brade%netscape.com
74452565f3 redo some of the skinnability work I had checked in (reverted in cvs merge?); add checkbox for Akkana (saving output) 2000-05-01 13:49:13 +00:00
rjc%netscape.com
bc91e92621 Search cleanup: pass around PRUnichar*s more instead of relying on nsAutoStrings. Implement "nameStart" & "nameEnd" tags. Fix "#URL" resolution (for when search engines are dynamically added via the JavaScript URL) 2000-05-01 00:33:32 +00:00
sspitzer%netscape.com
7e1afbe38e ignore generated makefiles 2000-04-30 17:21:47 +00:00
sspitzer%netscape.com
e91ba41e12 fix assertion reported in bug #37645. 2000-04-30 10:01:43 +00:00
ben%netscape.com
f726629132 skinnable history 2000-04-30 08:23:26 +00:00
ben%netscape.com
605bb7b489 prefwindow skinnability cleanup, string changes for verah 2000-04-30 02:47:45 +00:00
ben%netscape.com
c00a68aad6 added home icon, style rule performance tweaks 2000-04-30 02:44:34 +00:00
danm%netscape.com
4cb1c4418b First Checked In. 2000-04-30 02:16:42 +00:00
danm%netscape.com
5b0cf8ba40 !@#!@%$#~# 2000-04-30 02:04:53 +00:00
danm%netscape.com
bf029d984e First Checked In. 2000-04-30 01:57:31 +00:00
alecf%netscape.com
002489bac2 fix indentation in the preftree 2000-04-29 00:03:25 +00:00
radha%netscape.com
f5e2673dbf Add urlbarhistory component to be built 2000-04-28 20:27:38 +00:00
radha%netscape.com
2882356ec7 Initial checkin for urlbar history component 2000-04-28 20:25:25 +00:00
morse%netscape.com
5478643ae1 bug 37133, remove change-password from UI 2000-04-28 14:14:09 +00:00
ruslan%netscape.com
10b8a6f7fb Hook up http preferences to pref_debug window 2000-04-28 06:36:29 +00:00
pavlov%netscape.com
a406d1c43a string fun 2000-04-27 22:39:17 +00:00
scc%netscape.com
6b22577443 making string conversions explicit 2000-04-27 21:24:29 +00:00
rjc%netscape.com
c1cacd6030 Center customize dialog when its opened. 2000-04-27 14:36:54 +00:00
mccabe%netscape.com
8b84267575 Add console.css file; make javascript console scrollable. Fix to 35998. 2000-04-27 08:45:30 +00:00
rjc%netscape.com
607a4a039f Fix bug # 37199: small search file parsing fix. 2000-04-27 08:29:02 +00:00
rjc%netscape.com
a7ec34534b Fix bug # 37102: if its a "ftp://" URL and its a HTTP-INDEX mimetype, it has to be a directory, so ensure that the URL ends with a slash. 2000-04-27 01:17:10 +00:00
waterson%netscape.com
30a84aeeb3 Turn on 'add' menu in sidebar. r=slamm 2000-04-26 23:24:05 +00:00
waterson%netscape.com
c312d56dc3 Bug 37280 (workaround). Refresh sidebars *before* flushing the panels datasource to deal with the fact that there's a leak. r=slamm 2000-04-26 23:23:47 +00:00
ducarroz%netscape.com
d259e8db92 Fix autocomplete dll name to be 8.3. That will fix problem that autocomplete dll isn't installed on Windows. 2000-04-26 21:44:21 +00:00
slamm%netscape.com
2e56cd2b30 Add a Destruct() function to remove observers on onload. 2000-04-26 14:22:42 +00:00
slamm%netscape.com
5db6e8d813 Add folder icons for selected states. 2000-04-26 14:22:24 +00:00
slamm%netscape.com
84869c36bd Fix up tree styles. Fixes icons, indenting, and twisties. Also, reduces amount of style matching that needs to be done. r=hyatt 2000-04-26 14:21:56 +00:00
slamm%netscape.com
967b6fb88e Do not persist the open state of folders for now.Fix up tree styles. Fixes icons, indenting, and twisties. Also, reduces amount of style matching that needs to be done. 2000-04-26 14:20:14 +00:00
slamm%netscape.com
7e59d49aac Replace start_batch() and end_batch() calls with refresh_all_sidebars() to clear up the intent of the code. 2000-04-26 14:19:26 +00:00
slamm%netscape.com
5a1e4419d4 Add label for popup menu panel picker. 2000-04-26 14:18:48 +00:00
slamm%netscape.com
fd71ff470d Add a popup menu to include/exclude sidebar panels (bug 24035). The sidebar header that includes the menu is now an XBL widget. Add support for picking a specific default panel (requested by AIM, bug 36967). 2000-04-26 14:18:43 +00:00
slamm%netscape.com
02487d7926 Add a popup menu to include/exclude sidebar panels (bug 24035). The sidebar header that includes the menu is now an XBL widget. Also, rely on the toolbar styles more. 2000-04-26 14:18:17 +00:00
brade%netscape.com
531ecd00b0 add some missing entities 2000-04-26 08:58:46 +00:00
sspitzer%netscape.com
80cff97dff if you double click a file, open it. patch from dshahbaz@ucla.edu. r=sspitzer 2000-04-26 03:50:59 +00:00
ftang%netscape.com
c29261804c fix 23705. r=pavlov change to unicodePath from path for nsILocalFile 2000-04-26 03:46:30 +00:00
danm%netscape.com
2aeb01376b use preference for browser chrome url (aka navigator.xul). bug 31867 2000-04-26 02:25:28 +00:00
hyatt%netscape.com
2cb0f39094 making menus 30-40% faster. 2000-04-26 02:21:47 +00:00
mjudge%netscape.com
2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
cls%seawood.org
4f56fe6a2e Changed nsinstall to fail if the file to link against does not exist. Objdir build breakage should become more apparent when it happens. Thanks to Greg Noel <GregNoel@san.rr.com> for the patch. 2000-04-25 10:52:11 +00:00
ben%netscape.com
9eb67c9209 correct reference to invalid stylesheet 2000-04-25 04:25:21 +00:00
pavlov%netscape.com
6ef65037c4 fix to use new tree rules 2000-04-25 03:25:13 +00:00
ben%netscape.com
8200a403f8 update reference to dead file -> new file with shorter name 2000-04-25 02:46:31 +00:00
ben%netscape.com
e9787cdaa5 truncating long filename for Mac, removing dead file 2000-04-25 02:45:06 +00:00
ben%netscape.com
302daf8aea removing dead file 2000-04-25 02:43:34 +00:00
ben%netscape.com
7c3d4ad910 oops, file name too long for mac. shortening 2000-04-25 02:43:03 +00:00