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

2347 Коммитов

Автор SHA1 Сообщение Дата
mark%moxienet.com c0110de9b6 408430 The file size of PreferencePanes has increased twentyfold. Xcode 2.x ld generates huge __LINKEDIT segments when linking preference panes against a statically linked Camino. Use "strip -X" to get them back under control without stripping stuff we don't want stripped. To be reviewed. 2007-12-15 03:55:49 +00:00
stuart.morgan%alumni.case.edu 5057d845a6 Camino only: Fix missing tab chain link in Web Features pane. No bug. 2007-12-15 01:03:58 +00:00
alqahira%ardisson.org 69e8ecff6c Join in this week's cleanup fun and convert the last old-school plist to xml1. No bug; r/sr/a=mento 2007-12-14 22:43:43 +00:00
mark%moxienet.com b8dde14a0f 408400 Rename Navigation preference pane to General. r=smorgan sr=me a/1.6b1=me
For older/newer CVS history, map (in mozilla/camino):

Info-NavigationPrefPane.plist  Info-GeneralPrefPane.plist
PreferencePanes/Navigation/*   PreferencePanes/General/*
2007-12-14 22:08:13 +00:00
mark%moxienet.com 89397192b2 408400 Rename Navigation preference pane to General. r=smorgan sr=me a/1.6b1=me
For older/newer CVS history, map (in mozilla/camino):

Info-NavigationPrefPane.plist  Info-GeneralPrefPane.plist
PreferencePanes/Navigation/*   PreferencePanes/General/*
2007-12-14 21:50:11 +00:00
stuart.morgan%alumni.case.edu bcfc6211e6 Camino only - Bug 404250: Switch Privacy to CHPermissionManager 2007-12-14 19:56:19 +00:00
mark%moxienet.com f4d71bb8e0 352451 Use __attribute__((visibility("default"))) in preference to #pragma GCC visibility push(default) because I like it better. The attribute is applied to the declaration, where the pragma was applied to the definitions. Weird. 2007-12-14 19:52:34 +00:00
stuart.morgan%alumni.case.edu cdf0e1a543 Camino only - Bug 404247: Switch WebFeatures to CHPermissionManager. r=mento sr=pink 2007-12-14 17:00:37 +00:00
mark%moxienet.com 8fb15bf68e 352451 Console spew related to RSS. Take advantage of build revision that links preference panes against the main executable with -bundle_loader. v2, contains a workaround to prevent Xcode 2.x's ld from dead-stripping the critical .objc_class_name_* symbol. r=ardissone sr=smorgan a/1.6b1=me 2007-12-14 02:31:47 +00:00
mark%moxienet.com 4637d2c1bc 407215 [10.5] Better quarantining support. Use LSSetItemAttribute with kLSItemQuarantineProperties. r=smorgan sr=pink a/1.6b1=me 2007-12-14 01:57:29 +00:00
stuart.morgan%alumni.case.edu 806dcef381 Camino only - Add missing safety for tracking rect changes from 406510. 2007-12-14 00:44:37 +00:00
mark%moxienet.com 5ccf3abaf7 352451 seems incompatible with the 10.4 tinderboxen. Backing out for now on the trunk (already backed out on the branch). 2007-12-14 00:33:34 +00:00
stuart.morgan%alumni.case.edu 4659f880cb Camino only - Bug 406510: Restructure tabs to be view-based. r=jeff sr=pink. 2007-12-13 23:18:18 +00:00
mark%moxienet.com e2ecb7dab3 352451 Console spew related to RSS. Take advantage of build revision that links preference panes against the main executable with -bundle_loader. r=ardissone sr=smorgan a/1.6b1=me 2007-12-13 23:01:57 +00:00
mark%moxienet.com 80c7243804 330299 "Save this password in your Keychain?" dialog has no accelerator (shortcut, key equivalent) for "Don't Save". Use a fake key-equivalent-processing view. Bind it to Command-D. r=smorgan sr=me a/1.6b1=me 2007-12-13 22:47:36 +00:00
stuart.morgan%alumni.case.edu 9f5f978175 Camino only - Bug 405763: Prevent hiding of the preference window's toolbar. r/sr=mento 2007-12-13 21:51:19 +00:00
mark%moxienet.com 2a6da091db 401009 Kill DeploymentSymbols, and kill it dead. r=ardissone sr=smorgan a/1.6b1=me 2007-12-13 21:30:44 +00:00
stuart.morgan%alumni.case.edu 620c7e89c8 Camino only - Bug 332384: Eliminate dependency on xpcomObsoleteModule. Patch by mento (mark@moxienet.com). r=pink 2007-12-11 23:56:18 +00:00
mark%moxienet.com afb8b81383 405704 Make the default packager format bzip2 instead of gzip for Camino 2.0. 2007-12-11 19:06:25 +00:00
mark%moxienet.com 3c4736e842 383934 Re-organize targets to allow preference panes to use -bundle_loader. Use aggregate targets to build the application; set bundle loader for preference panes. This is v2, which contains changes for compatibility with Xcode 2.5. r=smorgan sr=me 2007-12-11 05:06:08 +00:00
mark%moxienet.com 8cc35d781f 407535 Compilation with Apple gcc 4.2 fails with: nsMenuBarX.h:134: error: extra qualification 'nsMenuBarX::' on member 'CreateNativeAppMenuItem' and other extra qualification errors. Remove redundant qualifications. Patch by Simon Howes <simon.bugzilla@googlemail.com>. r=me sr=roc a/1.9=mtschrep 2007-12-11 03:44:51 +00:00
mark%moxienet.com 8701061f9c Backing out 383934, not compatible with Xcode 2.5 toolchain 2007-12-10 23:55:26 +00:00
mark%moxienet.com b975da034a 383934 Re-organize targets to allow preference panes to use -bundle_loader. Use aggregate targets to build the application; set bundle loader for preference panes. r=smorgan sr=me 2007-12-10 22:00:25 +00:00
stuart.morgan%alumni.case.edu 8021ccc568 Camino only - Bug 407533: Don't allow the pref system to be reinitialized when cleaning the icon cache on shutdown. r/sr=mento 2007-12-10 18:24:17 +00:00
mark%moxienet.com e2dbd1b2e6 407498 "Save password in Keychain" default focused button changed in 1.6a1. Can I at least have a key equivalent? Fix initial first responder and add back key equivalents. r=smorgan sr(regression)=me 2007-12-09 00:15:54 +00:00
alqahira%ardisson.org 40d796b7d0 Camino only: Bug 397689 - Release Notes for Camino 1.6a1 (and kick installer Makefile to use said notes on branch and trunk). r/sr=mento 2007-12-07 19:30:24 +00:00
stuart.morgan%alumni.case.edu 7b3e71c147 Camino only: Bug 401017 - Strip the build product of Sparkle languages that don't have a corresponding Camino lproj. r/sr=mento. 2007-12-05 22:37:02 +00:00
kaie%kuix.de a7b12030f2 bug 119500, PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported
Patch contributed by Petr Kostka
r=rrelyea, sr=kengert, a=dsicore
Addon Patch to provide dummy implementations for gtk-embedding and camino.
r=mark, sr=jst
2007-12-05 07:34:58 +00:00
alqahira%ardisson.org 73af8f0d6d Bustage fix for bug 400938 - remove removed mathfont*.properties files from the project, and add new mathfont*.properties 2007-12-05 05:37:41 +00:00
alqahira%ardisson.org f01658ff7c Bug 406715 - Remove embed-replacements/locale/en-US/pipnss/pipnss.properties from trunk (it's now obsolete; thanks to kaie and KaiRo for the core NSS strings cleanup that enabled this). r/sr=smorgan 2007-12-04 18:58:26 +00:00
alqahira%ardisson.org 9de4d4b15d Bug 400887 - Audit XPTs and Gecko components. Add missing xpts to trunk; fixes bug 371860, bug 400302, and bug 402243. XPT/component auditing by mento, patch by me, r/sr=mento 2007-12-02 06:08:37 +00:00
stuart.morgan%alumni.case.edu 1a07fb1aa5 Camino only - Bug 406053: Force an initial update check time to be stored. r/sr=pink 2007-11-30 16:46:36 +00:00
stuart.morgan%alumni.case.edu 65727bfb9a Camino only - Bug 405901: Fix Sparkle's XML attribute handling. r/sr=pink 2007-11-30 16:37:28 +00:00
stuart.morgan%alumni.case.edu 89313d97ae Camino only - Bug 405544: Use a Quartz surface for thumbnailing. r/sr=pink 2007-11-30 16:30:53 +00:00
alqahira%ardisson.org 35a6e511d4 Bug 403661 - Release Notes for Camino 1.5.4, final-final version with new Gecko version; still r/sr=mento 2007-11-28 19:26:01 +00:00
alqahira%ardisson.org 2febb47101 Bug 403661 - Release Notes for Camino 1.5.4 (and bump installer makefile to use said notes). r/sr=mento 2007-11-28 02:38:20 +00:00
alqahira%ardisson.org fe2af63d69 Bug 405676 - Fix error page bustage following bug 369814 by re-syncing netError.dtd. rs=smorgan 2007-11-27 22:35:36 +00:00
alqahira%ardisson.org c63bd85031 Bug 403661 - Release Notes for Camino 1.5.4 (and bump installer makefile to use said notes). r/sr=mento 2007-11-27 19:55:17 +00:00
stuart.morgan%alumni.case.edu 189c0faea4 Camino only - Bug 246998: Re-enable progress spinners on loading tabs. r=murph sr=pink 2007-11-26 17:14:48 +00:00
stuart.morgan%alumni.case.edu fc07ba956a Camino only - Bug 393515: Modify quarantine exclusion to work around Leopard bug 2007-11-24 20:16:44 +00:00
stuart.morgan%alumni.case.edu 8e6f1597ee Camino only - Bug 185436: Software update for release builds. r=mento sr=pink 2007-11-24 20:04:51 +00:00
philringnalda%gmail.com 069522d75a Bug 402589 - Camino passes https feed URIs to helper apps as generic/non-https feed URIs, r=kreeger, sr=pink 2007-11-22 03:43:41 +00:00
dwitte%stanford.edu 2df74f81b7 backing out. 2007-11-20 04:23:08 +00:00
dwitte%stanford.edu 572a68d4bc enable foreign cookie blocking temporarily, to investigate tinderbox response. (bugs 324397 and 404399, a=ss) 2007-11-20 02:57:31 +00:00
stuart.morgan%alumni.case.edu d93bc49792 Camino only - Bug 371169: Discard uncommited text when closing the popup exceptions sheet. r/sr=pink 2007-11-19 19:16:43 +00:00
stuart.morgan%alumni.case.edu adf8276012 Camino only - Bug 384761: Set default homepage immediately upon first launch. r=froodian sr=pink 2007-11-16 21:44:16 +00:00
stuart.morgan%alumni.case.edu 8769543a76 Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep 2007-11-13 15:09:12 +00:00
stridey%gmail.com 2ce7118eec Camino only - Bug 393647: Recap history menu (at 50 visible items per submenu) for perf. r=smokey sr=smorgan 2007-11-11 19:52:18 +00:00
alqahira%ardisson.org c9d775be35 Camino only: Bug 402552 - [10.5] First tooltip on a page renders empty (Leopard). patch by Stuart Morgan <stuart.morgan@alumni.case.edu>, r=froodian, sr=pink 2007-11-08 04:17:54 +00:00
alqahira%ardisson.org 493a442249 Camino only: Bug 348065 - [10.5] Need to add 512x512 icon to Camino icon file. .icns by Samuel Sidler <samuel.sidler@gmail.com> based on original iconography by Jasper Hauser, r=me, sr=smorgan 2007-11-08 03:21:06 +00:00