Commit Graph

150054 Commits

Author SHA1 Message Date
cbiesinger%web.de
e45eac2ae2 bug 306839 properly consume events
patch by Christian Persch <chpe@gnome.org> r=marco sr=roc a=mtschrep


git-svn-id: svn://10.0.0.236/trunk@180873 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:58:30 +00:00
aaronleventhal%moonset.net
0a8e42929a Bug 307172. Focus never returns when a link having focus is hidden. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@180872 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:55:12 +00:00
cbiesinger%web.de
a3219800f9 bug 308305 implement ReadURLFile for .desktop files on unix (GNOME/KDE)
patch by Christian Persch <chpe@gnome.org> r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@180871 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:54:53 +00:00
cbiesinger%web.de
90e318b6fe bug 309702 handle a missing presshell gracefully (happens for display:none
iframes)
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@180870 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 17:35:08 +00:00
brendan%mozilla.org
029e76a417 Fix regression biting .js files that wrongly include HTML comments (309712, r/sr=mrbkap/shaver).
git-svn-id: svn://10.0.0.236/trunk@180867 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 15:58:47 +00:00
richm%stanfordalumni.org
bfdb95f01b 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.


git-svn-id: svn://10.0.0.236/trunk@180864 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 15:05:55 +00:00
bzbarsky%mit.edu
81ee807a5f Avoid unnecessary overflow events. Bug 309218, patch by Nate Nielsen
<nielsen@memberwebs.com>, r=bzbarsky, sr=roc


git-svn-id: svn://10.0.0.236/trunk@180863 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:55:32 +00:00
bzbarsky%mit.edu
062485d7c4 Update some GetScriptGlobalObject() callers to the right signature. Bug
303084, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@180862 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:50:43 +00:00
bzbarsky%mit.edu
ddf0432d03 Fix nsCSSFrameConstructor::ContentRemoved to properly deal with out-of-flows
whose placeholders are in an insertion point.  Bug 288790, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@180861 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:48:08 +00:00
bzbarsky%mit.edu
d9f4a6359c Don't notify on nsAttributeTextNode::BindToTree. Bug 309107, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@180860 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:46:24 +00:00
bzbarsky%mit.edu
9b5476f9d5 Remove an extra view update batch that's not needed. Bug 309114, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@180859 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:45:36 +00:00
mkanat%kerio.com
09b4a44990 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


git-svn-id: svn://10.0.0.236/trunk@180858 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 14:24:35 +00:00
axel%pike.org
ebe8153cd1 bugs 309200, 309325, 309699, adding fr, el, zh-CN to inspector, a=l10n@mozilla.com, extensions l10n only
git-svn-id: svn://10.0.0.236/trunk@180855 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 12:37:45 +00:00
axel%pike.org
8d5e10a6c9 bug 308236, fixes to eu reporter, extensions l10n only
git-svn-id: svn://10.0.0.236/trunk@180854 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 11:47:49 +00:00
axel%pike.org
b0f315008b bugs 309200, 309325, 309699, adding fr, el, zh-CN to inspector, a=l10n@mozilla.com, extensions l10n only
git-svn-id: svn://10.0.0.236/trunk@180853 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 11:47:06 +00:00
ginn.chen%sun.com
5e70529bc8 Bug 255411 "Use my colors" preference makes popup/hover frames have transparent background
r=bzbarsky sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@180852 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 08:08:09 +00:00
brendan%mozilla.org
990e2b363b Fix 309695, regression from 308085 (r/a=me).
git-svn-id: svn://10.0.0.236/trunk@180850 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 06:27:01 +00:00
dbaron%dbaron.org
312d8d9a01 Fix cascading for frame attribute. b=309675 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@180849 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 05:02:42 +00:00
mark%moxienet.com
ab992aa7cf Bug 301338, sheets prevent their parent windows from updating. Don't clip out top-level windows. r=josh sr=smfr
git-svn-id: svn://10.0.0.236/trunk@180848 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 03:18:38 +00:00
neil.williams%sun.com
88fd827b23 Bug 303508, committing attachment 196965. r=nelson,saul
git-svn-id: svn://10.0.0.236/trunk@180847 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 02:15:03 +00:00
dougt%meer.net
948fd14413 droping the mailnews prefs.
git-svn-id: svn://10.0.0.236/trunk@180846 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 02:13:40 +00:00
scott%scott-macgregor.org
fd81a21c0b Bug #309228 --> Default prefs in mailnews have a typo.
r=jesse


git-svn-id: svn://10.0.0.236/trunk@180845 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:13:21 +00:00
jminta%gmail.com
98d6405f6c Bug 266602 sort tasks with priority 'None' after low priority tasks. r=mvl
git-svn-id: svn://10.0.0.236/trunk@180844 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:13:13 +00:00
jwalden%mit.edu
b9f330f4c9 Bug 307955 - new location of live bookmark icon. p=gidsgoldberg@gmail.com, r=me
git-svn-id: svn://10.0.0.236/trunk@180843 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:10:59 +00:00
jminta%gmail.com
39a0ac75d1 Bug 309505 Switching views in Lightning results in gray screen, aka decks suck. r=dmose
git-svn-id: svn://10.0.0.236/trunk@180842 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:09:47 +00:00
nelsonb%netscape.com
e5258a5137 Eliminate environment variable SSLNOLOCKS, add environment variable
SSLFORCELOCKS. Make SSL_FDX option mutually exclusive with SSL_NOLOCKS
option.  Bug 305147. r=rrelyea.


git-svn-id: svn://10.0.0.236/trunk@180840 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:04:32 +00:00
scott%scott-macgregor.org
a46cb8d8b1 Forgot to bump the interface id in my last checkin
git-svn-id: svn://10.0.0.236/trunk@180839 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 01:00:37 +00:00
scott%scott-macgregor.org
661b3279fd Bug #303146 --> Shortcut for Paste as Quotation (control-shift-V) missing.
restore missing keyboard command.


git-svn-id: svn://10.0.0.236/trunk@180838 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 00:54:00 +00:00
scott%scott-macgregor.org
6f4eb4147c 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.


git-svn-id: svn://10.0.0.236/trunk@180837 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 00:35:27 +00:00
mrbkap%gmail.com
af75b509d1 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
git-svn-id: svn://10.0.0.236/trunk@180834 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 23:01:33 +00:00
dmose%mozilla.org
d2694d581f Allow for multiple properties have a null attribute list (bug 309400); r+sr=bienvenu.
git-svn-id: svn://10.0.0.236/trunk@180833 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 23:01:30 +00:00
nelsonb%netscape.com
f4e78cc1e3 Don't crash when printing an ASN.1 NULL primitive with a NULL prefix
string.  Bug 309651. r=wtchang.


git-svn-id: svn://10.0.0.236/trunk@180832 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 22:45:32 +00:00
bugzilla%arlen.demon.co.uk
d134817870 Bug 309061 msgHdrViewOverlay.js should use hasChildNodes
p=me r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@180831 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 22:24:30 +00:00
aaronleventhal%moonset.net
1d175873a8 Bug 305985. After clicking in blank content area, focus stays in some widgets when it should have left. r=mats, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@180830 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 22:07:31 +00:00
scott%scott-macgregor.org
ce9ffc5245 Bug #309214 --> Unlabeled controls on newsgroup Subscribe dialog when using filter.
hide the column picker for the tree control.


git-svn-id: svn://10.0.0.236/trunk@180829 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 22:02:13 +00:00
aaronleventhal%moonset.net
f3f69699c1 Bug 308710. Create accessibles for out of flow frames. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@180828 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 21:59:06 +00:00
mkaply%us.ibm.com
7867d0df46 #282335
r=chase
Make packager understand OSes other than Windows


git-svn-id: svn://10.0.0.236/trunk@180827 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 21:51:47 +00:00
scott%scott-macgregor.org
c3d59f8a58 Bug #308308 --> Extensions.rdf is no longer needed
r=rob strong


git-svn-id: svn://10.0.0.236/trunk@180826 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 21:42:33 +00:00
darin%meer.net
f2c719660d Fixes bug 304904 "Necko should refuse to look up invalid hostnames containing '%'" patch by andreas.otte@debitel.net, r=biesi, sr=darin
git-svn-id: svn://10.0.0.236/trunk@180825 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 21:38:12 +00:00
cbiesinger%web.de
ec41432d2a 305384 build alert service on non-windows platforms
patch by Jens Bannmann <jens.b@web.de> r=bsmedberg sr=neil


git-svn-id: svn://10.0.0.236/trunk@180824 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 21:16:49 +00:00
cbiesinger%web.de
8a6592a565 observe the "browser.xul.error_pages.enabled" pref so that it takes effect
immediately
bug 282050 patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com> r=biesi sr=jst


git-svn-id: svn://10.0.0.236/trunk@180823 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 20:38:56 +00:00
cbiesinger%web.de
b9ea86e6c5 bug 309642 make NS_CP_GetDocShellFromContext(nsISupports*) inline rather than
static to avoid compile warnings
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@180822 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 20:24:31 +00:00
bob%bclary.com
6899d884e0 replace print with printStatus to prevent print dialog in browser tests, no bug, not part of the build
git-svn-id: svn://10.0.0.236/trunk@180820 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 19:59:31 +00:00
neil%parkwaycc.co.uk
6c3b84971d Commenting the hell out of userTypedClear b=306810 sr=darin
git-svn-id: svn://10.0.0.236/trunk@180814 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 19:07:57 +00:00
mostafah%oeone.com
08dffcd2f5 Updated translation
git-svn-id: svn://10.0.0.236/trunk@180811 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:41:22 +00:00
darin%meer.net
9aeb415596 Second patch for bug 295074 "POST responses remain in the memory cache when using XMLHttpRequest => huge memory leak" r=biesi sr=jst
git-svn-id: svn://10.0.0.236/trunk@180810 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:32:30 +00:00
darin%meer.net
51d8da632e Patch for bug 195938 "Incorrect size tag in update.xml does not cause automatic software update to fail integrity validation" r=beng
git-svn-id: svn://10.0.0.236/trunk@180809 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:28:12 +00:00
darin%meer.net
254bbfa294 Patch for bug 300136 "Update archives may need to contain remove commands" r=chase
git-svn-id: svn://10.0.0.236/trunk@180807 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 18:18:27 +00:00
wtchang%redhat.com
d98c40c35f Bugzilla bug 309640: replaced the French accented a (à) with ASCII a
because IBM JDK can't handle that 8-bit character in UTF8 locales.  The
patch is contributed by Rich Megginson of Red Hat. r=wtc,glen.beasley.


git-svn-id: svn://10.0.0.236/trunk@180806 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 17:58:35 +00:00
lpsolit%gmail.com
95ddd232af Bug 303703: Eliminate deprecated Bugzilla::DB routines from editflagtypes.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
git-svn-id: svn://10.0.0.236/trunk@180804 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-22 17:16:47 +00:00