Commit Graph

137561 Commits

Author SHA1 Message Date
Stefan.Borggraefe%gmx.de
16426cbd1e Bug 279034: Add autosave option to MailNews Preferences
r=neil, sr=bienvenu
2005-01-21 00:23:39 +00:00
Stefan.Borggraefe%gmx.de
fb99ddb54f Add LOCALIZATION NOTE for an UI text that is split in two entities (follow-up checkin for bug 231428)
r=kairo, sr=bienvenu
2005-01-21 00:21:40 +00:00
pedemont%us.ibm.com
7275a86670 In JNI, we should always call Release...(), no matter what isCopy says. 2005-01-20 23:59:10 +00:00
dougt%meer.net
f32a8ea887 Improvements to the Minimo linux front end. UI Changes include:
Bookmarks
  Tabbed Browsing
  Progress Indicator
  Page Info
  Autocomplete in Open Dialog
  Save as
  Open file.

Much of these changes are from 10LE.  Thanks!  r=dougt
2005-01-20 23:57:46 +00:00
pedemont%us.ibm.com
eeb4844959 Use GetNameShared 2005-01-20 23:44:58 +00:00
scott%scott-macgregor.org
a616e875da try to fix linux bustage 2005-01-20 23:30:10 +00:00
travis%sedsystems.ca
76aa40658a Bug 266579 : Users without privs can confirm bugs by assigning to themselves first, without having canconfirm privs
Patch by LpSolit@gmail.com    r=myk    a=justdave
2005-01-20 23:22:10 +00:00
bugzilla%arlen.demon.co.uk
e44634c3c3 Bug 278702 Init method of nsIDocumentEncoder does not reset member variables
p=david.gardiner@unisa.edu.au r=dean_tessman sr=jst
2005-01-20 23:20:59 +00:00
mconnor%myrealbox.com
b5a05344dd fix Bug 245588, certain malformed URL or missing local pages break startup 2005-01-20 23:04:06 +00:00
bugzilla%arlen.demon.co.uk
ea41dbc112 Bug 243101 Content about Sidebar in customize_help.xhtml needs to be updated
images by giacomo.magnini@portalis.it
p=stefan_h@hem.utfors.se r=me
2005-01-20 22:57:56 +00:00
mostafah%oeone.com
d6854a02f0 Brought up to date with browser/Makefile.in
Removed old way of packaging sunbird
2005-01-20 22:24:12 +00:00
erik%vanderpoel.org
5b449b8d88 simple HTTP server for testing bug 90199 2005-01-20 22:23:49 +00:00
pedemont%us.ibm.com
af01e764d3 Merge duplicate code. 2005-01-20 22:07:26 +00:00
timeless%mozdev.org
1f8b801a07 Bug 254252 nsCRT::BufferHashCode has two variants, and only one user, HashCodeAsUTF8 has no users
patch by mikael@parknert.se r=darin sr=bz
2005-01-20 21:39:23 +00:00
joshmoz%gmail.com
7775db1467 work around crash when starting a download if download folder not specified in IC preferences (e.g. a fresh user account) b=265903 sr=pinkerton 2005-01-20 21:28:44 +00:00
mconnor%myrealbox.com
19b3758e49 various cleanup/formating fun 2005-01-20 21:14:13 +00:00
erik%vanderpoel.org
fdd2d4eec6 app callbacks are now overrideable function pointers instead of global funcs
this reduces the number of empty functions in the apps
2005-01-20 21:09:40 +00:00
mvl%exedo.nl
68ce35dcd2 fix -calendar.
bug 279157, r=mostafah
2005-01-20 20:58:35 +00:00
aaronleventhal%moonset.net
42a25db572 Bug 279152. Keys swallowe dwhen tpying into a textarea or input, regression from bug 167145. r=caillon, sr=bryner 2005-01-20 19:55:48 +00:00
bzbarsky%mit.edu
382d4f4c86 Fix crash if insertion point has display:none. Bug 277523, r+sr=bryner 2005-01-20 19:54:06 +00:00
igor%mir2.org
077cf2b7b6 Removal of invoker optimization as under JDK >= 1.4 it does not make things
visibly faster and under GCJ it makes thinks worse.
2005-01-20 19:45:27 +00:00
scott%scott-macgregor.org
d9a0e4a7b8 Bug #275153 --> apparently-valid rss feed will not verify in TB (derstandard.at)
rewrite the feed cache to normalize the url before it goes into the cache.

patch by sayrer@gmail.com
2005-01-20 19:24:57 +00:00
wtchang%redhat.com
499955a326 Bugzilla Bug 279071: removed a duplication definition of the
MAX_POLLING_INTERVAL macro. The bug is reported by Justin Wood
<116057@bacon.qcc.mass.edu>.
2005-01-20 19:02:09 +00:00
nboyd%atg.com
f5fec7715b adding xmoon 2005-01-20 18:30:29 +00:00
mostafah%oeone.com
a2e4f1eebf Checked in patch for bug 279104:Bug in building libical on sparc/solaris 2005-01-20 18:25:07 +00:00
joshmoz%gmail.com
a1e11edcfb fix opening .webloc and .url files via dock or open menu. b=242934 sr=pinkerton 2005-01-20 18:12:27 +00:00
bzbarsky%mit.edu
6942802a81 Fix build bustage -- the api changed.... 2005-01-20 17:07:51 +00:00
bzbarsky%mit.edu
0cab6c3640 Use the right allocator to allocate strings we're passing out to GTK. Bug
273337, patch by Todd A. Fisher <toddf@simosoftware.com>, r+sr=bryner
2005-01-20 17:05:44 +00:00
bzbarsky%mit.edu
f73e193c11 Make nullplugin dialog not show up on clicks with buttons other than the left
mouse button.  Bug 270377, patch by Vincent Caron <v.caron@zerodeux.net>,
r=bryner, sr=bzbarsky
2005-01-20 17:04:20 +00:00
bzbarsky%mit.edu
3759c8da9d Fix comments on cancel() method. Bug 252011, patch by Daniel Kraft
<domob@daniel-kraft.net>, r+sr=bzbarsky
2005-01-20 17:01:51 +00:00
bzbarsky%mit.edu
bdefa15323 Make labels actually fire a click on the thing they're labeling when they're
clicked, instead of just redirecting their own event.  Bug 146066, also fixes
bugs 271740 and 276279.  r=bryner, sr=jst
2005-01-20 16:59:42 +00:00
bzbarsky%mit.edu
9cf134eb94 Add a webnavigation flag to allow callers to stop content, not just stop
network activity.  Make nsLocation use this so it doesn't stop content
unnecessarily.  Bug 277224, r=darin, sr=jst
2005-01-20 16:57:04 +00:00
bzbarsky%mit.edu
1045658648 Fix test for none/hidden border styles to work correctly. Bug 275139, r+sr=dbaron 2005-01-20 16:49:57 +00:00
bzbarsky%mit.edu
aab161004b Make submit buttons with no value but a name send the "default value" to the
server.  Bug 274309, r+sr=jst
2005-01-20 16:47:25 +00:00
bzbarsky%mit.edu
895ac0806e Don't add XBL properties if they have no name. Bug 277950, r+sr=bryner 2005-01-20 16:44:00 +00:00
axel%pike.org
79ce72a8bd fix fallout of commandline change for xulrunner, bug 276588, __args to gArgs, r=bsmedberg 2005-01-20 15:06:19 +00:00
tor%cs.brown.edu
d8f01a7355 Lower tolerance for hit testing. 2005-01-20 14:41:00 +00:00
alex%croczilla.com
09b407c7c5 Bug#274925: Fix SVG attribute leaks. r=sicking, sr=jst. SVG only - not part of default builds. 2005-01-20 12:19:16 +00:00
allan%beaufour.dk
6e1adab39b Sets the bound type of instance nodes, bug 278257, r=doronr, sr=darin 2005-01-20 11:11:41 +00:00
allan%beaufour.dk
11c3c411d1 Added xforms-binding-exception twice, bug 257177, sr=darin 2005-01-20 10:44:54 +00:00
marco%gnome.org
e28d060122 97580 Add EmbedPrivate::GetSize to match Resize
and don't call Resize if the allocation didn't
change dimensions.
Patch by tommi.komulainen@iki.fi r=blizzard sr=bryner
2005-01-20 10:26:44 +00:00
joshmoz%gmail.com
3fae4f8645 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
tor%cs.brown.edu
f2efad8755 Speed up ContainsPoint with an early reject test. 2005-01-20 04:44:50 +00:00
webmail%kmgerich.com
c74041372b Replacing corrupt images in Pinstripe. Fixes bug 274564 2005-01-20 04:27:48 +00:00
mrbkap%gmail.com
4983b3b3ef bug 142771: Fix ScanDocStructure to be more correct in marking tokens as malformed. r=bzbarsky sr=rbs. These files were left out of the original checkin 2005-01-20 03:43:42 +00:00
tor%cs.brown.edu
c50271ee74 Bug 111993 - Rx and ry attributes of SVG <rect/> element should
distinguish between unset attribute and "0".
Patch by jonathan.watt@strath.ac.uk, r=scooter.
2005-01-20 03:41:29 +00:00
bzbarsky%mit.edu
905bf0a35a Flush out reflows before processing invalidates and paint events. Fixes a
variety of flicker issues of various sorts, especially when we're not quite
keeping up with the rate of updates in DHTML or in editor.  Bug 244366 and
various dependencies, r+sr=roc
2005-01-20 03:39:09 +00:00
timeless%mozdev.org
5020db0be5 Bug 68348 Command+Period shortcut not shown for Stop in View menu
patch by bugs.mano@mail-central.com r=jpedemonte sr=neil
2005-01-20 02:29:25 +00:00
wtchang%redhat.com
82b1183c84 Bugzilla Bug 267158: removed the $Name$ RCS keyword from our source files.
This keyword adds noise to the output of "ident libnss3.so | grep NSS"
on our debug build, and appears to cause spurious CVS conflicts. r=nelsonb.
2005-01-20 02:25:51 +00:00
erik%vanderpoel.org
f35cc22e06 bug 168295
SniffURI now gives an error message when no URI is entered.
2005-01-20 01:38:31 +00:00