Commit Graph

3441 Commits

Author SHA1 Message Date
andreas.otte%primus-online.de
36bc63e942 fix bug 97983 [ExtractUrlPart allows no access to the directory part of the url] This patch introduces a new bitmask url_Path that allows accessing the whole path, moved url_Directory from path access to it's original meaning accessing the directory portion of the url. Also fixed some start/endposition calculations, r=dougt@netscape.com,sr=darin@netscape.com 2001-09-14 05:47:54 +00:00
jaggernaut%netscape.com
25856c9451 Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
mscott%netscape.com
f1bfa2c787 Bug #99222 --> make the widget flexible enough to only show the popup if
there are  a certain # of results present in the list.
r=sspitzer, ducarroz
sr=hewitt
2001-09-14 05:34:59 +00:00
syd%netscape.com
a8418328c1 More 88844 stuff, make sure we create the key if it doesn't exist. 2001-09-13 09:37:50 +00:00
syd%netscape.com
8d5aad98c6 Trunk version of latest 88844 stuff, look for "Mozilla Quick Launch" instead of
trying to construct a string based on the app name, which is not working.
r=ssu, sr=brendan, a=asa
2001-09-13 09:09:06 +00:00
rjesup%wgate.com
dfc522b372 Bug 98711: Fix misuses of string.Right(). r=jfrancis, sr=jst 2001-09-13 00:09:49 +00:00
alecf%netscape.com
4f6cd62f72 oops, back out this line - didn't mean to check it in 2001-09-12 22:32:19 +00:00
alecf%netscape.com
1e0e7dd033 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
stephend%netscape.com
38da9ef8b0 Bug 60658. JavaScript strict warning. r=timeless, sr=shaver 2001-09-12 03:01:56 +00:00
mkaply%us.ibm.com
2823217a4e #76856
Night of the Living Dead CVS files - rekilling files that got changes made after they were killed
2001-09-11 04:45:47 +00:00
blakeross%telocity.com
fdb86f99a3 Fixing minor problem from turbo landing. r/sr=ben 2001-09-11 01:18:18 +00:00
blakeross%telocity.com
088810f568 Turbo landing:
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben

and some cleanup.
2001-09-10 23:48:09 +00:00
dbaron%fas.harvard.edu
67ef0876cc Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf 2001-09-10 19:42:54 +00:00
oeschger%netscape.com
5bd135bc25 adding help key for content updates, a=asa, bug=85925, r=cotter 2001-09-10 00:48:51 +00:00
cls%seawood.org
aa92046157 AIX linker requires that all symbols be resolved at link time so link against MOZ_COMPONENT_LIBS when building shared lib. Should fix tinderbox bustage. 2001-09-08 08:09:14 +00:00
blizzard%redhat.com
87395759c4 Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2001-09-08 05:08:13 +00:00
radha%netscape.com
1034cb6c92 Fix for bug 79063 r=rpotts sr=darin 2001-09-07 22:06:08 +00:00
rangansen%netscape.com
827743453d b=94026 r=rangansen sr=hewitt a=asa Changing UI string 2001-09-07 21:39:13 +00:00
jaggernaut%netscape.com
5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
blizzard%redhat.com
9d72d547c8 honor the running state of the xremote service. not part of the build. 2001-09-06 20:46:57 +00:00
blizzard%redhat.com
b65a37c54e loading urls into the most recently used window works properly now and other cleanups. not part of the build. 2001-09-06 20:34:16 +00:00
blizzard%redhat.com
d7de97577c More work in progress. Added ping command and you can now open mail/news and browser windows remotely. Not part of the build. 2001-09-06 20:09:30 +00:00
blizzard%redhat.com
7794d6c4eb More new X Remote work. This code is now in better shape than the original. Not part of the build. 2001-09-06 06:43:54 +00:00
blizzard%redhat.com
53b8722854 get mailto: links working, clean up a lot of debugging code. not part of the build. 2001-09-06 03:39:51 +00:00
blizzard%redhat.com
98e563eca4 More WIP on new X Remote code. Not part of the build. OpenURL() with and without arguments work now. 2001-09-05 21:48:23 +00:00
valeski%netscape.com
93959d48cc r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
bryner%netscape.com
6c5a4b3d24 Bug 94491 - make the filepicker not allow multiple selection, since our filepicker API doesn't support it. r=jag, sr=jst. 2001-09-05 08:06:09 +00:00
cls%seawood.org
3a5f285fbc Deactivate sidebar panels when the panel is not selected.
Special thanks to matt@netscape.com for providing this patch.
Bug #53239 r=cls sr=ben a=asa
2001-09-05 07:43:17 +00:00
dougt%netscape.com
d5f58776bc Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
bryner%netscape.com
d643acd8b3 Bug 96438 - file name and type descriptions aren't aligned with fields. r=jag, sr=sfraser. 2001-09-05 00:39:00 +00:00
blizzard%redhat.com
80efc3e4ee Ongoing new X Remote Code. Not part of the build. 2001-09-04 23:01:23 +00:00
dmose%netscape.com
257eee2168 Bug 92135: shows source of autocomplete items in the mail compose window using icons in the dropdown (default match, local addressbook, remote addressbook). Allows (via hidden pref; off by default) for more sophisticated info about each address -- specific addrbook name, or random ldap attribute, like department). Also fixes minor LDAP autocomplete i18n regression introduced post 0.9.3 and found while testing. r=sspitzer; sr=hewitt; a=asa 2001-09-04 05:25:08 +00:00
gerv%gerv.net
f23a33b28b Added units to font size pref panel and fixed visual glitch in DPI dropdown. Bug 89842 and bug 96339. r=bzbarsky, sr=blake, a=asa. 2001-09-01 00:18:20 +00:00
kaie%netscape.com
ae172dc462 b=94026 r=law sr=hewitt a=dbaron
Changing UI string
2001-08-31 03:10:35 +00:00
pchen%netscape.com
2afe17b617 bug 82983, r=jag, sr=ben, don't pass a name for bookmarks properties dialog so that we don't try to reuse an existing dialog, also set dialog as dependent so that properties dialogs will go away when the bookmarks window gets closed 2001-08-29 21:58:04 +00:00
ccarlen%netscape.com
d48280a189 Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron 2001-08-29 14:02:38 +00:00
tao%netscape.com
4cacaf1298 8052: Available tab list on Sidebar customize tab is still US contents
after switching to JP region pack. (r=jbetak,sr=mscott)
use "intl.content.langcode" instead of u-a locale
2001-08-29 02:47:01 +00:00
tao%netscape.com
fd5e62e10b 70099: Remove new MailNews dependency on Navigator.
(r=jbetak,sr=mscott,a=dbaron). move the url from browser to communicator.
2001-08-29 02:06:06 +00:00
tao%netscape.com
22be0e1a95 90083: Restart message does not make sense when selecting new locale.
(r=jbetak, sr=mscott, a=dbaron) rephrase the message.
2001-08-29 00:53:00 +00:00
loadrunner%betak.net
78b61e0bc6 96856 The order of JA character set name in Customize Character Coding dialog is not correct,
r=tao, sr=kin, a=dbaron
2001-08-27 06:47:53 +00:00
rjesup%wgate.com
6f3e4115eb Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
r=pierre r=jband/dbradley  Also fixes some whitespace issues.
2001-08-27 06:15:54 +00:00
blakeross%telocity.com
d708f52e87 no need to build/ship test autocomplete file. rs=ben a=asa via irc 2001-08-26 02:49:35 +00:00
bryner%netscape.com
7096510637 Bug 94154 - focus textfield after directory change, and bug 92754 - clear directory selection on directory change. r=jag, sr=ben, a=dbaron. 2001-08-25 20:38:14 +00:00
bryner%netscape.com
39d6a84c5c Bug 85946 - file picker not resiz[e]able. Patch from colin@theblakes.com, r=bryner, sr=blake, a=asa. 2001-08-24 06:53:22 +00:00
bryner%netscape.com
dd91f767b6 Bug 96434 - open folder in xp filepicker attempts a save instead of an open. r=jag, sr=shaver, a=dbaron. 2001-08-24 06:50:45 +00:00
radha%netscape.com
8745507311 Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons 2001-08-23 21:55:57 +00:00
blakeross%telocity.com
43964cd991 smart browsing pref pane polish. r/sr=hewitt 2001-08-22 06:59:21 +00:00
blakeross%telocity.com
e5fba8efc3 minor polish for autocomplete prefs dialog. r=kerz sr=hewitt 2001-08-22 04:42:32 +00:00
eddyk%netscape.com
c4aa043a0d bug 75469: move <script><![CDATA] ... into a .js file
r=timeless sr=ben
2001-08-22 04:15:28 +00:00
hewitt%netscape.com
6ad6ce43c3 94870 - Autocomplete ignores history entires starting with www, r=dmose, sr=waterson 2001-08-22 03:49:31 +00:00
hewitt%netscape.com
25d2b27b07 89198 - add option to show comments column in autocomplete, r=blake, sr=ben 2001-08-22 03:47:04 +00:00
blakeross%telocity.com
d24a978fd1 Textfield for anon ftp password not same length as checkbox (94939). r=ben sr=hewitt 2001-08-22 02:55:33 +00:00
blakeross%telocity.com
3e8c1d5338 Send Link and Send Page in Manage Bookmarks do nothing, and some history polish (73904). r=hewitt sr=ben 2001-08-22 02:52:30 +00:00
blakeross%telocity.com
a9a31475a9 fixing a minor typo, no bug, rs=hewitt 2001-08-22 02:49:22 +00:00
tao%netscape.com
f2190d1a41 91217: update locale version in package/locale provider registry.
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
2001-08-22 01:52:23 +00:00
sspitzer%netscape.com
885c52c433 fix the fix for #87177. thanks to walk84 for pointing it out.
r=walk84, sr=bienvenu
2001-08-22 01:18:40 +00:00
stephend%netscape.com
4f5e83d2e1 Bug 88673. Cleaning up wording in history's prefs panel. Patch by Bradley Hart <bhart00@yahoo.com> r=jatin@netscape.com/timeless@mac.com sr=scc@mozilla.org 2001-08-22 00:47:21 +00:00
jat%princeton.edu
f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00
blakeross%telocity.com
c4a9f265fc More fallout from xul syntax changes. r=ben sr=hyatt 2001-08-21 06:16:33 +00:00
dianesun%netscape.com
6ab4e205d7 Fix for bug 87177. R=buhvan, SR=sspitzer 2001-08-20 19:09:39 +00:00
sfraser%netscape.com
0982b5aa62 Fix the output file of the headers target, which is a dummy file used for dependency tracking. It was the same as that in AutoCompleteIDL.mcp, which caused these IDL-generated headers to not be created. 2001-08-18 04:27:05 +00:00
hyatt%netscape.com
5583aaa00b Fix for 94943. r=jag, sr=blake 2001-08-18 01:04:47 +00:00
dmose%netscape.com
bff9678aae Build ordering issues busted the clobber builds; forward declaring an interface and moving a #include around to fix. 2001-08-18 00:04:54 +00:00
dmose%netscape.com
a9b090fd7f Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com' 2001-08-17 22:32:35 +00:00
dmose%netscape.com
c2f5550783 Fix RFC 822 quoting for LDAP autocompleted display names (bug 89198). Fix works by creating a new "formatter" interface and implementing an addressbook-specific version of it which uses the mailnews quoting code to fix it up. Also provides infrastructure for setting the LDAP autocomplete dropdown comment field, and fixes some error-handling issues in the compose window code for setting up LDAP autocompletion. r=leif@netscape.com (backend changes), srilatha@netscape.com (compose window changes); sr=bienvenu@netscape.com 2001-08-17 22:32:28 +00:00
loadrunner%betak.net
af3eef704f bug 76444, JavaScript error when Adding Language in Preferences, r=jag, sr=blizzard 2001-08-17 22:17:56 +00:00
vishy%netscape.com
14f6d15bc2 bugscape 7843, there was a typo in bookmarks.xul, changed label to accesskey so that keyboard access works properly, sorry for no review but this is trivial 2001-08-17 14:46:52 +00:00
sfraser%netscape.com
95d7ff160d Add error-checking code which we hope will fix bug 88961, a top-crasher in __ptr_glue. r=bnesse, sr=blake 2001-08-17 00:48:46 +00:00
blakeross%telocity.com
64c93bc135 Cleaner fix for making turbo mode dynamic (89504). r=ccarlen sr=ben 2001-08-17 00:25:04 +00:00
ftang%netscape.com
873ecf7383 fix 54957. add one control to decide show theme description or not. r=vishy sr=blizzard 2001-08-16 23:49:22 +00:00
loadrunner%betak.net
4b088c6dec bug 84188, Need to migrate existing localizable string preferences to a new pref type, r=tao, sr=blake 2001-08-16 23:43:06 +00:00
dbaron%fas.harvard.edu
5f0c565cb8 Fix a few Windows line endings (^M^J instead of ^J) that make it hard to diff or patch this file. 2001-08-16 23:40:29 +00:00
timeless%mac.com
a679d80231 Fix Bugzilla Bug 88869 Smart-Browsing: Remove/Add Domains is backwards
r=dean_tessman@hotmail.com sr=ben@netscape.com
2001-08-16 13:46:20 +00:00
blakeross%telocity.com
5d9823607b Fixing bustage; missed a file. 2001-08-16 04:06:14 +00:00
blakeross%telocity.com
adba3ed9c1 Enabling and disabling turbo should not require a restart (89504). Also fixes 85437, 81715, 91221, 91350, 92292. r=ccarlen sr=ben 2001-08-16 03:45:52 +00:00
blakeross%telocity.com
6a13fe367b Enabling and disabling turbo should not require a restart (89504). Also fixes 85437, 81715, 91221, 91350, 92292. r=ccarlen sr=ben 2001-08-16 03:21:40 +00:00
shanjian%netscape.com
cd26ab6678 #92473 Overwrite character set does not work inside Text and Textarea.
r = radha, sr=blizzard
2001-08-16 00:33:58 +00:00
jband%netscape.com
2bad71c89b fix bug 94752. Let xpconnect decide when to call JS_DestroyContext. It sometimes needs to defer the call until JS code running on the context is finished. r=dbradley sr=jst 2001-08-15 04:49:09 +00:00
morse%netscape.com
e42458d3ce bug 91881, js error, r=matt, sr=blake 2001-08-14 14:50:41 +00:00
rpotts%netscape.com
33bbd6972c bug #94205. Adding flags to nsIWebNavigation::Stop(). 2001-08-14 04:46:20 +00:00
loadrunner%betak.net
a9721cd43c bug 86241, [null] appears when deleting all entries in "Navigator -> Languages" pref pane, r=tao, sr=darin 2001-08-14 02:39:28 +00:00
hyatt%netscape.com
04f362d790 Fix for 94990. r=blake, sr=hewitt 2001-08-13 22:44:43 +00:00
hyatt%netscape.com
dcfed3a6a9 Get context menus limping again. This is really strange. r=blake, sr=ben 2001-08-13 04:39:31 +00:00
blakeross%telocity.com
35b3d95262 Toolbar ui is visible but non-working. r=hewitt sr=ben, no bug, somehow this got shown again 2001-08-13 01:00:53 +00:00
blakeross%telocity.com
9d52892ef3 Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer 2001-08-12 01:49:08 +00:00
matt%netscape.com
720cfc6160 bug 94404 moving sidebar into branding. sr=ben r=pchen 2001-08-10 21:30:12 +00:00
dbragg%netscape.com
5a1c1b8876 Checkin for smeredith@netscape.com
Fix for bug 90989: proxy preference window changes to allow SOCKS version selection.
r=bbaetz, sr=hewitt
2001-08-10 19:34:20 +00:00
radha%netscape.com
ef1b15b65b Fix for topEmbed bug 93027 r=pollmann sr=darin 2001-08-10 14:43:03 +00:00
blakeross%telocity.com
6c248a1a71 Bookmarks should use center cropping (90840). patch by dean. r=kerz sr=blake 2001-08-10 04:34:27 +00:00
loadrunner%betak.net
8d4c49d55d bug 85747, There is no difference between "OK" and "Cancel" when change Preferences | Fonts language,
r=matt, sr=blizzard
2001-08-10 01:49:39 +00:00
blakeross%telocity.com
e74e898dec Turbo mode shuts off upon visiting Appearance panel (94008). r=hewitt sr=ben 2001-08-10 01:37:27 +00:00
jaggernaut%netscape.com
56cd4b1ba1 Bug 94458: change dynamically registered listeners to "create" and "destroy" events to listen to "popupshowing" and "popuphiding". r=bryner, sr=hyatt 2001-08-10 01:32:12 +00:00
blakeross%telocity.com
bdae04bc05 Fallout from hyatt's landing: removing duplicate attr on box that caused 94531. r=hewitt sr=hyatt 2001-08-10 01:08:59 +00:00
hewitt%netscape.com
af7f16666d 84809 - autocomplete prefs customization, r=matt, sr=blake 2001-08-09 06:41:11 +00:00
eddyk%netscape.com
a476095150 Bug 84211: font prefs in pref dialog not lockable (eClient)
sr=ben r=bnesse
2001-08-09 02:21:42 +00:00
dianesun%netscape.com
a019ed8891 Fix to bug 88666 (KB), R=tao, SR=sspitzer 2001-08-08 21:55:25 +00:00
dianesun%netscape.com
1df8306ac3 Fix to bug 87195. R=eddyk, SR=sspitzer 2001-08-08 00:03:09 +00:00
javi%netscape.com
c6c77a73fd Fix for bug 89932, Checking in for Kai Engert
r=cotter, sr=blizzard

Fix some wording discrepencies.
2001-08-07 21:00:03 +00:00
blakeross%telocity.com
5b8d34821f hyatt is a little bitch. 2001-08-07 08:33:43 +00:00
blakeross%telocity.com
6124491fa3 Fixing problem with my previous patch that caused two of the items not to work in the sidebar panel. r=kerz sr=hewitt 2001-08-07 04:16:11 +00:00
blakeross%telocity.com
9b0332584d Add a context menu to global history items (48039). r=hewitt sr=ben 2001-08-07 03:46:53 +00:00
blakeross%telocity.com
a9b2f61c39 minor typo in patch from a few days ago (88670). r=kerz rs=brendan 2001-08-07 03:21:43 +00:00
hyatt%netscape.com
0c296a706a Fix for 71106. r=jag, sr=jst 2001-08-06 21:49:35 +00:00
ben%netscape.com
a94c42c147 make comment unambiguous (comment change) 2001-08-05 10:27:30 +00:00
hewitt%netscape.com
3203d18be2 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2001-08-04 06:21:59 +00:00
serge%netscape.com
0cf95998a8 bug 79246 PAC: reload of PAC file fails; submitted by tingley@sundell.net, r=serge, sr=darin 2001-08-04 02:00:22 +00:00
serge%netscape.com
b5c917a8b5 bug 79246 PAC: reload of PAC file fails; submitted by tingley@sundell.net, r=serge, sr=darin 2001-08-04 01:53:49 +00:00
morse%netscape.com
2b8885cf42 bug 92301, data in password manager dialog vanishes, r=vishy, sr=blake 2001-08-02 19:06:01 +00:00
blakeross%telocity.com
2a85fbfc2e Drag vertical splitter left and it jumps back to default (78790). r=matt sr=ben 2001-08-02 03:03:11 +00:00
blakeross%telocity.com
26664deea8 Remove delay upon closing download window (when download is finished); disable checkbox when necessary (91605). r=kerz sr=ben 2001-08-02 00:37:28 +00:00
hyatt%netscape.com
e1abe2c919 Fix for 71471. r=blake, sr=hewitt 2001-08-02 00:09:27 +00:00
blakeross%telocity.com
d1d80b3060 Removing unused mimetype ui (87713). r=kerz sr=ben 2001-08-01 23:46:44 +00:00
blakeross%telocity.com
802edc3f77 gemal's patch for history pref wording, 88670. r=radha sr=alecf 2001-08-01 23:32:16 +00:00
hyatt%netscape.com
14f4144ff0 Fix for bbaetz's dir viewer bug. 2001-08-01 07:50:02 +00:00
bryner%netscape.com
75b9627b7e bug 80373 - htiting enter after selecting a directory does nothing. r=jag, sr=ben. 2001-08-01 01:53:20 +00:00
jaggernaut%netscape.com
e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
blakeross%telocity.com
90345ad705 History date/time of new pages is the date/time of the first url added in the session (91717). This will likely also help page loading time and hierarchical history folder opening (as well as item deletion). Would you believe we've been firing a timer every three seconds that flushes and recommits all of the user's global history (when all we meant to do was set a boolean to PR_TRUE) because of a copy and paste error Alec made in march? :-) r=jag sr=ben 2001-07-25 06:18:06 +00:00
dmose%netscape.com
31d4fa1710 Change LDAP autocomplete default minStringLength to only autocomplete against strings >= 2 chars long to avoid a possible hang on NT as well as unindexed searches (bug 84566; r=leif@netscape.com, sr=darin@netscape.com) and default searchFilterTemplate to catch people whose cn contains their middle name or initial (bug 90535; r=leif@netscape.com, rs=darin@netscape.com). This second patch also fixes a bug where filter templates sometimes ignored the last token of the entered string 2001-07-25 04:15:30 +00:00
morse%netscape.com
5ce92a42d8 bug 91881, fix js errors, r=vishy, sr=blake 2001-07-25 03:09:34 +00:00
bryner%netscape.com
fa091f1301 Bug 81280 - correctly handle user-typed ".." in linux filepicker. r=jag, sr=blizzard. 2001-07-24 22:57:52 +00:00
gerv%gerv.net
99aca6abb5 Add UI for debug prefs - JS strict and dump(). Bug 90945. r=bzbarsky, sr=blake. 2001-07-24 20:15:13 +00:00
pete%alphanumerica.com
f020dcc1cd Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
jaggernaut%netscape.com
927006421d Bug 87141: Extensions for inserted images are case-sensitive. r=bryner, sr=blake. 2001-07-24 07:10:30 +00:00
bryner%netscape.com
c2bd2cdb93 Bug 82834 - filepicker should use busy cursor while the user is waiting for an operation to complete. This also fixes a problem on linux where calling SetCursor didn't take effect until we returned to the gtk event loop. r=jag, sr=blizzard. 2001-07-24 03:03:45 +00:00
matt%netscape.com
c3ab3549a0 fix for bug 89525 r=mcafee sr=ben 2001-07-24 00:34:37 +00:00
jaggernaut%netscape.com
cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
ben%netscape.com
b87c881d49 91438, filing a bookmark folder into itself causes the folder to get deleted.
r=vishy, sr=blake.
2001-07-19 09:01:41 +00:00
mscott%netscape.com
a149f25bea Bug #90957 --> localize the close button
r/sr=sspitzer
2001-07-17 19:13:25 +00:00
timeless%mac.com
54fd1a7d7f Bugzilla Bug 68972 duplicate/missing mnemonics in file menu of bookmarks window
patch by walk84@yahoo.com r=timeless sr=blizzard
2001-07-17 05:21:10 +00:00
timeless%mac.com
fd0adee7de Bugzilla Bug 87002 Cannot add bookmarks/history/search panel to My Sidebar
patch by walk84@yahoo.com r=doron sr=blake
2001-07-17 05:19:39 +00:00
timeless%mac.com
e4a09890fb Bugzilla Bug 90741 Whack the rest of the <box> tags in the trunk
r=blake sr=hewitt
2001-07-17 03:10:57 +00:00
eddyk%netscape.com
0072eb56e3 Bug 84227: System panel no lockable.
r=srilatha sr=blake
Added some prefs and code to disable ui when prefs are locked.  Windows only.
2001-07-16 23:18:36 +00:00
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
blakeross%telocity.com
bb92e9fb81 Wrong mimetype icons showing up for applications pref pane. r=bz sr=ben 2001-07-13 20:48:29 +00:00
hewitt%netscape.com
59471fd937 86017 - Mail compose addressing widget should move to next field on tab, r=sspitzer, sr=blake\n86731 - Mail compose - autocomplete incorrectly uses lower case letters, r=matt, sr=blake 2001-07-11 05:04:39 +00:00
blakeross%telocity.com
1d162e5e8b Add Clear button to remove remembered helper app pref (88435). r=bz sr=ben 2001-07-11 00:48:36 +00:00
vidur%netscape.com
0e1b1dc5f3 Fix for bug 84106. Save As for a page with post data tries to get the page out of the cache using its cache key. If the page is not in the cache, it prompts before re-posting. r=adamlock, sr=rpotts 2001-07-11 00:11:59 +00:00
ccarlen%netscape.com
815ed97616 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2001-07-10 08:01:55 +00:00
gerv%gerv.net
d91e17f67a Chang all instances of "My Sidebar" to "Sidebar". Bug 77819. r=timeless, sr=brendan using his magic "String only changes" rubberstamp. 2001-07-09 22:51:57 +00:00
tao%netscape.com
a60ef23c40 86807: Some menu items are missing if you use incompatibly profle.
r=jbetak,sr=hyatt. Add locale version to all packages and their locale
providers.
2001-07-09 22:13:09 +00:00
timeless%mac.com
1fdeed80f7 Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2001-07-09 18:41:07 +00:00
blakeross%telocity.com
cebd533e91 This is the rest of the history searching not working bug, which had r=ben sr=alecf... 2001-07-08 17:11:46 +00:00
mscott%netscape.com
4e94d8bd64 Back out my checkin from yesterday. I didn't mean to check this file in. 2001-07-06 21:19:58 +00:00
cls%seawood.org
cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
mscott%netscape.com
8ca27bad8a Bug #87713 --> remove obsolsete outgoing mime type checkbox
r/sr=hewitt, sspitzer
2001-07-06 01:35:38 +00:00
blakeross%telocity.com
4622150699 History searching no longer works (89093). r=ben sr=alecf 2001-07-05 18:04:55 +00:00
radha%netscape.com
81605a5a00 Fix for bugs 84556 and 82803 r=valeski sr=rpotts 2001-07-05 14:40:02 +00:00
mscott%netscape.com
fc7df0b223 Bug 84410 --> properly show unknown time and put the progress bar in undetermined mode
when we don't know how large the download is.
r=sspitzer
sr=blake
2001-07-04 04:14:56 +00:00
mscott%netscape.com
fd26f4e87c Bug #88429 --> insert a missing return
r=sspitzer
sr=blake
2001-07-04 03:53:38 +00:00
oeschger%netscape.com
24cb5cd925 updating pref->help context sensitivity for bugs 46226, 85925, fix is walk84's, r=oeschger 2001-07-03 02:53:25 +00:00
blakeross%telocity.com
8fd0623da7 History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben 2001-07-03 01:46:22 +00:00
loadrunner%betak.net
02d3533708 bug 86957, Mozilla converts existing NS 4.7 language preferences to single line,
r=bstell, sr=alecf
2001-07-03 00:49:43 +00:00
ben%netscape.com
e7562af185 Fix for bug 84232 - Opening preferences dialog when one already exists (opened from another window) causes all changes made in the existing window to be lost.
Add windowtype attribute to preferences <window> element so that the window can be found using the window mediator.
Patch from jbetak@netscape.com based on my suggestion, r=dbaron, sr=myself.
2001-07-02 04:17:52 +00:00
cls%seawood.org
66d937045b Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
ben%netscape.com
f84c479ab8 87371 - make size of preferences dialog localizable
r=vishy, sr=hyatt
2001-06-30 23:57:43 +00:00
jaggernaut%netscape.com
5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
oeschger%netscape.com
588f2644cc context sensitive 'key' addition, r=cotter, sr-less dispensation per 85925 2001-06-30 00:01:04 +00:00
nhotta%netscape.com
cd90bee37e Changed to get a pref "general.useragent.locale" instead of using the locale service, bug 87880, r=ftang,matt, sr=alecf. 2001-06-29 22:22:52 +00:00
scc%mozilla.org
29ffb32e47 fix windows build bustage 2001-06-29 13:58:33 +00:00
dougt%netscape.com
4d940b63a7 Fix for 87629. Submitted by ben@netscape.com, r=me, sr=alecf@netscape.com. 2001-06-29 04:46:39 +00:00
blakeross%telocity.com
6a909b0bd6 Fixing all (I think) drag and drop issues between the content area, the personal toolbar, and the bookmarks panel/manager. Includes the inability to drag a bookmark with no name, many links dragged to the bookmarks panel not having a title (79600), and bookmarks dragged to personal toolbar having names like "NC:BookmarksRoot" (85328). r=kerz sr=ben 2001-06-29 01:33:28 +00:00
oeschger%netscape.com
b80cc1b833 updating pref->help keys, b=85925 & 46226, r=cotter@netscape.com 2001-06-28 14:38:49 +00:00
darin%netscape.com
f829862401 Fixes bug 85054 "Hard Drive grinds when disk cache set to zero."
patch=gordon, r=gagan, sr=darin
2001-06-28 01:30:26 +00:00
sgehani%netscape.com
2244e1eaad Add a dropdown to choose searchengine when in basic mode in
the search sidebar panel.

b  = 86483
r  = matt
sr = alecf
2001-06-28 01:27:35 +00:00
stephend%netscape.com
9e1e20ea09 87028 - Improve wording about Turbo mode in Preferences. Patch by Bradley Hart <bhart00@yahoo.com> r=sairuh@netscape.com sr=darin@netscape.com 2001-06-28 00:50:32 +00:00
dmose%netscape.com
25c1393bf5 Fix LDAP autocomplete session to work properly with servers with search filters that are not parenthesized (bug 86144). r=leif@netscape.com, sr=darin@netscape.com 2001-06-28 00:02:37 +00:00
danm%netscape.com
66d4654bc5 add titlebar to "other..." font size dialog. bug 82105 r=ben,hyatt 2001-06-27 03:32:47 +00:00
blakeross%telocity.com
8116bf9163 Textboxes disabled via xbl properties don't have proper styling (86899). r=kerz sr=ben 2001-06-26 02:45:44 +00:00
blakeross%telocity.com
0bdc7c6587 Sidebar panel has incorrect clicking behavior (71768). r=kerz sr=ben a=nobody 2001-06-26 02:43:22 +00:00
hewitt%netscape.com
179a27d3b1 53688 - javascript strict warnings in autocomplete.xml, r=ducarroz, sr=alecf 2001-06-26 00:55:22 +00:00
ben%netscape.com
928c68ca47 84344 - defer skin switch to restart.
r=danm, sr=hyatt, a=chofmann.
2001-06-22 04:17:30 +00:00
ben%netscape.com
c887ee5adf [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
pref-appearance.dtd: add strings for UI language switching
prefutilities.properties - add strings for UI language switching
2001-06-22 04:14:41 +00:00
ben%netscape.com
fc20cf6039 [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
preftree.xul - add id to appearance treechildren to allow dynamically overlayed panels
2001-06-22 04:13:59 +00:00
ben%netscape.com
84a4dee5d5 [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
pref-appearance.xul - add application language switching UI
2001-06-22 04:13:30 +00:00
ben%netscape.com
9ba257fbe7 [FEATURE] Ability to switch content packs so that vendors can offer regional content.
Original patch from jbetak@netscape.com, r=ben@netscape.com, sr=hyatt@netscape.com,
a=blizzard@mozilla.org
nsPrefWindow.js - add support for localized pref type
2001-06-22 04:13:12 +00:00
oeschger%netscape.com
759dade1d7 content and context-sensitive fixes for help, b=85925, a=asa on help content updates, r=cotter@netscape.com 2001-06-22 01:53:09 +00:00
srilatha%netscape.com
65b7b1bd5c Fix for bug 79792. Added observers for ldap prefs. Added sessions list for all the
recipients. Added AddSession, RemoveSession and SyncSessions
r=ducarroz, sr=hewitt, a=asa
2001-06-22 01:12:32 +00:00
dougt%netscape.com
758f79ff72 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2001-06-21 22:02:47 +00:00
blakeross%telocity.com
2a405d7fe5 History does not remember settings (81415). r=kerz sr=alecf a=asa 2001-06-21 01:47:17 +00:00
javi%netscape.com
2f91f5bf17 Fix for 82483 r=ssaux, sr=blizzard, a=asa
Add some content to the pane corresponding to Privacay and Security
  which is currently blank.
2001-06-20 22:48:05 +00:00
waterson%netscape.com
b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
dbaron%fas.harvard.edu
3236846d7d Fix bustage on Unicode-supporting versions of windows caused by nsFileSpec.h having an |#undef CreateDirectory|. 2001-06-20 06:57:36 +00:00
ccarlen%netscape.com
588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
blakeross%telocity.com
401f4d9e9c tooltip on dir tree is annoying (76696). r=dougt sr=blake a=asa 2001-06-20 06:26:16 +00:00
blakeross%telocity.com
bb37d554f9 No feedback when Find Again (Ctrl+G) reaches EOF (63410). r=alecf sr=sfraser a=asa 2001-06-20 06:12:37 +00:00
dmose%netscape.com
5f24709f88 Partial fix for bug 82169 (switching LDAP autocomplete directory requires restart to take effect). r=hewitt, rs=darin, a=asa 2001-06-20 05:54:23 +00:00
syd%netscape.com
192d02b443 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=84882. Add a entry, windows
only, the the advanced prefs panel. This is not a pref, but UI that has the
following semantics:

when the panel loads, if there is a shortcut in the windows startup folder for
turbo mode, the checkbox in the UI is set. Otherwise, it is clear,

when the user hits OK, if the checkbox is not set, the shortcut is removed, if
necessary. Otherwise, if the checkbox is set, the shortcut is added, if necessary.

r=ssu, sr=mscott, a=asa
2001-06-20 05:51:47 +00:00
gordon%netscape.com
fcae8f4778 Fix bug 84116, removing reference to non-existant class. r=neeti, sr=darin, a=asa. 2001-06-20 01:33:10 +00:00
matt%netscape.com
a610a06b22 bug 26106 adding ensureElementIsVisible so that that tree item is visible when it moves down
r=mcafee sr=ben a=asa
2001-06-20 01:06:38 +00:00
dianesun%netscape.com
2e487bdf56 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
andreww%netscape.com
315400ee27 bugzilla 79220: r= timeless, sr=hewitt, a=asa - decouples timebomb message from directed url. Req'd by L10N. 2001-06-19 22:50:23 +00:00
oeschger%netscape.com
bfdc2fc6ad context sensitive help, sr=blake, a=asa, r=sfraser, b=46226, part2 2001-06-19 22:40:56 +00:00
dmose%netscape.com
0fa82b6c17 speed up LDAP autocomplete by using the new param to SearchExt() to only ask for necessary attrs (bug 74098) r=ducarroz, sr=dougt, a=asa 2001-06-19 22:30:15 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
pchen%netscape.com
075c4080f0 bug 52930, r=matt, sr=alecf, a=blizzard, sync up dtd with internal one used in mozilla/profile/defaults/panels.rdf before I have panels.rdf use this dtd 2001-06-18 20:56:04 +00:00
scc%mozilla.org
1f69171c8f bug #85271: avoid regressions by re-creating the old behavior near |nsCRT::strdup|, see bug #86316 2001-06-18 03:50:12 +00:00
law%netscape.com
f51e963831 Bug 58848; change ddeexec registry entry so Windows won't use DDE to talk to Mozilla; r=ssu/sr=blaker/a=asa 2001-06-18 00:18:02 +00:00
scc%mozilla.org
a8fb409c6e bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
hewitt%netscape.com
2960e48ec1 85340 - autocomplete breakage, r=ducarroz, sr=alecf, a=asa 2001-06-16 01:10:49 +00:00