Commit Graph

145137 Commits

Author SHA1 Message Date
pinkerton%aol.net
491875a237 reduce click-hold delay on back/fwd buttons to 0.45 (bug 296596) 2005-08-07 20:28:07 +00:00
brendan%mozilla.org
de22c50452 Fix null ptr deref crash on shortid-bearing proto-property watch (303277, r=shaver). 2005-08-07 19:46:58 +00:00
smfr%smfr.org
dcc4448ecb Test backout of nsDocShell EnsureContentViewer() changes from bug 302962, to see impact on performance. 2005-08-07 15:49:15 +00:00
bienvenu%nventure.com
61ab4cf7f3 fix 303289 cancelling full download of partially downloaded message with msg quarantining turned on can truncate folder, sr=mscott, a=bmsedberg 2005-08-07 15:43:53 +00:00
timeless%mozdev.org
52a2f797f2 Bug 302356 Crash when drag-scrolling combobox [@ nsIFrame::HasView][@ nsIFrame::GetOffsetTo]
r=roc sr=roc a=bsmedberg
2005-08-07 14:35:45 +00:00
timeless%mozdev.org
751bc04704 Bug 286405 "right" value of attribute crop is deprecated
patch by joelnackman@gmail.com r=db48x sr=bz a=bsmedberg
2005-08-07 14:22:31 +00:00
igor%mir2.org
dca0a2a07a RefCallable is new member of public API 2005-08-07 10:05:47 +00:00
gavin%gavinsharp.com
b861077cd6 Bug 301955 : Add entities for changing DM height and width, patch by Pavel Franc - Pawell (Czilla.cz) <p.franc@gmail.com>, r+a=bsmedberg 2005-08-07 09:02:11 +00:00
joshmoz%gmail.com
fd22e571b1 fix about window positioning on Macs. b=295282 r=mano sr=mconnor a=mconnor 2005-08-07 08:23:20 +00:00
joshmoz%gmail.com
d635277de3 bustage fix. I typed the wrong bug number into the comment for the original patch. b=297600 2005-08-07 07:54:50 +00:00
joshmoz%gmail.com
c63c3132dd Verify (on Mac OS X only) that plugins are useable. Among other things, now we don't load CFM plugins on x86 Macs (CFM executables can't be used on x86 Macs). Note: This patch considers Universal Binary plugins to be useable, but we don't actually support them yet. We should and we will soon. b=191749 r=mento sr=smfr a=bsmedberg 2005-08-07 07:12:11 +00:00
joshmoz%gmail.com
2c1fa35867 clean up old mac code and comments. b=191567 r=dougt sr=smfr a=bsmedberg 2005-08-07 07:05:09 +00:00
jminta%gmail.com
dfa58af27b More Bustage from Bug 275695. Add missing quotation mark. r=dmose npotb 2005-08-07 04:12:46 +00:00
zach%zachlipton.com
3654bba028 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.
2005-08-07 03:05:49 +00:00
jminta%gmail.com
7541e064e9 Bustage fix from Bug 275695. Add missing &gt to some entities. Patch by ajvincent@gmail.com r=jminta npotd 2005-08-07 02:54:31 +00:00
gavin%gavinsharp.com
8b077b9e82 Bug 246243 : Wrong accesskey values for migration UI, patch by Marek A. Stepien <marek.stepien@gmail.com>, r=gandalf@aviary.pl, a=bsmedberg 2005-08-07 02:17:57 +00:00
mozilla.mano%sent.com
8404f14917 Bug 301963 - The 'edit options' button in the Software Installation Disabled message bar has 'undefined' as the button title. r+a=mconnor. 2005-08-07 00:50:17 +00:00
smfr%smfr.org
0b33aa4221 Make sure we save the print settings after printing, otherwise they don't get saved at all. 2005-08-06 22:46:55 +00:00
cbiesinger%web.de
b71260a8a1 297057 fix case of doOK()
patch by Frank Wein <bugzilla@mcsmurf.de> r=kaie sr=neil a=bsmedberg
2005-08-06 21:34:04 +00:00
smfr%smfr.org
cb4ed7c2b3 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.
2005-08-06 20:28:42 +00:00
smfr%smfr.org
700f885ac8 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.
2005-08-06 20:14:30 +00:00
jminta%gmail.com
cb736f006e Bug 275695 Make Sunbird menuitems localizable. patch by bugzilla@babylonsounds.com r=jminta npotb 2005-08-06 19:50:32 +00:00
neil%parkwaycc.co.uk
18950238e7 Missing part of bug 254992 to actually turn on Windows-specific help toc and index entries, thus fixing bug 303188 r=doron sr=bsmedberg 2005-08-06 18:27:05 +00:00
jminta%gmail.com
9f13828f5e Bug 302891 Set adjusted dates all at once to prevent rolling over to the next month. r=gekacheka npotb 2005-08-06 16:48:19 +00:00
aaronleventhal%moonset.net
66126c0664 Small correction for checkin to bug 249136, accidentally had checked in |this.selectedTab| instead of |browser.selectedTab|. 2005-08-06 14:13:38 +00:00
nelsonb%netscape.com
8260a85fe6 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
2005-08-06 11:08:41 +00:00
nelsonb%netscape.com
c02e614a66 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
2005-08-06 11:06:55 +00:00
kairo%kairo.at
8d8bfb3313 bug 303259 - rebrand Quick Launch image to SeaMonkey placeholder artwork, r+sr=Neil a=bsmedberg 2005-08-06 10:44:11 +00:00
nelsonb%netscape.com
1f607bc371 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
2005-08-06 09:27:28 +00:00
nelsonb%netscape.com
9a8510d59b 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
2005-08-06 09:24:13 +00:00
mozilla.mano%sent.com
1ffd5569bc Bug 300590 - default bidi.browser.ui to false. r=mconnor, a=bsmedberg. 2005-08-06 07:34:17 +00:00
nelsonb%netscape.com
8521bea2ba 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
2005-08-06 07:24:21 +00:00
nelsonb%netscape.com
51714ee5f1 Faster SHA1 implementation. Further corrections expected. bug 285932.
r=wtchang     Modified Files: prng_fips1861.c sha_fast.c sha_fast.h
2005-08-06 07:10:34 +00:00
aaronleventhal%moonset.net
37f937ea73 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2005-08-06 04:20:13 +00:00
aaronleventhal%moonset.net
23da1858e6 Bug 302677. Accessible focus events incorrect for autocomplete. r=mconnor, +sr=neil, a=bsmedberg 2005-08-06 04:14:55 +00:00
aaronleventhal%moonset.net
c9232f814a 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 2005-08-06 04:10:42 +00:00
bryner%brianryner.com
006c256aff Use the target window's outer window when we're checking for the focused window for fastback. Bug 298077, r=dbaron a=bsmedberg 2005-08-06 03:17:28 +00:00
ben%bengoodger.com
48ecfb0eda 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 2005-08-06 01:40:04 +00:00
mkaply%us.ibm.com
f6353771ac #303623
r/sr/a=mkaply - OS/2 only
From Peter Weilbacher - add a cast so GCC 335 works
2005-08-06 00:53:10 +00:00
wtchang%redhat.com
4140069c43 Use #ifdef XP_MACOSX as a shorthand for #if defined(XP_MACOSX). 2005-08-06 00:11:34 +00:00
wtchang%redhat.com
33736611eb Bugzilla Bug 303345: just use c2pstrcpy directly. This patch is
contributed by Mark Mentovai <mark@moxienet.com>. r=wtc.
2005-08-06 00:05:09 +00:00
rob_strong%exchangecode.com
ae5a2f8e5d Bug 302581 Show install dialog for single extension updates as well as multiple. r+a=bsmedberg 2005-08-06 00:00:26 +00:00
rob_strong%exchangecode.com
0e55a2b6c1 Bug 303270 Theme's chrome.manifest are not always created when upgrading. r+a=bsmedberg 2005-08-05 23:53:39 +00:00
justdave%bugzilla.org
97056d6090 Bug 285700: bump minimum File::Spec version to 0.84 to deal with taint errors
r= LpSolit, a= justdave
2005-08-05 23:47:28 +00:00
rob_strong%exchangecode.com
a0f8978a3e Bug 302750 Extension manager: can't install multiple updates anymore. r+a=bsmedberg 2005-08-05 23:47:11 +00:00
wtchang%redhat.com
9f122f5591 Bugzilla Bug 303345: removed support for XP_MAC (Mac OS Classic). The
patch is contributed by Josh Aas <joshmoz@gmail.com>. r=wtc.
2005-08-05 23:38:30 +00:00
wtchang%redhat.com
fc2773f746 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.
2005-08-05 22:44:06 +00:00
ben%bengoodger.com
9f022e06d9 303449 - show update history button missing from preferences 2005-08-05 22:05:41 +00:00
ben%bengoodger.com
c3ec2009d8 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 2005-08-05 21:42:47 +00:00
julien.pierre.bugs%sun.com
440dae786f Fix for bug 303494 . SEC_LookupCrls passes the address of a stack variable that goes out of scope. r=nelson,wtchang 2005-08-05 21:15:22 +00:00