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

3769 Коммитов

Автор SHA1 Сообщение Дата
rgoodger%ihug.co.nz 064abf35b7 ProfileManager II, r=gayatrib@netscape.com, sspitzer@netscape.com 2000-01-13 04:19:46 +00:00
alecf%netscape.com 284bc34f4d use the new "controls" attribute of the document to speed up the prefs and profile wizard
r=ben_goodger
2000-01-13 03:44:01 +00:00
slamm%netscape.com 176f2d9179 Fix for bug #21862, unable to resize preview dialog. 2000-01-13 02:26:02 +00:00
slamm%netscape.com 56280431b3 Add minimum widths to fix bug #18428 (iframe would overlap when sidebar made narrow). 2000-01-13 02:18:23 +00:00
slamm%netscape.com 8af180d2b0 Indent xul properly. 2000-01-13 02:17:19 +00:00
law%netscape.com 74c3c08fc8 Fix for Mac build bustage; comment out some debugging code 2000-01-13 01:09:41 +00:00
slamm%netscape.com 56ce3a4d58 Adjust min child count. It is different with the new tab layout. 2000-01-13 00:08:52 +00:00
slamm%netscape.com 741329d94f Make selected panel more visible. Have selected panel header slide out to the left. Add a border under the panel headers to visually group them. 2000-01-12 23:36:07 +00:00
jj%netscape.com 568ddd211c #23776: bumped up version number to M13 (Finder's Get Info strings) 2000-01-12 22:51:02 +00:00
sspitzer%netscape.com 841ec989a9 fix the slashdot panel (the old ones were either delete or not updating.)
r=waterson
2000-01-12 22:21:21 +00:00
law%netscape.com 2c1b6b44ee Stuff for bug #18804; tweaks for new web shell; r=radha@netscape.com 2000-01-12 21:59:02 +00:00
morse%netscape.com 61a9624d09 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp 2000-01-12 21:53:32 +00:00
hyatt%netscape.com 491426eeca Never mind. 2000-01-12 08:32:23 +00:00
hyatt%netscape.com 3c744cb721 Reverting treecells back to boxes. 2000-01-12 08:29:39 +00:00
rjc%netscape.com cb61f040de Fix bug # 23689: flush bookmarks after adding new nodes. 2000-01-12 06:38:42 +00:00
slamm%netscape.com f61465810a Fix layout problem with mailnews. The iframe in 'My Panels' would not strecth. Added an extra box layer to contain it. r=akkana 2000-01-12 00:48:45 +00:00
slamm%netscape.com d2e46339c1 Update selected panel after update. Fix for #23616. Also, use uppercase names for function call. r=akkana 2000-01-12 00:48:41 +00:00
slamm%netscape.com b8047b3cf9 Use uppercase names. r=akkana 2000-01-12 00:48:38 +00:00
slamm%netscape.com 2296c1b32c Make assertions in sidebar datasource to mark the batch update. The observer in sidebarOverlay.js uses it to update the panel selection properly. Fixes bug #23616. Capitalize all functions called from xul. Reorder functions. Pick some clearer names. Add comments. r=akkana 2000-01-12 00:48:35 +00:00
slamm%netscape.com cecb1719c2 Move preview.css entry from content area to skins area. duh. Fixes bug #21478. Also export sidebar.css (it brings in the global styles). r=akkana 2000-01-12 00:48:32 +00:00
rgoodger%ihug.co.nz 7f2964ae11 partial fix to bool radio persistence bugs (r=sfraser@netscape.com, v=mcafee@netscape.com), tree sizing fix (r=sfraser@netscape.com) 2000-01-12 00:20:05 +00:00
racham%netscape.com 3bcdb951b8 Fixing bug 16673. User50 directory on windows will now lives 1 level up fromthe executable. r=ssu 2000-01-11 23:07:22 +00:00
rjc%netscape.com 5611880580 Even if pref string is an empty string, if it wasn't null, need to free it. 2000-01-11 22:44:18 +00:00
rjc%netscape.com eafd89b569 Check preference string to make sure its not an empty string before using. 2000-01-11 22:11:07 +00:00
pp%ludusdesign.com 698852a4f4 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
dougt%netscape.com 904b58b92b URL loading did not work when I click on the Update notificaiton menu item.
I am just going to hard code a URL for this until I get an interface on
xpflash which can convert a update name to an update url.
2000-01-11 09:47:33 +00:00
dougt%netscape.com bc5e6a966d Adding URL loading when clicked. 2000-01-11 09:18:43 +00:00
dougt%netscape.com 815de20342 Adding Update Notification to the task menu bar.
r=waterson.
2000-01-11 08:58:22 +00:00
mcafee%netscape.com 0de3b90af8 Typo was preventing browser.cache.check_doc_frequency from sticking. r=rgoodger@ihug.co.nz 2000-01-11 06:56:27 +00:00
mcafee%netscape.com baad033001 Resurrecting some prefs we lost in the pref landing. r=rgoodger@ihug.co.nz 2000-01-11 06:47:05 +00:00
waterson%netscape.com be3e3ef47b Nitpicky cleanup. 2000-01-11 05:12:36 +00:00
waterson%netscape.com 89e0ac5f08 Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.) 2000-01-11 05:08:30 +00:00
waterson%netscape.com 7e5711a8b0 Fix separator rule. 2000-01-11 04:58:16 +00:00
waterson%netscape.com defe75dc6b Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup. 2000-01-11 04:58:05 +00:00
mccabe%netscape.com f1521991f9 Fix to 9967.
Explicitly disable floating-point exceptions on FreeBSD, to force conformance with IEEE-specified behavior that the JS engine depends on.

Thanks to saska@acc.umu.se for the patch, and especially to all the experts who contributed to the discussion of this issue on the 9967 report.

r=mccabe.
2000-01-11 02:30:12 +00:00
jdunn%netscape.com cb0c532e85 Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
waterson%netscape.com e1f1e5b7fa Use '0' instead of '-1' to mean 'a real column'. Fixes Unix warnings. 2000-01-11 01:20:19 +00:00
waterson%netscape.com 3b5e918c07 Bug 22294. Reject empty URLs; support ArcLabelsIn() and GetSource[s](). r=rjc 2000-01-11 01:12:12 +00:00
mjudge%netscape.com b55faa63ff fixing small bug20146 r=akkana 2000-01-10 22:48:54 +00:00
hyatt%netscape.com 081ff9d992 Fixing prefs. 2000-01-10 11:34:29 +00:00
hyatt%netscape.com a68fec4dfc Reverting the inner cell of a tree back to a block. I can't deal with boxes sucking. 2000-01-10 08:47:25 +00:00
hyatt%netscape.com c9411db009 Forgot some tree checkin stuff. 2000-01-10 07:22:36 +00:00
rgoodger%ihug.co.nz 1e3136acae [prefwindow] proxy panel cleanup 2000-01-08 12:53:56 +00:00
rgoodger%ihug.co.nz eed4d2c1fb [prefwindow] cache, cookies and wallet panes cleanup 2000-01-08 12:38:24 +00:00
rgoodger%ihug.co.nz da11fd4b05 [prefwindow] advanced pane cleanup 2000-01-08 12:25:47 +00:00
rgoodger%ihug.co.nz 9eb8bbe012 [prefwindow] extend prefwindow to provide pseudo-onload handlers, download panel cleanup 2000-01-08 12:21:29 +00:00
rgoodger%ihug.co.nz 9d9b4896fb [prefwindow] offline panel tidy-up 2000-01-08 11:25:24 +00:00
rgoodger%ihug.co.nz e91be729fa [prefwindow] smartupdate panel tidy-up 2000-01-08 11:21:33 +00:00
rgoodger%ihug.co.nz dde10ea287 [prefwindow] composer panel cleanup... 2000-01-08 11:10:19 +00:00
rgoodger%ihug.co.nz 7899c54eff [prefwindow] search pane tidy-up 2000-01-08 11:02:15 +00:00