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

1437 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net 41444d5835 change default button to "Add" (bug 285528) 2005-08-01 02:19:51 +00:00
pinkerton%aol.net b70f122721 ran through -cat to reduce file size 2005-08-01 02:03:25 +00:00
pinkerton%aol.net ea84a3bdf0 history toolbar item 2005-08-01 01:03:45 +00:00
pinkerton%aol.net 7be81771d5 add toolbar button to show history (bug 229957) 2005-08-01 01:03:10 +00:00
pinkerton%aol.net 23e9c55950 outlet and code for camino support help menu item 2005-07-31 23:27:55 +00:00
smfr%smfr.org 9a808abe79 Fix bug 243840: don't resize columsn in the bookmarks/history when expanding items. 2005-07-31 23:25:31 +00:00
smfr%smfr.org 6451ec6adf Fix bug 224525: make sure we call setNeedsDisplay:YES on the browser content view after resizing it when the bookmarks toolbar height changes. 2005-07-31 22:58:55 +00:00
smfr%smfr.org 10450416d0 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 6a4bd92b2f support dropping text on the field which triggers the target/action (bug 207845) 2005-07-31 22:24:23 +00:00
smfr%smfr.org 8adb9f0b68 Don't copy mode1 file when copying project to objdir (Camino only) 2005-07-31 21:49:54 +00:00
pinkerton%aol.net 64a70e6466 adding "camino support" link to help menu (bug 183570) 2005-07-31 21:28:05 +00:00
pinkerton%aol.net a145ec5bd9 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 0a3bfa997f only init blank html string object when called upon, not at startup 2005-07-31 20:14:23 +00:00
pinkerton%aol.net 739d94a139 allow bookmarks title to be localized (bug 294731) 2005-07-31 20:09:41 +00:00
pinkerton%aol.net b61a3ec744 filtered lists remain filtered and sorted when allow/deny state changed
(bug 280981)
2005-07-31 20:02:02 +00:00
smfr%smfr.org a84d110e68 Fix gcc 4 error. 2005-07-30 03:20:10 +00:00
smfr%smfr.org adf344646d When creating folders in the bookmarks view, create the new folder after the currently selected item by deafult. 2005-07-30 02:43:33 +00:00
smfr%smfr.org 55428a8dd6 Fix bug 191702: change New Bookmark Folder shortcut to Command-SHIFT-N. 2005-07-30 01:16:37 +00:00
pinkerton%aol.net 948a4fc38d take two, JEP packaging that works with objdir builds 2005-07-29 02:00:05 +00:00
pinkerton%aol.net 28aaae8d18 backing out JEP, breaks objdir 2005-07-28 19:35:47 +00:00
pinkerton%aol.net 7a4e794590 bundle JEP into Contents/MacOS/plugins 2005-07-28 19:30:59 +00:00
smfr%smfr.org 913d33657d Fix bug 169801: allow downloads to udpate even when the mouse is tracking a control by adding the timer to the event loop tracking runloop mode. 2005-07-27 04:57:13 +00:00
smfr%smfr.org 961d882b8a Avoid redrawing the strings in the download view if they haven't changed (since we redraw them every second); helps with bug 293995. 2005-07-27 04:45:17 +00:00
smfr%smfr.org f3dc0bc953 Hopefully fix bug 302195: add null check on the nsIDOMWindow so that when showing a cookie for an image, we don't crash. 2005-07-27 02:16:47 +00:00
joshmoz%gmail.com 5394cc2cad fix bad access of protected variable. b=302264 r=mento 2005-07-26 22:46:47 +00:00
smfr%smfr.org 591c4f3481 NSWindowController releases the nib items for you, so we don't have to, so these extra retains are wrong. 2005-07-25 15:59:12 +00:00
smfr%smfr.org cd65212cd7 Fix bug 248716: don't leave odd gap in bookmarks toolbar when trying to delete an undeletable folder (like the dock menu folder). 2005-07-25 02:09:02 +00:00
smfr%smfr.org 603a449703 Fix bug 232765: hide scrollbars when a popup is opened without the scrollbar flag. 2005-07-25 01:56:41 +00:00
smfr%smfr.org ec9670296d Fix bug 176421: even if window.open() hides parts of the chrome with chrome flags, make sure the user can show the toolbar and bookmarks toolbar. 2005-07-25 01:00:37 +00:00
smfr%smfr.org 3cc537641c Fix bug 166746: if the bookmark title for a linked image is empty, use the url. 2005-07-24 23:14:48 +00:00
smfr%smfr.org 1014ec3c49 Add an NSAutoreleasePool on the StreamLoaderContext callback, because autoreleased items under this method don't seem to get reaped otherwise. 2005-07-24 23:05:00 +00:00
smfr%smfr.org 1f5909b527 Add a comment about ref cycles. 2005-07-24 23:03:59 +00:00
smfr%smfr.org f8001d0e49 Turn off threaded animation on the download progress indicators, as it appears to cause a leak. Bug 143303. 2005-07-24 23:03:25 +00:00
smfr%smfr.org 257b5a01bf New file of C++ utilities, including stack-based autorelease pool creator. 2005-07-24 23:02:55 +00:00
smfr%smfr.org 964540df23 Make sure we release top-level nib items to reduce leaking. 2005-07-24 22:56:16 +00:00
bsmedberg%covad.net 0004fe088f 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
smfr%smfr.org d020054e7a Fix bug 280982: updates for several disjoint areas would get coalesced because the CHBrowserView, which is the opaque ancestor view for all the ChildViews, used a suboptimal drawing path that redraw the union of the dirty rects. r=mento.
Fix bug 301432: in +browserViewFromDOMWindow:, make sure we use the top nsIDOMWindow of the tree so that we get a CHBrowserView for nsIDOMWindows of subframes. Fixes JS alerts on framed pages (like gmail).
2005-07-22 03:56:12 +00:00
smfr%smfr.org 6f91479228 Fix bug 298821: do the right thing with autocomplete whether or not the user types the protocol part of the URL. 2005-07-22 00:26:38 +00:00
smfr%smfr.org f98cf3f7dc Finish off bug 294019: when opening a set of urls in tabs, select the first tab that we changed. 2005-07-21 22:30:13 +00:00
bsmedberg%covad.net 5fba1c6aea 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 02c6bceb49 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 55f2b027fb 09a2+ branding 2005-07-20 14:46:33 +00:00
mark%moxienet.com 7c4a41b97b Bug 300995, crash when dragging bookmark buttons to (re)move when built against SDK >= 10.3. Retain disappearing object. r=pink sr=smfr 2005-07-18 19:20:00 +00:00
smfr%smfr.org 7063c50734 Fix bug 299839: prevent 'reset camino' from deleting downloaded files by preventing -cancel: from doing anything on completed downloads. r=me, sr=pinkerton. 2005-07-17 04:51:20 +00:00
smfr%smfr.org 69d3cdb7c1 Fix bug 196235: if a copy of Camino is already running, clicking on the Dock icon of the second copy will put a dialog for each click. Fixed by checking for an existing prefs manager. 2005-07-17 04:46:23 +00:00
smfr%smfr.org a23627a211 Fix keyboard navigation in the keychain dialogs (bug 173213). 2005-07-17 04:33:09 +00:00
smfr%smfr.org d38cfa3baa Fix bug 298295 (tweak tab corner images), and shrink other images with tiffutil. 2005-07-17 04:27:28 +00:00
smfr%smfr.org 696cc43473 Fix bug 287866: let the escape key cancel IME input if there is marked text. Patch by waverider (waveridervsnrz@yahoo.co.jp). 2005-07-17 02:14:48 +00:00
smfr%smfr.org 46ffd47447 Fix bug 299807: only change the favicon if the location change has an associated nsIRequest, indicating that it's a new page. This allows the yellow error icon to persist even when we load the error document. 2005-07-17 02:01:30 +00:00
bzbarsky%mit.edu 9aa3066a02 More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +00:00
mark%moxienet.com 008dbe7697 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 f5bda25551 New NSThread category with -isMainThread method. 2005-07-14 05:27:23 +00:00
smfr%smfr.org 9208793aa8 Fix bug 294127: when Camino is launched with a file, or as a result of a GetURL event, we could start making windows and loading URLs before we've finishing initting Gecko in -applicationDidFinishLaunching. These changes make sure that gecko init is complete earlier if necessary. 2005-07-14 04:09:24 +00:00
smfr%smfr.org a6f6ee26b2 Fix a possible quit crash caused by the last checkin, if AppKit closes the toolkit window for us on quit. Also rename mPanel to mTooltipWindow. 2005-07-14 03:38:38 +00:00
smfr%smfr.org 34d2fa2c1d Fix bug 300152: switching to another app would hide the browser window. Fixed by making tooltips NSWindows rather than NSPanels. 2005-07-14 01:28:29 +00:00
smfr%smfr.org 2a75957321 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 bc88601141 bold title of alert sheets (bug 300581) 2005-07-13 17:11:41 +00:00
pinkerton%aol.net 758a3e1394 update notes for 10.4.2 2005-07-13 13:18:27 +00:00
pinkerton%aol.net 741ed14037 0.9a2 branding 2005-07-12 18:39:04 +00:00
pinkerton%aol.net 410f4600a8 release notes 2005-07-12 18:00:57 +00:00
joshmoz%gmail.com 19773ab391 make dates in "Go" menu localizable. b=299757 r=wevah sr=smfr 2005-07-09 07:52:23 +00:00
cbiesinger%web.de 858e142426 fixing camino bustage 2005-07-07 00:40:50 +00:00
cbiesinger%web.de 69dc249cbd Bug 298842 make the temp file part of nsITransfer
r=mconnor sr=darin a=shaver
2005-07-06 23:12:22 +00:00
pinkerton%aol.net 16ddd1d469 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
pinkerton%aol.net cdcfe3b1c8 removing unsued prefs file 2005-07-05 22:48:08 +00:00
pinkerton%aol.net d174d4c550 turn on bfcache pref for nightly builds 2005-07-05 22:41:08 +00:00
smfr%smfr.org 344e87775b Fix bug 248304: turn off the universal charset detector by default, but allow users to turn it back on via an item at the bottom of the Text Encodings menu. Also add a new item for GB 18030. r=pinkerton. 2005-07-05 20:11:34 +00:00
joshmoz%gmail.com d706e4741e add "Reset Camino" to localizable strings. b=294727 r=josh 2005-07-05 19:41:38 +00:00
smfr%smfr.org 9749527c5e Fix warnings. 2005-07-01 01:40:12 +00:00
smfr%smfr.org f9dec1e158 Fix alignment, no code changes. 2005-07-01 01:39:59 +00:00
smfr%smfr.org 7bb819a129 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
smfr%smfr.org 28c0e14fe4 Fix bug 298320: when showing a prompt via nsIPromptService, make sure that the tab from which the prompt originates is brought to the front. r=josh 2005-06-29 01:25:35 +00:00
smfr%smfr.org 734a842fd9 Remove unused context menu outlet (we create the menu dynamically now). 2005-06-29 01:22:14 +00:00
smfr%smfr.org 6d89d8f074 Fix up the keyboard loop in prefs panes (bug 298174). 2005-06-28 05:37:02 +00:00
smfr%smfr.org ce1d1ac7b8 Fix bug 279270: remove unused code adding nsICommandParams to cmd_copyImageContents. Also fix warning relating to calling closeTab on a tab view item. 2005-06-28 04:24:16 +00:00
smfr%smfr.org c443c4f90a Fix warnings relating to the embedding container protocols. 2005-06-28 04:06:42 +00:00
smfr%smfr.org c2f8aae684 Fix a warning. 2005-06-28 04:03:41 +00:00
smfr%smfr.org e9a4488b23 Fix bug 298291: url bar not updated after navigating to relative anchor. Remove over-zealous null check on the nsIRequest, which is null in this case. 2005-06-28 03:43:09 +00:00
smfr%smfr.org de261ea6ba Fix bug 165015: hook up Command-Shift-R for reload (patch by Wevah, mozilla@derailer.org). 2005-06-27 17:33:28 +00:00
smfr%smfr.org 69c3307072 Fix bug 245019: make tooltips child windows, so that they don't show up in Expos�. 2005-06-26 03:41:33 +00:00
smfr%smfr.org af8f94b76a Fix bug 296340: make the autocomplete dropdown a child window of the browser window, so that we can keep it up while the window is moved, resized, minimized or hidden. r=pinkerton. 2005-06-26 03:37:00 +00:00
joshmoz%gmail.com 8c478c710b 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
smfr%smfr.org 8fa9b149b7 Fix bug 293147: when copying a bookmarks folder, don't propagate the dock menu flag. Patch by englabenny@macnytt.com. 2005-06-24 02:30:03 +00:00
smfr%smfr.org f50615aecb Fix bug 298629: clear search results when switching between history and bookmarks. Also fix the action menu when history is visible to use the dynamically created context menu. 2005-06-24 02:23:43 +00:00
smfr%smfr.org 8a2199f912 Fix bug 298547: if dragging a url as text onto the bookmarks bar, use the url as the bookmark title (since it's the only thing we have). 2005-06-24 02:00:30 +00:00
smfr%smfr.org 51ea877c29 Add the ability to open multiple bookmarks or history items in new tabs/windows from the context menu, and with command-double-click (bug 285182). 2005-06-23 18:10:56 +00:00
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
pinkerton%aol.net b82f76205c 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 d013c5816e 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 f8a4ed286b 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 586444bf13 sync'ing camino and embedding code - null check for bug 274784. 2005-05-04 20:55:24 +00:00
pinkerton%aol.net daaf90980e rearrange tab context menu (bug 291767) 2005-05-04 20:08:11 +00:00
pinkerton%aol.net a9bc6ae307 add toolbar item for form fill 2005-05-03 14:49:57 +00:00
pinkerton%aol.net 25c533cf24 make sure the text field has focus after find (bug 284948) 2005-05-02 17:45:55 +00:00
joshmoz%gmail.com 9d101967d3 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 bebbf3cada manual form fill 2005-05-01 17:59:45 +00:00
pinkerton%aol.net 7bafeaa0cc first pass at form fill 2005-05-01 17:55:11 +00:00
pinkerton%aol.net 17cc947322 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 0ba4408929 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 c1820e50ac check if open is allowed before opening on double-click (bug 291852) 2005-04-25 20:30:14 +00:00
pinkerton%aol.net 40798c41c1 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
pinkerton%aol.net f07414746a first stab at improved multi-line tooltips (bug 248488) 2005-04-25 01:52:12 +00:00
pinkerton%aol.net 36cf72f1b5 allow the outline view to ask the data source if the column has an icon
(rather than just assuming) when determining if an inline edit should start
2005-04-25 00:10:40 +00:00
cbiesinger%web.de 9bae1490fc fixing camino bustage 2005-04-24 21:42:37 +00:00
pinkerton%aol.net 4c7013314e adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
cbiesinger%web.de aa12c468cf Bug 290648 make nsITransfer::init take an nsICancelable, and remove the observer attribute
r=bz sr=darin a=asa
2005-04-24 21:16:28 +00:00
pinkerton%aol.net ab7a66ddc5 make the search field in the cookie sheets the first responder. also put
the search fields into the key loop for full keyboard access. put the hack
for tabbing with search fields on toolbars into code that's more restrictive
to the search bar only being on a toolbar so it works more normally when
used in situations such as this in a normal key loop (bug 281031)
2005-04-24 20:27:29 +00:00
pinkerton%aol.net f46a4c67fd add "looking glass" to search fields that don't have a popup (bug 282540) 2005-04-24 19:46:32 +00:00
pinkerton%aol.net fb5a647e17 dbl-click item in d/l manager to open it 2005-04-24 18:28:24 +00:00
pinkerton%aol.net 32452e08f8 pref to have tab bar always visible (bug 162241) 2005-04-23 21:09:04 +00:00
pinkerton%aol.net 9b279dff1c separate 64bit progress api from 32bit because of possible compiler bug
passing long long params between c++ and objc (bug 291406)
2005-04-23 19:20:41 +00:00
pinkerton%aol.net 852bda6497 ifdef back the old session history until global history is fast enough 2005-04-22 13:53:58 +00:00
pinkerton%aol.net 07e3915225 full history in Go menu 2005-04-21 05:40:38 +00:00
pinkerton%aol.net fafe1e7c3a use long long for download file size progress (bug 288585) 2005-04-21 01:25:42 +00:00
pinkerton%aol.net 70aec90aa6 fix crash loading empty tab group as we'd try to do validation on non-existant
web browser (all tabs had been removed) (bug 290874)
2005-04-20 23:25:03 +00:00
pinkerton%aol.net b053406135 add "new folder" to choose download folder sheet (bug 288743) 2005-04-20 23:04:28 +00:00
pinkerton%aol.net 35a916c518 ignore backspace if focus is in object, embed, and applets when handling
backspace to go back (bug 268887)
2005-04-20 22:42:24 +00:00
cbiesinger%web.de 33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
smfr%smfr.org e09be71caa Fix for bug 290241 (exception thrown dragging links onto the tab bar). Patch by #camino, r=me. 2005-04-14 02:59:24 +00:00
smfr%smfr.org 1e0471db7e Landing changes by Bruce Davidson <Bruce.Davidson@iplbath.com> to get Cut/Copy/Paste to work for bookmarks (bug 155484), and to fix the pasteboard string identifiers in the code (bug 287118). I made three changes to the patch:
Change CHBrowserView to no longer accept bookmark types (kCaminoBookmarkListPBoardType, kWebURLsWithTitlesPboardType), because gecko can't handle them. Instead, a parent view will now handle the drop (and correctly load tabs etc).

NSPastboard+Utils
-containsURLData changed to test for a scheme on the NSURL. Otherwise, any random text would be accepted as url data.

BookmarkViewController:
-pasteBookmarks:intoFolder:index:copying fixed to keep an array of newly created bookmark items when copying, so we can correctly reveal those new items.
2005-04-13 05:35:27 +00:00
smfr%smfr.org 07ecc805ba Fix build by removing references to unused xpt files. 2005-04-12 21:18:32 +00:00
smfr%smfr.org e108d74ed1 Remove a space before an #import 2005-04-12 03:32:30 +00:00
smfr%smfr.org 73f1747971 Fix the build after the MOZILLA_INTERNAL_API landing. 2005-04-06 17:39:55 +00:00
bsmedberg%covad.net 8767c080a4 Bug 288626 - attempt to manually edit the mysterious xcode project file for Camino. 2005-04-06 06:19:08 +00:00
bsmedberg%covad.net b7d34d892e Attempting to fix b=288626, this will probably require setting MOZILLA_INTERNAL_API define in the xcode project, as I mentioned in the bug. 2005-04-06 06:11:40 +00:00
cbiesinger%web.de f9beb62ec5 forgot to check in this part of the patch... fixing camino bustage 2005-04-05 23:55:39 +00:00
cbiesinger%web.de f0b358248f 228968 r=bz sr=darin
- add a new nsIWebProgressListener2 interface, inheriting from
  nsIWebProgressListener, providing a 64-bit onProgressChange method
- make nsITransfer inherit from that interface, and remove an unused
  progressListener attribute
- make webbrowserpersist support listeners that implement
  nsIWebProgressListener2, and give them 64-bit progress values
- make nsIHelperAppLauncher's listener setWebProgressListener function take an
  nsIWebProgressListener2 interface

And fix up all implementations according to that.
2005-04-05 23:24:23 +00:00
smfr%smfr.org 6c349555a7 Remove explicit -bundle from link line of prefs panes, since Xcode will add it automatically. 2005-04-05 03:17:49 +00:00
smfr%smfr.org f93b17eb44 Fix path to Info-HistoryPrefPane.plist. 2005-04-04 02:48:59 +00:00
smfr%smfr.org 1e9092c81f Converting users of nsIPrefBranch to use the PreferenceManager (no bug). 2005-04-04 01:52:35 +00:00
smfr%smfr.org 0e0f1c416b Fix signature of -isOpaque 2005-04-04 01:43:02 +00:00
smfr%smfr.org 6562c84def Fix bug 281133 - Add Bookmark fails for page without a title. Test to see if we have a page title before adding to the dict. 2005-04-02 17:37:15 +00:00
smfr%smfr.org 576ecd0feb Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.
2005-04-01 18:12:16 +00:00
joshmoz%gmail.com 5a7ec0baa2 remove some debug code I accidentally checked in, add a reminder comment 2005-03-31 20:37:32 +00:00
joshmoz%gmail.com 7eada907b5 don't crash in autocomplete code when a search is requested without a valid session. b=288124 r=smfr 2005-03-31 08:33:59 +00:00
smfr%smfr.org 6fd302c450 Make CHBrowserView opaque so that view updates don't propagate to its parent views, which should reduce the amount of view redrawing that takes place. Currently, ChildViews are not opaque (because opacity causes issues with NSQuickDrawViews, see bug 166932). 2005-03-30 06:32:18 +00:00
smfr%smfr.org 3cc8249940 Remove history logging code now that 280342 is fixed. 2005-03-29 04:27:41 +00:00
smfr%smfr.org 201ba8cd2f Improved bookmarks menu item enabling. Rather than try to recreate the logic for automatic item enabling (which is non-trivial), use a dummy, auto-enabling bookmarks menu, loaded from the nib, to get correct enable states and item titles. This really fixes bug 287339. 2005-03-26 04:05:46 +00:00
smfr%smfr.org 54f7f1bb87 Fix bug 287339: correctly enable/disable bookmark items when tabs close, and windows change layers.
Make the NSOpenPanel into a sheet when a window is up.
Allow opening multiple items in the open panel, opening them in tabs.
Remove [MainController pumpGeckoEventQueue] which is obsolete and unused.
Add NSResponder+Utils.h/m to the project.
Remove #ifdefs in AppComponents.mm now that we will be using nsSimpleGlobalHistory.
2005-03-25 18:23:31 +00:00
smfr%smfr.org 35f255b89b Reinstate the context menu on bookmark collections, that got lost in the reshuffle. 2005-03-25 07:21:45 +00:00
smfr%smfr.org e19d8edaaa New category on NSResponder to find the responder for a given action, and find an item of a particular class in the responder chain.
Add method on NSMenu category to enable or disable all items (potentially recursing into submenus).
2005-03-25 06:36:29 +00:00
smfr%smfr.org ba38c193f2 Fix bug 153836, patch by wevah. Map escape to Stop and allow unmodified '+' to enlarge the text size. r=me. 2005-03-25 01:13:59 +00:00
joshmoz%gmail.com b5e4460494 add error checking to default browser code. no bug. 2005-03-25 00:28:56 +00:00
joshmoz%gmail.com 9f80fb0090 remove unnecessary override method from tab code. no bug. r=geoff sr=sfraser 2005-03-25 00:04:21 +00:00
joshmoz%gmail.com 46b8d02ae3 make sure we can always find Camino's path in our default browser menu code. b=287380 sr=sfraser 2005-03-25 00:01:25 +00:00
smfr%smfr.org c8cf2e47b4 Check in patch from bug 287083 (patch by <torben@despammed.com>). 2005-03-24 04:04:58 +00:00
joshmoz%gmail.com 833cfa1550 disable reload and some other menus when the bookmark manager is open. b=284831 sr=smfr 2005-03-23 22:56:01 +00:00
smfr%smfr.org 188f624249 Fix bug 286873 (patch by Wevah), r=josh, sr=pinkerton. 2005-03-23 21:44:34 +00:00
smfr%smfr.org 57320b57b0 Fix spelling error in comment. 2005-03-21 16:18:46 +00:00
smfr%smfr.org adbd27f110 Remove a shell script target that stuffed additional history properties files into embed.jar, since we don't need them any more. Also put the version resource in Camino.rsrc, so that it's available for the Director plugin when running in any language. 2005-03-21 06:16:27 +00:00
smfr%smfr.org 5153cd8596 Fix bug 279270: when copying images, put only the image data on the clipboard so that applications that prefer text over image data don't just get the image location. 2005-03-21 02:54:56 +00:00