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

1187 Коммитов

Автор SHA1 Сообщение Дата
smfr%smfr.org 395cac2e16 Fix bug 185750: when showing the Advanced font prefs, hide the font panel (and make sure that changeFont: notifications don't change the selected fonts in the main panel). 2005-06-02 04:02:37 +00:00
smfr%smfr.org 593378d76c Fix bug 296001: crash when deleting quicksearch results in history, because we were calling a method on a deleted object. 2005-06-02 02:17:46 +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 3b15bf4ae2 much better version of the file from Neil 2005-05-31 13:00:44 +00:00
pinkerton%aol.net d69d2b0310 fallback to the pasteboard string if we can't get the title string from the
core pasteboard url drag flavor. (bug 294001)
2005-05-29 18:12:57 +00:00
pinkerton%aol.net 877f157b1a make description a text view so that return works inside it. also lets
spellchecking work on 10.3. (bug 292613)
2005-05-29 17:28:35 +00:00
pinkerton%aol.net 6f39975486 truncate items at 50 chars (bug 294226) 2005-05-29 17:10:04 +00:00
pinkerton%aol.net 10fdda9e81 0.9a1 alpha branding 2005-05-29 15:48:18 +00:00
smfr%smfr.org 820e09bcfa Tweak tooltip sizing to fix a bunch of edge cases. Finally fixes bug 248488. 2005-05-28 06:47:57 +00:00
smfr%smfr.org c9f11ba2a9 Fix bug 295752: crash when going to show history by site. Fixed init method signatures for the history tree builders. 2005-05-28 01:10:24 +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 eb05dfc69a Fix bug 295522: when inserting autocomplete results into the url bar, skip the protocol when trying to figure out where the match is. r=pink. 2005-05-26 16:28:05 +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
smfr%smfr.org 816368ef87 Fix bug 262245: make sure the Downloads location is displayed using localized names. Patch by Ludovic Hirlimann. 2005-05-26 04:38:48 +00:00
smfr%smfr.org 839a0d2559 Fix bug 295429: when seeing a failure code on the nsIRequest on OnLocationChange, set the site icon to a little warning triangle, rather than the site icon. 2005-05-26 04:32:26 +00:00
smfr%smfr.org 060a5a06b3 Fix bug 295375 (random Camino crash on page load). Be sure to remove HistoryDataSources from the notification center. 2005-05-25 01:56:05 +00:00
smfr%smfr.org b70df9235e Add site icons to the history outliner and history menus.
Add support for site icons specified in link elements (bug 162893), part of patch by Ludovic Hirlimann.
Add a site icon image cache, so that we can get site icons without a round trip through necko, and avoid duplicate images (bug 294675).
Add a Clear History item to the end of the go menu (bug 294205).
Make the history menus no more than 100 items long, with a "Show More" item at the end, to avoid long delays when showing them (bug 291414).
2005-05-23 03:36:08 +00:00
joshmoz%gmail.com 74ed88d50b check in the rest of unified toolbar files, also fix for 185985. sr=pink 2005-05-21 08:48:58 +00:00
joshmoz%gmail.com 0cef8134b7 use unified toolbars on Mac OS X 10.4. no bug, sr=pink 2005-05-21 08:18:53 +00:00
smfr%smfr.org 36bea03510 Fix bug 292694 (Go menu missing history on Tiger) and improving history menu display performance (bug 291414). Fix both by not relying on [NSMenu update] to rebuild the menu, but by using a Carbon Event which fires on menu display. 2005-05-17 16:47:22 +00:00
smfr%smfr.org 3750d05aec Put global history on the Go menu, implemented using the HistoryDataSource this time. Bugs 179676 and 291414. 2005-05-14 05:30:47 +00:00
pinkerton%aol.net 9812caeadd force camino to tab to form controls, regardless of the system pref. this
best matches user expectation as nobody knows about the system pref, or that
that particular pref would impact camino's content area tabbing.
2005-05-11 03:26:08 +00:00
pinkerton%aol.net edd303aedf fix copyright statements to match firefox (bug 292304) 2005-05-09 23:30:14 +00:00
pinkerton%aol.net f59aecc7e9 use error pages instead of sheets (bug 292646) 2005-05-09 23:08:17 +00:00
pinkerton%aol.net 37a0196ea8 fix issue where we'd leave off if the selected row was 0 because we were
converting from NSNumber to int too early. Remove hack to workaround it
(ifdef'd out) as well. (bug 283615)
2005-05-09 15:56:02 +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 3c986186d7 delay setting up notifications for bookmark changes until after smart folders
load. also don't write bookmarks or metadata when bookmarks are added to
or changed in smart folders.
2005-05-07 18:48:48 +00:00
pinkerton%aol.net 92693a712b Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net b656e3c86b write bookmarks in two stages in case the write fails for some reason.
hopefully this will solve the cases where we appear to eat bookmarks.
2005-05-07 00:07:44 +00:00
pinkerton%aol.net 282ac68ded don't update metadata for bookmark additions/deletions in smart folders 2005-05-06 23:49:15 +00:00
pinkerton%aol.net eff48f1169 fix regression of not being able to drag-reorder bookmarks on toolbar
(bug 292508)
2005-05-06 23:13:43 +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 f814b3012c use GetPrePath() to replace a bunch of code that did the same thing (bug 292671) 2005-05-06 17:46:58 +00:00
pinkerton%aol.net 9fbcae4413 only write out metadata if OS supports spotlight. cache if we're on Tiger so
we only do the work once.
2005-05-06 13:22:48 +00:00
pinkerton%aol.net 703ee332a2 update metadata when an item changes, and make changes to the url trigger an
item update notification.
2005-05-06 08:03:33 +00:00
pinkerton%aol.net 2a29836124 fill in home page (bug 292698) 2005-05-06 07:31:17 +00:00
pinkerton%aol.net acde2fb9d3 don't pitch/rewrite entire metadata store every time, only once at startup
and then make changes incrementally with adds/deletes
2005-05-06 07:23:53 +00:00
pinkerton%aol.net 77b42d1ab0 put cache in ~/Library/Caches/Camino and delete the one in the profile dir
at startup
2005-05-06 03:46:06 +00:00
pinkerton%aol.net 64195f5882 write out bookmark items into a metadata folder so they can be parsed by
spotlight on 10.4
2005-05-06 02:54:10 +00:00
bryner%brianryner.com 12bc8d4362 sync'ing camino and embedding code - null check for bug 274784. 2005-05-04 20:55:24 +00:00
pinkerton%aol.net eed79327dd rearrange tab context menu (bug 291767) 2005-05-04 20:08:11 +00:00
pinkerton%aol.net fc21a2dbd3 add toolbar item for form fill 2005-05-03 14:49:57 +00:00
pinkerton%aol.net 8bc33b257f make sure the text field has focus after find (bug 284948) 2005-05-02 17:45:55 +00:00
joshmoz%gmail.com a0ca8bdac3 add myself to credits... I recall writing this a while back. Nice job on autofill pink! 2005-05-02 01:54:46 +00:00
pinkerton%aol.net 6d2f6429de manual form fill 2005-05-01 17:59:45 +00:00
pinkerton%aol.net b9745a0808 first pass at form fill 2005-05-01 17:55:11 +00:00
pinkerton%aol.net 108260e79a workaround tiger view hookup ordering changes with user defaults pref to
go back to panther behavior (bug 291355)
2005-04-26 20:57:33 +00:00
pinkerton%aol.net db4e90eaa7 disable close button on single tab when 'always show tab bar' is on
(bug 291758)
2005-04-26 02:52:04 +00:00
pinkerton%aol.net 096b5ad741 check if open is allowed before opening on double-click (bug 291852) 2005-04-25 20:30:14 +00:00
pinkerton%aol.net 3a07a20cb2 if status bar or bookmark bar are turned off from JS flags, dont allow
tab bar to always show if pref is on and don't register for the pref
changed notifications (bug 291786)
2005-04-25 14:49:25 +00:00