igor%mir2.org
03fd126f9f
Deprecation of ContextListener in favour of ContextFactory.Listener:
...
the later is stored in the factory and not in static variables.
For compatibility an instance of ContextFactory stored in static variables
is used to provide support for old Context.addContextListener etc. API.
The static instance of the factory is also used by Context.enter to create
Context instances providing simple way to customize Context: one just need
to initialize the global static factory.
2004-06-30 15:23:39 +00:00
mostafah%oeone.com
ff3b81b2d5
Updated translation
2004-06-30 15:23:37 +00:00
amardare%qnx.com
52018bff6e
Changes for qnx/photon platform only. they should not affect building/runtime other platforms.
...
Changes for Lock-ing Unlock-ing a drawing surface. Use the PdOffscreenContext_t's pitch.
For read only locking do not create another OSC.
2004-06-30 14:45:49 +00:00
mostafah%oeone.com
4e3fc5afe5
Added "Store in universal time" option. Based on patch for bug 165963
2004-06-30 14:00:40 +00:00
igor%mir2.org
b7d599a40f
Fix menu enable/disable misbehavior.
2004-06-30 13:29:41 +00:00
igor%mir2.org
0943483fa1
Fixing JDK 1.3 compatibility: TableModel.getRot() should not return null there.
2004-06-30 09:38:54 +00:00
myk%mozilla.org
5f87d22b23
start storing the query string in the database
2004-06-30 01:14:45 +00:00
scott%scott-macgregor.org
bc2711f4fe
Bug #207861 --> Rename Folder option is useless for newsgroups and should not show up.
...
Patch by Serge GAUTHERIE
2004-06-29 23:15:38 +00:00
edburns%acm.org
5765ff8435
replace_jdic_with_webclient
2004-06-29 23:12:29 +00:00
jst%mozilla.jstenback.com
efd979ad49
Fixing regression bug 248753. Always permit loads that are targeted at other top-level windows. r=dveditz@cruzio.com, sr=darin@meer.net
2004-06-29 23:06:55 +00:00
myk%mozilla.org
155742d369
don't need to store defs files in CVS?
2004-06-29 23:00:54 +00:00
myk%mozilla.org
f235349be1
make verbose output a command line switch
2004-06-29 23:00:09 +00:00
scott%scott-macgregor.org
45c2d92ce0
The address book search bar should look like the 3pane search bar
...
Patch by Stephen Walker
2004-06-29 22:54:38 +00:00
scott%scott-macgregor.org
cb5384bda2
Bug #248575 --> Broken chrome for offline folder select in Thunderbird 0.7 (OS X)
...
patch by Stephen Walker
2004-06-29 22:49:29 +00:00
myk%mozilla.org
0d0035cf0a
add a new report type that generates stats for all files in a given directory
2004-06-29 22:45:39 +00:00
neil%parkwaycc.co.uk
f0a4cfdf64
Remove ben's win/nsIconChannel.cpp dependency on IE allowing it to work on W95/NT4 again also fixing mingw builds p=lorenzo@colitti.com r=me sr=mscott
2004-06-29 20:16:00 +00:00
caillon%redhat.com
ae5e2bdd51
Bug 241507
...
Don't create new rendering contexts for each caret drawn on *nix platforms since there are no known issues with doing so. If issues crop up, I will undo this change.
r/sr=jst/bryner
2004-06-29 19:12:19 +00:00
cbiesinger%web.de
d9cfd7ee1f
let's try commiting _after_ saving the changed file. (still bug 248810)
2004-06-29 16:45:40 +00:00
cbiesinger%web.de
accb367c14
bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
...
r+sr=darin
2004-06-29 16:45:07 +00:00
igor%mir2.org
49d3ea3724
Fixing scope problems with IdFunction when IdScriptable is top scope itself:
...
scope for IdFunction instances is determined through getTopScope,
not getParentScope() which can be null.
To prevent null scope initialization problems in future IdFunction constructor
now throws an exception if scope argument is null.
2004-06-29 15:43:01 +00:00
mvl%exedo.nl
5b9a1c6b3f
don't force static builds in default config.
...
bug 245957, r=mostafah
2004-06-29 14:16:12 +00:00
jshin%mailaps.org
2a33dae203
bug 167128 : Printers with non-ASCII characters in their names can't be selected (bug 167128) patch by kozawa%mozilla.gr.jp (r=me, sr=mkaply)
2004-06-29 13:28:59 +00:00
roc+%cs.cmu.edu
172918edbf
Bug 244017. Hack invalidation of block children of blocks to avoid answering the question of whether we're supposed to invalidate the difference in frame bounds or the difference in overflow areas. r+sr=dbaron
2004-06-29 12:46:46 +00:00
daniel%glazman.org
3732b9a797
JS warning in EdAECSSAttributes.js; b=248966; fix by gautheri@noos.fr; r=daniel@glazman.org; sr=sfraser@aol.net
2004-06-29 08:07:26 +00:00
scott%scott-macgregor.org
f41c4e0fbd
Bug #244325 --> Port new quick search from the aviary branch to the trunk
2004-06-29 07:22:18 +00:00
scott%scott-macgregor.org
d135597d46
Bug #244325 --> broadcast a notification to the UI when a message is finished being rendered.
...
sr=bienvenu
2004-06-29 07:08:18 +00:00
scott%scott-macgregor.org
0deb51580a
remove comm/necko package
...
Patch by Stephen Walker
2004-06-29 06:57:32 +00:00
scott%scott-macgregor.org
14a47b3951
Bug #248643 --> use NULL as the process name for static thunderbird builds
...
when looking for the biff icon resource.
Fixes the biff icon not showing up when using the new profile code.
2004-06-29 06:44:08 +00:00
ben%bengoodger.com
c47dcb42be
winstripe update from stephen horlander...
2004-06-29 00:30:54 +00:00
bryner%brianryner.com
82f439fe28
More prebinding fixes... force the header padding to be 3 times the size of the LC_PREBOUND_DYLIB load commands, as newer Xcode tools do by default for executables. This value is currently hardcoded but is unlikely to change.
2004-06-28 23:55:43 +00:00
bryner%brianryner.com
8028ebc698
Land prebinding hack for mac os 10.3 on the trunk (bug 246283, r=pinkerton). This is filed as Apple Radar bug 3704775.
2004-06-28 23:52:30 +00:00
ben%bengoodger.com
18dfc2cc67
rollup of various fixes from aviary and 0.9.1 including:
...
245335/247322 - show a warning when an incompatible extension is being installed and prevent invalid extension metadata from being written to the manifest files during this process.
246014 - Firefox does not select default locale for extension when an extension with multiple locales is installed.
prevent "Finishing Extension Installation this may take a minute..." window from blocking the app from starting when there is a js error - now simply log the error.
2004-06-28 23:37:23 +00:00
ben%bengoodger.com
ea1d654d5f
Safeguard against infinite restarts of ngapps in the event that CheckForMismatches fails due to a bad Extensions.rdf file generated by a faulty nightly build.
2004-06-28 23:31:46 +00:00
bryner%brianryner.com
66a8a2c6cc
More backslashes for shell escaping
2004-06-28 22:31:13 +00:00
cltbld%netscape.com
aab26bcdbb
mac fixes for release builds from bryner, r=leaf (leaf checking in as cltbld)
2004-06-28 22:19:54 +00:00
darin%meer.net
6bf6ddebca
removing unused files, bug 248847, r=biesi
2004-06-28 21:27:12 +00:00
bryner%brianryner.com
22d691bfa2
use backslashes on windows
2004-06-28 19:50:31 +00:00
pedemont%us.ibm.com
c6bb1d891f
Bug 240643 - Autthentication Failover not fully supported between connection based Authentication Types - patch by cneberg@sandia.gov r+sr=darin
2004-06-28 18:30:15 +00:00
darin%meer.net
669f45bb27
backing out last change
2004-06-28 18:09:50 +00:00
mkaply%us.ibm.com
a36a105f20
#248615
...
r=pedemonte, sr=blizzard (platform specific)
null check for clipboard data, just in case
2004-06-28 17:28:47 +00:00
darin%meer.net
f4e86c7aca
fixes bug 240643 "Autthentication Failover not fully supported between connection based Authentication Types" patch by cneberg@sandia.gov r+sr=darin
2004-06-28 16:46:13 +00:00
amardare%qnx.com
d79bec6293
Changes for qnx(photon) platform only. It should not affect runtime/building other platforms.
...
In the image drawing functions( nsImagePh.cpp ) do not use PhDCGetCurrent(). Get the surface's dc and use
it instead.
2004-06-28 13:56:49 +00:00
mkaply%us.ibm.com
4182914dad
#206716
...
r=mkaply, sr=kin
Patch from glazou - don't use the lowercased CSS value if the value is case sensitive
2004-06-28 12:43:49 +00:00
neil%parkwaycc.co.uk
26217d02fa
Bug 248275 Fix JavaScript strict warning: function onOk does not always return a value p=gautheri@noos.fr r=me sr=mscott
2004-06-28 08:44:49 +00:00
neil%parkwaycc.co.uk
dfecb9650d
Removing unused variable b=207861 p=gautheri@noos.fr r=me sr=mscott
2004-06-28 08:43:14 +00:00
scott%scott-macgregor.org
d4130fa6e9
Bug #248797 --> Unable to delete mailing list in contacts list compose window
...
Patch by Jeroen Peters
2004-06-28 06:40:30 +00:00
scott%scott-macgregor.org
80fd8a81ff
Bug #247696 --> Mac OS X "Version" should be � 2004, not 2003
2004-06-28 06:35:16 +00:00
scott%scott-macgregor.org
42934b66e7
Bug #248814 --> Customize dialog can't be reopened from composition and address book windows
...
patch by stephen walker
2004-06-28 06:32:35 +00:00
bryner%brianryner.com
b2a9c0356f
we're not on windows...
2004-06-28 04:34:56 +00:00
cbiesinger%web.de
e9a04dbcd9
get rid of AssignWithConversion in necko
...
bug 85310 r+sr=darin
2004-06-27 13:50:47 +00:00