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

11227 Коммитов

Автор SHA1 Сообщение Дата
darin%meer.net 66c21f9f57 fixes bug 117026 "bookmark properties dialog very slow to load" patch=alfredkayser@nl.ibm.com, r=dean_tessman sr=bzbarsky 2003-10-09 21:23:28 +00:00
bzbarsky%mit.edu cf0e81ce47 Gunzip things with content-encoding:gzip whose file extension is .zip when
saving or running helpers.  The idea here is to decompress unless the encoding
and extension match up.  If they do, then don't decompress.  Bug 152275,
r=biesi, sr=darin
2003-10-09 02:10:25 +00:00
pinkerton%netscape.com 1ddd219db3 speedups for large histories. from camino branch. (r=bryner/sr=sfraser, bug
180109)
2003-10-09 01:01:44 +00:00
timeless%mozdev.org d0d000ff61 Bug 138074 context menu for Image as URL doesn't match spec
r=caillon sr=jag
2003-10-09 00:33:16 +00:00
timeless%mozdev.org 02c84872d9 Bug 220451 - Popup Manager's "Allowed Sites" dialog doesn't persist size and position
patch by borggraefe@despammed.com r=neil sr=alecf
2003-10-09 00:29:09 +00:00
rlk%trfenv.com 2d874f9574 Bug 217328 - Send Link ... incorrectly cuts url after first variable. Patch by Jesper Hertel <jh@magnus.dk>. r=neil.parkwaycc.co.uk sr=tor 2003-10-08 01:27:59 +00:00
dwitte%stanford.edu 3bc355e4fe rearrange resource files in extensions/wallet to clean up the duplicate files and general mess that
various folk have made of it. (no names here, move along)

some files were moved in the cvs repo, but others were manually copied, and thus I will own blame
for them. to find old blame info for the respective files, look in the appropriate attic for these
locations:

mozilla/extensions/wallet/cookieviewer/CookieViewer.js
mozilla/extensions/wallet/cookieviewer/CookieViewer.xul
mozilla/extensions/wallet/cookieviewer/CookieViewer.properties
mozilla/extensions/wallet/cookieviewer/CookieViewer.dtd
mozilla/extensions/wallet/editor/WalletEditor.properties
mozilla/extensions/wallet/editor/WalletEditor.dtd
mozilla/extensions/wallet/signonviewer/SignonViewer.js
mozilla/extensions/wallet/signonviewer/SignonViewer.xul
mozilla/extensions/wallet/signonviewer/SignonViewer.properties
mozilla/extensions/wallet/signonviewer/SignonViewer.dtd
mozilla/extensions/wallet/src/wallet.properties
mozilla/extensions/wallet/walletpreview/WalletPreview.js
mozilla/extensions/wallet/walletpreview/WalletPreview.xul

b=26020 (yeah that old!), r=timeless, sr=heikki, and props to leaf for moving stuff around
the cvs repo.
2003-10-08 01:03:28 +00:00
cls%seawood.org 5c61023297 Case matters.
Fixing mingw cross-compiling bustage.
2003-10-07 20:39:25 +00:00
neil%parkwaycc.co.uk eaf1b8f138 Bug 144158 No Group by Site option in History r=timeless sr=alecf 2003-10-07 15:48:41 +00:00
neil%parkwaycc.co.uk 1c4c4c930a Bug 182359 only open one manager window of each type r=dwitte sr=darin 2003-10-07 10:03:21 +00:00
danm-moz%comcast.net 3fb02f792d move implementation of zLevel to nsWindowMediator. make zLevel mutable. support persistent zlevel xul attribute. rework saving of persistent attributes. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:20:16 +00:00
danm-moz%comcast.net 1aa20befed move implementation of zLevel here from nsXULWindow. implement mutable zLevel. coalesce duplicate code. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:20:13 +00:00
danm-moz%comcast.net b2ff9239b0 rework saving of persistent attributes. also maximized and alwaysRaised windows are incompatible. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:20:11 +00:00
danm-moz%comcast.net 328ed3ede3 add zLevel member variable to struct nsWindowInfo. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:20:07 +00:00
danm-moz%comcast.net 3580280da8 delay initialization of newly created window's zLevel. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:20:05 +00:00
danm-moz%comcast.net 700a5a690d zLevel attribute is now mutable. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:19:28 +00:00
danm-moz%comcast.net c260846173 new methods Get/SetZLevel of nsIXULWindow. also doxygenify interface. bug 42557 r=neil (mostly), rjc. rs=hyatt 2003-10-07 01:19:16 +00:00
darin%meer.net 77642ae698 fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky 2003-10-06 01:46:31 +00:00
cbiesinger%web.de f0f267ab03 220672. r=darin sr=bzbarsky
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.

Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2003-10-05 17:06:37 +00:00
neil%parkwaycc.co.uk 335d0414c8 Bug 135269 No Open Bookmarks File menu option r=varga sr=alecf 2003-10-05 08:21:26 +00:00
bzbarsky%mit.edu b781b399a3 Implement support for the "type" attribute of <a> elements. Bug 214626,
r=adamlock, sr=darin
2003-10-03 22:11:47 +00:00
cbiesinger%web.de 2caffc1227 bug 193740. remove timebomb code
r=neil.parkwaycc.co.uk@myrealbox.com sr=alecf
2003-10-03 20:43:59 +00:00
neil%parkwaycc.co.uk c4b62a3ed9 Bug 215928 stop scrollbar mouse events from bubbling r=varga sr=roc 2003-10-03 13:39:15 +00:00
timeless%mozdev.org 6b79d66893 Fixing case of "Line" in "Go to Line"
r=caillon sr=bz
2003-10-03 01:01:33 +00:00
stephend%netscape.com 677abd1726 Bug 220991. Update Debug menu URLs to reflect komodo decomission. r=neil, sr=bryner 2003-10-02 19:48:42 +00:00
neil%parkwaycc.co.uk 946c00dbbf Bug 220460 "About Popups" dialog should autosize and not be resizable p=borggraefe@despammed.com r=me sr=bienvenu 2003-10-02 08:10:39 +00:00
chanial%noos.fr 80d87a306f Bug 213735: new bookmark and bookmark properties dialog should stay LTR when UI is RTL. patch by andrew <simmo@westnet.com.au>, r=mkaply, sr=jag 2003-10-01 18:33:05 +00:00
timeless%mozdev.org e518712ca7 Checking in one-line, fix for 219029
patch from Ian Neal <bugzilla@arlen.demon.co.uk>, r=caillon, sr=jst
2003-09-29 21:51:20 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com 17abf49e80 updating my email address 2003-09-29 05:35:34 +00:00
cls%seawood.org 386b7fa766 Workaround gcc -MD dependency issue originally mentioned in bug 105005.
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
dbaron%dbaron.org 3e64221e93 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-09-25 20:02:57 +00:00
tor%cs.brown.edu 3d64f8ba5f Bug 65881 - fix command line option to install private colormap.
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
timeless%mozdev.org dc208b2507 Bug 220103 @mozilla.org/download;1 uses null mInner
r=neil sr=bz
2003-09-25 02:30:42 +00:00
timeless%mozdev.org 8f08967398 Bug 220103 @mozilla.org/download;1 uses null mInner
r=neil sr=bz
2003-09-25 02:22:15 +00:00
gerv%gerv.net 19833a0047 Bug 213117 - new text for about:mozilla, line-height tweaks. Patch by steffen.wilberg@web.de; r=gerv, a=asa. 2003-09-24 22:21:16 +00:00
gerv%gerv.net 5a5c5e2cf1 Bug 150900 - Help | Release Notes doesn't go to Release Notes. Patch by biesi; r=gerv, sr=jag. 2003-09-24 22:14:37 +00:00
jag%tty.nl 1adea54304 Bug 218528: Personal Toolbar is empty when the UI is right-to-left. Patch by Neil, r=varga, sr=jag 2003-09-24 21:07:28 +00:00
neil%parkwaycc.co.uk e0af45990e Bug 214832 some web pages bookmark as [object HTMLImageElement] r=caillon sr=bz 2003-09-24 14:58:51 +00:00
danm-moz%comcast.net 43ab378ca8 when bringing a window to the front, also bring to the front windows which must remain in front of it. but even more so, if you follow me. bug 217012, bug 184890. r=jag,neil 2003-09-24 14:31:03 +00:00
stephend%netscape.com 18c3109b4d Bug 147028. Change reference of Theme Park to theme sites (for brand). r=neil, sr=bz 2003-09-24 14:07:48 +00:00
daniel%glazman.org d3099c31e9 build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org 2003-09-24 13:59:37 +00:00
stephend%netscape.com 991ab866a0 Bug 203121. Debug > Verification > Javascript menu item should read 'DOM' instead. Patch by Neil Rashbrook <neil@parkwaycc.co.uk>. r=me, sr=bz 2003-09-24 13:32:47 +00:00
stephend%netscape.com d40dae6f77 Bug 220097. Change 'Plugins' to 'Plug-ins' in Script & Plug-ins pref panel. r=neil, sr=bz 2003-09-24 12:25:54 +00:00
neil%parkwaycc.co.uk 131d9ad47b Bug 169000 Wrapper library to access XPConnect native objects from chrome JS p=caillon r=jag sr=jst 2003-09-24 10:27:14 +00:00
dbaron%dbaron.org 0bf11d1687 Update version numbers to 1.6a. 2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk c21ab5f961 Bug 165744 Fix transparency and other ugliness with the windows window icons r=dean_tessman sr=dveditz 2003-09-23 10:10:15 +00:00
jag%tty.nl 328f52ed74 Bug 203960: add a UI pref allowing the user to choose between "Add tabs" and "Replace existing tabs". r=Neil, sr=bryner 2003-09-23 06:49:06 +00:00
neil%parkwaycc.co.uk 5477344624 Bug 207416 Access keys clash in print preview p=piers@myrealbox.com r=varga sr=dmose 2003-09-20 21:58:34 +00:00
neil%parkwaycc.co.uk 9f245081c6 Bug 205938 Clean up download rate in nsDownloadProgressListener.js p=alge@samsen.com r=varga sr=jag 2003-09-20 19:12:52 +00:00