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
surkov.alexander@gmail.com
2fdd487028
Bug 347791 - expose accessible role and state as strings in Inspector, patch=vasiliy.potapenko, r=me,sdwilsh, sr=neil
2007-07-11 00:51:07 -07:00
ginn.chen@sun.com
70129c1bdc
Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
...
r=vladimir
2007-07-10 23:40:38 -07:00
rhelmer@mozilla.com
0b79a0f7d8
handle cc list better in emergency fail email b=372762 r=preed
2007-07-10 23:12:16 -07:00
rob_strong@exchangecode.com
97647d2d51
Bug 384384. r=bsmedberg, r=mscott for Thunderbird
2007-07-10 22:59:56 -07:00
rob_strong@exchangecode.com
517a4cff6d
Bug 387622 - Target Application minVersion and maxVersion are reversed. verbal r=mconnor
2007-07-10 22:50:08 -07:00
philringnalda@gmail.com
4c5a1fe14e
Bug 387516 - Searchbar bindings depend on global pollution from printUtils.js, r=gavin
2007-07-10 21:49:32 -07:00
mark@moxienet.com
504a3252d5
386653 Remove dependency on nsBuildID.h, whose recent death is causing build failures. Introduce CmXULAppInfo, an nsIXULAppInfo implementation, and build system support to maintain the build ID ourselves. r=smorgan, also examined by ardisonne, sr=me for camino, checking in now to clear the build failures
2007-07-10 20:48:04 -07:00
bzbarsky@mit.edu
7f47643f52
Don't start layout for XML just because the root has been opened. And don't
...
start layout until <html:head> closes if <html:head> gets opened. For XHTML
documents, this should prevent flashes of unstyled content.
Also, don't flush tags unless forced to if a sheet is pending.
Bug 380028, r+sr=sicking
2007-07-10 20:42:11 -07:00
rflint@ryanflint.com
d9a71807ae
Bug 387633 - Remove old and unused images from winstripe. r=gavin
2007-07-10 20:33:53 -07:00
dwitte@stanford.edu
a06fef8172
add unit tests for previous checkin.
2007-07-10 20:28:01 -07:00
dwitte@stanford.edu
d4eda07129
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
2007-07-10 20:21:07 -07:00
bzbarsky@mit.edu
10326593c7
Clean up the XDR properly even if JS_XDRScript fails. In particular, don't
...
double-free things. Bug 387572, r+sr=brendan
2007-07-10 20:10:43 -07:00
bzbarsky@mit.edu
611a83d517
Try to fix orange: sGlobalObserver can get set during event processing, not
...
just unset. Bug 326777
2007-07-10 20:01:56 -07:00
bzbarsky@mit.edu
31d22a4f33
Notify before firing mutation events. Bug 387460, r+sr=sicking
2007-07-10 18:14:55 -07:00
bzbarsky@mit.edu
3b90c5c518
Relanding bug 326777, r=bsmedberg, sr=jst
2007-07-10 17:57:17 -07:00
jwalden@mit.edu
bf0bcff1f1
Add assertions that line iterators being compared are iterators over the same line list. rs=dbaron
2007-07-10 17:55:15 -07:00
mrbkap@gmail.com
45248ab6bc
Create exceptions with the right parent. bug 387390, r=jst sr=brendan
2007-07-10 17:37:03 -07:00
mrbkap@gmail.com
6a4f4030bf
Ensure that we have a valid scope chain at all times so C++ callers can create objects in the right scope. bug 387591, r=brendan
2007-07-10 17:29:25 -07:00
mrbkap@gmail.com
f9fee3fbb5
Avoid asserting for user-controlled thing (through __proto__ setting). bug 387182, r+sr=jst
2007-07-10 17:27:57 -07:00
myk@mozilla.org
6718aee7b0
bug 387489: use Python's platform module to auto-detect the OS on which talos is running; npotb
...
r=rhelmer
sr=anodelman
2007-07-10 17:12:30 -07:00
dbaron@dbaron.org
d2fc4344cb
Reverse the list of which HTML attributes have case-sensitive values for the CSS attribute selector (i.e., list the ones whose values are case-insensitive instead, so new attributes are case sensitive by default). b=357614 Patch by Niels Leenheer (rakaz) <niels.leenheer@gmail.com>. r+sr=dbaron
2007-07-10 16:23:05 -07:00
jwalden@mit.edu
a60dd8c5cc
Bug 387503 - Convert nsINode bits to an anonymous enum, and make a macro into an inline function for better debugging. rs=sicking
2007-07-10 15:49:42 -07:00
zach@zachlipton.com
e970e9af86
Bug 387045 - Clean up the base_profile in talos. Remove everything from
...
the base profile except for localstore.rdf (which we need to set browser
window height/width) and let hte browser regenerate the profile on first
launch. "p"=alice, r=robcee
2007-07-10 13:50:55 -07:00
sdwilsh@shawnwilsher.com
577bc46266
Backout of Bug 384526 (causes orange)
2007-07-10 10:23:36 -07:00
enndeakin@sympatico.ca
41ff6c93eb
Bug 387236, submenus not closing up entire hierarchy, r+sr=bz
2007-07-10 10:03:32 -07:00
sdwilsh@shawnwilsher.com
f0ad954a38
Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer
2007-07-10 09:58:17 -07:00