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

144449 Коммитов

Автор SHA1 Сообщение Дата
gavin%gavinsharp.com 37141c50fd Oops, removing file that was accidentally checked in. 2005-07-25 04:49:06 +00:00
gavin%gavinsharp.com e33e887b55 Bug 191642 : Lots of missing keyboard accelerators in Options window, patch by Bryan <BoxerBoi76@hotmail.com> and me, r+a=mconnor 2005-07-25 04:42:13 +00:00
aaronleventhal%moonset.net f0616be271 Bug 300780. Fix initial focus in richlistbox. r=mconnor, a=mconnor 2005-07-25 03:41:46 +00:00
bzbarsky%mit.edu 42685c7633 Fixing regression due to not renaming things consistently. Bug 301875,
r+a=mconnor
2005-07-25 03:25:54 +00:00
smfr%smfr.org 6c2b9c744c Fix bug 248716: don't leave odd gap in bookmarks toolbar when trying to delete an undeletable folder (like the dock menu folder). 2005-07-25 02:09:02 +00:00
smfr%smfr.org dc1e1cd05f Fix bug 232765: hide scrollbars when a popup is opened without the scrollbar flag. 2005-07-25 01:56:41 +00:00
smfr%smfr.org cc7ac19eb2 Fix bug 176421: even if window.open() hides parts of the chrome with chrome flags, make sure the user can show the toolbar and bookmarks toolbar. 2005-07-25 01:00:37 +00:00
smfr%smfr.org 85ba36e726 Fix bug 166746: if the bookmark title for a linked image is empty, use the url. 2005-07-24 23:14:48 +00:00
smfr%smfr.org fd0b877165 Add an NSAutoreleasePool on the StreamLoaderContext callback, because autoreleased items under this method don't seem to get reaped otherwise. 2005-07-24 23:05:00 +00:00
smfr%smfr.org 15bd1f3f5d Add a comment about ref cycles. 2005-07-24 23:03:59 +00:00
smfr%smfr.org c6ced2ce5a Turn off threaded animation on the download progress indicators, as it appears to cause a leak. Bug 143303. 2005-07-24 23:03:25 +00:00
smfr%smfr.org f6372a1cc1 New file of C++ utilities, including stack-based autorelease pool creator. 2005-07-24 23:02:55 +00:00
gavin%gavinsharp.com af496b2d1a Bug 260437 : "Set as Wallpaper" changes wallpaper for all users (should not save in windows directory), patch by O. Atsushi (Torisugari) <torisugari@gmail.com>, r+a=bsmedberg 2005-07-24 22:56:48 +00:00
smfr%smfr.org e0edf75bbd Make sure we release top-level nib items to reduce leaking. 2005-07-24 22:56:16 +00:00
cmp%mozilla.org e3b7b12e44 Override product version with app version number in app .exe file.
Bug 286825, attachment 190279.  r=benjamin@smedbergs.us,
sr=bryner@brianryner.com, a=chase@mozilla.org
2005-07-24 21:55:56 +00:00
dougt%meer.net cdb4471a32 This patch does the follow:
*)  First it allows hardware key that various devices have (so called HOTKEYs)
be mapped into the DOM (as F-KEYS).  This will allow application developers use
the standard hardware buttons on devcies in some interesting way.  This is
controlled via a preference.  it is to be defaulted on -- we will override the
hardware buttons and pass these events on.

*) Secondly, i have added a preference which controls if the top level windows
have a (X) box or a (OK) box in their upper right hand corner.	The difference
between these is that an (X) box only puts the top level window in the
background whereas the (OK) box actually is suppose close and destory the
window.  It is very important for developers (a time save) to have the ablity
to directly kill the window.  Without this, you have to go to Settings / System
/ Memory / Running Programs, then find your app and press "Stop".

This patch is WINCE only -- everything is within the correct #defines.

emaijala: review+
dveditz: superreview+
a=asa WinCE only.
2005-07-24 19:36:18 +00:00
mvl%exedo.nl 059c34d9fc Rename the callers to make them match the interface spec.
Should have been part of bug 298772
2005-07-24 12:36:09 +00:00
mike.morgan%oregonstate.edu 0fd28e841e Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
mike.morgan%oregonstate.edu 9328a8c8e2 Search modifications. 2005-07-24 10:31:23 +00:00
gavin%gavinsharp.com 5129662272 Bug 301837 : NaN appears when entering a letter and/or symbol in the history "days" box, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2005-07-24 05:13:34 +00:00
dougt%meer.net 1fcd298ded Fixing makefile so that snav builds in the static build system. r=bsmedberg. npodb. 2005-07-24 03:41:38 +00:00
mike.morgan%oregonstate.edu 724d5d383a updated some search items. 2005-07-24 02:05:49 +00:00
cst%andrew.cmu.edu 21cb7fd660 Bug 301842 fix chrome errors from reporter locale moving
patch by ajschult, r=bsmedberg a=bsmedberg
2005-07-24 01:48:58 +00:00
mats.palmgren%bredband.net c573f457b3 Don't crash in the document observer methods when the container arg is null. b=301025 r+sr=bzbarsky a=benjamin 2005-07-24 01:21:17 +00:00
mats.palmgren%bredband.net 57b3c45839 Consider height of <OPTGROUP> labels when calculating visible height. b=300474 r+sr=bzbarsky a=benjamin 2005-07-24 01:02:15 +00:00
cltbld 9b09bb5eb7 Automated update from host egg 2005-07-23 21:27:58 +00:00
joshmoz%gmail.com 818a1b3c3d export MACOSX_DEPLOYMENT_TARGET and kill MACOS_DEPLOYMENT_TARGET. Allows us to build on x86 Macs right out of cvs (note that we still crash a lot straight from cvs, but it runs). Patch by Mark Mentovai. b=298543 r=josh sr=peterv a=bsmedberg 2005-07-23 21:17:40 +00:00
bsmedberg%covad.net de2d0c33f9 --enable-tests bustage from bug 300731, r=cls 2005-07-23 18:44:37 +00:00
bsmedberg%covad.net 4f52d8d473 Bustage fix, remove extra semicolon 2005-07-23 15:35:31 +00:00
bsmedberg%covad.net e373887d61 Bug 300731 - Change app/extension version scheme going forward, r=darin+shaver a=shaver 2005-07-23 14:05:25 +00:00
bsmedberg%covad.net 781f9b10b0 Bug 297312 - EM gets confused between multiple installations of the same version, r=darin+robstrong, self-approving per deerpark triage meeting. 2005-07-23 14:00:07 +00:00
mike.morgan%oregonstate.edu 8fd2c663bd Started messing with the search template. Not even 5% done. Added some global CatName stuff to init.php. Will find a better home for that later. 2005-07-23 08:57:41 +00:00
mvl%exedo.nl 613e9ecbae update the makefile to the renamed outlook importer. Bustage fix. 2005-07-23 08:49:31 +00:00
dougt%meer.net 43b1d95927 disabling string 1.0 abi support. npodb 2005-07-23 04:40:07 +00:00
dougt%meer.net 51a3e77c7a adding back 1mb stack commit. npodb 2005-07-23 04:39:16 +00:00
dougt%meer.net 7c9cec219b Shunt timeline getenv support. npodb 2005-07-23 04:38:02 +00:00
gavin%gavinsharp.com 96d220ee5e Fix typo in comment, refers to wrong bug # 2005-07-23 02:59:56 +00:00
gavin%gavinsharp.com 9e8adc7332 Fix omission from checkin for bug 287111, r+a=mconnor 2005-07-23 02:55:16 +00:00
bryner%brianryner.com e45fe00a62 Fixing warnings in DEBUG_me code. NPOB. 2005-07-22 23:03:08 +00:00
dougt%meer.net 3af3ff63b1 removing window size from css. adding smaller size for the toolbar in css. npodb 2005-07-22 22:18:34 +00:00
wtchang%redhat.com 45fcf6685b Bugzilla Bug 298514: Moved the FIPS 140-2 pairwise consistency check from
pk11wrap to softoken because the softoken shared library is our new crypto
module boundary. r=relyea,nelsonb.
Modified files: pk11wrap/pk11akey.c softoken/fipstokn.c softoken/pkcs11c.c
2005-07-22 22:11:22 +00:00
gavin%gavinsharp.com 85e6e3f506 Bug 298545: border-style: double displayed as solid, patch by gandalf@aviary.pl, r+sr=roc, a=asa 2005-07-22 20:57:36 +00:00
bzbarsky%mit.edu 113a48816f Comment-only fixes I forgot to make. Bug 240661. 2005-07-22 20:49:12 +00:00
dougt%meer.net 48ab35ea39 Adding transfer.gif, moving skin files into skin directory in jar. Fixing up the NewTab button on the toolbar. I also added some ssr css rules to our chrome css file. this might need to be trimmed back. NPODB 2005-07-22 20:45:56 +00:00
mrbkap%gmail.com fa38aba20f bug 301574: Allow XML mode to be enabled explicitly by the XML constructor. r+a=brendan 2005-07-22 20:22:28 +00:00
bsmedberg%covad.net dcb02d0482 Bug 299286 - Move reporter locale files from en-US.jar to reporter.jar, r=gandalf a=shaver 2005-07-22 20:11:37 +00:00
bsmedberg%covad.net c9a053757c Bug 301385 - command line flag for help (-h) doesn't work, and static EnumHelp unused, r=darin a=shaver 2005-07-22 20:05:41 +00:00
masayuki%d-toybox.com 7a63018257 Bug 301694 Create IDN blacklist that include 'DIVISION SLASH'(U+2215) and 'FRACTION SLASH'(U+2044) r=gerv, sr=darin, a=benjamin 2005-07-22 19:07:11 +00:00
bzbarsky%mit.edu dc27182f65 Expose the subject name for the cert and an nsISupports pointer to the cert on
nsIPrincipal that represents a certificate principal.  Change preference
storage to ensure matches in not only the fingerprint but also the subjectName
before applying privileges from preferences to a certificate principal.  Remove
possibility for creating certificate principals without a useful identifying
name and make sure that names don't get munged by being forced to ASCII.  Bug
240661, r=caillon, sr=dveditz, a=bsmedberg
2005-07-22 19:05:42 +00:00
bsmedberg%covad.net 1dd3bccfda Revert the camino xcode change from bug 296561 because it's breaking xcode 2.1, at the request of Mark Mentovai 2005-07-22 19:04:07 +00:00