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

112 Коммитов

Автор SHA1 Сообщение Дата
mark%moxienet.com 697dcee41b Bug 314632, update toolbar icons. Icons by Jasper Hauser <camino@jasperhauser.nl>. r=me 2005-12-02 21:10:51 +00:00
smfr%smfr.org 25967bf9a4 Fix bug 159048: implement Page Info for camino. This uses a new set of views that have size-to-fix behavior, which are also used now for the certificate view, and the downloads window. 2005-12-02 05:20:36 +00:00
mark%moxienet.com 1eed63ef89 Bug 317232, enable SVG in Camino. Camino-only, npotdb. r=pink 2005-12-01 22:24:58 +00:00
mark%moxienet.com f127cbb21b Bug 317077, Enable HTML <canvas> support in Camino. Fix filenames as displayed in the Xcode UI. Camino-only, npotdb 2005-11-20 23:34:40 +00:00
mark%moxienet.com 1f0ac15759 Bug 317077, Enable HTML <canvas> support in Camino. Camino-only, npotdb. r=smfr 2005-11-20 19:51:12 +00:00
smfr%smfr.org 55daa87ac0 Fix bug 269084: allow users to select one or more cookies and say "block these sites" to add the sites to the "deny" list. Also tidy up the UI in the Cookies and Exceptions sheets to use action buttons, and save table and window state. 2005-11-18 05:34:18 +00:00
smfr%smfr.org 33ce70b2c8 Turning new files back on, because they didn't affect startup perf. 2005-11-13 18:08:47 +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 b4bf54508b Add unknown_file_icon.tif. 2005-11-13 04:33:42 +00:00
smfr%smfr.org c8379c2a25 Add SiteIconCache.m, and NSFileManager+Utils.*. 2005-11-13 00:14:05 +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 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
mark%moxienet.com 88507a2755 Bug 314612, Autocomplete broken in location bar. Include libxpautocomplete. 2005-11-03 19:59:44 +00:00
pinkerton%aol.net 9c4447df1a tweak paths for universalchardet build changes (bug 314911) 2005-11-03 16:31:01 +00:00
pinkerton%aol.net 20b036cdc4 remove libtransformiix as it no longer exists outside of layout 2005-11-02 20:23:12 +00:00
smfr%smfr.org 0cd0061c59 Change the Camino pref pane identifiers to contain "org.mozilla.camino" rather than "org.mozilla.chimera", and fix the text encoding of many of the pref panel Localized.strings files. 2005-10-20 02:31:36 +00:00
smfr%smfr.org a92a9cc8f0 Add CHISupportsOwner, a simple Objective-C class that just holds a reference to an XPCOM object (via an nsISupports*). 2005-10-12 00:32:53 +00:00
smfr%smfr.org 2a43c79ae4 Fix bug 286115: display separators in the bookmarks toolbar. Patch by Bruce Davidson, r=me. 2005-10-04 18:27:30 +00:00
smfr%smfr.org 2560be16b9 Convert CertificateDialog.strings to UTF-16 for localization. Bug 309019. 2005-09-19 17:12:47 +00:00
smfr%smfr.org c5b84967d6 Added a dialog on launch to allow the user to set Camino as their default browser (with a "Don't ask again" checkbox), and code to silently update default browser from org.mozilla.navigator to org.mozilla.camino if necessary.
Added a checkbox to the prefs to turn the default browser checking on and off.
Moved all the default browser code into an NSWorkspace category, so it can be called from the app and pref panels.
Compressed some of the pref panel tiff images.
2005-09-10 22:27:20 +00:00
smfr%smfr.org 31aa9d6e3c Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
smfr%smfr.org 4eba246a8c Fix bug 272606 and dependents: implement security in UI that allows you to trust new CAs, generate certificates, pick certs when a site asks for one, and a new certificate manager window accessible from prefs. Fixes bugs 151656 170355 267414 272591. r/sr=me. 2005-09-08 00:26:43 +00:00
smfr%smfr.org 6e8d0cd653 Fix bug 209070: make about:config work in Camino by bundling the layout_xul_tree.xpt file. r=pinkerton 2005-08-30 18:00:19 +00:00
pinkerton%aol.net f8e5d82100 add pause/resume to download manager (bug 187483) 2005-08-02 22:53:43 +00:00
pinkerton%aol.net a1ef01911e add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00
smfr%smfr.org 70b3ea46f1 Fix bug 302732: favicon can remain in tab when going back/forward; fixed by swapping favicons even if there is no new network load (which happens wiht bfcache).
Fix bug 195169: when making bookmarks, we save the URL with relataive anchors now (before, we just used the page URL).
Fix bug 295731: when a favicon loads, make sure it's for the current page before showing it.
Fix bug 231039: we save the bookmarks splitter location now.
Fix bug 284829: about:bookmarks/about:history have a favicon now.
Fix bug 293768: we save the expanded state of bookmarks folders in the bookmarks outliner now (which requires us to save UUIDs to the bookmarks file)
Maybe help bug 289769: avoid using 'nil' as a premature argument to [NSDictionary dictionaryWithObjectsAndKeys], which may have contributed to lost bookmarks.
Fix bug 285097: show the correct (localizable) window title for bookmarks and history.

Code cleanup: removed [CHBrowserView getCurrentURLSpec] and replaced all calls with calls to [CHBrowserView getCurrentURI], which should return the same thing. Standardized wrapper methods to match.
2005-07-31 22:36:56 +00:00
pinkerton%aol.net 62e066a40c move bookmarks.plist into localized folder so default bookmarks can be
tailored per localization. (bug 179900)
2005-07-31 21:09:14 +00:00
pinkerton%aol.net 08143d62e7 take two, JEP packaging that works with objdir builds 2005-07-29 02:00:05 +00:00
pinkerton%aol.net cf0c643f57 backing out JEP, breaks objdir 2005-07-28 19:35:47 +00:00
pinkerton%aol.net 22a3af7f9a bundle JEP into Contents/MacOS/plugins 2005-07-28 19:30:59 +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
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
bsmedberg%covad.net df550d0124 Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
smfr%smfr.org 5577c77bc6 Fix bug 294019: when opening files, open them in the current and later tabs, rather than the first tab (patch by Nick Kreeger).
Clean up bookmarks loading code to be clearer about the threading model, and avoid the need for locking.
Removing the RunLoopMessenger stuff which we no longer need on 10.2 and later.
2005-07-20 19:01:36 +00:00
pinkerton%aol.net 8d44844b8c 09a2+ branding 2005-07-20 14:46:33 +00:00
mark%moxienet.com ee5853b052 Bug 299356, image blocking not working in static/release builds. Adjust Camino's static nsStaticComponents.cpp. Camino only. r=smfr 2005-07-15 16:22:36 +00:00
smfr%smfr.org 4d90a37302 Fix bug 299356: fix image blocking in camino by enabling the permissions extension. r=mento 2005-07-14 00:28:21 +00:00
pinkerton%aol.net c6145928f9 remove addressBookManager framework/bundle from inclusion as it isn't needed
now that we're 10.2+ (bug 298173)
2005-07-06 20:18:33 +00:00
smfr%smfr.org 0dd4202326 Remove references to platformHTMLBindings.xml and res/builtin, which is no longer present with the fix for bug 296764. 2005-06-30 00:26:17 +00:00
joshmoz%gmail.com 8585f1fc02 Link phase should reference Xcode objects, no hardcoded -l arguments. patch by Mark Mentovai. b=298406 r=pinkerton sr=smfr a=asa 2005-06-24 22:31:23 +00:00
joshmoz%gmail.com bd538c9ec0 better fix for per-build config. patch by Mark Mentovai. b=296900 r=pink sr=smfr 2005-06-20 19:26:05 +00:00
shaver%mozilla.org 5493c722ea Dynamic components are no longer (erroneously, IMO) in dist/lib. Fixing
build bustage for Camino.
2005-06-17 20:43:55 +00:00
joshmoz%gmail.com 45f08eef7b make Camino build on 10.4. Patch by Mark Mentovai. b=292530 a=brendan 2005-06-01 23:56:54 +00:00
pinkerton%aol.net 7374d205ed add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
smfr%smfr.org edae1198c7 Fix bug 289549: don't use -alternateTitle to store the type of proprotional font, because it can be changed by localizers. Instead, get the font type from the region dictionary.
Also fix the updating of the proportional font labels when you change font type, and fix the project so that it knows that the strings file is UTF-16.
2005-05-26 05:31:34 +00:00
pinkerton%aol.net f59aecc7e9 use error pages instead of sheets (bug 292646) 2005-05-09 23:08:17 +00:00
smfr%smfr.org 1294c59957 Fix references to wallet table files which broke objdir builds by symlinking wallet tables into a build-relative location. 2005-05-09 13:48:19 +00:00
pinkerton%aol.net 778f6774eb fix regressions regarding dragging multiple weblocs from Finder. Move
webloc/IEweblocs to a separate NSURL extension (bug 155484)
2005-05-06 23:07:16 +00:00
pinkerton%aol.net fc21a2dbd3 add toolbar item for form fill 2005-05-03 14:49:57 +00:00
pinkerton%aol.net 6d2f6429de manual form fill 2005-05-01 17:59:45 +00:00