jake%bugzilla.org
ec98f98bf8
Recompile docs so (hopefully) I can get some feedback on the installation chapter changes.
2003-05-17 01:39:50 +00:00
jake%bugzilla.org
518c726992
Bug 191034 - Making the installation chapter a little more generic. Replaced a lot of OS Specific hints with links to the OS Specific section.
2003-05-17 01:27:54 +00:00
nelsonb%netscape.com
9c27c51080
Add comments explaining why UMRs are not a problem.
2003-05-17 01:26:41 +00:00
nelsonb%netscape.com
af67e5022b
Correct offset arithmetic for "choice" templates. Bug 161580.
...
Patch by wtc@netscape.com
2003-05-17 01:18:53 +00:00
dougt%meer.net
5042217cc2
Fixes CantRenderReplacedElementEvent memory leak. b=203596, r+sr=dbaron, a=asa@mozilla.org
2003-05-17 01:10:50 +00:00
leaf%mozilla.org
a46df7f6cc
adding target to re-sign softokn3.dll after build post-processing, r=relyea, wtc, bug 200775
2003-05-17 00:58:24 +00:00
ssu%netscape.com
2c68d6a8b3
fixing bug 190381 - Message Filters dialog is missing its Help button. r=jag, sr=jag, a=sspitzer
2003-05-17 00:31:21 +00:00
ssu%netscape.com
396195c7e9
checking in gifs from Patrick Hendriks for bug 159142 - Fix Quick Launch graphic icon in installer (turbo). r=ssu, sr=dveditz, a=dveditz
2003-05-17 00:28:53 +00:00
rogerl%netscape.com
84ce5d937a
added /Op
2003-05-16 23:37:26 +00:00
rogerl%netscape.com
e0252b4956
Closure not working... And fixed Math.random initialization.
2003-05-16 23:25:23 +00:00
rogerl%netscape.com
22da0c6719
Fixing closure related bugs.
2003-05-16 22:32:35 +00:00
bryner%netscape.com
81dd892aa4
We don't want to change the profile location just yet.
2003-05-16 21:41:27 +00:00
akkana%netscape.com
636be2b9df
Add a missing semicolon
2003-05-16 20:59:20 +00:00
wtc%netscape.com
580530075b
Bug 204092: build NSPR on Solaris with -xO4 optimization.
2003-05-16 20:33:14 +00:00
nelsonb%netscape.com
5cdbf1a929
Remove MOZILLA_BSAFE_BUILD. Bug 193090.
2003-05-16 20:21:20 +00:00
nelsonb%netscape.com
28c79da0a3
Remove files that were part of MOZILLA_BSAFE_BUILD. Bug 193090.
2003-05-16 20:17:11 +00:00
nelsonb%netscape.com
08a19951bd
Remove support for MOZILLA_BSAFE_BUILD. Bug 193090.
2003-05-16 20:14:59 +00:00
bienvenu%netscape.com
3cc7bddd86
make newly junk mail plugin classified junk mail not appear in the non-junk mail view 180203 r/sr/a=sspitzer
2003-05-16 19:53:24 +00:00
ben%netscape.com
7a2f63fcce
Wiping hyatt's ass. Back out web panels for MF0.6 :-)
2003-05-16 19:22:12 +00:00
ben%netscape.com
a86de26249
Another Phoenix->Mozilla Firebird name change
2003-05-16 19:21:33 +00:00
ben%netscape.com
817698319e
Update link to FirebirdHelp (Phoenix->Firebird)
2003-05-16 19:21:19 +00:00
bienvenu%netscape.com
86eec1927c
make newly junk mail plugin classified junk mail not appear in the non-junk mail view 180203 r/sr/a=sspitzer
2003-05-16 18:23:34 +00:00
akkana%netscape.com
6ca136ed77
If the serializer test fails, print the url of some helpful doc. r=mcafee sr=alecf a=sspitzer
2003-05-16 18:19:44 +00:00
locka%iol.ie
a822846f05
Tolerate broken links while saving documents, fix freeze. b=205668 r=brade sr=darin a=asa
2003-05-16 18:08:43 +00:00
igor%mir2.org
3f84d7fe70
Resolving http://bugzilla.mozilla.org/show_bug.cgi?id=203013 :
...
Changing behavior of sealed objects to throw an exception on any attempt to modify them including changing values of existing properties. In the same time making object sealed does not affect read-only status of its properties which allows to override properties of objects with a sealed object as a prototype.
Rhino shell now accepts -sealedlib option to seal all standard objects.
2003-05-16 14:25:57 +00:00
dougt%meer.net
78d341b0c4
disabling unloading of dependent libraries on HPUX. On tihs and possibly other platforms there is no reference count on dso's. This means that when unload is called, the libraries is actually unloaded causing a crash. b=204804, r=blizzard
2003-05-16 13:24:55 +00:00
glazman%netscape.com
b55b32437c
crash when doing multiple redo commands in Composer; r=brade, sr=peterv, a=sspitzer
2003-05-16 09:08:03 +00:00
igor%mir2.org
6fb4e51cdf
Optimizations in NativeDate mostly to reduce amount of various format strings runtime has to initialize.
2003-05-16 08:32:58 +00:00
aaronl%netscape.com
041b2238be
Bug 204934. Fix accessibility crashes. r=kyle, sr=alecf, a=asa
2003-05-16 08:29:12 +00:00
bryner%netscape.com
9735a53ae9
Add id's to about and preferences menu items so that they end up in the application menu on Mac. Patch by Kevin Gerich, bug 204416.
2003-05-16 07:42:34 +00:00
bryner%netscape.com
ed3638f072
Fix mozcomps meta-component build on non-win32 platforms (bug 205711). Patch by ccarlen, r=pavlov, sr=me, a=sspitzer.
2003-05-16 06:07:37 +00:00
rginda%netscape.com
f7f04032cd
bug 204572, "land latest venkman", a=sspitzer
...
check in differences between 0.9.67 and 0.9.75
* Fixes literal tab expansion in the new source view
* Fixes places where search() was used instead of indexOf. bug 204341
* Makes it so that editing properties on a hard breakpoint also modifies
properties on the future breakpoint.
* Makes it so that venkman can load source for files are are currently being
loaded by mozilla. bug 166935
* Catches exceptions thrown by file picker widget
* fixes a typo in the change-container command
* fixes a bug where splitters would be misplaced if you dragged a view directly from one tab container to another
* adds tooltips to the buttons in the toolbar
2003-05-16 05:03:39 +00:00
oeschger%netscape.com
4782f6ba84
just cleaning up the help content a little, dispensation per 162559, r=robinf, adding missing gifs, fixing typos, etc.
2003-05-16 02:29:50 +00:00
bolian.yin%sun.com
22070c7342
Bug 201180, mozilla's AtkUtil implementation doesn't support atk_add_key_event_listener.
...
r=kyle. This is NOT for default build. It is a Gtk2 Accessibility patch.
2003-05-16 01:41:46 +00:00
shliang%netscape.com
ae7b6fadf8
135210 - this frame flyout context menu has duplicate accesskeys. r=varga,sr=jag,a=sspitzer
2003-05-16 01:19:34 +00:00
shliang%netscape.com
37a5ca0c12
bug 192029 - top border of tab contents adjoining active tab should be aqua blue. r=varga,sr=jag,a=sspitzer
2003-05-16 01:17:30 +00:00
shliang%netscape.com
7d25f24d49
bugs 200160, 179534 - droplists don't get focus in aqua/classic theme, editable menulists are messed up. r/sr=jag,sspitzer,a=sspitzer
2003-05-16 01:14:07 +00:00
shliang%netscape.com
fa7043c160
bug 205054 - need descriptive text dialog to come up for user's first junk mail action. r/sr/a=sspitzer
2003-05-16 01:10:33 +00:00
bryner%netscape.com
bbddef3e3a
Remove some obsolete code from htmlparser. Bug 205730, r=harishd, sr=jst, a=sspitzer.
2003-05-16 00:59:04 +00:00
dbaron%dbaron.org
8eed196c97
Fix bustage on Sun Workshop compiler (nebiros tinderbox). r=darin
2003-05-16 00:52:17 +00:00
yokoyama%netscape.com
fe88338516
** not part of build***
...
Updating document
2003-05-16 00:49:07 +00:00
timeless%mozdev.org
90d061ebe0
Bug 163018 Fix support for lib64 & x86-64 architectures
...
patch by gbeauchesne@mandrakesoft.com r=shaver a=asa
2003-05-16 00:21:08 +00:00
yokoyama%netscape.com
6fb65bc745
**Not part of the build**
...
Microsoft Visual Studio .NET Test application
2003-05-16 00:19:26 +00:00
mstoltz%netscape.com
c1add8be6f
Bug 202253 - Remove prefs granting pages at www.mozilla.org access to the clipboard. r=mkaply, sr=heikki, a=asa
2003-05-16 00:18:06 +00:00
yokoyama%netscape.com
ddefa8ee44
**Not part of the build**
...
Making Gecko a CLR friendly component
using MSVS-The Managed Extensions for C++
2003-05-16 00:11:50 +00:00
sspitzer%netscape.com
af08788f09
supplimental patch for bug #204679
...
when running junk mail commands on the current folder
we need to "pass over" emails from people in the whitelist (if we are doing
whitelisting, for this account), instead of marking them as good.
thanks to bienvenu for catching my mistake.
r/sr=bienvenu, a=sspitzer
2003-05-15 23:15:49 +00:00
rogerl%netscape.com
b768115539
Fixes to 'this' handling, regexp non-Ecma [[call]]
2003-05-15 23:03:39 +00:00
pkw%us.ibm.com
c0e3c52aa5
Bug 205812 - nsHTMLEntities.cpp fails to build in 64-bit mode on AIX.
...
r=harishd@netscape.com , sr=alecf@flett.org , a=asa@mozilla.org
2003-05-15 22:24:24 +00:00
bienvenu%netscape.com
a4b393ca3c
make messages filtered into open local folders get analyzed for junk status 180153 r/sr/a=sspitzer
2003-05-15 21:38:34 +00:00
darin%netscape.com
cd951f195f
fixes bug 199173 "IPv6:Page fails to load. No message." r=dougt sr=alecf a=sspitzer
2003-05-15 21:27:46 +00:00