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

3787 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com 1477bd1a97 110540 - remove useless tabbed browser pref. r/sr=ben 2002-02-09 04:13:21 +00:00
blakeross%telocity.com 280373aef1 Fixing bustage (this never should have gone in). 2002-02-09 03:45:37 +00:00
blakeross%telocity.com de18189d8d 112071 - timebomb not working. r=hewitt sr=ben 2002-02-09 03:18:53 +00:00
aaronl%netscape.com 056be6687f Bug 121116. Pref wording change: make the accessibility functionality to block background images explicit in the pref wording. r=jgaunt, sr=vidur 2002-02-09 01:08:00 +00:00
sgehani%netscape.com d9dd664e77 Remove obsolete _elementID.
b=86780
2002-02-09 00:15:30 +00:00
danm%netscape.com 538e73b3fc make dialogs mistakenly opened as non-dialogs be opened as dialogs. got that? necessary for bug 77020 r=ben,jag 2002-02-09 00:12:11 +00:00
bzbarsky%mit.edu ea57b097cf Make the URL bar work even when we can't open the history database. Bug
84766, r=timeless, sr=hewitt.
2002-02-08 23:48:24 +00:00
bzbarsky%mit.edu ff0d354f40 Make sure to escape bookmark folder names before writing them out to the
file.  Bug 65098, patch by Hugh Kennedy <kennedyh@engin.umich.edu>,
r=bzbarsky, sr=shaver
2002-02-08 23:21:47 +00:00
blakeross%telocity.com 89897f9eb0 67387 - need mnemonics for history delete menuitems. r/sr=hewitt 2002-02-08 22:46:28 +00:00
rjc%netscape.com 41df903696 Fix bug # 124322: bookmark optimizations (cut down on # of assertions for common node types, and make scheduler far more lightweight.) r=pavlov sr=ben 2002-02-08 22:31:02 +00:00
blakeross%telocity.com 2fa25bdbf4 60245 - no tooltips for "title" attribute in sidebar. r=sgehani sr=hewitt 2002-02-08 22:30:17 +00:00
morse%netscape.com ddf7814df1 bug 124024, remove 21ms regression introduced by checkin for 121161, r=dp, sr=brendan 2002-02-08 03:57:35 +00:00
sgehani%netscape.com 8682bc2d2c Eliminate debug pref: show about box as modal.
b=86780; r=morse; sr=alecf
2002-02-08 01:25:05 +00:00
gordon%netscape.com 1a49cf0942 Checkin patch for diego@biurrun.de for bug 46490 "User selected Cache directory UI" r=sgehani, sr=sfraser. 2002-02-08 01:15:25 +00:00
radha%netscape.com 711f85c478 Fix for bug 90224. Send nsISHistoryListener notifications for Reload. r=mcafee, sr=rpotts. 2002-02-08 00:20:26 +00:00
sgehani%netscape.com b38939ac4e Remove button in Smart Browsing pref pane should be context disabled.
b=119768; r=morse; sr=hewitt
2002-02-07 23:07:14 +00:00
dbragg%netscape.com 4de2a4b225 Moving platform-specific files to the platform-specific jar files. Fixes bug 94242. r=tao, sr=alecf 2002-02-07 23:05:18 +00:00
sgehani%netscape.com aa6b02b8b6 Add reload and stop sidebar tab header context menu items.
b=41445; r=morse; sr=alecf
2002-02-07 22:42:57 +00:00
sgehani%netscape.com f2fd4f37b9 Resurrect stop button in tabs.
b=77738; r=morse; sr=alecf
2002-02-07 00:29:46 +00:00
morse%netscape.com a2275b169d bug 121161, enhancements to p3p cookie management, r=sgehani, sr=alecf 2002-02-06 21:55:16 +00:00
bzbarsky%mit.edu 504e991eec Ditch the history dropdown (which is nearly useless) in the XP
filepicker.  Convert it to an ancestor list instead.  Big 121354,
r=bryner, sr=jag
2002-02-06 21:10:01 +00:00
bzbarsky%mit.edu 580e33204e Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
blakeross%telocity.com 9cee6dc65f fix an oops in last nights checkin. sr=hewitt 2002-02-03 18:27:09 +00:00
blakeross%telocity.com 8b4fc2626f 121180 - clicking or dbl clicking on wrong things in bookmarks/history incorrectly opens url. a left and then right click in quick succession in bookmarks is counted as a double click. r=hewitt sr=ben 2002-02-03 08:40:31 +00:00
alecf%netscape.com 4b6e165654 fix for bug 108988 r=caillon@returnzero.com, sr=blake
also fix a minor warning while I'm there
2002-02-02 21:13:10 +00:00
blakeross%telocity.com b53ccc3236 109560 - edit menu in history is broken. r=ben sr=hewitt 2002-02-02 05:30:55 +00:00
blakeross%telocity.com 8250c7962b 120984 - removing unnecessary code in nsglobalhistory. r/sr=me,ben 2002-02-02 05:22:20 +00:00
rjc%netscape.com a2b2223a22 Fix bug # 122952: Mac OS X internet search issues. r=sdagley,sfraser 2002-02-02 01:35:33 +00:00
bzbarsky%mit.edu 99dcf56762 add .shtml to list of extensions we register with ourselves. Bug 60733,
r=law, sr=alecf.
2002-02-02 01:06:36 +00:00
heikki%netscape.com 02a455545d Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com b417379c8c First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
bzbarsky%mit.edu 1c41377183 Make sure we lowercase types/extensions before putting them in the
datasource and that we lowercase types/extensions before comparing to
the datasource.  Bug 114462, r=law, sr=mscott.
2002-01-30 02:34:15 +00:00
dougt%netscape.com 894fdcfaaf 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
bryner%netscape.com 3812f9876c Bug 122157 - fixing the autocomplete widget in classic, on linux, to not have an outer border (to look more like gtk's combo box). r=ben, sr=hewitt. 2002-01-28 06:31:08 +00:00
bryner%netscape.com 9e3949054d Updating wording in debug prefs panel to not discourage people from filing bugs about XBL form control problems. 2002-01-27 09:08:26 +00:00
sgehani%netscape.com 4330586a8f Fix sidebar contents disappearing on show and hide.
b = 116094; r = morse; sr = alecf
2002-01-26 20:07:54 +00:00
sgehani%netscape.com b75862527c Fix appearence branch always being open in prefs.
b = 117885; r = sgehani; sr = blake
(checking in for Stephen Walker <walk84@yahoo.com>)
2002-01-26 20:04:16 +00:00
sgehani%netscape.com 74387008f3 Make sidebar display in the event that the windows integration dialog appeared.
b = 119975; r = law; sr = dveditz
2002-01-26 19:59:42 +00:00
bzbarsky%mit.edu fcf3b24416 Make enter in bookmarks manager reuse existing windows like double-click
does.  Bug 121085, r=doron, sr=blake
2002-01-25 22:03:21 +00:00
pinkerton%netscape.com 30c642c36e allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
hwaara%chello.se 94690df49c #119566, "Default Browser" dialog box whenever starting Mozilla"
r=hwaara, sr=alecf

Patch by Darren Stone <astrosmash@home.com>
2002-01-24 09:33:17 +00:00
jst%netscape.com 48f217780d Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org 2002-01-24 09:20:51 +00:00
aaronl%netscape.com 38ae7fdab3 Bug 119301. Implement nsIDOMXULMenuListElement on autocomplete widget. r=jag, sr=hewitt 2002-01-24 05:16:31 +00:00
hewitt%netscape.com 3a489b91fb 120609 - Autocomplete drop down list has white vertical borders on left and right side, r=blake, sr=hyatt 2002-01-24 04:24:15 +00:00
bzbarsky%mit.edu 713cfbe35b Bug 117228 -- error alert for XP filepicker when the file user wants
opened is not readable.
Bug 121035 -- "Save" button gets disabled when scrolling dir view.  Both
r=bryner, sr=jag
2002-01-24 02:46:11 +00:00
bzbarsky%mit.edu 8354650091 Make new tabs _not_ open for just enter if the "open new tab for
ctrl-enter" pref is set.  Bug 105537, r=timeless, sr=hyatt
2002-01-24 02:39:26 +00:00
timeless%mac.com 21eaa3bfeb Bug 121057 Prefs panel "Advanced|Scripts & Windows" can only be visited once per session
patch by jrgm r=caillon@returnzero.com sr=blake a=brendan
2002-01-22 15:26:38 +00:00
varga%utcru.sk 4fdb49e0da Fix for another silly regression. Bug 120720 - find broken in Bookmarks and History. r=hwaara, sr=blake a=blizzard 2002-01-18 21:00:22 +00:00
law%netscape.com 7d6acfc966 Bug 88123 (and 85860): re-use command line handling code in nsAppRunner when starting a second time on Win32; r=sgehani, sr=blake 2002-01-16 06:48:14 +00:00
law%netscape.com 1475633a3d Bug 87075; move Choose... button to same row as text field, like on edit dialog; r=sgehani, sr=jag 2002-01-16 06:33:23 +00:00
law%netscape.com f0efbe61f1 Bug 119904; check for empty mime type strings properly; r=bzbarsky, sr=jag 2002-01-16 06:30:40 +00:00
bzbarsky%mit.edu 6c9a44d126 Make the XP filepicker throw up alerts when the user picks a location
that the user does not have permissions to write to.  Bug 114399, patch
by Antonio Xu <antonio.xu@sun.com>, r=bryner, sr=jag
2002-01-16 05:09:48 +00:00
bzbarsky%mit.edu 1c61776f7a Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
tingley%sundell.net 26f155f2eb Checkin for doronr@naboonline.com to fix bug 117517 -- move "Enable js for
mail/news" to the new scripts/windows pref pane.
r=db48x, sr=alecf
2002-01-16 03:26:28 +00:00
varga%utcru.sk bbc83df106 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
dbaron%fas.harvard.edu ad0f1eb6a9 Fix filter reporting in XP filepicker, and thus fix distinction between HTML-only and complete web page saving. b=116418 r=bzbarsky sr=brendan 2002-01-16 00:41:49 +00:00
morse%netscape.com bd8ed58b5c cookie list doesn't scroll when last visible cookie is deleted, r=jag, sr=alecf 2002-01-16 00:19:07 +00:00
dbragg%netscape.com b3ce95e541 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
ian%hixie.ch e9e72f28da Enable the 'bm_delete' command for 'IEFavoriteFolder's and add a 'delete' item to the relevant context menu. Also, remove 'copy' and 'open in new window' from that menu, since they are not implemented. b=114520, r=peterv, kerz, sr=jag, moa=blake. The changes in this patch are in the public domain. 2002-01-14 21:15:35 +00:00
locka%iol.ie a1ae2cd318 New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com 2002-01-14 12:41:27 +00:00
hewitt%netscape.com c8b2571ddd 116341 - asking the column picker column for cell text, r=sspitzer, sr=blake 2002-01-12 02:01:32 +00:00
hewitt%netscape.com 55a509e710 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
timeless%mac.com bc10522c8d Bug 114396�JS evaluation result is not displayed in the JS console
patch by neil@parkwaycc.co.uk r=doron sr=hewitt
2002-01-11 19:45:00 +00:00
hwaara%chello.se dd7ed08266 #65523, "'View Stored Cookies' button needs a better name"
Patch by Vidar Braut Haarr <vidar@coretrek.com>

r=morse, sr=alecf
2002-01-11 19:24:17 +00:00
rjc%netscape.com 8d903e7c12 Fix bug # 77460: reduce string usage in search handling. r=ben r/sr=jag 2002-01-11 00:44:16 +00:00
morse%netscape.com bf2dfa1a30 bug 112649, hide/disable various elements in cookie task menu, r=sgehani, sr=alecf 2002-01-10 23:33:36 +00:00
sspitzer%netscape.com 9be863ca87 fix for #117952. addresses disappear when you scroll.
fix by hyatt (originally for bug #96899).  I'm just re-landing it.
sr=hyatt
2002-01-10 22:01:56 +00:00
varga%utcru.sk ba68a72543 Fix for 116739. Many assertions when moving over the blank area of outliners.
Fix for 118632. file picker can display all column arrows.
r=bryner, sr=hyatt

- getCellAt() now checks for correct mouse coordinates and sets row value
  to -1 for invalid coordinates.
- added bail out checks to all callers.
2002-01-10 04:47:52 +00:00
timeless%mac.com 3fdb23d7cf Bug 99808 javascript errors in nsSidebar.js
patch by jband r=sgehani sr=jst
2002-01-10 01:58:31 +00:00
bzbarsky%mit.edu e93309f629 Replace DEBUG_PRINTF with NS_WARNING/NS_ASSERTION. Bug 117440, patch by
Morten Nilsen <Morten@Nilsen.com>, r=timeless, sr=brendan
2002-01-09 18:49:43 +00:00
stephend%netscape.com 3d3131fbbe Bug 118682. Javascript strict warnings in search-panel.js. Patch by Stephen Walker <walk84@yahoo.com> r=stephend/sr=alecf 2002-01-09 10:36:42 +00:00
hwaara%chello.se b05f2591f7 #115533, Mozilla should be able to become the default viewer of BMP, ICO and MNG image files.
r=law, sr=alecf
2002-01-09 10:14:25 +00:00
alecf%netscape.com c2a2600def mac-side of removal of nsIFile.URL - one last one? r=dougt, sr=darin bug 100212 2002-01-09 02:30:09 +00:00
alecf%netscape.com 3d9e878c34 Rest of tree-wide cleanup for bug 100212 - switch last consumers of nsIFile.URL r=dougt, sr=darin 2002-01-09 02:08:01 +00:00
ben%netscape.com 6a85a6ce40 fix 109764 bookmarks not shown in sidebar panel in mail
r=bryner, sr=hyatt
2002-01-09 01:57:23 +00:00
dean_tessman%hotmail.com 99d17c4c73 Fix for 109824
Patch by slate@gwu.edu
r=cmanske,me sr=jag
2002-01-09 00:01:23 +00:00
alecf%netscape.com 72507557e8 C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
pinkerton%netscape.com 38ed6718d3 stop using PR_PutEnv and use PR_SetEnv instead. r=sdagley/sr=blake. bug 118187 2002-01-07 15:42:08 +00:00
ccarlen%netscape.com 0f9cb6c5fc Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
blakeross%telocity.com 79845363ed 44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt 2002-01-06 19:57:00 +00:00
varga%utcru.sk 8d1c2c0cdc Post fix for 99715. convert category tree to use outliner. r=hixie, sr=blake 2002-01-06 08:50:38 +00:00
varga%utcru.sk cdd6d8f85a Fix for 118160. Secuirty Policies preference panel accidentally activated. r=varga, rs=waterson, patch=timeless 2002-01-05 21:12:40 +00:00
timeless%mac.com 137d3d63bb Bug 56369 pref-policies.xul has an empty <script> </script>
r=akkana sr=blake
2002-01-03 23:50:52 +00:00
varga%utcru.sk dd8495555b 80834 - [outliner scrollbar] if inbox has less than one page of messages, it will come up with a box where the scroll bar is
80548 - outliner scroll bar "disappears" in 3 stages

111101 - No scrollbox / slider / thumb in thread pane scrollbar

116269 - white scrollbars briefly show up in folder pane

116432 - Sometimes the twisty won't update after a click

116855 - Modify outliner builder syntax to match outliner content model
r=waterson, sspitzer, blake
sr=hyatt

99715 - convert category tree to use outliner
r=hixie
sr=blake
2002-01-03 22:58:23 +00:00
ian%hixie.ch 0875f2c66d Changed the order of the commands for the bookmarks context menu items. Also renamed separator to bm_separator in bookmarksOverlay.js to match the bookmarks.xml code and made the two consistent in their list of available commands for certain bookmark types (in particular IE bookmarks). b=102340, r=doron, sr=blake. The changes in this patch are covered by the NPL 1.1/GPL 2.0/LGPL 2.1 licenses. 2002-01-03 20:31:07 +00:00
blakeross%telocity.com c9d51e5251 very minor cleanup in prefs. sr=hewitt 2002-01-03 01:48:06 +00:00
stephend%netscape.com e19a3177c6 Bug 117548. Javascript strict warnings in pref-help.js. Patch by Stephen Walker <walk84@usa.net> r=bzbarsky@mit.edu, sr=alecf@netscape.com 2002-01-03 00:59:04 +00:00
jaggernaut%netscape.com 29070f7075 Bug 116748: pref doesn't affect anything: scripts and windows - change status bar text. Or more accurately, the pref affected window.status, but not window.defaultStatus capabilities. Fixed now to allow/prevent both. Patch by jmd (Jeremy M. Dolan <mozilla@turbogeek.org>), r=bzbarsky, sr=jag 2002-01-02 11:17:45 +00:00
rods%netscape.com 1fde5f13f3 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
timeless%mac.com 7d36f3b5a5 Bug 75371 UI prefs to control pop-up (popup) windows and other Javascript annoyances
by doronr@naboonline.com r=timeless sr=blake
2001-12-30 12:56:21 +00:00
bryner%netscape.com e5321f0f4c Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2001-12-29 22:05:16 +00:00
blizzard%redhat.com d8266e3178 Bug #117114. Fix silly typo - change dialog=np to dialog=no so that windows that come up have the right settings. r=hixie, sr=blake 2001-12-29 05:13:27 +00:00
mcafee%netscape.com 6f3c443e50 Ignore generated files. 2001-12-29 04:19:36 +00:00
hwaara%chello.se 0d9ea32087 #116618, "Auto-complete prefs changes on OK if no changes were made",
#117007, "Default Navigator window size doesn't fit in 640*480",

r=bzbarsky, sr=blake
2001-12-29 04:14:07 +00:00
timeless%mac.com 07ca685783 Bug 43675�Download alert shouldn't say "Netscape"
r=tao sr=jst
2001-12-27 22:58:23 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rjesup%wgate.com 2212861db9 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
sgehani%netscape.com e8d5bbc8bc Focus main content area if all panels are hidden.
b=89207; r=morse; sr=alecf
2001-12-21 00:08:35 +00:00
timeless%mac.com c27be561ab Bug 106842 Broser should be Browser
r=stephend@netscape.com sr=jag
2001-12-20 21:10:33 +00:00