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

7965 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com fc657b30c5 bug 65241, add 'download more' button to Content Pack pref panel.
make preferences dialog non-modal to circumvent mac modality bugs.
r=matt, sr=blake
2001-07-06 05:52:34 +00:00
cls%seawood.org cfce8f4dcc Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
timeless%mac.com f8a92c48de Bug 70857 [XUL Syntax]
Smaller CSS/JS/XBL patch, should allow XUL changes to go in easier
by andersma@luther.edu r=timeless sr=blake
2001-07-06 02:01:52 +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
alecf%netscape.com 2e5a47dd8f fix for regression 89345 - open link in new window broke.. doh.
sr=blake, r=jag
2001-07-05 22:18:54 +00:00
blakeross%telocity.com 70d85e6008 Removing something that wasn't supposed to go in... 2001-07-05 18:09:45 +00:00
blakeross%telocity.com 4622150699 History searching no longer works (89093). r=ben sr=alecf 2001-07-05 18:04:55 +00:00
blakeross%telocity.com 8dba35d45b Put an icon in the systray when turbo is running (85984). Original code from law. r=kerz sr=ben, comments from dean. 2001-07-05 17:59:36 +00:00
radha%netscape.com 81605a5a00 Fix for bugs 84556 and 82803 r=valeski sr=rpotts 2001-07-05 14:40:02 +00:00
alecf%netscape.com 91dbb48b91 fix for bug 73141 r=jag, sr=mscott
correctly handle page when mail asks us to open a link in a new window
2001-07-04 23:23:05 +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
pinkerton%netscape.com 2b5922e9c7 removing xml comment as we think that makes the finder crash on OSX. r=sdagley/sr=sfraser. bug# 89152. 2001-07-04 02:04:13 +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 430832298b Removing line that snuck in. 2001-07-03 01:52:11 +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
blakeross%telocity.com 2e3e123273 Focusing urlbar should select contents (37587). r=brade sr=ben 2001-07-03 01:06:36 +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
jaggernaut%netscape.com 9a22bef475 Bug 70048: ``Text of modifiers on accelerators can't be localized''. Attempt #2 :-)
Patch by lordpixel@mac.com, jag. r=jag, lordpixel, pinkerton, sr=ben, blake.
2001-07-03 00:26:41 +00:00
danm%netscape.com 3910a46d58 keep nonmodal windows out of the modal window (topmost) layer. bug 84047 r=alecf,jag 2001-07-02 21:56:59 +00:00
ben%netscape.com 8b92f85000 bug 68985 - "Bookmark this link" in browser context menu does not show bookmark creation dialog. Function signature had changed and this call site was not updated. Add 'undefined'
parameter (for document character set) to ensure the correct function is called.
'undefined' works as the function being called assumes the character set of the focused
window in the case that the passed character set is undefined.
r=fabian, sr=blake.
2001-07-02 04:19:44 +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
ben%netscape.com c3afa90dcb 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.
This change fixes the problem by looking for an existing preferences dialog using the window mediator, and focusing one if found. Otherwise, a new one is loaded.
Patch from jbetak@netscape.com based on my suggestion, r=dbaron, sr=myself.
2001-07-02 04:17:13 +00:00
mkaply%us.ibm.com a9b07d5ad6 Os/2 TB break - Not sure why Javier said to remove this - still needed to build OS/2 non static 2001-07-01 15:24:06 +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
jaggernaut%netscape.com 02589dd8b8 Bug 70048: ``Text of modifiers on accelerators can't be localized''.
Patch by lordpixel@mac.com, jag. r=jag,lordpixel, sr=ben.
2001-06-30 06:54:44 +00:00
morse%netscape.com 868cdf9cc6 still trying to back out last change and get back to version 1.287 2001-06-30 00:38:31 +00:00
morse%netscape.com f41f7dacbf backing out last change -- was intended for branch bug got checked into trunk by accident 2001-06-30 00:32:42 +00:00
morse%netscape.com db9eb4088f bugscape 4428, launch what's-New, r=bnesse, sr=alecf, a=chofmann 2001-06-30 00:27:31 +00:00
jgaunt%netscape.com 07868cf706 bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
2001-06-30 00:25:09 +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
loadrunner%betak.net 53b2a6d407 bug 87535, r=nhotta, sr=alecf, adding chromeRegistry.selectlocale after its unintentional removal by Ben's previous checkin, minor clean-up as a bonus 2001-06-29 22:00:28 +00:00
mkaply%us.ibm.com 38dd9e54a4 88390
r=cls
Hopefully the fix for OS/2 TB bustage - only cat _COMPONENT_LIST in the static build
2001-06-29 17:50:14 +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
oeschger%netscape.com d7d55b6c06 adding help buttons to os2 dialogs to fix pref panel there, b=46226, rs=blizzard, r=mkaply 2001-06-28 14:29:26 +00:00
bbaetz%cs.mcgill.ca 47e4feb198 Bug 57411 - "error loading url" message should print out macro name where
available. (We only do this on debug builds)
r=jag, sr=ben
2001-06-28 03:35:05 +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
hewitt%netscape.com d15d3fb519 83906 - Outliner crashes when columns are hidden by default, r=blake, sr=hyatt 2001-06-28 01:09:47 +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
cathleen%netscape.com e8ed84659e fix autoreg components always get called on startup. bug#85770 r=ssu sr=alecf 2001-06-28 00:06:16 +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
katakai%japan.sun.com 18ae7a30d3 bug 80230
RFE: need -region option to switch Region at start up
r=ccarlen, nhotta, sr=blizzard
2001-06-27 07:38:53 +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