Commit Graph

3328 Commits

Author SHA1 Message Date
axel@pike.org
7a980896a6 bug 387665, don't overwrite existing files, r=rcambell 2007-07-11 07:23:37 -07:00
peterv@propagandism.org
2fb0fc711a 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
62041b8d2e 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
46f1d98d38 Fix FUEL bustage from bug 331654, patch on bug 380168. 2007-07-11 03:25:36 -07:00
mozilla.mano@sent.com
501fbf8e09 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
d9b06547ec 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
a4c622bced 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
11ed13d71f 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
83a75a57d3 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
8b8098a577 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
264a1096ac 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
33f5ece160 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
e0b54d8a65 handle cc list better in emergency fail email b=372762 r=preed 2007-07-10 23:12:16 -07:00
rob_strong@exchangecode.com
e9877e9a49 Bug 384384. r=bsmedberg, r=mscott for Thunderbird 2007-07-10 22:59:56 -07:00
rob_strong@exchangecode.com
2ceaa8a48a Bug 387622 - Target Application minVersion and maxVersion are reversed. verbal r=mconnor 2007-07-10 22:50:08 -07:00
philringnalda@gmail.com
b405ba9500 Bug 387516 - Searchbar bindings depend on global pollution from printUtils.js, r=gavin 2007-07-10 21:49:32 -07:00
mark@moxienet.com
64bd25aa34 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
40d0244293 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
9c5526da1d Bug 387633 - Remove old and unused images from winstripe. r=gavin 2007-07-10 20:33:53 -07:00
dwitte@stanford.edu
97665dc2d0 add unit tests for previous checkin. 2007-07-10 20:28:01 -07:00
dwitte@stanford.edu
31d7ad3b22 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
a91172fdd2 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
552e3572df 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
79013e30da Notify before firing mutation events. Bug 387460, r+sr=sicking 2007-07-10 18:14:55 -07:00
bzbarsky@mit.edu
8a55f7964d Relanding bug 326777, r=bsmedberg, sr=jst 2007-07-10 17:57:17 -07:00
jwalden@mit.edu
c86b388db3 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
bb96ca4a6a Create exceptions with the right parent. bug 387390, r=jst sr=brendan 2007-07-10 17:37:03 -07:00
mrbkap@gmail.com
fb2469a627 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
c71d4d7cd9 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
1975425c47 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
2920d58187 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
eb1d6df056 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
0aaced150c 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
73b00f0c7c Backout of Bug 384526 (causes orange) 2007-07-10 10:23:36 -07:00
enndeakin@sympatico.ca
181eab0467 Bug 387236, submenus not closing up entire hierarchy, r+sr=bz 2007-07-10 10:03:32 -07:00
sdwilsh@shawnwilsher.com
e2d50d0768 Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-10 09:58:17 -07:00
sayrer@gmail.com
bdca7dddeb Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor 2007-07-10 09:38:00 -07:00
sspitzer@mozilla.org
a70e7bcb8b 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
30f3dac8f5 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
ef00ff4f1c bug 387279 - move searchplugins to locale, r=Pike sr=Neil 2007-07-10 08:02:59 -07:00
kairo@kairo.at
3ccd7ef70d bug 387279 - move searchplugins to locale, r=Pike sr=Neil 2007-07-10 07:57:13 -07:00
kairo@kairo.at
fce715ebf8 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
ac6a2c0e25 bug 387437, add --app to specify application, r=KaiRo 2007-07-10 06:55:01 -07:00
mats.palmgren@bredband.net
b176bce7af 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
239dae7f24 Backing out to fix orange. 2007-07-10 03:54:09 -07:00
mozilla.mano@sent.com
603344be95 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
9107997f37 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
85a81f822c to{Source,{,Locale}String} are not generic (387501, r=mrbkap). 2007-07-09 22:07:20 -07:00
bzbarsky@mit.edu
66922fe009 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
bac20260c9 Use a Subsumes() check, not a same-origin one. r+sr=jst 2007-07-09 21:14:00 -07:00