Commit Graph

1201 Commits

Author SHA1 Message Date
smfr%smfr.org
e646de80cd Disable "New Tab" if a non-browser window is the main window. Bug 181560. 2005-06-23 03:38:55 +00:00
pinkerton%aol.net
223a59ef98 0.9a1+ branding for trunk 2005-06-21 00:29:41 +00:00
joshmoz%gmail.com
d5b05f9da0 better fix for per-build config. patch by Mark Mentovai. b=296900 r=pink sr=smfr 2005-06-20 19:26:05 +00:00
pinkerton%aol.net
06b935b646 release notes for 09a1 in disk image 2005-06-19 18:48:01 +00:00
pinkerton%aol.net
33c80bfe9b mention cb.org and cache file external to profile 2005-06-19 18:41:45 +00:00
smfr%smfr.org
34915d0bac Fix bug 181560: allow New Tab to be available when no window is open; it will open a new window, following the pref for what to load in a new tab. 2005-06-18 18:44:31 +00:00
shaver%mozilla.org
130ce61907 Dynamic components are no longer (erroneously, IMO) in dist/lib. Fixing
build bustage for Camino.
2005-06-17 20:43:55 +00:00
smfr%smfr.org
85dce405d3 Fix bug 290375: if option key is down when a download completes, and you have the dl manager set to auto-hide, then all windows get closed. Fixed by using -close rather than -performClose: (and moving the code where it belongs). 2005-06-17 00:26:21 +00:00
joshmoz%gmail.com
9718f8cb16 gcc 4 build fixes for Camino. Patch by Mark Mentovai. b=297688 r=josh sr=smfr a=asa 2005-06-15 16:39:40 +00:00
pinkerton%aol.net
0e1f096534 handle secondary subtags between 2 and 8 characters long, as
per RFC 3066 et al. when setting accept-lang header (bug 293327)
2005-06-10 17:23:17 +00:00
joshmoz%gmail.com
577588f69c get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton 2005-06-09 18:09:57 +00:00
pinkerton%aol.net
1ac6977895 updating user agent to 09a1 2005-06-09 14:47:30 +00:00
joshmoz%gmail.com
2b94cdd1cf Get rid of "Document: Done" from status bar. b=246112 r=josh sr=smfr 2005-06-09 07:59:05 +00:00
joshmoz%gmail.com
9c0e921559 Make scrollbar size consistent in bookmark manager. Collections scrollbar is now big. No bug, trivial change. r=josh r=armen 2005-06-09 02:34:16 +00:00
smfr%smfr.org
ec79489db9 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
8008358659 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
013ed8c7e1 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
e43a39dc38 much better version of the file from Neil 2005-05-31 13:00:44 +00:00
pinkerton%aol.net
a662f88884 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
47608aa319 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
2bf728bfb8 truncate items at 50 chars (bug 294226) 2005-05-29 17:10:04 +00:00
pinkerton%aol.net
767c2fb0f4 0.9a1 alpha branding 2005-05-29 15:48:18 +00:00
smfr%smfr.org
73d789466d 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
ee241f698b 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
24fe7f2db1 add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
smfr%smfr.org
8c57ae4ac0 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
789c075a6f 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
61182238f3 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
0d50f72a04 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
2355887ab7 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
161e295483 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
0838386323 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
7ba076ce76 use unified toolbars on Mac OS X 10.4. no bug, sr=pink 2005-05-21 08:18:53 +00:00
smfr%smfr.org
c8f6c80e45 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
c89819224a 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
f7cb6fa18f 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
11465d3dfe fix copyright statements to match firefox (bug 292304) 2005-05-09 23:30:14 +00:00
pinkerton%aol.net
63013f60fd use error pages instead of sheets (bug 292646) 2005-05-09 23:08:17 +00:00
pinkerton%aol.net
6f9bc5473a 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
ecbc808b63 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
280de8615d 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
995bfc5939 Rendezvous -> Bonjour 2005-05-07 00:12:38 +00:00
pinkerton%aol.net
8e1c9583d6 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
945905491e don't update metadata for bookmark additions/deletions in smart folders 2005-05-06 23:49:15 +00:00
pinkerton%aol.net
8abbb03ea2 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
d1c2a725ff 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
0b3e7427a6 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
41dd9b7425 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
78c114c9f4 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
8f6f8cf984 fill in home page (bug 292698) 2005-05-06 07:31:17 +00:00