igor%mir2.org
24fc203bfa
Fixing smalljar target:
...
1. It includes jdk13 package to make the jar usable.
2. It excludes e4x classes as they are useless without xbean.jar and xbean
is several times bigger then the whole js.jar.
2005-08-11 08:42:14 +00:00
mkanat%kerio.com
a70c7fa44c
Bug 301664: Hook for field-descs.html.tmpl
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk
2005-08-11 06:19:24 +00:00
joshmoz%gmail.com
5d28907c56
never make the initial browser window taller than the available screen height on Mac OS X. part 1 of 2. b=304089 r=mconnor a=mconnor
2005-08-11 06:16:12 +00:00
roc+%cs.cmu.edu
70552e689c
Bug 78510. bryner's checkin fixed the Firefox problems so I'm undoing my previous partial-backout.
2005-08-11 05:06:22 +00:00
bryner%brianryner.com
b2e4656151
don't leak all of the pres shells. bug 78510, r=jst/brendan
2005-08-11 03:59:04 +00:00
mats.palmgren%bredband.net
b3f31d48d4
Don't use a Frame pointer to remember where we last painted the caret, instead use Content+offset+hint. b=296464 r=mrbkap sr=roc a=cbeard
2005-08-11 03:44:16 +00:00
dougt%meer.net
a95d6e2b44
Adding a new file 'clipboard.cpp' to hold all of the ole clipboard stuff. also implemented data object to handle copying data between apps. npodb
2005-08-11 02:43:21 +00:00
nelsonb%netscape.com
0d980a5ea1
A faster c implementation of SHA1 for most platforms. Bug 285932.
...
r=wtchang Modified Files: prng_fips1861.c sha_fast.c sha_fast.h
2005-08-11 01:01:08 +00:00
dougt%meer.net
483ad9c561
Ensure we don't crash. NPODB.
2005-08-11 00:52:19 +00:00
dougt%meer.net
c9f13be63a
Implementing some of the OLE Clipboard functions. NPODB.
2005-08-11 00:41:50 +00:00
dougt%meer.net
23397659a5
Windows Ce only.
...
This patch does two things:
a) enables clipboard support on Windows CE. It was pretty easy to port. we
just don't support file clipboard type nor do we know what to do with drag and
drop. Hence there are a few ifdef's sprinkled through out. Also, i noticed
that the WinCE compiler chokeds on ::Global* for some reason. Since these do
not need to be namespaced, I removed the "::".
b) detects windows ce tap-and-hold events via SHRecognizeGesture. When we
discover that this occurs we fire a right mouse click.
r/sr=dveditz, a=asa. bug=297683
2005-08-11 00:37:53 +00:00
cbiesinger%web.de
9902552d1c
bug 304162 integrate necko tests into tinderbox
...
r=chase
2005-08-11 00:03:08 +00:00
darin%meer.net
469d6310bd
Fix testcase for latest protocol proxy service API. r=biesi
2005-08-10 23:41:01 +00:00
rob_strong%exchangecode.com
6fe450d37c
Bug 303718 On app upgrade (when extension version changes), check with update server for *downgrade* of extension maxversion. r+a=bsmedberg
2005-08-10 23:37:18 +00:00
roc+%cs.cmu.edu
3914dd73e7
Bug 78510. Try backing out the nsDocShell changes to see if the Tp changes still happen when visited notifications don't fire.
2005-08-10 23:23:53 +00:00
dmose%mozilla.org
e1329abf63
Make it possible to move or delete non-recurring events in the memory (and therefore ICS) providers (bug 303988); r=vlad. Not part of the build.
2005-08-10 23:05:35 +00:00
smfr%smfr.org
081674901c
Final merge of changes from roc's landing; deal with null aResult in FindRow().
2005-08-10 22:54:34 +00:00
cst%andrew.cmu.edu
b767437358
Bug 302781 Splash screen should fade in on Win2k+
...
This version shouldn't break Creature.
r=ere sr=neil a=asa
2005-08-10 22:41:38 +00:00
mozilla.mano%sent.com
1a3a0b4e33
Bug 266368 - Find bar is disabled when closed with 'match case' focused. r+a=mconnor
2005-08-10 22:22:35 +00:00
smfr%smfr.org
de81fd6373
Fix FindRow() to deal with null argument.
2005-08-10 22:15:30 +00:00
smfr%smfr.org
08e85c3495
Fixing build bustage from roc's checkin.
2005-08-10 22:09:34 +00:00
aaronleventhal%moonset.net
3e57a7f40e
Bug 304179. Regression, STATE_LINKED not exposed for HTML ROLE_LINK objects. r+sr=smfr, a=mkaply
2005-08-10 22:01:42 +00:00
scott%scott-macgregor.org
d69d5b8ce1
Bug #304042 --> Add separator line under "Check for updates" like in firefox
2005-08-10 21:53:55 +00:00
scott%scott-macgregor.org
e37aae7cf6
Bug #302683 --> convert the get more dictionaries link to use the text-link widget
2005-08-10 21:44:54 +00:00
roc+%cs.cmu.edu
4adb1fc693
Fixing bustage
2005-08-10 20:58:19 +00:00
wtchang%redhat.com
9b7075b1d2
Bugzilla Bug 303116: fixed an off-by-one error in the size of the NAF
...
buffer. We access this buffer using indices from 0 to orderBitSize.
r=douglas.stebila.
2005-08-10 20:35:07 +00:00
roc+%cs.cmu.edu
c3ea09b7b0
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
2005-08-10 20:21:44 +00:00
bryner%brianryner.com
65891781d9
Release timeouts when a cached page is evicted from session history. Bug 302290, r=darin sr=jst a=brendan
2005-08-10 20:10:18 +00:00
bienvenu%nventure.com
0ee6ea7531
fix 302624 delete from pop3 server and download from pop3 server don't work on filters run after the fact, sr/a=mscott
2005-08-10 18:59:17 +00:00
wtchang%redhat.com
24b5ce2c08
Bugzilla Bug 303116: fixed an off-by-one error when duplicating a string.
...
r=douglas.stebila.
2005-08-10 18:49:29 +00:00
scott%scott-macgregor.org
b7f6a2af33
Bug #304174 --> Too many default client prompts on Mac startup
2005-08-10 18:48:32 +00:00
wtchang%redhat.com
19e9429f0d
Bugzilla Bug 303116: this file doesn't need to include <strings.h>, which
...
doesn't exist on Windows. r=relyea.
Bugzilla Bug 303130: fixed memory leak of mp_int in ECPoints_mul.
r=douglas.stebila.
2005-08-10 18:46:29 +00:00
aaronleventhal%moonset.net
1a825a8d3e
Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente
2005-08-10 18:15:53 +00:00
mkaply%us.ibm.com
032ea8b227
Initial CCK Wizard checkin
2005-08-10 18:00:53 +00:00
bugzilla%standard8.demon.co.uk
7bc9db9f67
Fix bug 303301 LDAP only works for attributes that are specified in lower case. r/sr=dmose, a=cbeard
2005-08-10 16:46:52 +00:00
zach%zachlipton.com
3e92638259
Turns out seamonkey thinks "class" is a reserved word in javascript, causing our select boxes to break. This uses the variable theClass instead.
2005-08-10 16:30:11 +00:00
doronr%us.ibm.com
265ff9ff81
Bug 304154 - nsSchemaLoader::ProcessSimpleType uses = rather than == in an if statement. r/sr=peterv, a=mkaply
2005-08-10 15:48:09 +00:00
gavin%gavinsharp.com
df48b9840c
Bug 302006 : Wrong label/accesskey assignment in am-smime.xul, patch by Pavel Franc <p.franc@gmail.com>, r=mscott, a=asa
2005-08-10 14:12:11 +00:00
bsmedberg%covad.net
690353a97e
Additional inspector locales:
...
Swedish - bug 302521 - Hasse <jasajudeju@telia.com>
Polish - bug 302770 - Marek A. Stepien <marek.stepien@gmail.com>
Russian - bug 302780 - Marek A. Stepien <marek.stepien@gmail.com>
2005-08-10 14:05:12 +00:00
gavin%gavinsharp.com
0500d8d7cb
Bug 303997 : finddialog.xul: wrong entity for radioDown accesskey, patch by Jeferson Hultmann <hultmann@gmail.com>, r=mscott, a=bsmedberg
2005-08-10 14:03:55 +00:00
gavin%gavinsharp.com
1eb6d37d4b
Bug 303254: Invalid access key for "Save to disk" in unknownContentType.xul, patch by Adam Guthrie <ispiked@gmail.com>, r+a=bsmedberg
2005-08-10 13:47:05 +00:00
aaronleventhal%moonset.net
5d52427370
Remove comment that no longer makes sense, related to last nights bustage fix with checkin to bug 302937
2005-08-10 13:44:55 +00:00
gavin%gavinsharp.com
6161a47159
Bug 299085: EM should handle install errors instead of just throwing to xpinstall, patch by Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg
2005-08-10 12:56:30 +00:00
lpsolit%gmail.com
cf04b02005
Bug 277466: saved search's old name is used when running a search - Patch by Rob Siklos <robzilla@siklos.ca> r=LpSolit,joel a=justdave
2005-08-10 09:47:58 +00:00
gavin%gavinsharp.com
11d7cbd99e
Fixing obvious typo in patch for bug 299424
2005-08-10 08:40:44 +00:00
allan%beaufour.dk
0c5b39af38
[XForms] Class attribute name should be set in *Stub* elements, not in *ControlStub*. Bug 303876, r=aaronr+me, a=mkaply, patch by smaug@welho.com, NPOTB
2005-08-10 07:58:29 +00:00
allan%beaufour.dk
ad45ecb4d9
Make minimal trigger focusable (fixing problem with index() in repeats too). Bug 300609, r=smaug+doronr, a=mkaply, NPOTB
2005-08-10 07:01:12 +00:00
mconnor%steelgryphon.com
aab4703ebf
bug 299424 - disable common annoyances pref UI is too vague, r=vlad, a=asa
2005-08-10 05:50:54 +00:00
cst%andrew.cmu.edu
fe000ce51a
Backing out changes from bug 302781 to fix burning.
2005-08-10 03:38:43 +00:00
dougt%meer.net
055a41737d
fixing annoying 304098. this is a simple typo fix for MINIMO only.
2005-08-10 03:33:15 +00:00