147644 Commits

Author SHA1 Message Date
brendan%mozilla.org
b6f6d30bdc Y combinator in JS. 2005-09-24 01:53:12 +00:00
dougt%meer.net
598fbd60e9 messing around with network settings. This fixes VPN style connections on WinCE 2005-09-23 22:42:21 +00:00
scott%scott-macgregor.org
e8cd36f89c Bug #306551 --> popuplist is too small in filter manager dialog.
r=neil
2005-09-23 22:03:41 +00:00
joshmoz%gmail.com
66191f9a40 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
28393347fb 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
43428371f9 Fixing 309683. 2005-09-23 20:05:57 +00:00
jst%mozilla.jstenback.com
eeb86745c2 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
ba59182b86 VGA support 2005-09-23 19:41:41 +00:00
dougt%meer.net
982398f0e1 Fixes 309722, 309664. 2005-09-23 19:39:06 +00:00
darin%meer.net
0a2ebe8cd7 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
6ba0ca043f 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
7137e8248b 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
cb2afa53b3 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
8fac8ff0f0 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
e53c23d646 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
ed6d00a19d 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
59ef87b922 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
7deb75fa94 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
b070e13b41 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
b2c9978aed 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
242b21fdb5 Don't notify on nsAttributeTextNode::BindToTree. Bug 309107, r+sr=jst 2005-09-23 14:46:24 +00:00
bzbarsky%mit.edu
83ee9724b1 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
49397368af 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
faf188a377 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
f3191df6b6 bug 308236, fixes to eu reporter, extensions l10n only 2005-09-23 11:47:49 +00:00
axel%pike.org
5a58714563 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
33c2528c30 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
b8a174a759 Fix 309695, regression from 308085 (r/a=me). 2005-09-23 06:27:01 +00:00
dbaron%dbaron.org
48c2f06d5d Fix cascading for frame attribute. b=309675 r+sr=bzbarsky 2005-09-23 05:02:42 +00:00
mark%moxienet.com
7bf56670e2 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
7b415783ba Bug 303508, committing attachment 196965. r=nelson,saul 2005-09-23 02:15:03 +00:00
dougt%meer.net
dbd358801a droping the mailnews prefs. 2005-09-23 02:13:40 +00:00
scott%scott-macgregor.org
40fb68a0b2 Bug #309228 --> Default prefs in mailnews have a typo.
r=jesse
2005-09-23 01:13:21 +00:00
jminta%gmail.com
10497680e8 Bug 266602 sort tasks with priority 'None' after low priority tasks. r=mvl 2005-09-23 01:13:13 +00:00
jwalden%mit.edu
6281163e7b 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
7936026467 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
abc6a22d68 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
0e8d201c64 Forgot to bump the interface id in my last checkin 2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org
4da2ecb0cb 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
3b33333d85 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
mrbkap%gmail.com
f36fc66fd4 bug 306909: Protect against a null mScriptLoader so that we don't crash if we haven't been properly initialized and we're asked to document.write(). r+sr=jst 2005-09-22 23:01:33 +00:00
dmose%mozilla.org
36f1af4c3b Allow for multiple properties have a null attribute list (bug 309400); r+sr=bienvenu. 2005-09-22 23:01:30 +00:00
nelsonb%netscape.com
facd708671 Don't crash when printing an ASN.1 NULL primitive with a NULL prefix
string.  Bug 309651. r=wtchang.
2005-09-22 22:45:32 +00:00
bugzilla%arlen.demon.co.uk
7435eb0f18 Bug 309061 msgHdrViewOverlay.js should use hasChildNodes
p=me r/sr=neil.parkwaycc.co.uk
2005-09-22 22:24:30 +00:00
aaronleventhal%moonset.net
42cd906430 Bug 305985. After clicking in blank content area, focus stays in some widgets when it should have left. r=mats, sr=bryner 2005-09-22 22:07:31 +00:00
scott%scott-macgregor.org
aaac459f28 Bug #309214 --> Unlabeled controls on newsgroup Subscribe dialog when using filter.
hide the column picker for the tree control.
2005-09-22 22:02:13 +00:00
aaronleventhal%moonset.net
22b31a1bad Bug 308710. Create accessibles for out of flow frames. r+sr=bryner 2005-09-22 21:59:06 +00:00
mkaply%us.ibm.com
1b87e3cd9e #282335
r=chase
Make packager understand OSes other than Windows
2005-09-22 21:51:47 +00:00
scott%scott-macgregor.org
d5c8adcbe6 Bug #308308 --> Extensions.rdf is no longer needed
r=rob strong
2005-09-22 21:41:22 +00:00
darin%meer.net
d78e1730ff Fixes bug 304904 "Necko should refuse to look up invalid hostnames containing '%'" patch by andreas.otte@debitel.net, r=biesi, sr=darin 2005-09-22 21:38:12 +00:00