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
sayrer@gmail.com
7970b2a924
Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor
2007-07-10 09:38:00 -07:00
sspitzer@mozilla.org
b17845dde2
fix for bug #385990 : bail out early of command updating for history queries
...
r=dietrich
2007-07-10 09:20:54 -07:00
peterv@propagandism.org
2d657de1af
Fix for bug 386838 (Cannot select text twice in readonly textboxes). r/sr=jst.
2007-07-10 08:38:30 -07:00
kairo@kairo.at
caf721ff31
bug 387279 - move searchplugins to locale, r=Pike sr=Neil
2007-07-10 08:02:59 -07:00
kairo@kairo.at
5380c3aa31
bug 387279 - move searchplugins to locale, r=Pike sr=Neil
2007-07-10 07:57:13 -07:00
kairo@kairo.at
6c6581887d
bug 386903 - remove xpinstall/packager from cvs, files that I missed the first time, r=bsmedberg
2007-07-10 07:11:16 -07:00
axel@pike.org
93323e0d84
bug 387437, add --app to specify application, r=KaiRo
2007-07-10 06:55:01 -07:00
mats.palmgren@bredband.net
db9a36b35c
Hold a strong ref on the script context while its JSContext is on the stack. b=380512 r+sr=jst
2007-07-10 06:53:01 -07:00
peterv@propagandism.org
6f05849190
Backing out to fix orange.
2007-07-10 03:54:09 -07:00
mozilla.mano@sent.com
a1b629fdd9
Bug 385872 - Strict warnings should only be enabled for chrome by default (in debug builds). r=jst, sr=brendan.
2007-07-10 01:05:54 -07:00
mozilla.mano@sent.com
5733d91a03
Bug 385828 - Insertion, removal and move operations of items should update the last-modified field of their containing folder. r=dietrich.
2007-07-10 00:57:31 -07:00
brendan@mozilla.org
d41489569b
to{Source,{,Locale}String} are not generic (387501, r=mrbkap).
2007-07-09 22:07:20 -07:00
bzbarsky@mit.edu
4d46bda6dc
Eliminate more callers of CheckSameOriginPrincipal in favor of
...
Equals/Subsumes. Bug 387212, r=mrbkap, sr=jst
2007-07-09 21:22:55 -07:00
bzbarsky@mit.edu
ced8f1a4b0
Use a Subsumes() check, not a same-origin one. r+sr=jst
2007-07-09 21:14:00 -07:00
bzbarsky@mit.edu
adeb9f3d40
Eliminate some uses of CheckSameOriginPrincipal in favor of Subsumes/Equals.
...
Bug 387204, r+sr=jst
2007-07-09 21:11:11 -07:00