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

184053 Коммитов

Автор SHA1 Сообщение Дата
stuart.morgan%alumni.case.edu 8affce9b3d Camino only - Bug 379726: Prevent missing sheets when Camino is hidden. Patch by Sean Murphy <murph@seanmurph.com>. r=kreeger r=ardisson sr=smorgan 2007-07-11 15:11:39 +00:00
stuart.morgan%alumni.case.edu 485f3946fb Camino only - Bug 383867: Remove bookmark bar from tab chain when hidden. Patch by Sean Murphy <murph@seanmurph.com>. r=smorgan sr=pink 2007-07-11 15:07:24 +00:00
stuart.morgan%alumni.case.edu ebd8a41d38 Camino only - Bug 385484: Refactor bookmark creation APIs. r=kreeger sr=josh 2007-07-11 14:57:12 +00:00
axel%pike.org 16812ad3cd bug 387665, don't overwrite existing files, r=rcambell 2007-07-11 14:23:37 +00:00
nboyd%atg.com 29b1032a5e Switch to 1.4 as the souce and target. 2007-07-11 13:55:09 +00:00
peterv%propagandism.org 4168c1dcd1 Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz. 2007-07-11 13:05:06 +00:00
enndeakin%sympatico.ca 935cfeb6c1 Bug 387142, submenus collapsing incorrectly, also ensure parent menu gets highlighted again when a subitem is selected, r+sr=bz
CVS: ----------------------------------------------------------------------
2007-07-11 12:05:43 +00:00
mozilla.mano%sent.com 4523b47b8d Fix FUEL bustage from bug 331654, patch on bug 380168. 2007-07-11 10:25:36 +00:00
mozilla.mano%sent.com cd350f4baf Bug 331654 - Provide a way to handle annotations values in a type-agnostic way. r=dietrich. 2007-07-11 09:58:00 +00:00
neil%parkwaycc.co.uk 0f79d56c0a Properly fix bug 386390 by backing out most of bug 356900 r=CTho 2007-07-11 09:45:29 +00:00
dtownsend%oxymoronical.com 471dc6bf94 Bug 303194: Pressing Delete key in Extension Manager should uninstall
extension. p=Simon Bunzli <zeniko@gmail.com> r=robstrong
2007-07-11 09:26:10 +00:00
igor%mir2.org 740c486981 Bug 386885: JSAtom.number is removed in favour of using atoms itself for hashing. r=brendan 2007-07-11 09:25:45 +00:00
neil%parkwaycc.co.uk 11d0936e48 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 08:46:49 +00:00
surkov.alexander%gmail.com c830b1f1d7 Bug 386978 - bustage fix on mac, os/2, patch=mats, peter weilbacher, me, r=ginn.chen 2007-07-11 08:24:59 +00:00
surkov.alexander%gmail.com 1502576dbf Bug 378042 - expose group position for toolbarbuttons, patch=vasiliy.potapenko, r=me, aaronlev, sr=neil 2007-07-11 07:58:50 +00:00
surkov.alexander%gmail.com c4332225a3 Bug 347791 - expose accessible role and state as strings in Inspector, patch=vasiliy.potapenko, r=me,sdwilsh, sr=neil 2007-07-11 07:51:08 +00:00
slavomir.katuscak%sun.com 254cf7fc9d Bug 382775: Added test for certutil -D. r=julien 2007-07-11 07:44:41 +00:00
michael.buettner%sun.com f70e29689b bug 387549 - bad lineends in sources files, r=philipp 2007-07-11 07:31:01 +00:00
ginn.chen%sun.com 8c4c28d7e4 Bug 387399 Asian fonts are not rendered in web page on BIG ENDIAN machine
r=vladimir
2007-07-11 06:40:39 +00:00
rhelmer%mozilla.com 3ea437ef6b handle cc list better in emergency fail email b=372762 r=preed 2007-07-11 06:12:16 +00:00
rob_strong%exchangecode.com 9dabe73591 Bug 384384. r=bsmedberg, r=mscott for Thunderbird 2007-07-11 05:59:57 +00:00
rob_strong%exchangecode.com b47af66da8 Bug 387622 - Target Application minVersion and maxVersion are reversed. verbal r=mconnor 2007-07-11 05:50:08 +00:00
mark%moxienet.com 048b3ccaf7 Additional bustage fix from 386653 to get tinderbox to pick up the build ID. 2007-07-11 05:38:37 +00:00
ccooper%deadsquid.com 1238116ecf b=381996
- use calbld user
2007-07-11 05:34:15 +00:00
scott%scott-macgregor.org 81e2aa7e9f Bug #387561 --> thunderbird equivalent of bug 386665. Fix a leak in the phishing detector.
r=phil
2007-07-11 04:51:40 +00:00
philringnalda%gmail.com 499b5c33df Bug 387516 - Searchbar bindings depend on global pollution from printUtils.js, r=gavin 2007-07-11 04:49:32 +00:00
julien.pierre.bugs%sun.com e467a0d3eb Fix for bug 113323 . Constify some functions. r=nelson 2007-07-11 04:47:42 +00:00
julien.pierre.bugs%sun.com 75f00a4d9a Fix for bug 220115 . Make the CKM constants unsigned . r=nelson 2007-07-11 04:41:54 +00:00
mark%moxienet.com 2c612cdf5e 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-11 03:48:04 +00:00
ccooper%deadsquid.com 7fc29976bb b=381996
- use project-specific bld users
2007-07-11 03:45:20 +00:00
bzbarsky%mit.edu 9b6b7c9602 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-11 03:42:12 +00:00
rflint%ryanflint.com c004e50346 Bug 387633 - Remove old and unused images from winstripe. r=gavin 2007-07-11 03:33:53 +00:00
dwitte%stanford.edu 1d02c1a78d add unit tests for previous checkin. 2007-07-11 03:28:01 +00:00
dwitte%stanford.edu d11057da3c web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor. 2007-07-11 03:21:07 +00:00
bzbarsky%mit.edu ef8b8db3a9 Clean up the XDR properly even if JS_XDRScript fails. In particular, don't
double-free things.  Bug 387572, r+sr=brendan
2007-07-11 03:10:43 +00:00
julien.pierre.bugs%sun.com 0fec96b8a2 Fix for bug 257860 . Correct doc for SSL_SecurityStatus . r=nelson 2007-07-11 03:09:14 +00:00
bzbarsky%mit.edu e58f142ae5 Try to fix orange: sGlobalObserver can get set during event processing, not
just unset.  Bug 326777
2007-07-11 03:01:56 +00:00
bzbarsky%mit.edu 15dfe80590 Notify before firing mutation events. Bug 387460, r+sr=sicking 2007-07-11 01:14:55 +00:00
bzbarsky%mit.edu 9bba06ca93 Relanding bug 326777, r=bsmedberg, sr=jst 2007-07-11 00:57:17 +00:00
jwalden%mit.edu 355cb120c7 Add assertions that line iterators being compared are iterators over the same line list. rs=dbaron 2007-07-11 00:55:15 +00:00
mrbkap%gmail.com 64ad36be39 Create exceptions with the right parent. bug 387390, r=jst sr=brendan 2007-07-11 00:37:03 +00:00
mrbkap%gmail.com cee94558fe 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-11 00:29:25 +00:00
mrbkap%gmail.com 0996fe32e7 Avoid asserting for user-controlled thing (through __proto__ setting). bug 387182, r+sr=jst 2007-07-11 00:27:57 +00:00
myk%mozilla.org 4cb491ddd2 bug 387489: use Python's platform module to auto-detect the OS on which talos is running; npotb
r=rhelmer
sr=anodelman
2007-07-11 00:12:30 +00:00
dbaron%dbaron.org 0e3ab2367b 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 23:23:05 +00:00
julien.pierre.bugs%sun.com 66551ec4c8 Fix for bug 301528 . SECKEY_CreateSubjectPublicKeyInfo needs to check for NUL pubk. r=nelson,rrelyea 2007-07-10 22:59:45 +00:00
jwalden%mit.edu 53098ea62b 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 22:49:42 +00:00
julien.pierre.bugs%sun.com 657c01cdf0 Fix for bug 387052 . Avoid an OOM crash in softoken . r=nelson,alexei 2007-07-10 22:41:12 +00:00
julien.pierre.bugs%sun.com 7e87ac819d Fix for bug 132485 - built-in root certs should have a description . r=nelson,rrelyea 2007-07-10 22:35:19 +00:00
zach%zachlipton.com 53cec376f9 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 20:50:56 +00:00