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

150199 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net c0db2fe7a5 use different property on Tiger for homepage, apple depricated the one we
were using (bug 313884)
2005-11-13 17:45:44 +00:00
lpsolit%gmail.com 5fc3fcd216 Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave 2005-11-13 17:32:12 +00:00
jminta%gmail.com 630463afc0 Bug 315492 newevent.end.label doubled in calendar.dtd, patch by bugzilla@babylonsounds.com, r=jminta 2005-11-13 14:58:57 +00:00
mvl%exedo.nl f38161c85c bustage fix for sunbird on windows.
patch by sipaq, r=mvl
2005-11-13 14:12:08 +00:00
smontagu%smontagu.org bf59b8f3d2 Reflow when Bidi options are changed. Bug 80352, r+sr=bzbarsky 2005-11-13 09:55:09 +00:00
bugzilla%standard8.demon.co.uk bc5b0c5d02 Bug 195837 Remove the unused address book open icons from jar.mn to reduce bloat. r/sr=neil.parkwaycc.co.uk 2005-11-13 08:21:12 +00:00
smfr%smfr.org c8481beb94 Turn off building SiteIconCache.m and NSFileManager+Utils.m to see if they are causing the startup pref regression (even though none of their code should be running). 2005-11-13 07:08:19 +00:00
smfr%smfr.org 7abbce1870 Commenting out additional stat on bookmarks file to measure startup perf impact. 2005-11-13 04:56:22 +00:00
smfr%smfr.org 7038613018 [NSArray lastObject] is already defined; no need for our own version. 2005-11-13 04:48:33 +00:00
smfr%smfr.org 40f98299ee Fix bug 307753. Use a file system notification callback to detect when downloaded files are moved or deleted, and update UI accordingly. Also fix a couple of leaks, a double-load of the progress view nib file, and tidy up a bunch of code. Parts of patch by Nick Kreeger. 2005-11-13 04:45:19 +00:00
smfr%smfr.org b4bf54508b Add unknown_file_icon.tif. 2005-11-13 04:33:42 +00:00
smfr%smfr.org 17ea78d2e7 New file for missing files in the download manager. 2005-11-13 04:11:38 +00:00
gavin%gavinsharp.com 0acc6b2ccd Bug 313359: "gBrowser is not defined" in reporterOverlay.js, r=robert@accettura.com 2005-11-13 02:02:02 +00:00
smfr%smfr.org 2e9d2380f7 Add a bunch of NSLogs to the bookmarks saving code, and a test for a zero-length bookmarks file, to try to catch bookmarks lossage issues. 2005-11-13 00:16:44 +00:00
smfr%smfr.org c8379c2a25 Add SiteIconCache.m, and NSFileManager+Utils.*. 2005-11-13 00:14:05 +00:00
smfr%smfr.org 69f211faff New class to cache site icons outside of the Necko cache (which gets nuked too often). 2005-11-13 00:07:27 +00:00
smfr%smfr.org 8ece8642b3 New util category on NSFileManager. 2005-11-13 00:04:08 +00:00
smfr%smfr.org 3aedf290f4 Fix bug 208843: make AddRef and Release of nsPipeInput/OutputStreams threadsafe, so that we don't abort long downloads on fast dual CPU machines. r=dougt, wtchang. sr=darin 2005-11-12 23:31:57 +00:00
darin%meer.net 49bdd3b454 removing references to necko_data.xpt 2005-11-12 23:12:09 +00:00
darin%meer.net 855c0571c2 remove references to necko_data.xpt 2005-11-12 23:08:33 +00:00
dbaron%dbaron.org 51ae9d48e4 Fix bad advice in comment on how to use PL_InitEvent. b=305278 r=dougt 2005-11-12 21:11:33 +00:00
darin%meer.net ceef677f97 fixing camino build bustage; necko_data.xpt no longer exists. 2005-11-12 20:41:29 +00:00
darin%meer.net 88d4698da6 attempt to fix static gtkmozembed build 2005-11-12 20:35:47 +00:00
darin%meer.net 10b1e16bff Remove extraneous semi-colon as it breaks some builds. 2005-11-12 19:40:46 +00:00
smfr%smfr.org 6563569d9f Remove the "?click" rule, because it breaks some legitimate sites. 2005-11-12 19:35:07 +00:00
smfr%smfr.org 473fc82ff8 Fix bug 313961: don't create history items for hidden url loads (like this for iframes).
Fix bug 315667: allow nsIHistoryObserver removal during the "history closing" notification, which fixes history data source cleanup on quit, avoiding a rebuild of the history data source on expiring entries.
2005-11-12 19:31:28 +00:00
smfr%smfr.org 7dcd31e7f9 Replace a hardcoded char code constant with a value from the Cocoa headers. 2005-11-12 19:27:04 +00:00
darin%meer.net efddb555a3 remove references to necko2 2005-11-12 19:24:51 +00:00
cltbld bc43ab4ae5 Automated update from host egg 2005-11-12 19:23:38 +00:00
brendan%mozilla.org 5d1315d10e Back out JS_STRINGS_ARE_UTF8 till JS API consumers have been adjusted to cope (315288, r=shaver). 2005-11-12 19:13:55 +00:00
darin%meer.net 60431e2978 fixes bustage: "about" is not an optional protocol 2005-11-12 18:46:42 +00:00
cltbld d0722da5bc Automated update from host egg 2005-11-12 18:44:05 +00:00
darin%meer.net 1413f903a3 fixing build bustage (nsIDataChannel no longer exists) 2005-11-12 18:40:00 +00:00
darin%meer.net 9b35f5a72d fixes tbird build bustage (jar is not a necko protocol anymore), r=bsmedberg 2005-11-12 18:37:21 +00:00
darin%meer.net 56de173b8c Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
mvl%exedo.nl 8182cdcd80 Bug 315373 Help -> Release notes greyed out/
r=mvl
2005-11-12 16:48:46 +00:00
wurblzap%gmail.com a73391555c Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"
Patch by Marc Schumann <wurblzap@gmail.com>
r=mkanat, a=justdave
2005-11-12 10:09:44 +00:00
masayuki%d-toybox.com 43e92fffcf Bug 309075 Right-clicking a partially off-screen link shouldn't scroll the page r+sr=roc 2005-11-12 06:34:12 +00:00
gavin%gavinsharp.com 86ef575094 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
bienvenu%nventure.com 37a660130e remove duplicated code in nsImapService.cpp 315654, sr=mscott 2005-11-12 00:47:02 +00:00
julien.pierre.bugs%sun.com 3166b5b213 Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson 2005-11-12 00:14:25 +00:00
karl%kornel.name cb451f27bd Bug 313469: Various small docs bugs found doing a clean install - Patch by A. Karl Kornel <karl@kornel.name r=colin.ogilvie 2005-11-12 00:12:05 +00:00
julien.pierre.bugs%sun.com 77bd7f02b5 Fix for bug 286685. rename SFTK symbols to SECMOD. r=rrelyea, nelson 2005-11-11 23:36:33 +00:00
bzbarsky%mit.edu ac73d79224 Fix bug 315189 and bug 315999 -- don't notify on nodes that are not in the DOM
yet.  r+sr=jst
2005-11-11 23:05:33 +00:00
mgalli%geckonnection.com 5a6aea73d6 Accessing content with better approach. 2005-11-11 22:49:40 +00:00
wtchang%redhat.com 1d022d748d Bugzilla Bug 312199: HP-UX IPF (Itanium) changes contributed by Grace Lu
of HP: use .so as shared library suffix, link shared libraries with
+b $ORIGIN. r=wtc,darin.
Modified Files: configure configure.in _hpux.h
2005-11-11 22:23:08 +00:00
cbiesinger%web.de ede229a8b7 more debug bustage 2005-11-11 21:11:29 +00:00
cbiesinger%web.de bb18789f05 fixing debug bustage 2005-11-11 21:06:06 +00:00
jminta%gmail.com 571cbe6e7e Bug 267160 Visit URL button doesn't work in sunbird. patch by gekacheka, r=jminta 2005-11-11 20:44:40 +00:00
mrbkap%gmail.com 77943a65f5 bug 316100: Cleanup some unused members and virtual functions in nsDTDUtils. r+sr=jst 2005-11-11 20:42:51 +00:00