Commit Graph

147527 Commits

Author SHA1 Message Date
jminta%gmail.com
7bd5bc32a9 More Bustage from Bug 275695. Add missing quotation mark. r=dmose npotb
git-svn-id: svn://10.0.0.236/trunk@177280 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 04:12:46 +00:00
zach%zachlipton.com
f118ad17be A four hour flight means another batch of changes.
1. Some UI improvements to the test display page
2. Fix process_test and the format API to properly handle editing of fields defined in formats.
3. Adjust show_test.cgi to only show recent results and the last three non-recent results. Also added a showallresults mode that allows users to view all results if they want to.


git-svn-id: svn://10.0.0.236/trunk@177279 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 03:05:49 +00:00
jminta%gmail.com
44fca139c5 Bustage fix from Bug 275695. Add missing &gt to some entities. Patch by ajvincent@gmail.com r=jminta npotd
git-svn-id: svn://10.0.0.236/trunk@177278 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 02:54:31 +00:00
gavin%gavinsharp.com
f9c51b809b Bug 246243 : Wrong accesskey values for migration UI, patch by Marek A. Stepien <marek.stepien@gmail.com>, r=gandalf@aviary.pl, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177277 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 02:17:57 +00:00
mozilla.mano%sent.com
2fe980b153 Bug 301963 - The 'edit options' button in the Software Installation Disabled message bar has 'undefined' as the button title. r+a=mconnor.
git-svn-id: svn://10.0.0.236/trunk@177276 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-07 00:50:17 +00:00
smfr%smfr.org
7a0c43bc33 Make sure we save the print settings after printing, otherwise they don't get saved at all.
git-svn-id: svn://10.0.0.236/trunk@177275 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 22:46:55 +00:00
cbiesinger%web.de
65d00ec4e1 297057 fix case of doOK()
patch by Frank Wein <bugzilla@mcsmurf.de> r=kaie sr=neil a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@177274 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 21:34:04 +00:00
smfr%smfr.org
3638d5ef12 Fix bug 302962. When someone calls Activate() or Deactivate() on an nsWebBrowser which doesn't have a content viewer yet (and hence no pres shell), don't just bail because nsGlobalWindow will complain. Instead, change nsDocShell to make the content viewer on demand, and go ahead and pass the activate/deactivate onto the dom window. This fixes a serious focus bug in Camino.
r/sr=bryner, a=bsmdedberg.


git-svn-id: svn://10.0.0.236/trunk@177273 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 20:28:42 +00:00
smfr%smfr.org
7e68744ffd Optimize the performance of bookmarks loading in Camino so that we launch must faster with large bookmarks files. Changes include:
* Change from having every bookmark register for page and favicon load notifications to having the BookmarksManger watch for loads, and then notify the relevant bookmarks. Requires the BookmarksManager to maintain two maps, one of page url -> bookmark, and another of favicon url -> bookmark.
* Now we build the bookmarks menus lazily on display: BookmarkMenu is now an NSMenu subclass.
* The writing of Spotlight Metadata for bookmarks now happens on a thread, after we've set up the rest of the bookmarks.
* We no longer save some empty keys for bookmarks and folders to the bookmarks plist file, which reduces its size (and saving cost). Also changed some bookmarks members from being object types (NSNumber) to primitive types.
* Delay the loading of bookmark icons until requested (rather than when the bookmarks url is set on bookmark loading).
* Bookmark changed notifications now go out with a set of change flags, so we know what changed and can avoid saving bookmarks for trivial changes.
* We no longer save the bookmarks when you tab between fields in the Info panel, if you didn't change anything.
* Sundry bookmarks code cleanup for readability and leg-cocking.
* We now save custom (i.e. <link>-based) favicon URLS with bookmarks, which allows us to avoid hitting the Necko cache for every bookmark up-front as we try to figure out the favicon url for a bookmark.
* The site icon provider code now provides info in the "loaded" notification about whether the load came from the network.

Fixes bug 279994, bug 236373.


git-svn-id: svn://10.0.0.236/trunk@177272 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 20:14:30 +00:00
jminta%gmail.com
2efe8b7ad6 Bug 275695 Make Sunbird menuitems localizable. patch by bugzilla@babylonsounds.com r=jminta npotb
git-svn-id: svn://10.0.0.236/trunk@177271 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 19:50:32 +00:00
neil%parkwaycc.co.uk
58ea305933 Missing part of bug 254992 to actually turn on Windows-specific help toc and index entries, thus fixing bug 303188 r=doron sr=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177270 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 18:27:05 +00:00
despotdaemon
69d8899318 Pseudo-automatic update of changes made by mconnor@steelgryphon.com.
git-svn-id: svn://10.0.0.236/trunk@177269 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 17:05:46 +00:00
jminta%gmail.com
ece2797caf Bug 302891 Set adjusted dates all at once to prevent rolling over to the next month. r=gekacheka npotb
git-svn-id: svn://10.0.0.236/trunk@177268 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 16:48:19 +00:00
aaronleventhal%moonset.net
9e4bdcc31e Small correction for checkin to bug 249136, accidentally had checked in |this.selectedTab| instead of |browser.selectedTab|.
git-svn-id: svn://10.0.0.236/trunk@177267 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 14:13:38 +00:00
nelsonb%netscape.com
48e3abcec3 Add a new assembly language source file with multiplication code for
Sparc v8 (not V8plus) CPUs.  This works around a performance regression
by restoring the former code.  Bug 303338. r=wtchang.
Modified Files: Makefile
Added Files:    mpi/mpv_sparcv8x.s


git-svn-id: svn://10.0.0.236/trunk@177266 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 11:08:41 +00:00
nelsonb%netscape.com
0a30d49c9a Add a comment clarifying that this source file is for sparc v8plus CPUs.
Upgrade license to tri-license.  Fix a bunch of whitespace problems,
WAY too much indentation.  Related to bug 303338. r=wtchang.
Modified Files: mpi/mpv_sparcv8.s


git-svn-id: svn://10.0.0.236/trunk@177265 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 11:06:55 +00:00
kairo%kairo.at
a877cf41f5 bug 303259 - rebrand Quick Launch image to SeaMonkey placeholder artwork, r+sr=Neil a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177264 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 10:44:11 +00:00
nelsonb%netscape.com
d19af5aed7 Move the TLS Pseudo Random Function (PRF) and the HMAC algorithm from
softoken to freebl.  Bug 303316. r=wtchang (with suggested changes)
Modified Files:
	freebl/blapi.h freebl/ldvector.c freebl/loader.c
	freebl/loader.h freebl/manifest.mn softoken/lowpbe.c
	softoken/manifest.mn softoken/pkcs11c.c softoken/pkcs11i.h
	softoken/tlsprf.c
Added Files:
	freebl/alghmac.c freebl/alghmac.h freebl/rawhash.c
	freebl/tlsprfalg.c
Removed Files:
	softoken/alghmac.c softoken/alghmac.h softoken/rawhash.c


git-svn-id: svn://10.0.0.236/trunk@177263 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 09:27:28 +00:00
nelsonb%netscape.com
4a8a7a3d21 This is the last trunk version of this file. The file will be moved
to nss/lib/freebl.  This version is identical to the first version
of this file in nss/lib/freebl.  Bug 303316. r=wtchang.
Modified Files: alghmac.c alghmac.h rawhash.c


git-svn-id: svn://10.0.0.236/trunk@177262 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 09:24:13 +00:00
mozilla.mano%sent.com
7a7ef5d599 Bug 300590 - default bidi.browser.ui to false. r=mconnor, a=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@177261 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 07:34:17 +00:00
nelsonb%netscape.com
7e86019de4 Add new functions for blapi symmetric ciphers and digest functions,
so that all those functions can initialize a preallocated context.
Bug 303334. r=rrelyea.
Modified Files: aeskeywrap.c alg2268.c arcfour.c blapi.h blapit.h desblapi.c
ldvector.c loader.c loader.h md2.c md5.c rijndael.c rijndael.h sha512.c


git-svn-id: svn://10.0.0.236/trunk@177260 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 07:24:21 +00:00
nelsonb%netscape.com
4ad2d2b4a4 Faster SHA1 implementation. Further corrections expected. bug 285932.
r=wtchang     Modified Files: prng_fips1861.c sha_fast.c sha_fast.h


git-svn-id: svn://10.0.0.236/trunk@177259 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 07:10:34 +00:00
aaronleventhal%moonset.net
3dc65e9b9a Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177231 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:20:13 +00:00
aaronleventhal%moonset.net
0ec17b25e8 Bug 302677. Accessible focus events incorrect for autocomplete. r=mconnor, +sr=neil, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177230 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:14:55 +00:00
aaronleventhal%moonset.net
0021c698c3 Bug 280153. Better fix for initial default focus in trees and lists so that it doesn't cause scrolling. Focus a visible item if no other item was focused. r=mconnor, a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177228 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 04:10:42 +00:00
bryner%brianryner.com
8329e12b36 Use the target window's outer window when we're checking for the focused window for fastback. Bug 298077, r=dbaron a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177213 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 03:17:28 +00:00
ben%bengoodger.com
60ed22bcb8 300089 - make sure active-updates.xml is cleared out more aggressively in error conditions to prevent busted update windows in edge cases. r=darin... also includes appearance tweak to mac downloading panel
git-svn-id: svn://10.0.0.236/trunk@177209 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 01:40:04 +00:00
mkaply%us.ibm.com
14317749fc #303623
r/sr/a=mkaply - OS/2 only
From Peter Weilbacher - add a cast so GCC 335 works


git-svn-id: svn://10.0.0.236/trunk@177208 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:53:10 +00:00
wtchang%redhat.com
ae5dba3a4a Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX).
git-svn-id: svn://10.0.0.236/trunk@177203 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:11:34 +00:00
wtchang%redhat.com
3a5bb7eb70 Bugzilla Bug 303345: just use c2pstrcpy directly. This patch is
contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@177201 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:05:09 +00:00
rob_strong%exchangecode.com
19ac94633a Bug 302581 Show install dialog for single extension updates as well as multiple. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177200 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-06 00:00:26 +00:00
rob_strong%exchangecode.com
1a2aa0febd Bug 303270 Theme's chrome.manifest are not always created when upgrading. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177199 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 23:53:39 +00:00
justdave%bugzilla.org
bf5928397d Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, a= justdave


git-svn-id: svn://10.0.0.236/trunk@177197 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 23:47:28 +00:00
rob_strong%exchangecode.com
b789cd80ff Bug 302750 Extension manager: can't install multiple updates anymore. r+a=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@177196 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 23:47:11 +00:00
wtchang%redhat.com
55379e33fc Bugzilla Bug 303345: removed support for XP_MAC (Mac OS Classic). The
patch is contributed by Josh Aas <joshmoz@gmail.com>. r=wtc.


git-svn-id: svn://10.0.0.236/trunk@177195 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 23:38:30 +00:00
wtchang%redhat.com
c5a28ecd74 Bugzilla Bug 298612: ensure that the return value of StringGetChar, which
is passed to isspace, etc., is EOF or between 0 and 255. r=darin.


git-svn-id: svn://10.0.0.236/trunk@177193 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 22:44:06 +00:00
ben%bengoodger.com
dddb172d59 303449 - show update history button missing from preferences
git-svn-id: svn://10.0.0.236/trunk@177191 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 22:05:41 +00:00
ben%bengoodger.com
354aca94a6 303485 - update manager no longer connects to update server: add 'extra1' button to MacOS X wizard buttons binding so client code can access and use it. r=darin
git-svn-id: svn://10.0.0.236/trunk@177190 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 21:42:47 +00:00
julien.pierre.bugs%sun.com
55b70277a1 Fix for bug 303494 . SEC_LookupCrls passes the address of a stack variable that goes out of scope. r=nelson,wtchang
git-svn-id: svn://10.0.0.236/trunk@177189 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 21:15:22 +00:00
jminta%gmail.com
181f45281c Bug 302588 Test for valid recurrence values when creating an event. r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177186 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 20:19:41 +00:00
bryner%brianryner.com
d1232f1869 Fix fastback regression where IsZombieDocument could return false even if we are in a zombie document. Bug 301804, r=aaronl, sr+a=dbaron
git-svn-id: svn://10.0.0.236/trunk@177185 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 20:01:52 +00:00
dougt%meer.net
e943015354 Changes required to build on linux. NPODB
git-svn-id: svn://10.0.0.236/trunk@177182 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 19:44:28 +00:00
lpsolit%gmail.com
f0f104afc6 Bug 301261: uninitialized value in Search.pm when querying by date - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
git-svn-id: svn://10.0.0.236/trunk@177181 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:58:35 +00:00
scott%scott-macgregor.org
c71438e275 Bug #303587 --> fix some html entity escaping issues
git-svn-id: svn://10.0.0.236/trunk@177179 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:17:53 +00:00
aaronleventhal%moonset.net
b9bc61de8d Bug 301737. Fix keyboard and accessibility API support for multiple selection for listboxes. r=mconnor, sr=neil, a=mkaply
git-svn-id: svn://10.0.0.236/trunk@177178 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:16:32 +00:00
pinkerton%aol.net
ae6c3ffdab disable destructive buttons when window isn't key so they can't be clicked
through (bug 192223)


git-svn-id: svn://10.0.0.236/trunk@177177 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:15:22 +00:00
jminta%gmail.com
5b2692d11d Bug 275695 Activate undo, redo, and quit commands in Sunbird. r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177176 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 18:01:38 +00:00
jminta%gmail.com
ad56f91c42 Bug 303230 Fix unifinder refreshing to make search actually work. r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177175 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 17:53:13 +00:00
jminta%gmail.com
f3d5e4a1a4 Bug 303113 Bring back extra stuff in updateColors(). r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177174 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 17:47:43 +00:00
jminta%gmail.com
94cb4aac73 Bug 275357 Make start/due dates for new tasks default to the selected day. r=mvl npotb
git-svn-id: svn://10.0.0.236/trunk@177173 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 17:29:32 +00:00