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

249 Коммитов

Автор SHA1 Сообщение Дата
samuel%sieb.net d0d5dc7192 Bug 115305 - clean up utils.js
r=rginda
chatzilla only
2002-02-13 00:11:57 +00:00
jst%netscape.com f8e111bab0 Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com 2002-02-09 03:36:55 +00:00
andreww%netscape.com 35123d392b bug 123444 r/sr=rginda Chatzilla missing some mnemonics 2002-02-08 23:12:36 +00:00
hwaara%chello.se 6c9d73d8c5 #109598, "tasks overlays should use insertbefore, insertafter instead of position"
#81237, "IRC Chat has bizarre menu position",

Patches by nnooiissee@yahoo.com

r=andreww, sr=jst
2002-02-06 15:29:39 +00:00
samuel%sieb.net 235ca0ef64 Bug 112920 - add css rule for superfluous notifies
r=rginda
chatzilla only
2002-02-03 04:36:59 +00:00
samuel%sieb.net 79856bba78 Bug 112920 - enhancement to notify code
r=rginda
chatzilla only
2002-02-03 04:35:26 +00:00
samuel%sieb.net 550c8cead6 Bug 122910 - chatzilla won't start
r=rginda
not in the build
2002-02-01 23:48:11 +00:00
rginda%netscape.com fa888dc585 bug 65512, fix typo on HELLO message 2002-01-31 19:48:49 +00:00
samuel%sieb.net 257dd45db1 Bug 119294 - fix JS strict warning
r=walk84
not in the build
2002-01-31 03:40:12 +00:00
samuel%sieb.net 541c71e055 Bug 116544 - fix 005 and 004 messages handlers
r=rginda
not in the build
2002-01-31 03:33:17 +00:00
samuel%sieb.net 3fa56dc173 Bug 117292 - add entities for the new copy messages menu item
r=rginda
not in the build
2002-01-31 03:31:06 +00:00
samuel%sieb.net d7239d866c Bug 117292 - add menu item for copying messages
r=rginda
not in the build
2002-01-31 03:29:11 +00:00
samuel%sieb.net 4f09962dea Bug 117292 - add pref for copying messages
r=rginda
not in the build
2002-01-31 03:28:31 +00:00
samuel%sieb.net 7579f471a9 Bug 117292 - copy notification messages to the network tab and fix strict warnings
r=rginda
not in the build
2002-01-31 03:27:38 +00:00
samuel%sieb.net ae942631fa Bug 117292 - copy important messages to the network tab
r=rginda
not in the build
2002-01-31 03:25:41 +00:00
dougt%netscape.com c50ca402ad 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
rginda%netscape.com 6ad6e3e70f remove conflict markers 2002-01-15 03:16:48 +00:00
rginda%netscape.com 9503a9fdca add missing ; 2002-01-15 01:53:06 +00:00
rginda%netscape.com 361eb6fd8f bug 119968, strict warning cleanup, patch=jscript@pacbell.net r=walk84@yahoo.com,me 2002-01-15 01:52:33 +00:00
hewitt%netscape.com 7f0e98bdd5 104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt 2002-01-12 01:20:29 +00:00
rginda%netscape.com d97ab2a4c3 chatzilla only, patch=_basic@yahoo.com, r=me, bug 102186
remove spacer box from between tabs to avoid strict warnings.
2002-01-03 21:42:34 +00:00
samuel%sieb.net 2892051440 Bug 117285 - fix strict mode errors caused by previous patch
r=rginda
not in build
2001-12-29 10:10:58 +00:00
samuel%sieb.net c1a2f0d114 Bug 117285 - add +s handling to getModeStr
r=rginda
not in the build
2001-12-29 03:58:23 +00:00
hewitt%netscape.com 7b10439c40 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2001-12-19 12:04:11 +00:00
dougt%netscape.com 849d297364 nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
rginda%netscape.com 504bb82d02 not built
remove -rc1 suffix from 0.8.5 version number
2001-12-15 00:35:40 +00:00
rginda%netscape.com f81e0dfd5f not built
add /charset command to 0.8.5 changes
2001-12-15 00:08:07 +00:00
bhart00%yahoo.com 0d9a295fc2 bug 115274-make chatzilla window position persist. Chatzilla only, r=rginda 2001-12-14 22:45:51 +00:00
rginda%netscape.com 8effa93ca3 chatzilla only, a=asa, bug=41564
fix remaining charset bugs and add /charset command
update changelog
change version to 0.8.5
2001-12-14 01:43:26 +00:00
rginda%netscape.com 36aff8237d chatzilla only
strict mode cleanup
clear message count when view is /cleared, bug 113101
add charset support for input and output areas, bug 41564
bump revision to 0.8.5-rc5
2001-12-12 04:40:02 +00:00
rginda%netscape.com 5916102127 chatzilla only, bump revision to 0.8.5-rc2 2001-12-06 01:33:22 +00:00
samuel%sieb.net 8f2d0a6e99 chatzilla only
bug 112606 (Ping responses are wrong)
formatDateOffset now rounds to 2 decimal places and handles an offset of 0
r=rginda
2001-12-06 00:45:29 +00:00
samuel%sieb.net 5e42206ea3 chatzilla only
bug 112606 (Ping responses are wrong)
removed invalid check for user
r=rginda
2001-12-06 00:35:05 +00:00
rginda%netscape.com dcf83d9ad4 chatzilla only
bug 113391, lighter taskbar icon for chatzilla
2001-12-06 00:11:52 +00:00
rginda%netscape.com 4f4abbe728 chatzilla only
bug 113683, strict warning fixes, r=ssieb
2001-12-06 00:10:07 +00:00
hewitt%netscape.com 8311eb999f 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 23:36:40 +00:00
hewitt%netscape.com 66be71de93 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2001-12-04 23:30:25 +00:00
rginda%netscape.com ff4367071d chatzilla only, adding class="chromeclass-toolbar" for os X.
patch=rjc, r=me.
2001-12-04 00:56:12 +00:00
rginda%netscape.com b8511d02e8 landing CHATZILLA_0_8_5_BRANCH, bug 103386, r=samuel@sieb.net, rs=brendan@mozilla.org
See the ChangeLog and bug for a full list of changes, and the branch checkin log for a blow by blow.
2001-12-04 00:20:48 +00:00
ben%netscape.com dbd51aa313 fix for 73655 - remove reference to obsolete file.
r=rginda, sr=hewitt
2001-11-22 02:00:37 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
blakeross%telocity.com 71e1ffab70 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:06:54 +00:00
bnesse%netscape.com faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
hewitt%netscape.com 257b6413cc 105751 - splitter should set orient attribute on itself based on parent orientation, r=jag, sr=hyatt 2001-10-26 00:09:12 +00:00
stephend%netscape.com 109457225e Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
rginda%netscape.com 46bb0a91e4 - chatzilla only -
bug 59453, add options to turn off individual munger rules
patch by samuel@sieb.net, r=me
2001-09-20 05:04:17 +00:00
jaggernaut%netscape.com f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
darin%netscape.com 5a2d9f0d2d checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +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