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

183890 Коммитов

Автор SHA1 Сообщение Дата
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
mozilla%kewis.ch 977b20a9de Fix bug 382755 - Lightning fails to process iTIP/iMIP invitations sent by Groupwise server. r=ctalbert,patch=ssitter 2007-07-10 18:09:05 +00:00
zach%zachlipton.com 2be4f4a600 Missed one... 2007-07-10 18:00:42 +00:00
zach%zachlipton.com 31673678b5 Generalize paths to return absolute paths for mod_perl2 2007-07-10 17:57:48 +00:00
zach%zachlipton.com b406a3ba04 Use Apache2::RequestUtil->request() properly 2007-07-10 17:41:47 +00:00
stefanh%inbox.com 9b21dfb5e3 Bug 386898 - [Mac Classic] Missing Personal Toolbar bookmarks overflow chevron. r+sr=Neil. 2007-07-10 17:38:55 +00:00
zach%zachlipton.com ab013b5759 mod_perl 2 compatibility fixes 2007-07-10 17:36:28 +00:00
sdwilsh%shawnwilsher.com db42d23135 Backout of Bug 384526 (causes orange) 2007-07-10 17:23:36 +00:00
enndeakin%sympatico.ca ac67c4384f Bug 387236, submenus not closing up entire hierarchy, r+sr=bz 2007-07-10 17:03:32 +00:00
sdwilsh%shawnwilsher.com 8310ecbd2c Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-10 16:58:17 +00:00
mozilla%kewis.ch 3cfcef9ec1 Fix bug 386483 - Allday event marks two days bold in minimonth. r=mickey 2007-07-10 16:41:08 +00:00
sayrer%gmail.com 85adf42809 Bug 386878. nsSVGSVGElement needs to init its members. r+sr=tor 2007-07-10 16:38:00 +00:00
morgamic%mozilla.com 1b53ad40f3 Checking in patch to bump Sunbird nightly versions. Change is from bug 386420,
attachment 270601.
2007-07-10 16:21:35 +00:00
sspitzer%mozilla.org 828dd43179 fix for bug #385990: bail out early of command updating for history queries
r=dietrich
2007-07-10 16:20:54 +00:00