Граф коммитов

136736 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 9a9b7be77d 260931 toolkit port: Common Dialog's checkbox does not wrap
r=mconnor
2004-12-18 22:51:04 +00:00
brendan%mozilla.org e7eeeaea9c Tighten up js_IsXMLName error-suppressing logic a bit. 2004-12-18 20:31:38 +00:00
tor%cs.brown.edu 254d22e367 Bug 270251 - nsSVGElement::UpdateContentStyleRule issues.
Patch by jlurz24@gmail.com, r=sicking, sr=bz.
2004-12-18 12:14:32 +00:00
jake%bugzilla.org ca2d66ca47 Bug 247923 - The docs now specify the difference in syntax for MySQL 3/4 regarding the max_allowed_packet option.
Patch by Shane H. W. Travis <travis@sedsystems.ca>
r=jake
2004-12-18 11:52:20 +00:00
psychoticwolf%carolina.rr.com b9f47b5be9 Item Category Display Fixes, entries should be comma seperated, category is the singular, move it to details and away from description, Bug 275152. 2004-12-18 10:30:37 +00:00
psychoticwolf%carolina.rr.com e25b11727a Fix VerDateAdded to not be broken, add released on to all releases page. Bug 275085. 2004-12-18 10:05:24 +00:00
psychoticwolf%carolina.rr.com 9e75d3964c Editing Item changes Release Date, Bug 275085. Fix typo in homepage link, No Bug. 2004-12-18 09:25:05 +00:00
psychoticwolf%carolina.rr.com e62a67a8ad Bug 275030, throw warning when queue skips item because of missing data. Make tooltips discoverable. 2004-12-18 07:48:29 +00:00
db48x%yahoo.com 16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
psychoticwolf%carolina.rr.com 93740d70c0 Dont Show Approval Queue Item Count on the Approval Queue page, Bug 275127 2004-12-18 03:58:24 +00:00
brendan%mozilla.org 1fb4e8ca64 Eliminate some stupid GCC warnings, tighten up code at label out. 2004-12-18 03:10:58 +00:00
brendan%mozilla.org d1291966ce - Added strict warning "reference to undefined XML name {0}" to cope with
ECMA-357 botch where * or @b or (given valid namespace reference n) n::id
  results in undefined, instead of a TypeError.

- Lazily bootstrap AnyName and AttributeName classes, instead of leaving the
  former uninitialized, and initializing the latter only if QName is init'ed.
  These classes, representing ECMA-357 internal types, must be initialized
  in order to string conversion and default value on them to return useful
  results.  So this change also requires the shared qname_toString to cope
  with these classes, which ape QName in having a JSXMLQName as private data.

- Revise Filtering Predicate Expressions bytecode schema to avoid bogo-script
  creating in js_FilterXMLObject.  With a new JSOP_ENDFILTER bytecode acting
  in lieu of JSOP_POPV, but also exiting the nested js_Interpret() call, the
  runtime can avoid trying to fake a JSScript for the subsequence of script
  bytecode in parens in x.(e), that contains the bytecode for e plus the pop
  or endfilter op.

  This requires a historic reparameterization of js_Interpret to take the
  starting pc!  I cleaned up order of declaration, use, and useless init nits
  for a few variables while messing with it.

- Based on the above change, fix the decompiler to handle filtered predicate
  expressions -- that code was stubbed out till now, and I forgot to go back.
  All better now, especially thanks to JSOP_ENDFILTER.

- Also while fixing filtered predicates, eliminate the useless TOK_RP parse
  node above the parenthesized expression, to avoid a JSOP_GROUP bytecode.

- Fix js_GetAttributeNameObject so it doesn't take over its QName parameter's
  object and rebind it to an object of class AttributeName -- instead, clone
  the qn if necessary.  This is important to cope with the errata, noticed a
  while ago but finally recorded:

9.2.1.2 Step 2(e)(i, ii),
9.2.1.2 Step 7(e)(i),
9.2.1.3 Step 2(b)(ii)(1)(a)
        All uses of a.[[Name]] for an attribute a in these sections that pass
        that QName object to [[Delete]] must pass an AttributeName cloned from
        a.[[Name]].  The [[Name]] internal property is always a QName instance
        and never an AttributeName or AnyName instance.  But [[Delete]] will
        not operate on x.[[Attributes]] when given a QName by these sections,
        so a child could be wrongly deleted instead of the attribute of the
        same name.

  This rework exposed a bug in the XML.prototype.name() impl, where it was
  returning an AttributeName, not a QName, for attribute-class XML objects.
  Clearly wrong -- the E4X spec makes plain early on that [[Name]] is always
  a QName -- but the spec and e4x testsuite seemed to require it due to the
  above-noted errata.
2004-12-18 02:28:21 +00:00
vladimir%pobox.com b397544e5e new recurrence system. exceptions supported now, along with everything else ical can throw at us. I hope. 2004-12-18 01:54:30 +00:00
joshmoz%gmail.com b2bc72b694 fix reversed autoclose dl manager prefs, no bug 2004-12-18 00:24:09 +00:00
pedemont%us.ibm.com 737c6636b1 Move methods used by Java stubs to their own private class. 2004-12-17 23:52:42 +00:00
tor%cs.brown.edu 9fd7c6b3b7 Bug 216568 - <svg:image> implementation. r=pavlov 2004-12-17 23:45:30 +00:00
mostafah%oeone.com 3d5bed914f Bumped up supported version for TB 1.0 2004-12-17 23:26:45 +00:00
pedemont%us.ibm.com 51b8fd67f6 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin. 2004-12-17 22:25:12 +00:00
pedemont%us.ibm.com 28907a38a6 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin. 2004-12-17 22:20:56 +00:00
shaver%mozilla.org fe61a3b265 fix for SetXMLDeclaration change, non-debug builds 2004-12-17 22:12:39 +00:00
joshmoz%gmail.com 13b445598b new tab icons for toolbar 2004-12-17 22:02:47 +00:00
joshmoz%gmail.com 4edcf65426 new tabs pref pane icon 2004-12-17 21:58:08 +00:00
mvl%exedo.nl f5e6703da6 don't use 0 as beginning of time
bug 275083, r=dmose
2004-12-17 21:29:23 +00:00
tor%cs.brown.edu 90aa11cb79 Simplify clipping. 2004-12-17 21:27:11 +00:00
mvl%exedo.nl 8c2283ac8c updating ics provider 2004-12-17 21:24:29 +00:00
silver%warwickcompsoc.co.uk fbde966392 Bug 172094 - Focus window just prior to loading a URL in it.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs "Hannibal" Kruitbosch)
2004-12-17 20:58:14 +00:00
joshmoz%gmail.com f08f29f7a6 use the right nib file... 2004-12-17 20:56:12 +00:00
dbaron%dbaron.org 972b29f4a1 Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner 2004-12-17 20:40:48 +00:00
dbaron%dbaron.org 3688661b53 Fix memory leak. b=266986 r+sr=bryner 2004-12-17 20:36:28 +00:00
shaver%mozilla.org 443db64016 Bug 275075: fix 100%-chance crash when using two-arg form of
do_GetServiceFromCategory. r=bsmedberg, sr=darin.
2004-12-17 20:16:50 +00:00
vladimir%pobox.com 48db66a067 fix mAttendees typo 2004-12-17 19:54:54 +00:00
joshmoz%gmail.com 7746d68d45 add nib files forgotten from prefs reorg part 1 2004-12-17 19:51:53 +00:00
darin%meer.net c3a3b5f4fc fixes bug 273819 "ASSERTION: Native event queues should only be used on the main thread" r=danm, sr=bienvenu 2004-12-17 19:47:06 +00:00
neil%parkwaycc.co.uk cd56a5ffc6 Bug 242416 Active Mac Aqua buttons shouldn't turn white p=brion@pobox.com r=peterv rs=me 2004-12-17 18:40:21 +00:00
pedemont%us.ibm.com 0d552c8101 Bug 270889 - optimize InitializeJavaGlobals and implement FreeJavaGlobals 2004-12-17 18:01:19 +00:00
joshmoz%gmail.com 5e424a10a5 pref reorganization part 1, no bug 2004-12-17 17:58:21 +00:00
joshmoz%gmail.com 09c4204dfc pref reorganization part 1, no bug 2004-12-17 17:58:19 +00:00
joshmoz%gmail.com 9252ccf520 pref reorganization part 1, no bug 2004-12-17 17:58:18 +00:00
psychoticwolf%carolina.rr.com 0996c1ae45 Homepage Link Appears when null. Add RSS Autodiscovery Links to index pages. Make header links visited color match link color. 2004-12-17 09:57:23 +00:00
timeless%mozdev.org f45182e721 Bug 271503 ctl fails to build on osx
r=bsmedberg
2004-12-17 09:32:27 +00:00
peterv%propagandism.org 26bb2f4e91 Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst. 2004-12-17 09:17:35 +00:00
steffen.wilberg%web.de a7d7814369 Bug 274938: History sidebar broken. patch suggested by peterv@propagandism.org, r=mconnor 2004-12-17 08:08:49 +00:00
Stefan.Borggraefe%gmx.de 188735cdb9 Bug 257001 Menu item View|Show/Hide|Folder Pane is missing
r=neil, sr=bienvenu
2004-12-17 07:34:14 +00:00
timeless%mozdev.org 21d1193558 Bug 274080 dot files not listed by rview.cgi
r=cls
2004-12-17 07:21:26 +00:00
timeless%mozdev.org d14b2e7431 Bug 275007 . enables directory browsing
r=cls
2004-12-17 07:06:47 +00:00
psychoticwolf%carolina.rr.com 0bdd8b7c86 Fix Bustage in inc_approval.php, Bug 274999 2004-12-17 06:50:35 +00:00
ginn.chen%sun.com 0b2951ba2c Bug 268371 memory leak in nsLookAndFeel::GetMetric()
patch maker=brian.lu@sun.com r=blizzard sr=rbs
2004-12-17 05:39:19 +00:00
psychoticwolf%carolina.rr.com f45ef103e6 Bug 274924. Extension Homepage Link is Incorrect. 2004-12-17 02:25:03 +00:00
julien.pierre.bugs%sun.com 99bef0be47 Fix for 273993 . SSL client cache grows with non-restartable sessions . r=saul,nelson 2004-12-17 02:01:35 +00:00
darin%meer.net 0c13df977d fixes bug 257177 "xforms-binding-exception thrown incorrectly" patch by allan@beaufour.dk, r=aaronr@us.ibm.com, sr=darin 2004-12-17 01:41:10 +00:00