brendan%mozilla.org
42071bdc3a
Oops, last revision was for bug 309852.
2005-09-24 18:56:53 +00:00
brendan%mozilla.org
fd0f0bfa60
Hack around XML filtering predicate expression design flaw (309894, r/sr=mrbkap/shaver).
2005-09-24 18:56:10 +00:00
peterv%propagandism.org
bc66f35d62
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
2005-09-24 18:43:15 +00:00
peterv%propagandism.org
1fb58b6a1b
Fix for bug 307245 (ASSERTION: FormatStringFromName() without format parameters: use GetStringFromName() instead: 'aParams && aLength' @ nsStringBundle::FormatStringFromName(). r/sr=jst.
2005-09-24 17:38:20 +00:00
peterv%propagandism.org
37236921c2
Fix for bug 296230 (javascript removeNode only affects the view, NOT the DOM). r/sr=jst.
2005-09-24 17:38:14 +00:00
bugzilla%standard8.demon.co.uk
6394335d7b
Bug 279278 Fix Potential memory leak in nsImapServerResponseParser. Patch by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>, r/sr=bienvenu
2005-09-24 16:49:24 +00:00
mconnor%steelgryphon.com
ac96070edd
bug 309093 - Next button state isn't updated after going back, r=mano
2005-09-24 16:00:09 +00:00
rj.keller%beonex.com
2266a1b01f
bug 307150 - Incomplete implementation of javax.mail.Message in grendel.storage.MessageReadOnly. r=rj.keller@beonex.com. Patch by Kieran Maclean <kieran [at] eternal.undonet.com>
2005-09-24 15:53:10 +00:00
brendan%mozilla.org
0b7e824be5
Fix bogus assertion on line 1814.
2005-09-24 07:16:18 +00:00
bzbarsky%mit.edu
c186187031
Make sure to root the function object we compile in
...
nsXBLPrototypeHandler::ExecuteHandler. r=jst, sr=brendan
2005-09-24 02:33:33 +00:00
brendan%mozilla.org
5f3af3fa18
Y combinator in JS.
2005-09-24 01:53:12 +00:00
dougt%meer.net
22d8d0d48f
messing around with network settings. This fixes VPN style connections on WinCE
2005-09-23 22:42:21 +00:00
scott%scott-macgregor.org
45ea04cb4a
Bug #306551 --> popuplist is too small in filter manager dialog.
...
r=neil
2005-09-23 22:03:41 +00:00
joshmoz%gmail.com
47be4f4d14
make Clear Private Data window app-modal on Mac (otherwise we get odd window positioning). b=309406 r=mano sr=mconnor
2005-09-23 21:53:04 +00:00
scott%scott-macgregor.org
58b8f4e50f
Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
...
sr=bienvenu
2005-09-23 21:02:38 +00:00
dougt%meer.net
802ee8c601
Fixing 309683.
2005-09-23 20:05:57 +00:00
jst%mozilla.jstenback.com
005f5529e8
Fixing bug 294978. Add security checks when accessing properties on a [i]frame element. r=dveditz@cruzio.com, sr=brendan@mozilla.org
2005-09-23 19:59:06 +00:00
dougt%meer.net
bd4114ad8d
VGA support
2005-09-23 19:41:41 +00:00
dougt%meer.net
d3428d0a26
Fixes 309722, 309664.
2005-09-23 19:39:06 +00:00
darin%meer.net
0754e3b364
fixes bug 308972 "Shutdown crash in nsCacheService::SearchCacheDevices" patch by alfredkayser@nl.ibm.com, r=darin, sz=bz
2005-09-23 19:21:36 +00:00
bryner%brianryner.com
0c00f57e07
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-23 18:16:40 +00:00
cbiesinger%web.de
3d92e3b89a
bug 306839 properly consume events
...
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=mtschrep
2005-09-23 17:57:18 +00:00
aaronleventhal%moonset.net
d59aa82075
Bug 307172. Focus never returns when a link having focus is hidden. r+sr=bryner
2005-09-23 17:55:12 +00:00
cbiesinger%web.de
73b8b183fd
bug 308305 implement ReadURLFile for .desktop files on unix (GNOME/KDE)
...
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin
2005-09-23 17:54:53 +00:00
cbiesinger%web.de
d3983c21fc
bug 309702 handle a missing presshell gracefully (happens for display:none
...
iframes)
r+sr=bz
2005-09-23 17:35:08 +00:00
brendan%mozilla.org
f14192e17b
Fix regression biting .js files that wrongly include HTML comments (309712, r/sr=mrbkap/shaver).
2005-09-23 15:58:47 +00:00
richm%stanfordalumni.org
2548bfaf91
Bug: 309518
...
Description: Replace ORO Regexp with java 1.4 Pattern/Matcher
Fix Description: I removed any and all references to oro from build.properties and build.xml. For the code replacement, the conversion was pretty straightforward. I had to slightly modify the regular expressions but for the most part they just work the same as the oro ones. ORO uses a PatternInput to hold the state of the iteration over the string to match, but the Matcher class does that implicitly. For the most part, it didn't matter because the code didn't really use the state, it would just always reset the PatternInput to the beginning of the string, so I just used the String instead. There was one place where I needed to keep track of state, so I used the Matcher object instead of a Perl5Pattern + PatternInput. Thanks to nkinder@redhat.com for the review.
2005-09-23 15:05:55 +00:00
bzbarsky%mit.edu
7b7411aa7d
Avoid unnecessary overflow events. Bug 309218, patch by Nate Nielsen
...
<nielsen@memberwebs.com>, r=bzbarsky, sr=roc
2005-09-23 14:55:32 +00:00
bzbarsky%mit.edu
0154f05af9
Update some GetScriptGlobalObject() callers to the right signature. Bug
...
303084, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-09-23 14:50:43 +00:00
bzbarsky%mit.edu
f51f2f1db1
Fix nsCSSFrameConstructor::ContentRemoved to properly deal with out-of-flows
...
whose placeholders are in an insertion point. Bug 288790, r+sr=dbaron
2005-09-23 14:48:08 +00:00
bzbarsky%mit.edu
ed01f8a45f
Don't notify on nsAttributeTextNode::BindToTree. Bug 309107, r+sr=jst
2005-09-23 14:46:24 +00:00
bzbarsky%mit.edu
47e805e66b
Remove an extra view update batch that's not needed. Bug 309114, r+sr=roc
2005-09-23 14:45:36 +00:00
mkanat%kerio.com
3ae17be4f8
Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved word
...
Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-09-23 14:24:35 +00:00
axel%pike.org
e4c1ad0652
bugs 309200, 309325, 309699, adding fr, el, zh-CN to inspector, a=l10n@mozilla.com, extensions l10n only
2005-09-23 12:37:45 +00:00
axel%pike.org
8e1b24f724
bug 308236, fixes to eu reporter, extensions l10n only
2005-09-23 11:47:49 +00:00
axel%pike.org
72976200db
bugs 309200, 309325, 309699, adding fr, el, zh-CN to inspector, a=l10n@mozilla.com, extensions l10n only
2005-09-23 11:47:06 +00:00
ginn.chen%sun.com
1696ae1c35
Bug 255411 "Use my colors" preference makes popup/hover frames have transparent background
...
r=bzbarsky sr=dbaron
2005-09-23 08:08:09 +00:00
brendan%mozilla.org
7ac401a7aa
Fix 309695, regression from 308085 (r/a=me).
2005-09-23 06:27:01 +00:00
dbaron%dbaron.org
c71f2ba29c
Fix cascading for frame attribute. b=309675 r+sr=bzbarsky
2005-09-23 05:02:42 +00:00
mark%moxienet.com
ab4f639cb7
Bug 301338, sheets prevent their parent windows from updating. Don't clip out top-level windows. r=josh sr=smfr
2005-09-23 03:18:38 +00:00
neil.williams%sun.com
f21769892b
Bug 303508, committing attachment 196965. r=nelson,saul
2005-09-23 02:15:03 +00:00
dougt%meer.net
3019ec9692
droping the mailnews prefs.
2005-09-23 02:13:40 +00:00
scott%scott-macgregor.org
564401c64e
Bug #309228 --> Default prefs in mailnews have a typo.
...
r=jesse
2005-09-23 01:13:21 +00:00
jminta%gmail.com
b6b5ca9ed6
Bug 266602 sort tasks with priority 'None' after low priority tasks. r=mvl
2005-09-23 01:13:13 +00:00
jwalden%mit.edu
8bf938695b
Bug 307955 - new location of live bookmark icon. p=gidsgoldberg@gmail.com, r=me
2005-09-23 01:10:59 +00:00
jminta%gmail.com
bbb6879fe4
Bug 309505 Switching views in Lightning results in gray screen, aka decks suck. r=dmose
2005-09-23 01:09:47 +00:00
nelsonb%netscape.com
1be2e6565e
Eliminate environment variable SSLNOLOCKS, add environment variable
...
SSLFORCELOCKS. Make SSL_FDX option mutually exclusive with SSL_NOLOCKS
option. Bug 305147. r=rrelyea.
2005-09-23 01:04:32 +00:00
scott%scott-macgregor.org
59eaf2a3f6
Forgot to bump the interface id in my last checkin
2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org
bec940a121
Bug #303146 --> Shortcut for Paste as Quotation (control-shift-V) missing.
...
restore missing keyboard command.
2005-09-23 00:53:56 +00:00
scott%scott-macgregor.org
b6a84f728b
Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
...
add a popularity index to address book cards which gets incremented every time you send mail to
the recipient. Sort autocomplete results by popularity index.
2005-09-23 00:35:27 +00:00