shliang%netscape.com
66f1ea932b
bug 129879 - removing menu accel from menulist menuitem binding. r=andreww,sr=hewitt,a=asa
2002-03-27 02:27:47 +00:00
darin%netscape.com
edab6546f5
fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
...
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
darin%netscape.com
4533aaffc4
remove blank line at top of XUL file, fallout from bug 129101
2002-03-26 23:06:20 +00:00
cbiesinger%web.de
1d850f166e
bug 131031 patch by neil.marshall@sympatico.ca r=db48x sr=alecf a=asa
...
[RFE] Should be able to save images from page info dialog box
2002-03-26 20:53:48 +00:00
morse%netscape.com
5ac9ddf13c
bug 129101, turn on p3p by default, r/sr=alecf/darin, a=asa
2002-03-26 20:19:18 +00:00
seawood%netscape.com
6da36f8962
Update .cvsignore to ignore generated Makefiles.
...
Bug #131909 r=pavlov a=asa
2002-03-26 15:42:05 +00:00
darin%netscape.com
171c8b28ee
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
timeless%mac.com
57b6765664
Bug 92527 [Win] Change associations file type naming for Mozilla
...
patch by ere@atp.fi r=law sr=jag a=asa
2002-03-26 07:55:14 +00:00
darin%netscape.com
f2d3a0287d
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
dmose%netscape.com
f92b86316d
Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2002-03-26 02:51:27 +00:00
caillon%returnzero.com
6f42448b2e
Bug 131645: Page Info gives info about first tab regardless of which tab is focused. Patch by Daniel Brooks <db48x@yahoo.com> r=timeless, sr=alecf, a=dbaron
2002-03-26 01:15:37 +00:00
jj%netscape.com
c8bbd03a6a
bug #131372 : set app's bundle bit. sr=sfraser, a=asa
2002-03-26 01:09:46 +00:00
cbiesinger%web.de
e41446ba72
bug 132563 ("Print job options dialog should use paper name instead of paper size to set/get the selected paper size"), r=rods, sr=attinasi, a=asa
...
patch by Roland.Mainz@informatik.med.uni-giessen.de
2002-03-25 23:57:40 +00:00
cbiesinger%web.de
caea2326f8
bug 110342 r=doron sr=jag a=asa
...
Need a UI to control minimum font size preference
2002-03-25 22:26:29 +00:00
jaggernaut%netscape.com
8dc1cb09b1
Bug 119599: part of bookmark groups, was accidentily not checked in. patch=hyatt, r=ben, sr=jag, a=asa
2002-03-25 15:48:55 +00:00
law%netscape.com
576112bfa4
Bug 87788; return DefWindowProc result for all unhandled messages to MessageWindow; r=dean_tessman, sr=jag, a=asa
2002-03-25 09:07:07 +00:00
blakeross%telocity.com
b330525a36
123101 - dl mgr doesn't display correct download speed. r=hixie sr=ben a=asa
2002-03-25 08:27:28 +00:00
blakeross%telocity.com
3242f6a00a
127784 - require restart on theme switch. r=hewitt sr=ben a=dbaron
2002-03-25 07:33:41 +00:00
bryner%netscape.com
54e3bd6266
Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc.
2002-03-24 22:38:21 +00:00
caillon%returnzero.com
9d7d8fbaac
Bug 126810, JavaScript strict warnings in sidebarOverlay.js, Patch by Stephen Walker <walk84@yahoo.com>. r=gemal,bzbarsky sr=jag, a=scc
2002-03-24 20:43:45 +00:00
caillon%returnzero.com
b9c9ef4760
Bug 67789, JavaScript strict warning in contentAreaDD.js, Patch by Henrik Gemal <bugzilla@gemal.dk>. r=bzbarsky, sr=alecf, a=scc
2002-03-24 20:36:49 +00:00
caillon%returnzero.com
263ac82ab5
Bug 126600, Performance preference has bad wording. Fix contributed by Mike Kowalski <mikejk@ameritech.net> r=bryner, sr=kin, a=law, a=scc for checkin
2002-03-24 17:39:24 +00:00
blakeross%telocity.com
040e6dbee6
125970 - dialog to change default search engine appears on clicking scroll arrow. r=sgehani sr=hewitt a=scc
2002-03-24 02:59:50 +00:00
blakeross%telocity.com
809eabe4b0
116157 - add button in bookmarks sidebar panel should prefill values. r=hewitt sr=ben a=scc
2002-03-24 02:47:20 +00:00
dbaron%fas.harvard.edu
b280e94dfe
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:23:50 +00:00
jaggernaut%netscape.com
88848ef677
Bug 131976: When only one tab open, some items on context menu should be hidden/disabled. Patch by Gilles Durys <mozbug@durys.net>, r=neil@parkwaycc.co.uk, sr=jag, a=scc
2002-03-23 20:36:49 +00:00
rods%netscape.com
84da8dc116
Added try/catch for return error codes for page setup
...
Bug 130094 r=dcone sr=attinasi a=asa
2002-03-23 14:41:03 +00:00
cmanske%netscape.com
6ed40c3805
Add tasks overlay for starting editor from taskbar or menus in other modules. b=122271, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa
2002-03-23 04:38:14 +00:00
cmanske%netscape.com
edb94adb74
Exception error in Spelling Dictionary dialog and XUL1.0 fixup, b=132697, r=andreww, sr=hewitt, a=asa
2002-03-23 01:28:49 +00:00
sgehani%netscape.com
b73b564c8c
Fix search in URL bar, search button, and context menu.
...
b=132780; r=law; sr=scc; a=asa
2002-03-23 01:28:42 +00:00
mscott%netscape.com
d9c841098e
Bug #132643 --> landing the ALERTS_SERVICE_BRANCH. Turning it on for windows.
...
r=sspitzer
sr=hewitt
a=asa
2002-03-22 22:07:32 +00:00
mscott%netscape.com
cb979e6fc7
Bug #132643 --> landing the ALERTS_SERVICE_BRANCH. Adding Makefile.in files for the windows gmake build.
...
r=sspitzer
sr=hewitt
a=asa
2002-03-22 22:06:38 +00:00
mscott%netscape.com
89d0ca78c4
Bug #132643 --> land ALERT_SERVICE_BRANCH. Start building xpfe\components\alerts on windows.
...
r=sspitzer
sr=hewitt
a=asa
2002-03-22 20:52:37 +00:00
mscott%netscape.com
4c432ec9ee
Bug #132643 --> add a new web browser chrome flag for a popup type. Set the native widget type to popup
...
if that's what the chrome flags say.
r=danm
sr=hewitt
a=asa
2002-03-22 19:22:05 +00:00
mscott%netscape.com
4d627cda22
Bug #132643 --> land the animated alerts infrastructure from the ALERTS_SERVICE_BRANCH
...
These files aren't part of the windows build yet but they soon will be.
r=sspitzer
sr=hewitt
a=asa
2002-03-22 19:16:24 +00:00
ccarlen%netscape.com
5ac940d43c
Bug 58533 - Can't open files with a '/' in name by double-clicking in Finder. r=rjc/sr=sfraser/a=asa
2002-03-22 15:03:17 +00:00
alecf%netscape.com
411c9631e7
global history warnings
...
sr=alecf
r=timeless
a=asa
patch thanks to xan@dimensis.com
2002-03-22 00:18:11 +00:00
sgehani%netscape.com
5b76bf100c
Fix ``Focus goes bye-bye when opening print preview''.
...
b=126808; r=bryner; r=morse; sr=hewitt; a=asa
2002-03-21 23:56:43 +00:00
sgehani%netscape.com
b38c5c0390
Make tabbing off of scale or page fields change the values if new ones
...
were entered.
b=126726; r=morse; sr=hewitt; a=asa
2002-03-21 23:51:18 +00:00
sgehani%netscape.com
d1386d4c28
Removing a sidebar should select the next one.
...
b=125982; r=gemal; sr=blake; a=asa
2002-03-21 23:45:34 +00:00
sgehani%netscape.com
8b15ad4c8b
Make sidebar show up in MailNews.
...
b=121215; r=morse; sr=alecf; a=asa
Make sidebar show up after we retrun from print preview (if it was already
displayed), when the windows integration dialog pops up, and when you add
or remove tabs via the customize dialog.
b=127113; r=morse; sr=hewitt; a=asa
2002-03-21 23:41:58 +00:00
sgehani%netscape.com
974387c8cb
Polish search results.
...
b=106127; r=morse; sr=hewitt; a=asa
2002-03-21 23:29:56 +00:00
jelwell%netscape.com
31f7cdb7da
Bug 128377, Generalize Turbo Code
...
r=law, sr=alecf, r=ssu, sr=slogan a=asa
2002-03-21 23:14:14 +00:00
caillon%returnzero.com
21d698a0a8
Bug 116523, Search selected text context menu missing in XHTML as XML frameset docs, strict warning on right click. r=rossi@telnet.at, sr=jag, a=asa
2002-03-21 15:46:02 +00:00
mkaply%us.ibm.com
584ef8f015
#132050
...
r=cls, a=asa
Get rid of OS2_PROGRAM_RESOURCE hack - use RESFILE
2002-03-21 13:45:32 +00:00
bryner%netscape.com
2a55a8bbfb
Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase.
2002-03-21 07:33:51 +00:00
darin%netscape.com
30b4570f59
fixes pending mac bustage
2002-03-20 23:39:06 +00:00
darin%netscape.com
9fbd1028d6
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
bryner%netscape.com
65ba075a1d
Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa.
2002-03-20 22:48:24 +00:00
blakeross%telocity.com
d7fdbe6799
131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa
2002-03-20 21:49:18 +00:00