igor.bukanov%gmail.com
0a42ade42c
Bug 340129: Bulletproof rooting of objects during sharp graph construction/usage. r=mrbkap
2006-06-13 22:29:31 +00:00
igor.bukanov%gmail.com
719b0db492
Bug 340129: Reverting the commit, it was the wrong patch!
2006-06-13 22:21:56 +00:00
igor.bukanov%gmail.com
59017eb846
Bug 340129: Bulletproof rooting of objects during sharp graph construction/usage. r=mrbkap
2006-06-13 22:19:55 +00:00
mattwillis%gmail.com
eadbacf3ca
oops. closed tree. backing out. my bad.
2006-06-13 21:37:01 +00:00
alexei.volkov.bugs%sun.com
d5aa4d29c5
[Bug 337008] OOM crash [@ nssList_Add - STAN_InitTokenForSlotInfo - STAN_LoadDefaultNSS3TrustDomain][@ nssList_Clone - nssList_CreateIterator - STAN_LoadDefaultNSS3TrustDomain] Dereferencing possibly NULL "(td)->tokenList". r=nelson, sr=wtc
2006-06-13 21:36:29 +00:00
mattwillis%gmail.com
e4f753263c
334464 back out reference to fix bustage on trunk. r=mento
2006-06-13 21:09:56 +00:00
mike.morgan%oregonstate.edu
1ab487ebeb
Added joga.com banner.
2006-06-13 20:09:14 +00:00
mrbkap%gmail.com
c4e7ac3d95
Fix a silly think-o regression from bug 255942 that is preventing clearTimeout from working. bug 341360, r+sr+a=bzbarsky
2006-06-13 20:08:59 +00:00
mike.morgan%oregonstate.edu
27cf82bef7
Joga images.
2006-06-13 20:08:09 +00:00
bryner%brianryner.com
bed2226d47
Initialize member variables earlier, in case the observer service notifications don't happen in the expected order (bug 341318) r=marria
2006-06-13 20:01:59 +00:00
ccooper%deadsquid.com
3fb9e9fe84
- fix logic for displaying result submission/editing divs
2006-06-13 19:29:19 +00:00
zach%zachlipton.com
40c758b7dc
Add coop's robots.txt file from the production install
...
S: ----------------------------------------------------------------------
2006-06-13 19:25:45 +00:00
zach%zachlipton.com
5ca37b8242
Add missing file
2006-06-13 19:10:50 +00:00
ccooper%deadsquid.com
823e7b25f1
- associate sort_order with join tables so that testcases and subgroups can be properly reused
2006-06-13 18:29:33 +00:00
cltbld
d65db94ad4
Automated update from host egg
2006-06-13 18:14:53 +00:00
mattwillis%gmail.com
7688ded7e5
bug 340559 moves sunbird configure's default build options into configure.in. r/branch=bsmedberg
2006-06-13 18:05:51 +00:00
justdave%bugzilla.org
533ee21022
Bug 325919: dramatic speed increase in history rebuilds by making it only correct mistakes and add new records instead of holding a database lock while we let MySQL decide if the record's been touched or not.
...
r=timeless
2006-06-13 18:03:07 +00:00
wtchang%redhat.com
82930ed07a
Bugzilla Bug 341111: added a dummy reference to the SCCS and RCS version
...
strings so that they won't be optimized away. r=nelsonb.
2006-06-13 17:48:03 +00:00
alexei.volkov.bugs%sun.com
51b89f627d
[Bug 337110] OOM Crash [@ PK11_CreatePBEParams]. r=nelson
2006-06-13 17:33:06 +00:00
zach%zachlipton.com
c9544791be
Bug fix: send a header when displaying the admin required error message
2006-06-13 17:10:56 +00:00
zach%zachlipton.com
42abcb0e16
* New feature: Add New Testcase
...
* Invalidate the current session when the user logs out
* Special variables defaultemail and show_admin are now included automatically in all template variable spaces. Scripts no longer need to manually fetch these and send them for the sidebar to work properly.
* The login page now displays a special message when an admin login is required to continue.
2006-06-13 17:05:23 +00:00
ghendricks
09bfbfd448
Putting old testrunner cvs tarball into the attic
2006-06-13 15:58:17 +00:00
ghendricks
37af632351
Creating testopia 1.0 beta
2006-06-13 15:09:54 +00:00
timeless%mozdev.org
e60b5187ef
Bug 335692 build bustage (violated portability guidelines)
2006-06-13 08:34:23 +00:00
tony%ponderer.org
56d35d22bc
Bug 340866: Anti-phishing only works on the last opened window (fails otherwise)
...
r=brettw,a=bryner
2006-06-13 05:37:32 +00:00
leon.sha%sun.com
3f649fb148
Bugzilla Bug 335692 Remove nsIPref from profile/pref-migrator.
...
Patch by alfred.peng@sun.com .
roc: review+
roc: superreview+
2006-06-13 05:22:20 +00:00
cltbld
138429f364
Automated update from host egg
2006-06-13 03:14:48 +00:00
mhammond%skippinet.com.au
0f241835df
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
darin%meer.net
951c3f5544
removing bogus printf
2006-06-13 01:14:46 +00:00
darin%meer.net
03fdfa5587
fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky
2006-06-13 01:14:20 +00:00
wclouser%mozilla.com
2b2d7ed502
make it quit throwing errors for a missing file
2006-06-12 23:33:59 +00:00
rob_strong%exchangecode.com
22fe169304
Bug 341302 - 7-zip isn't picking up sub directories on Pacifica (NSIS Installer). r=sspitzer
2006-06-12 22:55:28 +00:00
martijn.martijn%gmail.com
15deffdb3e
Bug 76131 - localName should be null for all nodetypes except Element and Attr, r+sr=bugmail. Patch by Alex Vincent
2006-06-12 22:47:37 +00:00
mrbkap%gmail.com
98997f8669
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
2006-06-12 22:39:55 +00:00
pamg.bugs%gmail.com
cdb4d03bce
Bug 340122: Do not offer to add an autodiscovered search engine if its title matches one already in the list. r+a181=mconnor
2006-06-12 22:01:52 +00:00
zach%zachlipton.com
a311853504
Fix remaining schema nits.
2006-06-12 21:52:09 +00:00
zach%zachlipton.com
01e389b6d2
Fix syntax error in declaration of test_runs table ('auto increment' => 'auto_increment')
2006-06-12 21:46:44 +00:00
zach%zachlipton.com
af58e1d034
Add missing close paren in declaration of subgroup_testgroups table.
2006-06-12 21:43:40 +00:00
alexei.volkov.bugs%sun.com
4fe5c22675
[Bug 337099] Crash [@ PK11_ParamFromIV] Variable "iv" tracked as NULL
...
was dereferenced. r=nelson
2006-06-12 21:16:49 +00:00
joshmoz%gmail.com
5687cc5ec7
make control-click bring up a context menu. b=340870 r=mento
2006-06-12 21:05:36 +00:00
alexei.volkov.bugs%sun.com
cc3d04b60e
[Bug 339886] param leaked at NSS_CMSCipherContext_StartEncrypt(nss/lib/smime/cmscipher.c). r=nelson
2006-06-12 21:05:12 +00:00
cls%seawood.org
d80a82abda
Only deny access to *.pl & *.pm at the toplevel and the examples dir
2006-06-12 20:40:12 +00:00
vladimir%pobox.com
94a2dfe7a9
b=341280, canvas getImageData needs to check for negative width/height, r=pavlov,a=vlad
2006-06-12 20:20:13 +00:00
jminta%gmail.com
7be7e40d2a
Bug 248795 Menu item 'Refresh Remote Calendars' should be disabled when there are no remote calendars
2006-06-12 19:51:19 +00:00
joshmoz%gmail.com
337f7b9c61
selection highlight color changed in 0.5+ to no longer use system selection color. b=240320 r=josh sr=roc
2006-06-12 19:33:07 +00:00
smontagu%smontagu.org
35028e0de7
Change LOCALIZATION NOTES to LOCALIZATION NOTE. Bug 341239, r=Axel Hecht <l10n@mozilla.com> sr=bienvenu
2006-06-12 19:26:02 +00:00
myk%mozilla.org
2d4618d268
moves Firefox-specific microsummary directory definitions to nsBrowserDirectoryProvider
...
bug=337324
r=bsmedberg
a=mconnor for the 1.8 branch
2006-06-12 18:58:37 +00:00
jwalden%mit.edu
28de87e252
Bug 159167 - Implement DOM3 isEqualNode(). Patch by Alex Vincent <ajvincent@gmail.com>, r+sr=sicking
2006-06-12 18:54:48 +00:00
myk%mozilla.org
10aabb6329
prevent the mouse pointer from getting stuck in a busy state over chrome after updating a microsummary
...
bug=337038
r=mconnor
a=mconnor for 1.8 branch
2006-06-12 18:50:46 +00:00
bugzilla%standard8.demon.co.uk
cc181bfb64
Bug 340560 Integrate the replication progress dialog into the LDAP directory properties window. r=Neil,sr=bienvenu
2006-06-12 18:42:36 +00:00