Commit Graph

181094 Commits

Author SHA1 Message Date
jwalden@mit.edu
84385d4b0a Back out bug 387390; it causes the marquee binding to throw security exceptions. 2007-07-11 20:14:27 -07:00
sspitzer@mozilla.org
e7e492aabd fix for bug #387172: text in search box in bookmark manager doesn't update until I switch folders
patch=Steve Won <swon@mozilla.com>
r=sspitzer
2007-07-11 19:09:47 -07:00
ajschult@verizon.net
976328efbd Backing out 375083 at ispiked's request to unbreak session store 2007-07-11 18:59:57 -07:00
mrbkap@gmail.com
96a7930d53 Don't trust the filename of cloned functions. bug 387390, r=jst sr=brendan 2007-07-11 18:27:03 -07:00
sspitzer@mozilla.org
f59aa320bc code cleanup for bug #387203: getFolderContents() returns the root result node instead of the result itself.
r=mano
2007-07-11 18:18:20 -07:00
sspitzer@mozilla.org
a7190024ff fix for regression bug #383518: Non-Vista Windows users are prompted for updates they cannot apply.
For Non-Vista Windows, we need to check if we can write to the application directory (where firefox.exe lives, for example) to decide if we "can update".  On Vista, the updater will elevate to gain permissions to that directory, so we don't want do to do this additional check.

r=rstrong
2007-07-11 18:08:42 -07:00
mats.palmgren@bredband.net
6680406089 Don't crash when creating a surface or rendering context fails. b=303901 r+sr=vladimir 2007-07-11 17:59:37 -07:00
sspitzer@mozilla.org
33cee93c9e fix for bug #386739: File > Import causes Bookmarks and History to disappear on restart
unlock the profile after ScopedXPCOMStartup object has gone out of scope.

r=bsmedberg, rstrong
2007-07-11 17:30:45 -07:00
jst@mozilla.org
e21daf381c Landing fix for bug 387478. NS_ScriptErrorReporter() no longer needs to check for a null report. Patch by sciguyryan@gmail.com, r+sr=jst@mozilla.org 2007-07-11 17:04:11 -07:00
dbaron@dbaron.org
50e1f6947c Try fixing Windows test failure; consistent computed values for line-height: normal require constant font metrics. 2007-07-11 16:42:35 -07:00
dbaron@dbaron.org
5a4b8ae40c Reftests for bug 311822. Patch by <arno.@no-log.org>. r=dbaron 2007-07-11 16:26:29 -07:00
jst@mozilla.org
8147380f93 Fixing bug 386773. Add implementation for NPN_PluginThreadAsyncCall(). r=joshmoz@gmail.com, sr=brendan@mozilla.org 2007-07-11 16:25:45 -07:00
mrbkap@gmail.com
9bd0cdbe4b Always return XPCSafeJSObjectWrappers from Components.utils.Sandbox and evalInSandbox. This makes this interface much, much easier to use safely, as the wrapper takes care of several common problems that occur when touching regular JS objects directly. bug 386635, r=jst sr=brendan 2007-07-11 15:52:28 -07:00
ted.mielczarek@gmail.com
aa70515997 bug 375083 - Send URL of active tab to the crash report as metadata. Patch by Adam Guthrie <ispiked@gmail.com>, r=dietrich 2007-07-11 15:45:08 -07:00
mozilla.mano@sent.com
e52328c9e5 Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich. 2007-07-11 15:38:13 -07:00
dbaron@dbaron.org
ad89d87a35 Add tests for bugs 357614 and 387615. 2007-07-11 15:25:00 -07:00
dbaron@dbaron.org
e20dd3f3d0 Don't check for namespaced attributes when checking which attributes have case-insensitive values. b=387615 r+sr=bzbarsky 2007-07-11 15:24:19 -07:00
dbaron@dbaron.org
a88bb8603c Make test_inherit_computation test the Compute*Data functions for eStyleUnit_Inherit. 2007-07-11 15:23:03 -07:00
sdwilsh@shawnwilsher.com
b1e2d17d25 Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-11 15:20:39 -07:00
sdwilsh@shawnwilsher.com
2b157037f1 Bug 387695 - Clean Up button is disabled. Patch by Simon Bünzli <zeniko@gmail.com>. r=sdwilsh 2007-07-11 15:05:39 -07:00
sdwilsh@shawnwilsher.com
1ab617074d Bug 387698 - [fr] Update for fr DOMi due to bug 347791. Patch by Cédric Corazza <cedric.corazza@wanadoo.fr>. r=bugzilla.fr 2007-07-11 15:05:25 -07:00
mrbkap@gmail.com
81cd355477 Clear dormantNext when we're done using it. bug 387725, r=igor 2007-07-11 14:57:05 -07:00
sdwilsh@shawnwilsher.com
681c6747e8 Bustage fix 2007-07-11 14:20:11 -07:00
jst@mozilla.org
0240a7e8d9 Fixing bug 377360. Fix atom table crash due to invalid UTF data in atoms. r=jonas@sicking.cc, sr=peterv@propagandism.org 2007-07-11 13:46:43 -07:00
sspitzer@mozilla.org
1e1d0e872d fix for bug #331307: Bookmarks toolbar chevron is left-aligned instead of right-aligned
patch=Steve Won <swon@mozilla.com>
r=mano
2007-07-11 12:59:14 -07:00
bzbarsky@mit.edu
0a0534efd5 Pass through loader principal and URI to LoadSheet(). Bug 387317, r+sr=peterv 2007-07-11 12:44:27 -07:00
dolske@mozilla.com
aeb26bffdf Bug 381164 - when Master Password is used, it is asked at every startup. r=gavin 2007-07-11 12:40:24 -07:00
sspitzer@mozilla.org
c4fe5943db fix for bug #336528: software update installation progress dialog doesn't stretch to fit contents (cut short, text is truncated)
patch=James Ross <silver@warwickcompsoc.co.uk>
r=rstrong
2007-07-11 12:04:48 -07:00
myk@mozilla.org
aa8291a59f bug 385087: use XPCOMUtils to provide XPCOM glue in content pref service; checking in again now that bug 180380 has resolved the leak issues
r=sayrer
2007-07-11 12:04:04 -07:00
peterv@propagandism.org
b816d15aa2 Correct error in testcase. 2007-07-11 11:52:24 -07:00
sdwilsh@shawnwilsher.com
ca6abe978f Bug 387700 - [pl] Update for pl DOMi due to bug 347791. Patch by Marek A. Stępień <marcoos+bmo@marcoos.org>. r=hubert.gajewski 2007-07-11 11:16:04 -07:00
pavlov@pavlov.net
1109afef83 re-enabling kerning on the mac. bug 387197. r=vlad 2007-07-11 10:41:26 -07:00
bzbarsky@mit.edu
66fab0864e Add test. Patch by Sylvain Pasche <sylvain.pasche@gmail.com>, r=smaug 2007-07-11 10:33:46 -07:00
benjamin@smedbergs.us
cc074e3032 Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag 2007-07-11 10:26:11 -07:00
enndeakin@sympatico.ca
2061ca0435 Bug 306669, tooltips not always showing, make sure that mCurrentTooltip is cleared properly, r=neil,sr=bz 2007-07-11 10:23:30 -07:00
bzbarsky@mit.edu
31a5a381e7 Make sure to properly set subframes loaded from bfcache as not having had
unload fired on them.  Bug 364461, r=biesi, sr=jst.
2007-07-11 10:15:16 -07:00
benjamin@smedbergs.us
2f229b2c28 Trying to fix the mac orange, from bug 321024. a=robcee for immediate commit pending tony's review 2007-07-11 09:52:12 -07:00
surkov.alexander@gmail.com
08c989466c Bug 385573 - implement IAccessibleTable::getSelected* methods, r=evan.yan, aaronlev, sr=neil 2007-07-11 09:08:34 -07:00
joshmoz@gmail.com
7a6342321c don't use nsFocusEvent in Mac OS X code. also remove some dead code. b=387526 r=cbarrett sr=pinkerton 2007-07-11 08:40:21 -07:00
gavin@gavinsharp.com
a94d174799 Bug 386658: fix msvc7.1 build breakage, r=emaijala 2007-07-11 08:16:30 -07:00
axel@pike.org
678a043418 bug 387665, don't overwrite existing files, r=rcambell 2007-07-11 07:23:37 -07:00
peterv@propagandism.org
f7ff5666a6 Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz. 2007-07-11 06:05:05 -07:00
enndeakin@sympatico.ca
7531752b3f Bug 387142, submenus collapsing incorrectly, also ensure parent menu gets highlighted again when a subitem is selected, r+sr=bz
CVS: ----------------------------------------------------------------------
2007-07-11 05:05:40 -07:00
mozilla.mano@sent.com
4284ee739f Fix FUEL bustage from bug 331654, patch on bug 380168. 2007-07-11 03:25:36 -07:00
mozilla.mano@sent.com
d068e388b8 Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich. 2007-07-11 02:57:59 -07:00
dtownsend@oxymoronical.com
42441b5442 Bug 303194: Pressing Delete key in Extension Manager should uninstall
extension. p=Simon Bunzli <zeniko@gmail.com> r=robstrong
2007-07-11 02:26:09 -07:00
igor@mir2.org
fcebfbaf69 Bug 386885: JSAtom.number is removed in favour of using atoms itself for hashing. r=brendan 2007-07-11 02:25:45 -07:00
neil@parkwaycc.co.uk
10de8387c8 Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 01:46:44 -07:00
surkov.alexander@gmail.com
ff375ec028 Bug 386978 - bustage fix on mac, os/2, patch=mats, peter weilbacher, me, r=ginn.chen 2007-07-11 01:24:56 -07:00
surkov.alexander@gmail.com
16128a2669 Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 00:58:50 -07:00