Commit Graph

155798 Commits

Author SHA1 Message Date
darin%meer.net
dd7ffaf0ca fixes bug 328125 "Add support for dynamic configuration and throttling" r=bryner 2006-03-17 02:58:16 +00:00
aaronr%us.ibm.com
649032f434 [XForms] Expose a .getInstanceDoc() interface on instance elements. Bug 330252, patch by surkov, r=allan+aaronr 2006-03-17 02:19:07 +00:00
beng%bengoodger.com
3618ce030e 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2006-03-17 02:01:06 +00:00
mike.morgan%oregonstate.edu
0fe291771c Moved memcache instantiation inside an if() that checks for cache_config and also that memcache exists using class_exists().
This should let us still do development on chameleon without requiring the memcache extension.
2006-03-17 00:56:47 +00:00
cvshook%sicking.cc
eecb0ccf93 Bug 330526. Don't call Release on mContent in the middle of putting the nsDOMEventRTTearoff in the cache. r=aaronr@us.ibm.com sr=jst 2006-03-17 00:51:04 +00:00
bienvenu%nventure.com
e92252418c fix 330760, crash in shutdown in nsMsgSearchDBView::~nsMsgSearchDBView, sr=mscott 2006-03-17 00:47:17 +00:00
mike.morgan%oregonstate.edu
4c420a1b61 Added support for memcache as an alternative to cache_lite. The goal was to use memcache since it provides better scalability in a clustered environment.
public/htdocs/rss.php
    cacheLiteId => memcacheId

public/htdocs/update.php
    cacheLiteId => memcacheId,
    removed premature mysql_real_escape_string() calls

public/inc/config-dist.php
    modified config-dist.php to contain proper config stuff,
    cleaned up comments.

public/inc/finish.php
    added memcache support using memcache::set()

public/inc/init.php
    added error logging for failed connections,
    added calls to memcache::addServer for adding multiple memcached hosts,
    replaced Cache_Lite::get() with memcache::get()
2006-03-17 00:43:09 +00:00
cvshook%sicking.cc
6c450d021d Bug 330084: Don't crash when removing an node from the tree that noone holds on to. r/sr=jst 2006-03-17 00:28:26 +00:00
edburns%acm.org
dc3bae7389 make_this_test_run 2006-03-17 00:26:02 +00:00
gijskruitbosch%gmail.com
d9335aa128 No bug. Update talkback link with the new URL.
ChatZilla Only.
r=samuel on IRC
2006-03-17 00:11:28 +00:00
pavlov%pavlov.net
336a97d6bb forgot to remove Save/Restore before checking in. bug 328390. r=vlad sr=roc 2006-03-16 22:46:10 +00:00
pavlov%pavlov.net
5f68395a20 draw image selection using thebes in cairo builds instead of tiling an image. bug 328390. r=vlad sr=roc 2006-03-16 21:42:50 +00:00
neil%parkwaycc.co.uk
6847bfbfe0 Relanding fix for bug 287179 unmodified charCode is generated for keypress event when both ctrl and shift are held down, patch by Dainis Jonitis r=emaijala sr=me for changes since previous attempts (see previous checkins for superreviewers) 2006-03-16 21:02:22 +00:00
pedemont%us.ibm.com
a267d6f58e Bug 329159 - StringIndexOutOfBoundsException in Mozilla.getGREPathFromRegistryFile. r=mkaply. 2006-03-16 20:59:42 +00:00
mvl%exedo.nl
3d55221f1a bug 330244: replace preventBubble with stopPropagation. pach by ssitter, r=mvl 2006-03-16 20:34:18 +00:00
mvl%exedo.nl
7ecf922afe bug 325519: show a short textual error code, instead of a magic number. r=jminta 2006-03-16 19:33:10 +00:00
aaronr%us.ibm.com
c914c224ed [XForms] Generate xforms-compute-exceptions for binds. Bug 330579, r=doronr+smaug 2006-03-16 19:17:19 +00:00
mrbkap%gmail.com
d910b92107 Only warn about invalid uses of document.all once per document instead of one time per use to avoid the console service flooding the event queue with error events. bug 330623, r+sr=jst 2006-03-16 18:30:36 +00:00
dbaron%dbaron.org
964b8e781b Avoid XGetGeometry calls in GetThebesContext, which require a round-trip to the X server. b=330661 r=vlad 2006-03-16 17:33:25 +00:00
dbaron%dbaron.org
d3e0e44a80 Fix leak of nsContentShellInfo objects. b=330649 r+sr=bzbarsky 2006-03-16 17:32:16 +00:00
mkaply%us.ibm.com
4cf804d8be OS/2 crashes on startup 2006-03-16 17:21:52 +00:00
tor%cs.brown.edu
a8696e5303 Bug 330602 - intermittent crash when textPath text goes off end of path.
r=longsonr, sr=roc.
2006-03-16 17:11:13 +00:00
bienvenu%nventure.com
c352994c0a fix 303571, can't move folder to root of imap hiearchy unless the hierarchy delimiter is /, also remove unused code sr=mscott 2006-03-16 16:29:51 +00:00
neil%parkwaycc.co.uk
600aa158b7 Bug 330360 switching from preventBubble to stopPropagation r=smaug sr=bienvenu 2006-03-16 16:21:00 +00:00
peterv%propagandism.org
d52a61880f Backing out to fix bustages. 2006-03-16 15:12:21 +00:00
hwaara%gmail.com
0dfe9ae64c fix bug 329673. The searchfield doesn't have the right selection behavior. r+sr=pink. Camino-only 2006-03-16 15:00:44 +00:00
hwaara%gmail.com
4602edb777 fix bug 328041, File: Open filter prevents selection of local SVG files, r=wevah, sr=pinkerton. Patch by Ludovic Hirlimann (qa-mozilla@hirlimann.net). Camino-only 2006-03-16 14:49:17 +00:00
peterv%propagandism.org
4b5f5e2d64 Try to fix bustage. 2006-03-16 14:48:08 +00:00
peterv%propagandism.org
5aeebac7a6 C file, not C++. 2006-03-16 13:49:53 +00:00
peterv%propagandism.org
3efee8b1f4 Fix for bug 286132 (xml-stylesheet PI doesn't handle href attribute as in specification). r=sicking, sr=bz. 2006-03-16 13:47:42 +00:00
martijn.martijn%gmail.com
821df10a37 Bug 327623 - nsHTMLEditor::SelectElement crashes if passed null argument, patch by Tony Goold, r=timeless, sr=neil 2006-03-16 12:41:57 +00:00
neil%parkwaycc.co.uk
5f5cf6e2fb Removing obsolete files r+sr=jag 2006-03-16 12:27:34 +00:00
igor%mir2.org
5f57130e34 Bug 311515: Fixing misspellings in comments from the previous commit. 2006-03-16 08:04:28 +00:00
timeless%mozdev.org
1059b8a1d2 Bug 242729 Copy in the right-click menu in the DOM inspector nodeName/nodeValue doesn't work
patch by jason_barnabe@fastmail.fm r=timeless sr=neil
2006-03-16 06:23:03 +00:00
dougt%meer.net
dda9c69abf Fixes bug 330142. r=benjamin, patch=romaxa@gmail.com. Build bustage for minimo 2006-03-16 04:44:57 +00:00
ajschult%verizon.net
699c22d45d Bug 286367: clear button disabled after quick search. r=neil, sr=bienvenu 2006-03-16 03:48:50 +00:00
dmose%mozilla.org
fb6bfcb833 Land support for Firefox and Thunderbird 2.0.* (bug 328986), patch by <daniel.boelzle@sun.com>, r=dmose. Also bumps version number to 0.1+ and turns Firefox support back on (no bug). 2006-03-16 02:28:45 +00:00
bzbarsky%mit.edu
4b74ae14f8 Fix crash bug 322348 by making ReParentStyleContext more sane. r+sr=dbaron 2006-03-16 01:30:38 +00:00
cltbld
403cbe4cd1 Automated update from host egg 2006-03-15 23:30:51 +00:00
dougt%meer.net
9bfc987689 Moving building of the shunt project out of configure and have it be controlled via the makefile in build/wince/tools. WINCE Only 2006-03-15 23:23:37 +00:00
Olli.Pettay%helsinki.fi
0707e707ba Bug 330020, View navigation buttons does not work since 2006-03-08 build, r=jminta 2006-03-15 21:54:32 +00:00
lpsolit%gmail.com
df1abc2d33 Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_milestone - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2006-03-15 21:51:35 +00:00
rob_strong%exchangecode.com
b812681eaa Bug 330613 - Update Qute theme for Extension Manager. r=mscott 2006-03-15 21:46:48 +00:00
rrelyea%redhat.com
11b860880e Bugzilla Bug 326503 producing a ProofOfPossession signature on a EC CRMF fails
Use SEC_GetSignatureAlgorithmOidTag() to map to the signature oid.
r=wtc
2006-03-15 21:46:24 +00:00
rrelyea%redhat.com
2b42f9feb9 Bugzilla Bug 326503 producing a ProofOfPossession signature on a EC CRMF fails
patch makes SHA1 the default hashing for RSA rather than MD5.
patch by wtc r=rrelyea.
2006-03-15 21:42:21 +00:00
lpsolit%gmail.com
eb159811e9 Bug 330519: Remove unused IsInClassification() function from globals.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=Tru a=justdave 2006-03-15 21:33:34 +00:00
annie.sullivan%gmail.com
19c5b5e582 Bug 330216: Fixes JavaScript warning when checking id of nodes with no id, patch by Phil Ringalda <philringnalda@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org 2006-03-15 21:20:36 +00:00
annie.sullivan%gmail.com
6440bff753 Moves history menu accesskey from H to i to avoid conflict with Help menu. patch by Pam Greene <pamg.bugs@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org 2006-03-15 21:11:12 +00:00
mike.morgan%oregonstate.edu
3d9e6a195b Removed htaccess.dist, moved to public/ for dev use only. In production and staging the site will be at the webroot so this stuff is better off in the .conf files for that vhost. 2006-03-15 20:58:59 +00:00
uriber%gmail.com
7d6d83cbd0 Mark lines for which bidi continuations were created or removed dirty, instead of marking everything dirty when continuations removed. bug=330373 r=roc sr=bzbarsky 2006-03-15 20:52:02 +00:00