dougt%netscape.com
c2ec17237f
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
seawood%netscape.com
fe2f4b55ff
Remove DARWIN define from osx builds as it cripples the feature set provided by OSX headers.
...
Bug #154232 r=wtc sr=scc a=scc
2002-07-18 04:09:30 +00:00
caillon%returnzero.com
81580a2c65
Checkin for Mike Kowalski <mikejk@ameritech.net>
...
Bug 126600 - Reword the turbo preference. r=caillon sr=bryner a=scc
2002-07-18 03:22:29 +00:00
kyle.yuan%sun.com
dc81135dda
Bug 134916 left arrow to select parent of currently selected row does not scroll to parent
...
r=varga, sr=bzbarsky, a=scc
Add ensureRowIsVisible in keypress handler when keycode="left"
2002-07-18 02:16:54 +00:00
kyle.yuan%sun.com
d06121a3c8
Bug 140227 Strange shift+click and ctrl+click behaviour in single-selection listbox
...
r=neil@parkwaycc.co.uk , sr=bzbarsky, a=scc
Check "selType" in mouse click handler
2002-07-18 02:16:32 +00:00
leaf%mozilla.org
8860985e79
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
axel%pike.org
9fd8aa384d
adding an id to the QA menupopup, so one can overlay that. bug 157382, r=neil@parkwaycc.co.uk, sr=alecf, a=asa
2002-07-17 07:04:30 +00:00
mkaply%us.ibm.com
937dfac4d5
#157770
...
r=dougt, sr=blizzard, a=asa
OS/2 only - up the numbre of file handles when starting Moz, and handle specific error with DosCopy
2002-07-17 05:46:34 +00:00
leaf%mozilla.org
03fc04d581
bug 157558, r=cls. version string updates for upcoming 1.1b
2002-07-17 02:39:51 +00:00
kyle.yuan%sun.com
40ac5fa588
Bug 154089 "My Sidebar" in Address Book can't show at the first time
...
r=morse, sr=alecf, a=asa
Thanks for Robin Lu (robin.lu@sun.com )'s fix
2002-07-17 01:36:37 +00:00
jst%netscape.com
3cc5ee6256
Checking in alexey@ihug.com.au's fix for bug 144040. Make sure the enabled column in about:plugins contains correct information. r=peterl@netscape.com, sr=jst@netscape.com
2002-07-15 22:50:49 +00:00
rods%netscape.com
2c95359558
Forgot to initialize the arg to false, and th js code needs to finsih PP in the catch if an error is passed back.
...
Bug 157129 r=carlen sr=waterson a=asa
2002-07-15 11:44:42 +00:00
caillon%returnzero.com
d3e97041ed
Bug 157083. Smart Browsing Advanced window is sized too small when no checkboxes checked.
...
r=bzbarsky sr=blake a=asa
2002-07-13 11:30:09 +00:00
dmose%netscape.com
6a10ed08c6
Add a configure option and hack for Linux x86 to make existing plugin binaries (eg flash, real, ...) work with gcc 3.1 builds (bug 154206). r=bryner@netscape.com, serge@netscape.com; sr=blizzard@mozilla.org; a=asa@mozilla.org
2002-07-12 21:30:31 +00:00
mozilla.BenB%bucksch.org
5862923ad8
same as previous. patch by Tuukka Tolvanen <t.bugz@lament.cjb.net>
2002-07-12 03:39:14 +00:00
mozilla.BenB%bucksch.org
0e5c2faa60
156984: Typo (missing "P"). r=rods, sr=kin, a=roc
2002-07-12 03:34:17 +00:00
pete.zha%sun.com
4cd434d44e
mozilla1.1a core dump at PR_AtomicDecrement()
...
bug=154730 r=bryner sr=jst a=asa patch=antonio.xu@sun.com
2002-07-12 02:56:18 +00:00
alecf%netscape.com
b9851ac71f
argh, forgot mac project file
2002-07-11 21:51:55 +00:00
alecf%netscape.com
1fb07ae7cb
what a tangled web we weave - re-adding downloadProgress.dtd and downloadProgress.properties to the build, as they are in fact used by OTHER modules. *sigh*
2002-07-11 21:36:50 +00:00
alecf%netscape.com
b34efcaf1f
*sigh* re-add these two files, they are still used
2002-07-11 21:35:39 +00:00
alecf%netscape.com
bf96040542
oops, remove xfer files from jar too
2002-07-11 21:31:50 +00:00
alecf%netscape.com
c653d928d8
bug 156723 - remove xfer and ucth from the build - no longer used
...
r=law, sr=blake, a=asa
2002-07-11 21:01:33 +00:00
bzbarsky%mit.edu
63a557eec1
Fix part of bug 120327. Patch by Jonas Jorgensen <jonasj@jonasj.dk>,
...
r=bzbarsky, sr=brendan,ben, gladness=all
2002-07-10 05:42:11 +00:00
sgehani%netscape.com
15d3c3e181
Take user to their search engine homepage when they click the search button
...
next to the location bar but have not entered anything into it themselves.
b=156504; r=jess; sr=blake
2002-07-10 03:53:24 +00:00
timeless%mac.com
04ee09cffc
Bug 148671 function retrieveURLFromData() is triplicated (?) in the code with slight differences.
...
patch by pierrechanial@netscape.net r=rginda,timeless sr=jag
2002-07-10 01:23:56 +00:00
akkana%netscape.com
e1603bfc86
126312, Fix build bustage
2002-07-10 00:20:43 +00:00
akkana%netscape.com
a396a35ddc
126312: remove old find code. r=brade sr=alecf
2002-07-09 20:29:50 +00:00
timeless%mac.com
0b2acd4d33
Bug 144992 [FIX] BookmarksUtils.cloneFolder does not clone subfolders (hordes of separators created in bookmarks)
...
patch by pierrechanial@netscape.net r=blake sr=jag
2002-07-09 19:37:24 +00:00
rods%netscape.com
1ba1fcde85
Implement progress dialog for printing and PP that show before reflow
...
Bug 154136 r=dcone/sgehani sr=alecf
2002-07-09 12:39:02 +00:00
bzbarsky%mit.edu
8d81b61c50
Alphabetically order MIME types in the helper apps prefs. Part of bug
...
61009, patch by sgehani@netscape.com , r=bzbarsky, sr=alecf
2002-07-09 12:16:01 +00:00
bzbarsky%mit.edu
5640958a00
"Textbox context menu generates spurious focus events.". Bug 155871,
...
patch by neil@parkwaycc.co.uk , r=dean_tessman@hotmail.com , sr=jag
2002-07-09 08:42:11 +00:00
bzbarsky%mit.edu
2831ef5a38
Fix use of :active in about:. Bug 155923, patch by
...
neil@parkwaycc.co.uk , r=dbaron, sr=rbs
2002-07-09 08:32:39 +00:00
bzbarsky%mit.edu
328b5f5978
Bug 128629 -- speed up personal toolbar a bit. Patch by
...
neil@parkwaycc.co.uk , r=pierrechanial@netscape.net , sr=ben
2002-07-09 08:30:09 +00:00
stephend%netscape.com
3307e6c278
Bug 155305. Update copyright information and domain name/company name for Support.com. r=namachi@netscape.com/mlemley@netscape.com, sr=leaf@mozilla.org
2002-07-09 05:46:58 +00:00
dbaron%fas.harvard.edu
296e32cbe8
Remove front-end for nglayout.debug.enable_xpcom_refcnt_log pref, which has no backend. r=ben sr=blake b=156157
2002-07-09 04:27:14 +00:00
rods%netscape.com
9ad7dc90a0
use the title unless empty then use URL instead. And change
...
the progress dialog to display title intead of url
Bug 156305 r=dcone sr=waterson
2002-07-09 02:33:29 +00:00
morse%netscape.com
7da59375cf
bug 155679, mapi with turbo and multiple profile doesn't work, r=rdayal, sr=jag
2002-07-09 00:03:37 +00:00
stephend%netscape.com
7a28e277fe
Bug 148495. Download Manager's grippy displays an empty tooltip. Original patch by Mike Kowalski <pepperxn@netscape.net>. Latter work by yours truly. r=db48x, sr=jag
2002-07-08 23:45:55 +00:00
suresh%netscape.com
eb153cdce4
fix for bugscape blocker bug 17487 - IM and Chat compose windows not displaying text (can't type message), sr-jag
2002-07-08 19:21:10 +00:00
peterv%netscape.com
bc31a9b35e
Fix OS2 bustage.
2002-07-08 09:40:20 +00:00
bryner%netscape.com
90a2f7dfb7
Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag.
2002-07-08 07:56:50 +00:00
caillon%returnzero.com
9df8f33a00
* Implement CSSValueLists and computed -moz-border-{side}-colors
...
* Get the computed -moz-binding directly from the style context which is faster than getComputedStyle
* Speed up computed style by not QI'ing so much
* Cache the computed style object so we don't keep re-alloc'ing memory for it.
* Shrink ROCSSPrimitiveValue.
* Don't get computed style of non-existant properties.
* Use nsSize instead of nsRect when we only care about height and width
* Other random code cleanup of computed style
Bug 155525
r=bzbarsky
sr=jst
2002-07-08 07:11:59 +00:00
caillon%returnzero.com
3af6df0173
Bug 141717 - Context menus break if a website defines its own "getSelection" variable/function
...
r=biesi
sr=jst
2002-07-08 06:19:28 +00:00
blakeross%telocity.com
52c5817315
143072 - no way to close the properties window without cancelling the dialog. r=law sr=ben
2002-07-08 04:22:14 +00:00
tor%cs.brown.edu
43f0aafec4
Backout of 155923
2002-07-07 08:50:07 +00:00
bryner%netscape.com
6e4ef3bfc5
Add the ability to filter on applications to nsIFilePicker (bug 97321). r=law, sr=blake.
2002-07-07 07:21:45 +00:00
cbiesinger%web.de
1c732f696c
bug 155923 r=neil@parkwaycc.co.uk sr=tor
...
about: should not use :active
2002-07-06 21:02:33 +00:00
dbaron%fas.harvard.edu
4a7a6f64f0
Turn on Ramiro's code to stack-trace and suspend when we crash, for DEBUG builds. b=14989 r=bryner sr=brendan
2002-07-05 05:31:04 +00:00
timeless%mac.com
7cad1ecc84
Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
...
patch=pierrechanial@netscape.net , r=timeless, sr=blake
2002-07-04 12:28:55 +00:00
bzbarsky%mit.edu
b1035b573e
Fix scrollbar disappearing when many tabs are open. Bug 106927, patch by
...
neil@parkwaycc.co.uk , r=timeless, sr=jag
2002-07-04 09:46:01 +00:00
bzbarsky%mit.edu
903e648a7e
Fix NS_WildCardMatch to actually pay attention to the case_insensitive
...
arg. Bug 146187, r=sicking, sr=shaver
2002-07-04 09:33:52 +00:00
dean_tessman%hotmail.com
efe3ee4d36
1. 62495 - clickSelectsAll should not trigger if you're selecting text
...
2. 96446 - Right-clicking location bar selects entire URL even if location bar already has focus
r=walk84@yahoo.com , sr=blaker@netscape.com
2002-07-04 01:34:53 +00:00
cbiesinger%web.de
cee72fd6de
bug 57652 r=timeless sr=tor
...
strict warning
2002-07-03 19:30:41 +00:00
cbiesinger%web.de
b8aa101e51
bug 146974 r=hwaara sr=tor
...
js strict warnings
2002-07-03 19:16:45 +00:00
kyle.yuan%sun.com
1f697dbdbd
Bug 154914 Press Enter on collapsed history tree item causes page load.
...
r=timeless, sr=blake
2002-07-03 09:38:47 +00:00
dean_tessman%hotmail.com
7d82d98f37
Bug 112308 - "2M history.dat file adds 30% to startup time and 1MB or more to RAM"
...
Check-in for jrgm@netscape.com , r=blaker@netscape.com , sr=bienvenu@netscape.com
2002-07-03 06:39:33 +00:00
mkaply%us.ibm.com
8cc630dd99
#145040
...
r=rods, sr=hewitt
Num copies not mirrored to print dialog from printer settings
2002-07-02 22:30:13 +00:00
caillon%returnzero.com
1cbd19d782
Bug 155062. View background image fails/works incorrectly when things have a background attribute, but a different specified style. We should always get the computed background-image and ignore what
...
the background attribute says. r=bzbarsky sr=blake
2002-07-02 22:06:59 +00:00
jgaunt%netscape.com
0a7856e064
bug 78390 accessible support for full page PDFs
...
r=aaronl,peterl
sr=jst
2002-07-02 17:39:40 +00:00
sicking%bigfoot.com
cc9f627efe
Bug 133250: "Transferring data from..." remains on status bar. Checkin for antonio.xu@sun.com
...
r=jkeiser sr=rpotts
2002-07-02 02:17:15 +00:00
law%netscape.com
7ddc21a919
Bug 154238; adjust code so it checks whether we're really handling http Internet shortcuts rather than the user having just told us to; r=blaker@netscape.com, sr=ben@netscape.com
2002-06-29 01:58:59 +00:00
timeless%mac.com
a2ae13eb82
Bug 153272 Can't drag anymore a link menus on the personal toolbar (Windows only)
...
patch=pierrechanial@netscape.net , r=timeless, sr=blake
2002-06-28 17:55:48 +00:00
law%netscape.com
e657c80b7e
Bug 154238; tweak http\shell\open\ddeexec registry keys while running so that Acrobat plugin can converse with us via DDE; r=blythe@netscape.com, sr=ben@netscape.com
2002-06-28 07:31:23 +00:00
caillon%returnzero.com
6c72020b35
Bug 154535. Don't depend on the sidebar overlay for context menu code.
...
r=sgehani
sr=jag
2002-06-28 01:55:48 +00:00
bzbarsky%mit.edu
b6ac3de7a2
Allow embeddors to override helper apps. Bug 147142, patch by
...
philipl@mail.utexas.edu (Philip Langdale), r=bzbarsky, sr=blake
2002-06-28 01:35:57 +00:00
timeless%mac.com
92dc493a82
Bug 148334 when autoHide pref is disabled, tabbrowser duplicates listeners for first browser
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-27 08:19:28 +00:00
dbaron%fas.harvard.edu
0c871b8b70
Fix OS/2 bustage.
2002-06-27 05:12:25 +00:00
dbaron%fas.harvard.edu
33e79da833
Fix nmake bustage. b=132175
2002-06-27 00:06:49 +00:00
alecf%netscape.com
2c7dbb30da
argh, I'm having a bad day - just noticed at the last second that the values of PR_FALSE and PR_TRUE were reversed here, so we only could hit the first window from the window menu
2002-06-26 23:57:59 +00:00
alecf%netscape.com
ee39b85087
oops, more files for bug 132175 (don't worry, these aren't bustage-inducing)
...
finish implementation of GetWindowForResource
r=bnesse, rs=waterson
2002-06-26 23:54:31 +00:00
alecf%netscape.com
8e037b7ff6
argh, add nsIWindowMediatorListener.idl to the nmake build
2002-06-26 23:36:46 +00:00
alecf%netscape.com
254bccdc06
argh, now re-remove the line that I was originally intending to remove!
2002-06-26 23:34:42 +00:00
alecf%netscape.com
52e3e9471d
back out these two files until I get the #ifdef situation cleared up
2002-06-26 23:32:09 +00:00
alecf%netscape.com
ec003bce66
final part of fix for bug 132175 - switch consumers over to new interface
...
r=bnesse, rs=waterson
2002-06-26 22:55:49 +00:00
alecf%netscape.com
671d1e7357
part of fix for bug 132175 - add nsWindowMediatorDataSource to the build
...
r=bnesse, rs=waterson
2002-06-26 22:34:39 +00:00
alecf%netscape.com
e0029f804f
rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
...
r=bnesse, sr=waterson
2002-06-26 22:34:09 +00:00
alecf%netscape.com
891c229e53
more stuff for bug 132175, add nsIWindowMediatorListener.idl to build
...
r=bnesse, rs=waterson
2002-06-26 22:25:31 +00:00
alecf%netscape.com
8f2f57e3db
part of fix for bug 132175 - add nsIWindowDataSource to the build r=bnesse rs=waterson
2002-06-26 22:22:01 +00:00
ben%netscape.com
98ddcdddfa
Fix for 86501 - bookmarks truncated when disk full
...
Make bookmarks check on the success of the file stream write before overwriting the old bookmarks file with the new one.
r=darin, sr=brendan
2002-06-26 05:18:41 +00:00
dbaron%fas.harvard.edu
6d2263f19b
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
2002-06-26 03:38:55 +00:00
dbaron%fas.harvard.edu
a44ddf4882
Build changes to build mach-o on gcc3: use -install_name option only when linking using -dynamiclib option, since with gcc3 it causes an error when used with -bundle or -execute. r=bryner sr=beard b=153525
2002-06-26 03:09:32 +00:00
stephend%netscape.com
3e4bb453fd
Bug 149201. Center text in bookmark properties dialog. Patch by Stephen Walker <walk84@yahoo.com> r=caillon@netscape.com, sr=alecf@netscape.com
2002-06-25 06:06:46 +00:00
jaggernaut%netscape.com
5abd4b6906
Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt
2002-06-25 04:52:46 +00:00
blakeross%telocity.com
7bc8fc6afb
132027 - no menus work when download manager window has focus. patches by bryner and I. r=bryner/blake sr=ben/dveditz
2002-06-24 21:48:24 +00:00
timeless%mac.com
51ddd1c24c
Bug 153431 Bug 127784 introduced doubles of lines in navigator.properties
...
r=mkaply, sr=dveditz
2002-06-23 14:48:34 +00:00
blakeross%telocity.com
67ea8be42a
152387 - prefs for location bar autocomplete don't stick. r=caillon sr=ben
2002-06-23 02:05:17 +00:00
blakeross%telocity.com
b75f5ca232
152910 - setting global history expiration to 0 doesn't actually disable global history. r=adamlock sr=alecf
2002-06-22 20:06:37 +00:00
blakeross%telocity.com
deac412c42
142310 - topcrash quitting while downloading @ nsHashTable::Exists. r=bryner sr=ben
2002-06-22 19:47:14 +00:00
mstoltz%netscape.com
5d7c0df7e1
Bug 149777 - Do not clone images and other embeds into the pageInfo window;
...
just copy the src and other relevant attributes over. r=bzbarsky, sr=jag,
patch by jrgm.
2002-06-21 23:31:41 +00:00
alecf%netscape.com
5c71a57498
not part of build
...
move mContainer and mInner to be non-static members, and release them with the xpcom shutdown observer, to prevent leaks
2002-06-21 21:17:55 +00:00
jaggernaut%netscape.com
530fbb0525
Bug 151807: New Tab button and New Tab context menu items don't set focus to urlbar after opening the new tab. r=bryner, sr=blake
2002-06-21 05:06:31 +00:00
aaronl%netscape.com
80c05369f5
Bug 152370. Active Accessibility: correct accessible value for XUL listbox and combobox. r=kyle, sr=jst.
2002-06-21 04:44:26 +00:00
blakeross%telocity.com
786f96e0b0
142310 - top crash if quitting while downloading [@nsHashTable::Exists]. r=bryner sr=ben
2002-06-21 03:25:21 +00:00
saari%netscape.com
b8de96a1d8
win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag
2002-06-20 04:55:13 +00:00
dmose%netscape.com
d005f997af
If authentication fails during LDAP autocomplete, bring up a new password dialog rather than showing an obscure error message (bug 150723); r=ducarroz@netscape.com, sr=hewitt@netscape.com
2002-06-20 01:50:04 +00:00
dmose%netscape.com
e24fa9991b
Fix incorrect array length calculation + add temporary variable to work around egcs compiler bug which was causing bogus text to appear in the LDAP auth dialog on linux (bug 148897); r=bryner@netscape.com, sr=bienvenu@netscape.com
2002-06-20 01:07:32 +00:00
naving%netscape.com
14a37db825
129540 r=racham sr=alecf making help buttons point to the right page
2002-06-19 22:52:54 +00:00
shaver%mozilla.org
837aa1aa4a
Followup to checkin for 116653 (openURL(,new-tab) support). Seems that the
...
observer service doesn't implement classinfo, and some people were reporting
a strict warning (?) related to this. This is a more correct approach anyway,
so here we go. r=blizzard, sr=jag.
2002-06-19 20:29:54 +00:00
blakeross%telocity.com
7ef3eaad3b
142824 - downloads.rdf keeps on growing. patch by jrgm@netscape.com. r=blake sr=ben
2002-06-19 19:53:58 +00:00
bzbarsky%mit.edu
b4e453c08e
add an ID to the separator so things can go on the right side of it.
...
Bug 151479, r=bzbarsky, sr=blake
2002-06-19 06:42:27 +00:00
bzbarsky%mit.edu
a824fe329f
Not all URIs are URLs. Bug 143987, r=law, sr=jag
2002-06-19 05:13:59 +00:00
bzbarsky%mit.edu
1c533f70a5
use oncommand, not onclick, for the link toolbar. Bug 139157,
...
r=sballard@netreach.net , sr=jag
2002-06-19 05:11:02 +00:00
jruderman%hmc.edu
d5eb2bb1ef
86063 and 134614. add ctrl+shift+f shortcut for "search the web" and make "search the web" go to the user's selected search engine. r=aaronl,sgehani, sr=hewitt.
2002-06-19 00:50:20 +00:00
caillon%returnzero.com
5ad14210fa
Bug 149474, Implement preventdefault="true" on XBL handlers, so that bindings are able to prevent the default action even if JavaScript is disabled. r=bryner sr=jag
2002-06-19 00:43:46 +00:00
bzbarsky%mit.edu
f72ade79d3
Bug 126725, patch by Travis Crump <pretzalz@techhouse.org>, r=bzbarsky,
...
sr=alecf.
2002-06-19 00:17:18 +00:00
caillon%returnzero.com
5990fee38b
Bug 152278, opening a groupmark shouldn't load about:blank into the active tab. r=blake sr=jag
2002-06-18 04:39:43 +00:00
alecf%netscape.com
e83eaff6cf
add first-window case - when the window with the new title hasn't been seen, add it to the hashtable
2002-06-17 23:46:29 +00:00
alecf%netscape.com
4b02557811
Not part of build
...
backing out my last change - totally unnecessary
2002-06-17 23:41:42 +00:00
alecf%netscape.com
9a7dd9689f
Not part of build
...
add category name to nsIWindowMediatorListener so listeners are created at startup
2002-06-17 23:25:21 +00:00
shaver%mozilla.org
c621eb112c
Bug 116653: Teach x-remote about openURL(,new-tab). r=blizzard, sr=jag.
2002-06-17 20:39:54 +00:00
seawood%netscape.com
6de5b59159
Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
...
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd. This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall. nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive. (I'll have to check the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs. Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
henry.jia%sun.com
17c7eb88ae
Bug 150627 inconsistant between display and action(modifier) of short cut key for function 'Select All'
...
r=Akkana
sr=hewitt
2002-06-17 01:43:29 +00:00
caillon%returnzero.com
af22bbd97f
Bug 134800, Clicking on a groupmark shouldn't clobber all open tabs. r=jag sr=blake
2002-06-15 22:30:06 +00:00
cbiesinger%web.de
22089c2150
bug 144488 patch by leaf r=timeless sr=tor
...
Change get new themes link to http://mozilla.org/themes/download/ instead of xulplanet
2002-06-15 21:29:52 +00:00
alecf%netscape.com
d98e110620
not part of build
...
add windowds to windows nmake build
2002-06-14 20:31:44 +00:00
bzbarsky%mit.edu
b5136aee67
Remove UI for the target="_blank" blocking for now. Bug 78037, patch by
...
jonasj@jonasj.dk (Jonas Jorgensen), r=doron,bzbarsky, sr=jag
2002-06-14 18:56:19 +00:00
alecf%netscape.com
d86807d600
not part of build
...
update window datasource for bug 132175 - remove debugging, kill intaskslist support (nobody uses it anyway)
2002-06-14 18:08:23 +00:00
aaronl%netscape.com
dd93418e7f
Bug 147756 - Active Accessibility: get_accValue returning NS_ERROR_FAILURE for selects. r=kyle, sr=jst
2002-06-14 01:47:26 +00:00
dmose%netscape.com
8d1abc7bef
First match not pre selected when multiple matches are present in directory (bug 102693); r=ducarroz@netscape.com, sr=mscott@netscape.com
2002-06-14 01:21:23 +00:00
dmose%netscape.com
1ff8c12305
support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com
2002-06-14 00:38:18 +00:00
kin%netscape.com
2cc8934aad
Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.)
...
mozilla/content/base/public/nsISelectionController.idl
mozilla/content/base/src/nsSelection.cpp
mozilla/editor/composer/src/nsEditorShell.cpp
mozilla/editor/idl/nsIPlaintextEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/nsEditor.h
mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsEditorEventListeners.cpp
mozilla/editor/libeditor/text/nsPlaintextDataTransfer.cpp
mozilla/editor/libeditor/text/nsPlaintextEditor.cpp
mozilla/editor/txtsvc/src/nsTextServicesDocument.cpp
mozilla/editor/ui/dialogs/content/EdTableProps.js
mozilla/embedding/components/find/src/nsWebBrowserFind.cpp
mozilla/extensions/xmlterm/base/mozXMLTermSession.cpp
mozilla/layout/base/public/nsIFrameSelection.h
mozilla/layout/html/base/src/nsPresShell.cpp
mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
mozilla/mailnews/compose/src/nsMsgCompose.cpp
mozilla/xpfe/browser/resources/content/viewPartialSource.js
- Added aIsSynchronous arg to the ScrollSelectionIntoView()
method of nsISelectionController and nsIFrameSelection.
Updated all callers to pass new arg.
- Modified selection to post a plevent to call which does the
call to ScrollIntoView() in the async ScrollIntoView() case.
- Edits in text widgets now use asynchronous reflow, paint,
and scroll processing full time.
- Removed redundant ScrollSelectionIntoView() calls in the
editor event listeners.
- Editor IME code now forced to flush reflows and paints before
getting caret coordinates.
r=jfrancis@netscape.com sr=waterson@netscape.com
2002-06-13 20:35:12 +00:00
alecf%netscape.com
d8b279635a
fix for bug 149102 - fix consumers of outdated TypicalInput/Output stream
...
r=dougt, r=av (plugin stuff) sr=jag
2002-06-13 18:19:10 +00:00
seawood%netscape.com
32bb434f03
Fix symlink detection (again) so that relative symlinks work and the binary is executed from the cwd, not the installation directory.
...
Thanks to Andrew Schultz <ajschult@eos.ncsu.edu> for the patch.
Bug #57866 r=cls
2002-06-13 12:16:52 +00:00
sgehani%netscape.com
cd80d181d1
Fix ``Search engine name and search term string missing from search box
...
in autocomplete dropdown for first window in new profile''
b=144494; r=law; sr=hewitt
2002-06-13 01:11:01 +00:00
sgehani%netscape.com
c13b166a59
Accesskeys on print preview toolbar buttons.
...
b=133506; r=caillon; sr=blake
2002-06-13 01:08:48 +00:00
blakeross%telocity.com
edb3d6ae4b
149812 - remove what's related domain blocking UI. r=bryner sr=ben
2002-06-12 20:38:42 +00:00
morse%netscape.com
0742d58397
bug 147223, URL bar doesn't function if launched too quickly in turbo mode, r=law, sr=darin
2002-06-12 20:29:46 +00:00
bnesse%netscape.com
10a7b9cd05
Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf.
2002-06-12 18:52:46 +00:00
nhotta%netscape.com
b8f3255535
Uncheck the previously checked item before checking the new item
...
to workaround the Mac radio menu check mark problem,
bug 98625, r=pinkerton, sr=jst.
2002-06-12 16:58:12 +00:00
alecf%netscape.com
e7b9de7473
fix for bug 149121 - split up command line handler macros so we can write custom registration routines. r=bnesse, sr=sspitzer
2002-06-12 16:47:23 +00:00
timeless%mac.com
3a3097908c
Bug 146207 javascript strict warning in bookmarks.xml
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:38:29 +00:00
timeless%mac.com
bf058e13f8
Bug 143791 menuseparator in Go menu should stay hidden for tabbed mode
...
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-06-12 14:31:40 +00:00
jaggernaut%netscape.com
1a49b72ac0
Bug 112769: Add "New Tab" button to tab bar. r=sgehani, sr=hewitt
2002-06-12 11:49:54 +00:00
dmose%netscape.com
5278df6851
authenticated LDAP autocompletion incorrectly autopicks current addr after password entered (bug 146569) r=blake@netscape.com, sr=hewitt@netscape.com
2002-06-12 05:14:32 +00:00
kyle.yuan%sun.com
dcefbf3719
Bug 148010 JS exceptions in mailnews autocomplete widget on trunk
...
r=varga, sr=hewitt
Prevent JS exception and disable key-navigation feature in autocomplete
2002-06-12 04:32:04 +00:00
suresh%netscape.com
833f1c7f89
fix for 149189. update goPreference calls with correct parameters. r-ducarroz, sr-alecf.
2002-06-12 04:09:52 +00:00
cbiesinger%web.de
04a45be8aa
bug 86693 r=caillon sr=hewitt
...
js strict warning in colorpicker.xml
2002-06-11 20:51:21 +00:00
cbiesinger%web.de
15a321ca78
bug 115473 r=pavlov sr=brendan
...
Remove timer priorities
2002-06-11 20:47:04 +00:00
nhotta%netscape.com
12261cb4fa
Map charset name to charset atom, this fixes the charset name canonicalization problem (e.g "utf-8" vs "UTF-8"),
...
bug 138638, r=rjc, sr=alecf.
2002-06-11 20:19:21 +00:00
law%netscape.com
f0c6038400
Bug 89907; add new UI to Nav pref panel to simply making Mozilla the default browser; r=sgehanni, sr=ben
2002-06-11 20:06:05 +00:00
law%netscape.com
3e0cdd5b69
Bug 89907; new 'set default browser' UI for Nav pref panel; localization change only going in now; r=sgehani, sr=ben, a=asa
2002-06-09 22:43:29 +00:00
morse%netscape.com
9fb81cdaf6
bug 149176, can't invoke profile manager if only one profile and turbo active, r=law, sr=ben,a=asa
2002-06-08 01:20:06 +00:00
morse%netscape.com
266bae5fee
backing out last change, didn't realize trunk now requires driver approval
2002-06-07 12:20:47 +00:00
morse%netscape.com
76bec835f6
bug 149176, profile manager doesn't appear when trying to create a 2nd profile and turbo is active, r=law, sr=ben
2002-06-07 12:17:23 +00:00
leaf%mozilla.org
6e6bf977e5
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
oeschger%netscape.com
c14a0fa60d
key updates for help, shoulda been part of yesterday's check-in for 129540, r=bhuvan, sr=alecf, a=asa
2002-06-07 02:56:36 +00:00
stephend%netscape.com
d7e4f3d8eb
Bug 148597. Can't drag a bookmark from personal toolbar to a tab. Patch by Pierre Chanial <pierrechanial@netscape.net> r=timeless, sr=blake, a=asa
2002-06-06 23:56:56 +00:00
rods%netscape.com
8082f46b4c
Add nsIObserver to the ShowPageSetup method for platforms that impl an Apply btn
...
Bug 149317 r=dcone sr=kin
2002-06-06 10:40:42 +00:00
oeschger%netscape.com
a4c85948f5
adding im and icq 'keys' for context sensitive help, bug=129540, r=cotter, sr=alecf, a=asa/drivers
2002-06-06 04:42:49 +00:00
ssu%netscape.com
9591a2fc41
fixing bug 137141 - Wrong context menu items in stand alone mail window. r=neil sr=sspitzer a=drivers
2002-06-06 02:27:20 +00:00
caillon%returnzero.com
bda9c43d38
Bug 74688, Prevent context menus from appearing over scrollbars. r=sgehani, sr=jag, a=asa
2002-06-06 01:35:19 +00:00
jj%netscape.com
9f0c8d776b
bug #149140 - updated Finder's get info string to '1.1a'. r=lpham, sr=leaf, a=leaf
2002-06-06 01:16:34 +00:00
jaggernaut%netscape.com
057ba34f76
Fix typo: |const browser = | -> |const browsers = |. r=Neil.
2002-06-05 11:06:37 +00:00
jaggernaut%netscape.com
fdd4b9f952
Bug 103452: When window.close() is called, close the tab for that content window, not the whole (XUL) window. r=hewitt, sr=jag, sr=jst
2002-06-05 00:31:45 +00:00
stephend%netscape.com
927745737c
Bug 109554. Tooltips shouldn't appear on grippies unless minimized. Patch by Neil <neil@parkwaycc.co.uk> r=bryner, sr=ben
2002-06-04 23:51:23 +00:00
jaggernaut%netscape.com
53d837b19a
Bug 148840: work around checkbox binding not being available at onload the first time the dialog is opened.
2002-06-04 23:51:05 +00:00
cathleen%netscape.com
64856eb68b
clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan
2002-06-04 23:05:39 +00:00
caillon%returnzero.com
e619a700c4
Bug 107949, Allow the user to prevent sites from disabling window features via window.open(). r=danm, sr=jag
2002-06-04 22:24:00 +00:00
cbiesinger%web.de
1a92e0f845
bug 8031 r=tor sr=dveditz
...
XBM support
2002-06-04 08:48:12 +00:00
suresh%netscape.com
c5216dcce6
mozilla side changes for bugscape 16296. r-blake, sr-ben. Given the Component id and panel, open the component and select the panel in the pref window.
2002-06-04 04:16:14 +00:00
ducarroz%netscape.com
71fb5003f7
Fix for bug 147877. Add UI for disabling plugins in mailnews. R=bhuvan, SR=bienvenu
2002-06-04 04:14:25 +00:00
bryner%netscape.com
31299ae4f9
Fixing mach-o static build - made a function static in nsAppShellService so that it doesn't conflict with global symbols; add TK_LIBS (-framework Carbon) to the link line for mozilla-bin for both carbon and cocoa builds. r=cls, rs=brendan.
2002-06-03 23:53:31 +00:00
jaggernaut%netscape.com
a00d23ada6
Bug 148840: Add "Bookmark This Group of Tabs..." to Bookmarks menu. r=caillon, sr=hewitt
2002-06-03 21:35:10 +00:00
varada%netscape.com
5e38d84300
fix for 139814- Search the Web menu item should open page only in browser and not in any window with content area;r=law;sr=bienvenu
2002-06-03 20:53:23 +00:00
kyle.yuan%sun.com
338f8499f4
Bug 134426 Set image as wallpaper crashes Mozilla (when Mozilla Wallpaper.bmp is Read-Only)
...
r=timeless, sr=hewitt
return FAILURE instead of crashing when output stream can't be opend
2002-06-03 09:20:35 +00:00
timeless%mac.com
ebbbf7a70b
Bug 135250 Context menu: "open link in new tab" should be below "open link in new window"
...
patch by alexbishopuk@yahoo.com r=bzbarsky sr=jag
2002-06-03 09:01:35 +00:00
dmose%netscape.com
93765a749f
Fix nmake build bustage by adding into to the REQUIRES list
2002-06-03 05:12:00 +00:00
dmose%netscape.com
d066d1f28f
Support LDAP authentication for autocomplete and addressbook (bug 135778); r=sspitzer@netscape.com, srilatha@netscape.com; sr=bienvenu@netscape.com
2002-06-03 04:05:48 +00:00
blakeross%telocity.com
a9c4e64169
128322 - history sidebar opens topmost link automatically. patch by neil and me. r=andreww/hewitt sr=blake/hewitt
2002-06-03 01:49:19 +00:00
jaggernaut%netscape.com
21a91afda1
Bug 137005: Change wording of "File as group" to "Bookmark this group of tabs". r=bryner, sr=hewitt
2002-06-02 19:14:42 +00:00
ian%hixie.ch
ff64c04f9b
Download manager pref panel. b=132440, r=ben, sr=blake
2002-06-01 13:13:41 +00:00
danm%netscape.com
292038c24d
reverting part of rev 1.54 that caused a regression. code=jrgm r=jag,me
2002-06-01 00:49:46 +00:00
danm%netscape.com
895a2c8a85
scrollbar visibility is no longer reflected in mChromeFlags. bug 130174 r=bryner,jag,jst
2002-06-01 00:00:12 +00:00
darin%netscape.com
ea83373010
fixes bug 145382 "cleanup 'HTTP Networking' prefs panel"
...
r=gagan sr=rpotts ue=mcarlson
2002-05-31 21:16:18 +00:00
caillon%returnzero.com
5e0cdbb3d4
Bug 143267. 'Tools' > 'Download Manager' doesn't bring focus to the Download Manager if it is already open. r=sgehani, sr=blake
2002-05-31 18:50:31 +00:00
ducarroz%netscape.com
1cdc455797
Fix for bug 97055. Add an option for disabling remote images in mailnews. R=morse, SR=alecf
2002-05-31 18:40:39 +00:00
timeless%mac.com
70d239f823
Bug 100846 turbo: should get back on system tray after explorer.exe crash
...
patch by netdemonz@yahoo.com r=biesi sr=jag
2002-05-31 04:31:27 +00:00
oeschger%netscape.com
f69a6f4095
adding help context ids to pref window, bug=129540, attachment 83972, r=bhuvan, sr=alecf
2002-05-30 23:43:13 +00:00
timeless%mac.com
96b34b2c99
Bug 145350 Implement handling of canDrop and onDragEnter methods in drag and drop observers
...
patch=pierrechanial@netscape.net , r=timeless, sr=ben
2002-05-30 22:04:25 +00:00
timeless%mac.com
e99a698488
Bug 139605 Bookmark manager should not be "Bookmark for default" when #profile=1 and profile name is not "default"
...
patch=pierrechanial@netscape.net , r=biesi, sr=ben
2002-05-30 22:03:51 +00:00
timeless%mac.com
a9d7b91808
Bug 139471 Rewrite of the personal toolbar drag and drop observer patch=pierrechanial@netscape.net, r=timeless, sr=ben
...
(maybe you should increment the version number to 2.1)
2002-05-30 22:01:13 +00:00
timeless%mac.com
d338ce31a7
bug 137119 fix various insertion problems in bookmark trees
...
patch=pierrechanial@netscape.net , r=timeless, sr=ben
2002-05-30 21:58:45 +00:00
mkaply%us.ibm.com
bc9d897eb4
#148124
...
r=pedemont, sr=blizzard
OS/2 only - support for custom splashscreen - same as Win - thanks to Bjorn Anderson for the sample code
2002-05-30 21:45:24 +00:00
jaggernaut%netscape.com
b6baee5a23
Bug 123563: Select the tab to the right when closing the active one. r=caillon, sr=hewitt
2002-05-29 23:22:42 +00:00
danm%netscape.com
605ddd1d3e
disable window size persistence before chrome is loaded. bug 116610 r=bryner,jag
2002-05-29 23:21:35 +00:00
danm%netscape.com
3b00f9dbf6
persist min/max state only if normal or maximized. bug 72558 r=bryner,jag
2002-05-29 23:19:07 +00:00
jaggernaut%netscape.com
2b7881786e
Bug 101955: middle-click -> open in new window fails for urls in mail/news, the better fix. r=caillon, sr=hewitt
2002-05-29 23:17:47 +00:00
hewitt%netscape.com
3aca45a56c
119770 - bad images for autocomplete pref window, patch=walk84@yahoo.com, r=shliang, sr=me
2002-05-29 20:58:34 +00:00
bryner%netscape.com
ebfc9aa0cc
Don't let sidebar panels take focus unless the user just selected the panel (i.e. don't focus them when a new window is opened). Bug 76621. r=blake, sr=jag.
2002-05-29 05:06:42 +00:00
stephend%netscape.com
45e6367d56
Bug 115225. 'Exit' should be 'Exit &brandShortName;' in Quick Launch's systemtray icon context-menu. r=caillon@netscape.com/sr=blaker@netscape.com
2002-05-28 23:29:53 +00:00
morse%netscape.com
70bcccb9fa
bug 115818, context menu slow to appear when images are present, c=ajfeldman@brown.edu, r=morse, sr=waterson -- this is better patch than the one in bug 146048
2002-05-28 21:42:29 +00:00
jaggernaut%netscape.com
2edfa76268
Bug 101955: Middle-click -> Open in new tab/window fails for Mail/News URLs, r=sdagley, sr=hewitt
2002-05-28 00:02:41 +00:00
blakeross%telocity.com
574ab0ae49
132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben)
2002-05-27 18:11:51 +00:00
blakeross%telocity.com
cf2c08751e
132013 - remove from list in download manager makes program unresponsive for too long. r=hewitt sr=blake (patch by ben)
2002-05-27 18:06:31 +00:00
bryner%netscape.com
e123863a98
Ignore generated makefiles.
2002-05-27 02:07:35 +00:00
stephend%netscape.com
948527057f
Bug 119764. JS strict warnings in pref-themes.js. Patch by Stephen Walker <walk84@yahoo.com> r=morten@nilsen.com/sr=hewitt@netscape.com
2002-05-26 06:09:26 +00:00
stephend%netscape.com
522505a8ab
Bug 51985. 'Go' button should be styled as default. Patch by Bradley Hart <bhart@cvip.net>. r=walk84/sr=jag
2002-05-26 06:05:19 +00:00
caillon%returnzero.com
1f957b2932
Bug 141333, Renaming 'Add to Bookmarks' to 'Bookmark This Page' in the Bookmarks menu. r=gerv, rs=jag
2002-05-25 19:47:37 +00:00
caillon%returnzero.com
f80ed956e5
Bug 142711, adding a trailling slash to the default homepage. r=mpt, rs=jag
2002-05-25 19:42:12 +00:00
morse%netscape.com
42df9a290a
bug 146048, image context menu is slow to appear, c=tomi.leppikangus@oulu.fi, r=morse, sr=waterson
2002-05-24 23:49:33 +00:00
sspitzer%netscape.com
4449e912cf
fix for #138826 . context menu (for images and in general) is broken in the stand alone mail message window. r=sspitzer, sr=blake. thanks to antonio.xu@sun.com for the initial patch.
2002-05-23 21:39:34 +00:00
racham%netscape.com
c6ba26144c
Fixing bugscape 15562. Removing duplicate entries from pageInfo.dtd file. r=ftang, sr=sspitzer
2002-05-23 07:18:31 +00:00
dveditz%netscape.com
7d074d84d3
bug 144704 make sure view image context menu item doesn't inherit the wrong context, r=bryner,sr=brendan,a=chofmann,adt1.0.0+
2002-05-22 04:56:05 +00:00
dveditz%netscape.com
cb28a9ecc0
bug 143420 make sure showOnlyThisFrame option doesn't inherit the wrong context r=bryner,sr=scc,a=brendan,adt1.0.0+
2002-05-22 04:54:50 +00:00
mkaply%us.ibm.com
27fff55781
#145764
...
a=brendan
OS/2 only - fix broken icon
2002-05-22 02:30:48 +00:00
ben%netscape.com
410db27cbd
Fix for bug 86501 - bookmarks.html file is truncated to 0-length when shutting down with a full profile disk. Write bookmarks to a temporary file, and rename that to 'bookmarks.html' only if the write operation succeeded. r=bryner, sr=jag.
2002-05-22 00:07:14 +00:00
morse%netscape.com
d1ed37a296
bug 98673, reduce turbo mode memory usage, r=law, sr=jag
2002-05-21 21:10:48 +00:00
cbiesinger%web.de
03f3ca9d9b
bug 92947 r=timeless sr=jag
...
Better feedback when components of a page do not download
2002-05-21 21:05:11 +00:00
jst%netscape.com
262f28f900
Fixing bug 134278. Die kNameSpaceID_HTML, die! r=sicking@bigfoot.com, sr=heikki@netscape.com
2002-05-20 22:47:02 +00:00
sspitzer%netscape.com
9af5c299b5
fix for #145532 . (selection is moved when using a keyboard shortcut with focus on left pane). this regression caused by fix for #133366 . thanks to kyle.yuan@sun.com for the fix. r=varga, sr=jst
2002-05-20 19:22:55 +00:00
mkaply%us.ibm.com
b21fa5345b
#109464
...
r=gerv, sr=alecf, a=chofmann,brendan
OS/2 only if statement - Os/2 has different default DPI values
2002-05-18 04:01:00 +00:00
rpotts%netscape.com
1217f77250
bug #145181 (r=bryner, sr=jst). Fix tab browsing after the patch for bug #46856
2002-05-18 00:26:45 +00:00
yokoyama%netscape.com
64ac2accb9
Bug 139248
...
Patch to stop fontdownload dlg in mail/news
r=nhotta; sr=mscott checking in for smontagu
2002-05-17 22:58:46 +00:00
nhotta%netscape.com
721659cf7e
Use "sourceTextEncoding" to convert search name and description,
...
bug 92314, r=rjc, sr=alecf.
2002-05-17 22:30:50 +00:00
kyle.yuan%sun.com
085a027bab
Bug 133366 Type letters to navigate XUL tree
...
Enhanced the event handler for keypress.
Disabled keypress navigation in mailnews' thread pane.
2002-05-17 00:54:38 +00:00
kyle.yuan%sun.com
e7a4a9eb46
Bug 133365 Type letters to navigate XUL listbox
...
Adde new event handler for keypress event
2002-05-17 00:50:01 +00:00
law%netscape.com
8b9240bcab
Bugs 129614/129604/137676; ensure all download errors are shown to user (and fix download manager quirk so it doesn't think all downloads are 0kb of 0kb); r=bzbarsky, sr=blake
2002-05-17 00:31:53 +00:00
rpotts%netscape.com
73de225b01
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rods%netscape.com
55cdb88790
Adds a new arg to the PP call. The new arg is not being used, it is
...
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2002-05-16 13:51:54 +00:00
oeschger%netscape.com
0da3dfcb54
adding a help button to page info, bug=140466, r=racham, sr=alecf
2002-05-16 05:40:57 +00:00
mkaply%us.ibm.com
f2f7c10c7c
#143674
...
r=me, sr=blizzard
OS/2 - change splash from Warpzilla to Mozilla
2002-05-16 03:24:07 +00:00
stephend%netscape.com
6ed464ef40
Bug 141678. Aligning the text on the colorpickers. Patch by Stephen Walker <walk84@yahoo.com> r=me, sr=hewitt
2002-05-16 03:09:41 +00:00
stephend%netscape.com
a0a5649755
Bug 127337. Restore Default for Home Page button in Navigator. Patch by Stephen Walker <walk84@yahoo.com> r=samir, sr=alecf.
2002-05-16 02:56:26 +00:00
law%netscape.com
0e5da3c38a
Bug 14807; handle WM_QUERYENDSESSION (Windows logoff/session) using -killAll; r=sgehani@netscape.com, sr=blaker@netscape.com
2002-05-16 01:02:15 +00:00
bzbarsky%mit.edu
d606de2ade
Add a "new directory" button to the XP filepicker. Bug 58311, patch by
...
johann@ai.univie.ac.at , r=bzbarsky, sr=jag
2002-05-15 20:19:12 +00:00
mkaply%us.ibm.com
cbcd06ca9e
#142619
...
r=Roland.Mainz@informatik.med.uni-giessen.de , sr=attinasi
Initial num copies from queried value, don't just use 1
2002-05-15 20:03:28 +00:00
dougt%netscape.com
c683a217ab
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
seawood%netscape.com
4293400e69
Because js uses static data structures and is linked into other shared libraries, js must be built as a shared library.
...
Thanks to Colin Blake <colin@theblakes.com> for the original patch.
Bug #127442 r=bryner
2002-05-15 01:37:07 +00:00
shliang%netscape.com
5901b79635
135204 - rearranging search menus. r=sspitzer,sr=hewitt.
2002-05-14 23:18:52 +00:00
rods%netscape.com
0c5c90b638
This patch does the following:
...
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
danm%netscape.com
b461b80d58
death to remaining compiler warnings. removed a dead function. inspired by bug 126488
2002-05-13 22:00:21 +00:00
danm%netscape.com
b23402bc6b
death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=jag,rjc
2002-05-13 21:46:24 +00:00
danm%netscape.com
903c626348
death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=me,scc
2002-05-13 21:43:15 +00:00
pete.zha%sun.com
7932a7441b
bug 109217:Active Accessibility: implement support for <tree>
...
r=aaronl, sr=jst
Check in for Kyle Yuan(kyle.yuan@sun.com )'s fix
Check in other files.
2002-05-13 07:19:43 +00:00
caillon%returnzero.com
a94b230d9e
Bug 139026, Removing strict warnings. Patch by walk84@yahoo.com, r=cbiesinger@web.de, sr=jaggernaut@netscape.com
2002-05-12 19:13:22 +00:00
caillon%returnzero.com
eecabacd44
Bug 143582, Text in the New Helper App dialog should be centered. Patch by walk84@yahoo.com, r=doron@netscape.com, sr=alecf@netscape.com
2002-05-12 19:11:54 +00:00
rbs%maths.uq.edu.au
9c7db2e47f
Whitespace to correct the typo in the bug number, b=49721,122524 (rather than 1222524)
2002-05-10 22:31:03 +00:00
darin%netscape.com
69b1d474fb
fixes bug 142874 "Remove Accept-Encoding from Networking prefs panel"
...
patch=walk84 r=caillon sr=darin
2002-05-10 22:23:54 +00:00
rbs%maths.uq.edu.au
5a252db08d
Add 'View Selection/MathML Source' to the context menu & the support for that to work, namely: enlist MathML entity names, break viewSource.xul into a sharable XUL overlay, and implement the necessary logic to automatically re-select a selection into the inflated view-source display. b=49721,1222524, r=bzbarsky, sr=alecf
2002-05-10 22:05:59 +00:00
rods%netscape.com
4a063c4227
Missed these from checkin for
...
Bug 143248 r=dcone,conrad sr=attinasi
2002-05-10 17:58:41 +00:00
rods%netscape.com
bc2e23fdcf
set the UI accordingly after doing PP from the combobox
...
Bug 143309 r=sgehani sr=alecf
2002-05-09 22:39:57 +00:00
rods%netscape.com
1d956bc3a5
making a few adjustments to the APIs before the freeze
...
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
blakeross%telocity.com
00bf1dbf58
142766 - download manager should not take focus when downloads start. r=ben sr=hewitt
2002-05-09 01:38:55 +00:00
blakeross%telocity.com
70b8485b42
142767 - download manager default size is far too big. r=ben sr=hewitt
2002-05-09 01:34:23 +00:00
blakeross%telocity.com
0c4e80698a
142422 - pressing delete should highlight/select next item in list. r/sr=hewitt
2002-05-09 00:50:39 +00:00
bryner%netscape.com
a0c2bcbc3a
Make Enter/Return always activate the default button on mac, even if a different button is focused. Bug 132720, r=hewitt, sr=ben.
2002-05-09 00:04:37 +00:00
cbiesinger%web.de
2fe7e39653
bug 141158 r=timeless sr=alecf
...
JS Strict warnings in utilityOverlay.js
2002-05-08 19:00:35 +00:00
cbiesinger%web.de
1c2fe3822a
bug 139044 r=doron sr=alecf
...
js strict warnings in filepicker.js
2002-05-08 18:58:53 +00:00
cbiesinger%web.de
5c6076febe
bug 111404 patch by smaug@jippii.fi r=biesi sr=alecf
...
js strict warning in tabbrowser.xml
2002-05-08 18:53:43 +00:00
nhotta%netscape.com
a721125e17
Add GB18030 to mail compose charset menu,
...
bug 136498, r=yokoyama, sr=alecf.
2002-05-08 18:36:26 +00:00
rods%netscape.com
3d5fdd437f
change printpreview toolbar over to a combobox with discrete values
...
Bug 127857 r=sgehani sr=alecf
2002-05-08 14:16:44 +00:00
darin%netscape.com
61a6f2f985
fixing XP_WIN bookmarks bustage
2002-05-08 01:28:08 +00:00
darin%netscape.com
6fd5862e6e
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
sgehani%netscape.com
00b0d1d832
Complete backing out sidebar personal toolbar button.
...
b=142261; r=law; sr=jag
2002-05-07 20:29:16 +00:00
rods%netscape.com
15a673155f
Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
...
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
bbaetz%student.usyd.edu.au
b1436714d2
Bug 139782 - raw directory listing format is confusing
...
r=dougt, sr=darin
2002-05-07 08:40:09 +00:00
timeless%mac.com
750386e28f
Bug 125450 "Typeface" should be aligned to the left not center in font prefs
...
patch by walk84@yahoo.com r=timeless sr=alecf
2002-05-07 01:00:58 +00:00
jaggernaut%netscape.com
ce7d0353fc
Bug 129428: Paste doesn't work in bookmark manager. Patch by ben@netscape.com, r=pierrechanial@netscape.net, sr=jag
2002-05-06 21:10:51 +00:00
bzbarsky%mit.edu
4df804badc
Bug 139624 (minor fixes to view-source menus). Patch by
...
gregvalure@yahoo.com (Greg Valure), r=bzbarsky, sr=alecf
2002-05-06 20:19:54 +00:00
blakeross%telocity.com
52e1024e3a
132013 - remove from list should be batched. r=hewitt sr=ben
2002-05-06 01:14:27 +00:00
blakeross%telocity.com
85db8f1863
140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me
2002-05-05 20:39:50 +00:00
mscott%netscape.com
0c08e54233
Bug #121583 --> work around the infinite reflow loop in various windows that use tree widgets by
...
forcing a min height and min width on the the tree. This fixes the famous 100 % CPU hang.
Patch from kin@netscape.com
r=mscott
sr=hyatt
2002-05-04 00:04:39 +00:00
sicking%bigfoot.com
b4fccd9b86
Bug 119317. Drop support for non-namespaced "inherits" xbl-attribute and move over the last uses of the old syntax.
...
r=Hixie sr=hyatt
2002-05-03 17:51:44 +00:00
hyatt%netscape.com
044f972ac7
Fix for 121583. r=ben, sr=kin, adt=selmer
2002-05-03 07:03:27 +00:00
jaggernaut%netscape.com
0af0c3ac3c
Bug 139321: forward button not working with pdf, r=biesi, sr=alecf
2002-05-03 06:37:32 +00:00
timeless%mac.com
6304148769
Bug 125449 "Fonts for" is vertical aligned top instead of middle in caption
...
patch by walk84@yahoo.com r=doron sr=alecf
2002-05-03 00:38:22 +00:00
mscott%netscape.com
90063c6aca
Bug #141835 --> register the browser window to handle image/jpg (we already registered image/jpeg)
...
r=naving
sr=sspitzer
2002-05-02 21:56:19 +00:00
law%netscape.com
8a63c180da
Bug 141647; make sure profile is selected if -turbo option is given with other command line options that trigger display of a window; r=jelwell, sr=jag
2002-05-02 03:18:19 +00:00
hewitt%netscape.com
08ccfac51d
123834 - no text in wizard buttons on mac, r=andreww, sr=ben
2002-05-01 03:03:58 +00:00
tor%cs.brown.edu
87024f886e
Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan
2002-04-30 22:34:34 +00:00
cbiesinger%web.de
a0b51664a8
bug 133675 patch by Morten@Nilsen.com r=biesi sr=alecf
...
javascript strict warnings in findUtils.js
2002-04-30 21:04:10 +00:00
alecf%netscape.com
c8907f3733
final part of patch for bug 138299 - converting consumers of nsIWindowMediator over to the non-RDF contractid
...
r=danm, sr=jag
2002-04-30 14:21:48 +00:00
alecf%netscape.com
58ad7ad612
Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
...
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
cbiesinger%web.de
013d816234
bug 67790 r=walk84 sr=alecf
...
js warning in bookmarksOverlay.js
2002-04-29 19:59:45 +00:00
cbiesinger%web.de
2ad6a92bbe
bug 57652 r=caillon sr=alecf
...
js strict warning in customize.js
2002-04-29 19:52:08 +00:00
cbiesinger%web.de
d7032c48cb
bug 115192 patch by walk84@yahoo.com r=caillon sr=alecf
...
js strict warning in bookmarks.xml
2002-04-29 19:49:14 +00:00
cbiesinger%web.de
0574619068
bug 67793 r=timeless sr=alecf
...
js strict warning in addBookmark.js
2002-04-29 19:42:42 +00:00
cbiesinger%web.de
0c3f16c6e4
bug 55798 r=fabian sr=alecf
...
strict warning in navigator.js
2002-04-29 19:37:21 +00:00
sdagley%netscape.com
86136e0bf0
Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt
2002-04-29 07:01:44 +00:00
blakeross%telocity.com
1235b35158
32034 - sidebar search fails if no navigator windows are open. r=bryner sr=ben
2002-04-29 03:00:57 +00:00
blakeross%telocity.com
986b884f7b
135270 - sidebar add button doesn't call right dialog for bkmrk groups. r=bryner sr=ben
2002-04-29 01:50:15 +00:00
blakeross%telocity.com
cf388e5e92
137440 - download manager should appear by default, rather than separate progress dialogs. r=hixie sr=ben
2002-04-28 23:26:49 +00:00
blakeross%telocity.com
e40a5f69cb
134039 - theme switching should shut down quicklaunch. r=law sr=hyatt
2002-04-28 14:28:18 +00:00
caillon%returnzero.com
6ade118218
Bug 131429. The context menu item for 'Set as Wallpaper' on Windows platforms should be disabled while the image is loading, in order to prevent a partial image being set. r=biesi, sr=blake.
2002-04-27 18:47:47 +00:00
pete.zha%sun.com
6c9718b29e
bug 140204:HTTP preferences have weird checkbox handling
...
r=bzbarsky sr=darin
Check in for Antonio Xu's(antonit.xu@sun.com ) fix
2002-04-27 08:47:56 +00:00
darin%netscape.com
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
alecf%netscape.com
8d5e9bfc4c
bug 136235 - comment-only change - update nsIGlobalHistory to use javadoc format, and properly document the API
...
r=chak, sr=dveditz
2002-04-27 01:21:09 +00:00
sgehani%netscape.com
39c2f63613
Backing out sidebar personal toolbar button.
...
b=134345
2002-04-26 14:59:15 +00:00
aaronl%netscape.com
6d9909a3db
Bug 122312. Active Accessibility: support default actions for menu items and options. r=jgaunt, sr=alecf
2002-04-26 04:50:21 +00:00
sspitzer%netscape.com
4664d0a626
fix for #137886 . Detect defunct previously migrated profiles and offer to re-migrate.
...
this is pref controlled, "profile.seconds_until_defunct. by default,
we'll never offer to remigrate. initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
mscott%netscape.com
198694c2bd
Bug #121299 --> fix the cookie manager status icon
...
rs=sspitzer
2002-04-26 01:12:23 +00:00
mscott%netscape.com
9e18c8277a
Bug #121299 --> landing new cookie icons from Gail that are transparent. Building framework for allowing cookies to
...
use modern and classic icons instead of putting the icons in content too.
r=morse
sr=sspitzer
2002-04-25 23:37:00 +00:00
alecf%netscape.com
ca1b4b33b9
more tweaks to windowDS - migrate some code over from the window mediator to get window attributes, etc.
...
not part of build
2002-04-25 22:48:07 +00:00
jaggernaut%netscape.com
cd73d1e649
Bug 139522: SSL Pages are incorrectly displayed as being not encrypted. r=kaie, sr=alecf
2002-04-25 20:46:09 +00:00
michael.lowe%bigfoot.com
99159f5a84
Order autocomplete completion candidates by time or frequency. bug 78270. author=me, cbsears_sf@yahoo.com, alecf; r=blake; sr=alecf
2002-04-25 06:10:42 +00:00
seawood%netscape.com
c0ec608df6
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
danm%netscape.com
21f3adb9f8
force popup widget to be invisible when the menu is not explicitly open. bug 120155 r=bryner,hyatt a=scc
2002-04-25 01:22:13 +00:00
bryner%netscape.com
220c07adc3
Tidying up the removal of before/afterselected attributes before we remove a tab (bug 137836). r=pink, sr=blake, thanks to neil@parkwaycc.co.uk for the suggestion.
2002-04-24 23:57:30 +00:00
sgehani%netscape.com
a871d36935
Add ids to be overlaid. Missed file from checkin for bug 134345.
...
r=morse; sr=hewitt,jag
2002-04-24 23:50:17 +00:00
varga%utcru.sk
673d331b1b
Landing Neil's fix for bug 132682 - Twisties aren't clickable in History Sidebar
...
r=varga, sr=alecf
2002-04-24 21:30:16 +00:00
alecf%netscape.com
0074513f8f
update the window datasource for bug 132175:
...
- implement the datasource with an inner
- add gRefCnt to properly refcnt RDF resources
- add a new nsIWindowDataSource interface to supplant getWindowForResource
- copy over KeyIndex logic
- bring over some code to handle the "intaskslist" attribute on the window
not part of build
2002-04-24 18:19:02 +00:00
timeless%mac.com
0474602e1b
Bug 139647�###!!! ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()'
...
r=neil@parkwaycc.co.uk sr=alecf
2002-04-24 18:06:00 +00:00
michael.lowe%bigfoot.com
939a57107b
backout last checkin
2002-04-24 11:55:00 +00:00
michael.lowe%bigfoot.com
6e19841747
Order autocomplete completion candidates by time or frequency. bug 78270. author=me, cbsears_sf@yahoo.com, alecf; r=blake; sr=alecf
2002-04-24 11:12:45 +00:00
pete.zha%sun.com
eac26beb25
bug 127993:selected theme doesnot have one checked flag
...
r=bryner sr=blake
Check in for Jerry Tan(jerry.tan@sun.com )'s fix
2002-04-24 06:52:30 +00:00
bryner%netscape.com
3cca60b725
Whitespace-only change to note that previous checkin was for bug 137836.
2002-04-24 03:36:09 +00:00
bryner%netscape.com
a9b699680e
Make sure not to focus the urlbar on window open if the navigation toolbar is hidden. Bug 88239, r=sgehani, sr=jag.
2002-04-24 03:34:58 +00:00
bryner%netscape.com
0d3c728ef7
Clean up beforeselected and afterselected attributes when tabs are removed, this fixes a drawing glitch due to CSS rules matching when they shouldn't. r=ben, sr=jag.
2002-04-24 03:33:25 +00:00
sgehani%netscape.com
0407f80656
Unhork update notifications by fixing the pref call for the localized
...
datasource pref.
b=139355; r=bryner; sr=alecf
2002-04-24 02:42:08 +00:00
sgehani%netscape.com
7a9129cf4b
Improve sidebar discoverability.
...
b=134345; r=morse; sr=jag
2002-04-24 02:20:40 +00:00
law%netscape.com
eca7ff9596
Bug 134754; add scriptiable API to get Win32 registry value; r=sgehani, sr=dveditz
2002-04-24 00:14:18 +00:00
law%netscape.com
815d760202
Bug 136188; add support for WWW_GetWindowInfo DDE topic; r=John Weilander (support@kaylon.com); sr=roc+moz@cs.cmu.edu
2002-04-23 23:48:00 +00:00
caillon%returnzero.com
e774059904
Removing JavaScript strict warnings.
...
Patches by walk84@yahoo.com , r=caillon, sr=shaver
Fixes bug 60659, bug 132956
2002-04-23 14:48:45 +00:00
morse%netscape.com
f413e5c09e
bug 132641, -killAll to shutdown everything, r=law, sr=jag
2002-04-23 02:23:56 +00:00
suresh%netscape.com
62691b659d
fix for 138231. Select a tab if the last selected one is not ``in view''. r=suresh, sr=alecf
2002-04-23 01:06:34 +00:00
timeless%mac.com
bedf4ec86b
Bug 134853 Bookmark groups displayed as folders within personal toolbar
...
patch by neil@parkwaycc.co.uk r=ben sr=alecf
2002-04-23 00:38:55 +00:00
morse%netscape.com
393e0597f1
bug 135568, make task menu consistent with spec, r=sgehani, sr=jag
2002-04-22 23:30:34 +00:00
morse%netscape.com
d1dbcd423b
bug 136972, change definition of p3p high mode, r=sgehani, sr=jag
2002-04-22 23:23:41 +00:00
alecf%netscape.com
eaa6358150
remove convertISupportsToDOMWindow in order to clean up nsIWindowMediator
...
bug 138299 (preparation for bug 132175)
2002-04-22 14:02:48 +00:00
alecf%netscape.com
6acac8a747
add window mediator listener functionality for bug 132175
...
(not part of build)
2002-04-22 14:00:24 +00:00
alecf%netscape.com
034af46559
add skeleton window data source to pull out RDF dependency from appshell
...
not part of build
2002-04-22 13:54:39 +00:00
blakeross%telocity.com
1f0ed0b3c4
105547 - remove pref to control where new windows open (tab or window). r=bryner sr=ben
2002-04-22 03:12:36 +00:00
blakeross%telocity.com
43fd166250
105547 - remove pref to control where new windows open (tab or window). r=bryner sr=ben
2002-04-22 01:25:29 +00:00
blakeross%telocity.com
d1d69edf30
131762 - can open multiple occurrences of download manager. r=hixie sr=ben
2002-04-22 01:19:13 +00:00
blakeross%telocity.com
54ec52de83
135103 - context menus missing separator in image menu. r=dean sr=ben
2002-04-21 18:52:49 +00:00
cbiesinger%web.de
50b080e723
bug 55798 patch by jscript@pacbell.net r=bzbarsky sr=alecf
...
js strict warning in navigator.js
2002-04-21 09:20:49 +00:00
cbiesinger%web.de
3f2849b3f6
bug 136402 patch by neil.marshall@sympatico.ca r=db48x sr=alecf
...
Case of first letter in text labels is sometimes wrong in the Media tab
2002-04-20 18:09:09 +00:00
cbiesinger%web.de
1b0134b46f
bug 76099 patch by neil.marshall@sympatico.ca r=db48x sr=alecf
...
Include referring URL in Page info
2002-04-20 18:02:14 +00:00
caillon%returnzero.com
82e4d046ee
Page info shouldn't open cache items in blocking mode. Fixes Bug 124566, 'View Page Info whilst this page loading hangs browser.' Patch by db48x@yahoo.com, r=caillon, sr=darin
2002-04-20 14:49:41 +00:00
ben%netscape.com
c9a9cdb655
Fix two bugs:
...
- 130614 [adt2] Trunk crashes on startup on Win95 @ nsBookmarksService::ParseFavoritesFolder
On older Windows installs, IE4 is not present and as a result there's no system
favorites folder. Insert a null check so that we only parse a system favorites folder
if one exists.
r=bryner, sr=hyatt
- 127476 [adt1] Non-ASCII characters in IE Favorites are imported as garbage.
IE stores Favorite Name as the non-extension part of the file name (baseName). The
code was using GetFileBaseName, which returns a CString (dumb!). Converted to
extract the bookmark name from the unicode leaf name.
r=ftang, sr=hyatt
2002-04-20 08:48:35 +00:00
mscott%netscape.com
7016c81d8e
Bug #132731 --> dynamically adjust the width of the alert window
...
to prevent unwanted wrapping of text if the user is using larger fonts
r=neil@parkwaycc.co.uk
sr=hewitt
2002-04-20 03:08:54 +00:00
caillon%returnzero.com
311decf9f8
Bug 133166, Remove JavaScript strict warning. Patch by walk84@yahoo.com, r=caillon, sr=blake.
2002-04-19 14:42:37 +00:00
shliang%netscape.com
60742e7184
133863 - plug-in finder service pref ui - r=hewitt, sr=jag, a=asa
2002-04-19 07:00:16 +00:00
bzbarsky%mit.edu
f670c38346
Fix mismatch between labels and reality for the "non-printable space"
...
offsets. Bug 135361, patch by
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=bzbarsky,
sr=attinasi
2002-04-19 03:13:23 +00:00
seawood%netscape.com
f1d907679e
Remove references to obsolete CHROME_ variables.
...
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
darin%netscape.com
68c0d95469
fixes bug 136956 "HTTP preferences panel needs to control proxy settings
...
as well" r=brade sr=alecf
2002-04-18 23:22:41 +00:00
rods%netscape.com
1ba300072c
printing properties must be moved to global jar
...
Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
2002-04-18 22:43:02 +00:00
timeless%mac.com
dabd666f92
Bug 137097 NODE_ID function is useless overhead
...
patch by neil@parkwaycc.co.uk r=bzbarsky sr=blake
2002-04-18 22:11:10 +00:00
caillon%returnzero.com
bb05652aba
Make WidgetStateManager also remember the .checked property for <listitem type="checkbox"/>. This fixes bug 134441, Scripts & Windows pref panel doesn't remember checkboxes on viewing it the second time. r=hewitt, sr=ben
2002-04-17 14:43:15 +00:00
law%netscape.com
d61dfc4044
Bug 136940; add pref-triggered code that can disable QuickLaunch in multiple-profile case; r=morse, sr=blake
2002-04-17 03:33:00 +00:00
racham%netscape.com
9be5bfd759
Fixing bug 131330. Setting currentpageid attribute on a given wizard page so that ISPs can customize that page via css files. r=andreww, sr=sspitzer
2002-04-17 01:16:41 +00:00
dbragg%netscape.com
bcc260038d
Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa
2002-04-16 22:19:10 +00:00
jj%netscape.com
a0b7b777f9
landing fix for #134223 on the trunk: udpate Finder's Get Info strings to 1.0.0+ for OS9 and OSX. r=asaki, sr=granrose.
2002-04-16 22:12:06 +00:00
bzbarsky%mit.edu
09087ebbe7
Bug 113015 -- page info sometimes says "not cached" for cached
...
content. r=db48x, sr=darin
2002-04-16 18:48:36 +00:00
sspitzer%netscape.com
f7194c7803
fix for #137697 . about:config generates xpconnect errors
...
because getImageSrc is not defined. r/sr=bienvenu
2002-04-16 07:18:00 +00:00
brade%netscape.com
0cc80c4e02
bug 135862, use correct strings for new composer window (submitted by cmanske, r=brade, sr=kin, a=rjesup, adt=jaime, l10n=rchen)
2002-04-15 14:42:09 +00:00
sicking%bigfoot.com
f8c2ea5afa
Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
...
r=hixie sr=hyatt
2002-04-13 14:25:38 +00:00
aaronl%netscape.com
b5974e51e9
Bug 121114. Make links in properties windows keyboard accessible. r=bzbarsky, sr=hewitt.
2002-04-13 05:10:28 +00:00
heikki%netscape.com
3e3dc17c41
Bug 128326, disable saving XML as complete because it has serious dataloss bugs. r=bzbarsky, sr=blake.
2002-04-13 03:37:44 +00:00
brade%netscape.com
f08a7ad8f0
build magic to ensure that platform overlays are inserted into jar files despite last modified date (r=pinkerton, sr=sfraser) bug 75898
2002-04-12 12:46:21 +00:00