sfraser%netscape.com
3915a59761
Changed to use BrowserTabViewItem, and lots of tidyup.
2002-08-19 03:52:43 +00:00
sfraser%netscape.com
8db408d1c4
Create BrowserTabViewItems using the factory method on BrowserTabView, and add an accessor for the proxy icon view.
2002-08-19 03:51:32 +00:00
sfraser%netscape.com
22cd7481b8
Create BrowserTabViewItems using the factory method on BrowserTabView.
2002-08-19 03:50:54 +00:00
sfraser%netscape.com
a04546e4f3
Add a factory method for new tabs, and improve drag and drop feedback. Also added calls to BrowserTabViewItems to tell them when they are shown or hidden.
2002-08-19 03:50:13 +00:00
sfraser%netscape.com
1019961c43
Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files.
2002-08-19 03:45:35 +00:00
sfraser%netscape.com
596b93e3e5
Move nsCocoaBrowserListener into its own file, and add a few new methods to the NSBrowserContainer protocol.
2002-08-19 03:41:17 +00:00
sfraser%netscape.com
76bac52c46
Be sure to catch cocoa exceptions when trying to make favicons, otherwise things get really messed up (see bug 163260 for the general problem).
2002-08-17 22:04:33 +00:00
bryner%netscape.com
51ae4e0cf7
Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade.
2002-08-16 17:34:24 +00:00
pinkerton%netscape.com
ad8f252e2d
reduce size of splash screen. ifdef'd off use of "loading..." which we never
...
used anyway. fixed huge leak that basically leaked the entire splash screen.
2002-08-16 03:20:54 +00:00
pinkerton%netscape.com
b1b6081a82
Add a "view source" toolbar button, off by default
2002-08-16 02:34:19 +00:00
sfraser%netscape.com
1a12bf02a8
Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs.
2002-08-16 00:58:10 +00:00
sfraser%netscape.com
c6d0d98ae5
Fixing absolute path to dist/Embed/components
2002-08-16 00:12:47 +00:00
pinkerton%netscape.com
eebf049bf8
pull base prefpanel into the privacy panel target
2002-08-15 22:31:01 +00:00
pinkerton%netscape.com
1aec6a376d
Move cache clearing button to Navigation panel, add security prefs to
...
Privacy panel. make privacy panel inherit from base prefpanel class.
2002-08-15 22:30:17 +00:00
bryner%netscape.com
d7f6c636ba
Static build changes for universalchardet (bug 162851).
2002-08-15 22:24:54 +00:00
pinkerton%netscape.com
a80768613a
Pull in universal charset decoder in dylib build. update include paths for
...
navigation pref panel for cache. (bug 162851)
2002-08-15 21:51:55 +00:00
sfraser%netscape.com
a506ef7e18
Fix some site icons not displaying properly.
2002-08-15 21:13:27 +00:00
pinkerton%netscape.com
08686b0c43
fix problem where we were ignoring the return value reading home page pref
2002-08-15 20:52:13 +00:00
pinkerton%netscape.com
24ab1e26ff
Remove a hack used to workaround having gecko views in the sidebar. fixes
...
cmdkeys working when opening the sidebar (bug 152612)
2002-08-15 20:32:06 +00:00
sfraser%netscape.com
38ed722467
Adding a Get Info item to the Edit menu, which, for now, only applies to the selected bookmark in the bookmarks sidebar. This is part of bug 155484.
2002-08-15 19:39:14 +00:00
pinkerton%netscape.com
02c62b89e1
Remove pause/resume button from d/l progress dialog and ui strings (bug 157826)
2002-08-15 19:15:24 +00:00
pinkerton%netscape.com
3065f52caa
updated icon from ugo
2002-08-15 19:05:52 +00:00
sfraser%netscape.com
8664c2b72c
Fixing alignment of proxy icon so that site icons don't clip the text border.
2002-08-15 19:01:51 +00:00
sfraser%netscape.com
637cc27766
Fix build warning by adding an include.
2002-08-15 18:58:41 +00:00
pinkerton%netscape.com
4137cd86f3
updated icons from ugo
2002-08-15 18:55:54 +00:00
pinkerton%netscape.com
691171dbdd
Untitled -> untitled per aqua guidelines
2002-08-15 18:21:13 +00:00
sfraser%netscape.com
43b1fd2379
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
...
Site icons that are loaded to into the necko cache. We also cache data for missing site icons, to avoid continual refetches.
Site icons are on by default, but can be turned off via the "browser.chrome.site_icons" pref.
2002-08-15 18:08:12 +00:00
sfraser%netscape.com
879dbad54a
Project changes for bug 160725: add RemoteDataProvider.mm/h, SiteIconProvider.mm/h, and include paths into dist/include/nkcache.
2002-08-15 18:04:24 +00:00
sfraser%netscape.com
2b8a7eabcb
Nib changes for bug 160725: hook up mProxyIcon on the BrowserWindowController.
2002-08-15 18:03:38 +00:00
pinkerton%netscape.com
640d1ca539
Register for undo/redo notifications so we can hide the suggestions
...
list. Fixes the urlbar font size. (bug 159606)
2002-08-14 22:11:02 +00:00
pinkerton%netscape.com
536a42646f
Stop the throbber from animating when it's been removed from the toolbar
...
(bug 155869)
2002-08-14 21:46:01 +00:00
pinkerton%netscape.com
e37cd5e245
Fix padding issues and a memory leak (bug 162205)
2002-08-14 19:37:40 +00:00
pinkerton%netscape.com
137261f190
remove hack for unsupported protocols now that necko correctly
...
dispatches them for us (bug 145807)
2002-08-14 19:10:26 +00:00
pinkerton%netscape.com
5ab61284c6
a double-click to dismiss a menu on a folder would cause us to popup
...
the menu again. check for that case (bug 162367)
2002-08-14 14:20:09 +00:00
pinkerton%netscape.com
364efe8141
going back to a NSTextField with field editor for the url bar. fixes a lot
...
of hacks and crashes with the NSTextView, while still managing to provide
undo support (bug 161621).
2002-08-13 16:23:42 +00:00
pinkerton%netscape.com
64fa90e043
make all new tabs appear on the right. comes from usability tests (bug 154468)
2002-08-12 19:06:37 +00:00
pinkerton%netscape.com
74f9930289
use a new window subclass that lies about it being the key window so the
...
scrollbar of the autocomplete popup is always enabled. also fixes a
memory leak where we'd leak the autocomplete popup in every window (bug 157637)
2002-08-09 15:33:29 +00:00
sfraser%netscape.com
b0dfca74aa
Fix warnings; some CHTooltip left.
2002-08-09 00:39:10 +00:00
pinkerton%netscape.com
16620e0f06
use a constant
2002-08-08 19:40:40 +00:00
pinkerton%netscape.com
df260ca839
Adding tooltip support for TITLE in html (bug 149635)
2002-08-08 19:36:13 +00:00
pinkerton%netscape.com
dadd886a85
When quitting, the d/l progress window and controller are shut down
...
before the d/l listener. add some code to separate the two and a
kung-fu death grip around the timer code to clean up this case (bug 161218)
2002-08-07 21:32:02 +00:00
sfraser%netscape.com
dee8dd79ef
Fix for bug 152975. Add a Show/Hide Sidebar menu item with key shortcut Command-/. Patch from Prachi Guariar.
2002-08-06 20:42:25 +00:00
sfraser%netscape.com
bba7bb2bd7
Patch from Max Horn to optimize 'stringByTruncatingTo'.
2002-08-06 20:04:07 +00:00
pinkerton%netscape.com
5ba24c811f
Fix problem where hiding the status bar in a popup would cause the content
...
area to extend below the window and scrolling would be messed up and the
horizontal scrollbar would be hidden. (bug 153116).
2002-08-06 19:20:28 +00:00
pinkerton%netscape.com
0a404136f8
Always use setTitle to set the window title (bug 152626)
2002-08-06 15:00:30 +00:00
pinkerton%netscape.com
6113656ea6
adding max horn
2002-08-06 02:32:34 +00:00
pinkerton%netscape.com
e680bd72a2
Add tooltips to bookmark outliner. allow context-click to set the
...
selection, not rely on what's already selected (bug 150186)
2002-08-06 02:25:46 +00:00
sfraser%netscape.com
e3791121af
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
2002-08-06 01:53:37 +00:00
pinkerton%netscape.com
e81eb50a28
Somehow we lost the connections on the ok/cancel buttons in the password
...
dialog. hook those up and finiah changing all setEnabled's to setTransparent's
(bug 160758)
2002-08-06 01:10:29 +00:00
pinkerton%netscape.com
3c7f281420
Turn off fade-in of splashscreen
2002-08-06 00:51:47 +00:00
pinkerton%netscape.com
f68298b099
remove an unused outlet (location toolbar item))
2002-08-06 00:42:49 +00:00
pinkerton%netscape.com
f8095b6801
make dealloc call super class'
2002-08-06 00:17:31 +00:00
pinkerton%netscape.com
0a3c48e1b9
Fix customize dialog with location bar NSTextView. Adds support for NSCoder
...
to support it and fixes some odd bugs we think might be in the OS. (bug 159781)
2002-08-06 00:13:04 +00:00
pinkerton%netscape.com
d707ebb163
Call super dealloc all the time and make sure we only do it at the end of
...
dealloc (bug 160790)
2002-08-05 22:50:33 +00:00
sfraser%netscape.com
92d3202cb3
Fix for bug 160312: avoid crashes when dragging bookmark folders from the sidebar onto themselves in the bookmarks toolbar.
2002-08-03 02:18:33 +00:00
sfraser%netscape.com
abd1b91830
Fix bug 160799: we don't need to have anything selected in the bookmarks before we drag.
2002-08-03 01:09:00 +00:00
bryner%netscape.com
1a685e5562
Ensure that we don't try to set initial focus on Gecko too early -- wait for the page to load. Also fixed a few build warnings. Bug 151039, r=sfraser.
2002-08-02 23:45:24 +00:00
sfraser%netscape.com
b5d820d2c9
Fix bug 160168; option-click to save link broken. We were throwing an exception when calling fileSystemRepresentation on an empty string. Also change a bunch of places in the code to assume UTF-8, not ASCII, for url strings.
2002-08-02 23:40:29 +00:00
sfraser%netscape.com
91634c3b1f
Don't rebuild the entire history data source (and leak it) every time the sidebar is opened, which makes sidebar opening animate more smoothly. Also put in some #ifdefs to it's easier to play with the browser window positioning code on sidebar open.
2002-08-02 23:12:00 +00:00
sfraser%netscape.com
5df846cc5a
Fix potential crash by calling [super dealloc] _after_ cleaning ourselves up. Found with MallocDebug.
2002-08-02 22:25:47 +00:00
sfraser%netscape.com
f8304d9717
Fix for bug 155920: added string truncation utility on our NSString category, and used it to truncat strings that are put into menu items in the UI and window titles.
2002-08-02 21:08:24 +00:00
pinkerton%netscape.com
6736f2619e
fix bustage
2002-08-01 18:09:53 +00:00
pinkerton%netscape.com
7dd70040ee
Keep XPCOM from being shut down while this window is open (bug 160241)
2002-08-01 18:00:50 +00:00
pinkerton%netscape.com
43a24b5038
update tooltip code, but leave it off (bug 149653). i hate cocoa.
2002-08-01 18:00:02 +00:00
pinkerton%netscape.com
1e0d73c152
A little more hackery on the tooltip code (still commented out). Tips are
...
now correctly positioned, but they still block mousemove.
2002-08-01 17:25:48 +00:00
sfraser%netscape.com
10c0a84d64
Fixing various drag and drop bugs: 160215 -- dragging link into bookmarks sidebar panel, and into the personal toolbar now works.
...
Bug 157520 -- dragging a bookmark into a tab no longer leaves things in a bad state. Bug 154906 -- dragging links onto tabs works now.
Changes include adding the bookmarks outline, and the boomarks toolbar as recipients of NSStringPboardType data, and replacing calls to [NSPasteboard propertyListForType], which tries to parse a url string into a property list, with [NSPasteboard stringForType].
2002-07-31 02:39:11 +00:00
sfraser%netscape.com
73dad95ce0
Fixing key shortcuts for Previous/Next tab, and reordering those menu items so that Previous comes before Next.
2002-07-30 21:06:49 +00:00
sfraser%netscape.com
c640562437
Keep Navigator.scriptTerminology in sync with Navigator.scriptSuite.
2002-07-30 16:53:09 +00:00
pinkerton%netscape.com
0949187dc6
Sherlock uses the spyglass suite (bug 160130).
2002-07-30 16:02:38 +00:00
pinkerton%netscape.com
54c3ef5a62
Ensure gecko knows the drag left the window and shuts down the drag
...
session (bug 160041)
2002-07-30 15:20:28 +00:00
sfraser%netscape.com
28b2fd6d95
Adding a 'Search Page' item to the Go menu (bug 160056). Made it and the Home item always enabled.
2002-07-30 05:09:44 +00:00
sfraser%netscape.com
a4d6db1b95
Fix for bug 160037; remove the SearchPageDefault key so that we go to IC for the default search page.
2002-07-30 05:00:14 +00:00
sfraser%netscape.com
e8fe3482d1
Ensure that category methods do the right thing when called on NSMutableStrings by using 'self'.
2002-07-29 23:22:32 +00:00
sfraser%netscape.com
9d92b27bdc
Fix some build warnings that showed up after my string whackage.
2002-07-29 22:35:52 +00:00
sfraser%netscape.com
685fce57b2
Whack string usage. Converted category on NSString to use references, added PRUnichar* method, and changed all uses to use these new methods.
2002-07-29 21:40:53 +00:00
sfraser%netscape.com
b7ffac66f0
Fix to use new category on NSString for going to and from nsAStrings
2002-07-29 19:52:09 +00:00
sfraser%netscape.com
9c7daf5e57
Add category methods on NSString to assist with going back and forth between nsAStrings and NSStrings.
2002-07-29 19:47:00 +00:00
pinkerton%netscape.com
128246c814
Don't show about:blank to users.
2002-07-29 19:19:43 +00:00
pinkerton%netscape.com
a023eac2c8
Set the next key view when showing/hiding text fields (bug 159275)
2002-07-29 18:53:43 +00:00
pinkerton%netscape.com
d57ab9b904
Remember the window title even if we don't have a window controller. (bug 157283)
2002-07-29 18:16:07 +00:00
pinkerton%netscape.com
1f5bb58831
Fix cases where the bookmarks info window would remember the last selection,
...
even after it had been deleted. Also changes focus when losing key status so
the field editor gets properly released. We seem to have lost the outlets
in the bm sidebar for the info and edit buttons, re-add and re-attach them
and ensure that they are disabled when there is no selection (bug 159655).
2002-07-29 15:13:49 +00:00
bryner%netscape.com
02efe44163
correcting comment spelling so mcafee can test tinderbox updating.
2002-07-27 07:16:35 +00:00
sfraser%netscape.com
f9196b4175
Fixing bug 156893: strip control characters out of strings which are to become bookmark titles, to avoid saving corrupt XML.
2002-07-27 01:24:42 +00:00
sfraser%netscape.com
1731d6c88b
Added NSString+Utils.mm/.h
2002-07-27 01:22:32 +00:00
sfraser%netscape.com
5a28ea6cc6
New files adding a category on NSString with some useful cleanup functions.
2002-07-27 01:21:59 +00:00
sfraser%netscape.com
f0ceb47b89
Cleanup some NSLogs and comments from last checkin.
2002-07-26 23:37:11 +00:00
sfraser%netscape.com
b244a25789
Fix bug 159461: make the progress window remember its position, and (bug 159460) have it appear in the Windows menu, with a useful name.
2002-07-26 23:37:10 +00:00
sfraser%netscape.com
42ada52952
Fix assumptions all over the code about the main window being a browser window; it can be a progress window, or the About window (and others in future). Ensure that the menu items that are enabled when a non-browser window is frontmost work as expected (e.g. Mange Bookmarks, opening a bookmark).
2002-07-26 23:29:49 +00:00
sfraser%netscape.com
89ea7e2965
Minor tidyup of saveFrameUsingName/setFrameUsingName.
2002-07-26 23:26:30 +00:00
pinkerton%netscape.com
d3d1c4cef4
Separating the personal toolbar from the sidebar selection. Bookmarks info
...
controller is now a singleton that lives forever. Personal toolbar context
menus do the right thing. (bug 148932).
2002-07-26 20:28:45 +00:00
pinkerton%netscape.com
3e601834c0
Fixes crash when selecting text during URL load, adds undo/redo to url bar,
...
reduces the number of times we load about:blank to 1 per window, fixes
unicode characters in bookmarks. (bug 149198, 153263, 155710)
2002-07-26 18:50:01 +00:00
pinkerton%netscape.com
4c909e8480
Removing file, changed to .mm
2002-07-25 21:58:32 +00:00
pinkerton%netscape.com
2fc9fe54fe
Move the pref controller to be a .mm file
2002-07-25 21:57:53 +00:00
pinkerton%netscape.com
67b89023ce
Changing to be a .mm file so we can use c++ for writing out prefs
2002-07-25 21:56:33 +00:00
bryner%netscape.com
0d7e39c675
Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton.
2002-07-25 21:28:23 +00:00
bryner%netscape.com
38b27b0e31
Change ShortVersion to be just the version number, not including the product name.
2002-07-25 19:05:56 +00:00
sfraser%netscape.com
dd3f6d57bd
Changing the 'Wrap' checkbox keyboard shortcut from Command-W to Command-R, to avoid conflict with Command-W closing the window.
2002-07-25 05:59:33 +00:00
sfraser%netscape.com
e578686e0a
Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa.
2002-07-25 05:47:16 +00:00
sfraser%netscape.com
a86b22b9ed
Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me.
2002-07-25 02:07:43 +00:00
sfraser%netscape.com
0ee96c6a38
Fix for bug 154895: fix Next/Previous tab to just cycle round through all tabs if you hit the start or end. That way, they are always enabled (when tabs are visible).
2002-07-25 01:16:36 +00:00
bryner%netscape.com
4328d6c73d
Factor out security dialogs from CocoaBrowserService, and provide a mechanism for using generic factories for application-provided XPCOM components (bug 158801). r=pinkerton, sfraser.
2002-07-25 00:57:27 +00:00
sfraser%netscape.com
fe26729757
Fix bug 157950: make sure that Find Again is disabled if there is no search string stored. Also changed the Find dialog behaviour to stay up when you hit Find (as it should, since it's a panel), to default to 'wrap' and 'ignore case' being on, and added key shortcuts for the checkboxes.
2002-07-25 00:42:53 +00:00
sfraser%netscape.com
a3f93d4371
Fix for bug 159170; when doing a Save, don't show the 'Leave open' button in the download progress window, and make sure that the window always closes at the end of the saving. r=pinkeron
...
Also fixed a refounting boo-boo with the downloader factor.
2002-07-25 00:00:51 +00:00
pinkerton%netscape.com
5458ab3cd6
Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201)
2002-07-24 22:00:11 +00:00
pinkerton%netscape.com
a022433519
localize d/l progress dialog and put strings in localizable.strings (bug 143093)
2002-07-24 21:48:08 +00:00
pinkerton%netscape.com
df3417f20a
fix phantom checkbox and password field in prompt dialog (bug 156561)
2002-07-24 20:41:30 +00:00
pinkerton%netscape.com
c26faf2d1d
Add aqua-like broken image icon
2002-07-24 17:48:48 +00:00
pinkerton%netscape.com
9ea5a2d5b3
aqua-looking broken image icon
2002-07-24 17:47:34 +00:00
bryner%netscape.com
ad297ed42e
Fixing static build bustage from sfraser's checkin for bug 145800:
...
- add all new source files to static build target
- rename nsDownloader to CHDownloader to avoid symbol name conflicts with necko.
2002-07-24 08:23:52 +00:00
sfraser%netscape.com
eaff371e3b
Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen.
2002-07-24 05:53:14 +00:00
pinkerton%netscape.com
047cac1b22
Change bookmark sidebar panel buttons to be "momentary change" to get
...
rid of icky border when depressed.
2002-07-23 20:42:39 +00:00
sfraser%netscape.com
e7616a4de5
Fixing bug 155334 -- zombie progress dialog left after doing a File | Save As in plain text format. We were checking the STATE_IS_NETWORK flag to decide when the download has finished, but this flag is not included for plain text saves (nsWebBrowserPersist doesn't give it to us). So we look at the start flags, and make sure the end flag matches on this bit. Also detabbed the file.
2002-07-20 03:22:36 +00:00
sfraser%netscape.com
741ad74e04
Fix bug 155664 -- make URLs opened from the Services menu in another app behave like those opened via Apple Events etc, obeying the prefs to load in new tabs/windows, possibly in the background.
2002-07-19 21:08:25 +00:00
sfraser%netscape.com
bd22004b31
Making the Colors and Links tab the default (bug 158152).
2002-07-19 02:26:53 +00:00
sfraser%netscape.com
9b57cc7ac7
Fix for bug 155560 -- renaming bookmark does not update menu/toolbar. Also fixes crash when deleting a toolbar bookmark (bug 157229). Patch from David Hass.
2002-07-19 02:20:30 +00:00
sfraser%netscape.com
8ae1c86928
Fix bug 154904-- fixing [BookmarkItem url] to return the url instead of the name.
2002-07-19 01:47:15 +00:00
sfraser%netscape.com
09b1c9dc04
Adding code to make stdout and stderr unbuffered, depending on the MOZ_UNBUFFERED_STDIO environment variable. This is needed for tests to run correctly.
2002-07-18 00:26:49 +00:00
sfraser%netscape.com
3bf782992f
Adding the Appearance.prefPane to the static target build settings.
2002-07-17 17:37:44 +00:00
bryner%netscape.com
85f9602de9
We don't need pippki.xpt either.
2002-07-17 08:52:43 +00:00
bryner%netscape.com
56805e9fc3
Remove libpippki. This is only needed for the XUL implementation of the security dialogs.
2002-07-17 06:22:42 +00:00
bryner%netscape.com
d2b9db8b72
Implement activate and deactivate events for chimera (bug 157648). r=sfraser.
2002-07-16 22:55:36 +00:00
sfraser%netscape.com
71289cb5df
Adding files for the Appearance prefs panel, and adding this panel to the static build target.
2002-07-16 17:47:23 +00:00
sfraser%netscape.com
aab8e37313
Adding the Appearance prefs panel to the list of panels, fixing the prefs panel base class to use UTF-8 for prefs, and adding a changeFont handler on the window's controller that can forward changeFont() messages back to the current prefs pane (used by the Appearance pane).
2002-07-16 17:45:48 +00:00
sfraser%netscape.com
f51bd3348e
More changes for the fonts prefs panel.
2002-07-16 17:43:43 +00:00
sfraser%netscape.com
e6669e6ca6
Add implementation of the Fonts pref panel, and add the contents of the .nib file
2002-07-15 19:14:08 +00:00
sfraser%netscape.com
51dc6bbcef
Adding Appearance pref pane files to project.
2002-07-14 02:15:14 +00:00
sfraser%netscape.com
c55c2f588a
Changing the Navigation prefs pane to use the common base class. Also changed the wording of the 'load tabs in background' checkbox to indicate that this pref affects new windows too.
2002-07-14 02:13:13 +00:00
sfraser%netscape.com
72329600f5
New files for Appearance pref pane. The tiff is temporary.
2002-07-14 02:11:32 +00:00
sfraser%netscape.com
d907954110
New base class for Preference Pane implementations, provides methods for getting and setting mozilla prefs.
2002-07-14 02:10:30 +00:00
pinkerton%netscape.com
5de18c78dc
Replace the standard gecko 'image placeholder' with a more aqua-one from ugo
2002-07-12 15:22:28 +00:00
bryner%netscape.com
a18b09b2b2
Remove non-functional help menu item, add an Info menu item that goes to the download page.
2002-07-12 04:53:12 +00:00
bryner%netscape.com
cb47d22261
0.4 splash from ugo
2002-07-11 03:33:12 +00:00
bryner%netscape.com
9e8bd300c3
Fix file paths for debug static builds.
2002-07-11 01:01:16 +00:00
pinkerton%netscape.com
6345420667
Teach url dispatch about the referrer field so opening links in a new
...
tab/window works correctly in all cases (bug 156732)
2002-07-10 21:53:29 +00:00
bryner%netscape.com
7352fcb104
Oops, I didn't mean to change the format of this file.
2002-07-10 21:11:12 +00:00
bryner%netscape.com
ffb788f35b
Version # -> 0.4.0
2002-07-10 21:06:28 +00:00
pinkerton%netscape.com
9bf826b990
When the sidebar button is removed from the toolbar, nil out our ref so
...
we don't later crash trying to access it (bug 156485)
2002-07-10 14:38:54 +00:00
bryner%netscape.com
1f22cce34d
Add Asian Unicode converters to the static build.
2002-07-08 20:03:17 +00:00
pinkerton%netscape.com
f64cb004b9
Use CFBundleName string key wherever we refer to the app name in strings.
2002-07-08 19:20:33 +00:00
pinkerton%netscape.com
203848bedd
Fix "can't launch 2 copies" strings so the branding can be swapped out
2002-07-08 18:56:57 +00:00
pinkerton%netscape.com
f069d0fb0c
oops, remove asian char converters from the wrong place
2002-07-08 18:54:34 +00:00
pinkerton%netscape.com
8fbaf6a801
Patch so auto-downloads at least start and complete, though there
...
is currently no visible progress. (bug 150984)
2002-07-08 18:25:17 +00:00
pinkerton%netscape.com
2086164ac3
Pull in the asian charset converters for the dylib build
2002-07-08 17:40:23 +00:00
sfraser%netscape.com
25c2c01a40
Fixing bugs 154906 and 149670, and lots of other drag and drop bugs. Drags from the proxy icon are now droppable in the Finder, in the content area, and on tabs, and do the right thing. Single bookmarks are also draggable to the Finder. Page links can also now be dragged onto tabs.
2002-07-06 06:44:14 +00:00
sfraser%netscape.com
8d19e99165
Fix for bug 154735; removing unused method, patch from David Haas.
2002-07-06 00:24:11 +00:00
sfraser%netscape.com
2c8b393f45
Fix for bug 155617: make sure we show the location dialog if the user removed the location field from their toolbar. Patch from David Haas.
2002-07-06 00:00:50 +00:00
sfraser%netscape.com
9039b8cf97
We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks).
2002-07-05 23:50:08 +00:00
sfraser%netscape.com
9954ed21d6
We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (persumably, for performance with lots of bookmarks).
2002-07-05 23:48:36 +00:00
sfraser%netscape.com
03ded4b3c8
Just cleaning up some cruft left over from my import bookmarks changes (unused #define, comment)
2002-07-05 23:47:33 +00:00
sfraser%netscape.com
6991906805
Fix bug 148841: make sure the url autocomplete widget doesn't cover menus by putting it in the floating window layer, rather than the popup layer.
2002-07-05 01:54:18 +00:00
sfraser%netscape.com
d22af0653b
Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615.
2002-07-05 01:32:00 +00:00
sfraser%netscape.com
b1c5ab2836
Making a prefs window grouping
2002-07-05 01:11:14 +00:00
sfraser%netscape.com
0f5b017305
Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs then windows, as appropriate. Also giving MainController members more concrete types, rather than 'id'.
2002-07-05 01:10:13 +00:00
sfraser%netscape.com
16b083d259
Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs, then windows, as appropriate.
2002-07-05 01:08:42 +00:00
sfraser%netscape.com
55dca6f98f
Fixing keyboard navigation
2002-07-05 00:58:13 +00:00
sfraser%netscape.com
ee30127571
Stretching the status bar across to the progress meter
2002-07-04 22:21:24 +00:00
sfraser%netscape.com
a0f3fdf37d
Fixing keyboard navigation in the prefs panes by setting up the _initialKeyView etc, and the keyboard loop in each panel.
2002-07-04 22:15:26 +00:00
sfraser%netscape.com
4bf37d7438
Whitespace and formatting changes only
2002-07-04 22:14:27 +00:00
bryner%netscape.com
7261841405
Add a feedback link to the help menu. r=smfr.
2002-07-04 00:51:44 +00:00
sfraser%netscape.com
ecceaf0fd2
Adding Navigator.scriptTerminology to the English.lproj directory. Note that we only ever need an English version of this file; Apple advise that you don't localize it, since you can only write Apple Scripts in English.
2002-07-03 20:44:27 +00:00
sfraser%netscape.com
174ce25089
Updated with Suite Modeller; just minor wording changes.
2002-07-03 20:40:18 +00:00
sfraser%netscape.com
87ba7308f1
Adding a .scriptTerminology file to fix bug 155649. This allows AppleScript apps to read our scripting suite. Note that this file does not need to be localized; it's advised that apps only have a version in English.lproj.
2002-07-03 20:37:51 +00:00
pinkerton%netscape.com
dfc44a4e80
Make autocomplete behave like mozilla in that it won't fill in the textfield
...
unless you select something from the list and tab tabs into the list. This
is preffed in the defaults system so you can go back to the old way.
2002-07-03 20:04:30 +00:00
sfraser%netscape.com
bac151021e
Add the 'mozProfileDirName' key to the Info.plist for the static target.
2002-07-03 18:48:02 +00:00
pinkerton%netscape.com
a64c0b95d9
Return correct values from Confirm[Check]Ex (int, not bool) and fix up
...
the buttons for the unknown cert in accordance with new constants for the
buttons (bug 155287)
2002-07-03 14:42:18 +00:00
sfraser%netscape.com
0336fa5e81
Changing the home page behaviour. Now, if no user pref is set, we get the default home page from a .strings file, and set this in the user pref. Also using values from CHUserDefaults.h
2002-07-03 06:22:15 +00:00
sfraser%netscape.com
bfd9a8f591
Using values from CHUserDefaults.h
2002-07-03 06:20:42 +00:00
sfraser%netscape.com
d46858b7a3
New file containing #defines for various NSUserDefaults entries. Documents which entries we use, and their formats.
2002-07-03 06:19:39 +00:00
sfraser%netscape.com
4783258f05
Adding CHUserDefaults.h to project
2002-07-03 06:19:03 +00:00
sfraser%netscape.com
798c217ae0
Whitespace change
2002-07-03 06:17:20 +00:00
sfraser%netscape.com
b1acf4f3aa
Fixing default position of new browser windows
2002-07-03 01:41:34 +00:00
sfraser%netscape.com
1e2f6b902c
Put profile directories in ~/Library/Application Support now
2002-07-03 00:46:59 +00:00
sfraser%netscape.com
d060b24624
Use the 'mozProfileDirName' key from the Info.plist to decide the name of the profile directory.
2002-07-03 00:46:07 +00:00
sfraser%netscape.com
522cfd810b
Adding mozProfileDirName key to the Info.plist, which we use to get the name of the profile directory
2002-07-03 00:45:08 +00:00
sfraser%netscape.com
3ac06b2f23
Adding strings for bookmarks warnings. Why is this file binary?
2002-07-03 00:44:18 +00:00
sfraser%netscape.com
50ad728026
Localizing the 'OK' button in bookmarks import warning dialogs, and detabbing.
2002-07-03 00:41:05 +00:00
sfraser%netscape.com
5f818c0a11
Check in an interim fix for bug 154442: warn before deleting bookmarks.
2002-07-03 00:38:37 +00:00
sfraser%netscape.com
5eb31482bb
Fixing capitalization of 'Command' key.
2002-07-02 23:45:07 +00:00
pinkerton%netscape.com
f89e345974
Fix updating of stop menu item and a crash when a popup with the personal
...
toolbar hidden was the frontmost and the menubar was clicked. Fixed some
warnings as well (bug 155461)
2002-07-02 22:48:04 +00:00
bryner%netscape.com
ccb7cf6819
Bug 152482 - fix handling of script popup windows by not loading about:blank or the user homepage when they are opened, since we'll race with gecko's document loading. Also, localized the "Loading" and "Untitled" strings. r=pinkerton, sr=sfraser.
2002-07-02 21:45:09 +00:00
pinkerton%netscape.com
732e44ea98
Wait for the all-stop from Necko before closing down the controller on
...
a cancelled download. Prevents a crash where we'd continue to get left-over
progress events after the controller had gone away (bug 154913)
2002-07-02 20:24:29 +00:00
pinkerton%netscape.com
3d3a5a9d2f
Use string table for website defaults rather than moz prefs
2002-07-02 18:08:12 +00:00
pinkerton%netscape.com
f9bbb12d3c
Use a string table for throbber, search, and home pages rather than
...
hardcoding them into the app
2002-07-02 17:31:32 +00:00
pinkerton%netscape.com
1896d39b08
Add a toolbar default plist and a string table for various websites
2002-07-02 17:30:58 +00:00
pinkerton%netscape.com
b53ada48f4
Use a string table for where buttons on the toolbar go when clicked
2002-07-02 17:30:21 +00:00
pinkerton%netscape.com
e160650b9f
use a plist for toolbar defaults instead of hardcoding. make throbber do
...
something when clicked than just spin.
2002-07-02 16:13:38 +00:00
pinkerton%netscape.com
f7e55ce00f
allows us to set toolbar defaults from text file
2002-07-02 15:42:28 +00:00
bryner%netscape.com
3919f43d3f
Don't choke if the directory name has spaces in it.
2002-07-02 06:32:37 +00:00
sfraser%netscape.com
e614caa04d
Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now).
2002-07-02 06:08:51 +00:00
sfraser%netscape.com
4429fa9d76
Fixing signage of the chromeMask flag, and putting an unused function inside the QUICKTIME_THROBBER #ifdef
2002-07-02 05:58:38 +00:00
pinkerton%netscape.com
218aa513a5
Moved Import Bookmarks to bottom of submenu (bug 154178)
2002-07-02 00:28:53 +00:00
pinkerton%netscape.com
754b8ba100
adding some include dirs for the d/l bug and adding many new types to
...
our plist so the finder will let you drag documents to the app icon. (bug 149218)
2002-07-01 23:17:10 +00:00
sfraser%netscape.com
3137da8662
Change the checkboxes for loaing in new windows and tabs to use positive sense (bug 153081) and put back the button that opens the System Preferences.
2002-07-01 23:13:09 +00:00
pinkerton%netscape.com
853179db63
updated corporate branded toolbar defaults
2002-07-01 21:56:08 +00:00
pinkerton%netscape.com
774aab5b2e
fix a warning
2002-07-01 20:08:59 +00:00
bryner%netscape.com
fc7b95f953
Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton.
2002-07-01 19:10:14 +00:00
bryner%netscape.com
3f9d22bfc4
Add command-line URL handling via the switch -url (bug 148887). r=pinkerton.
2002-07-01 19:07:16 +00:00
pinkerton%netscape.com
47e81dc216
Reverse logic on personal toolbar hiding state so that if no pref is
...
found, that corresponds to showing the personal toolbar, which is what
we want as the default.
2002-07-01 18:36:29 +00:00
pinkerton%netscape.com
f94acb9406
HomePage is primary tab
2002-07-01 18:32:01 +00:00
sfraser%netscape.com
b877548b33
Hook up preferences to load URLs from GetURL in new tabs or windows, and make UI for the 'load new tabs in background' pref (bug 150242). Also clarified the wording of the 'command-click opens new tab' pref.
2002-07-01 18:23:21 +00:00
pinkerton%netscape.com
c2b8ca140c
unix linefeeds
2002-07-01 13:57:51 +00:00
bryner%netscape.com
01d426998a
We don't need to copy the preference panes to Contents/Resources, they are only used from Contents/PreferencePanes.
2002-07-01 05:07:50 +00:00
sfraser%netscape.com
cf610ad653
Clean up build warnings and detab files
2002-07-01 04:54:28 +00:00
bryner%netscape.com
fb94c1dbf8
Hook up "Do not load home page when opening new tab" pref (bug 154288). r=pinkerton.
2002-07-01 04:36:47 +00:00
sfraser%netscape.com
4452a0fd47
Checking in fix for bug 145815 for bnesse. Hook up 'Search' button in toolbar to use mozilla pref, if it exists, or the IC preference. r=me
2002-07-01 03:48:42 +00:00
sfraser%netscape.com
d87d58ada0
Fixing bug 154203 -- implement a checkbox to use the system home page preference (Internet Config), but keep this preference separate from mozilla's home page pref.
2002-07-01 03:38:34 +00:00
bryner%netscape.com
348c992db0
Hooking up enabling/disabling of back and forward context menu items (bug 154296). r=ben.
2002-06-30 23:47:48 +00:00
bryner%netscape.com
9ea45e8064
Making the popup window prompt localizable.
2002-06-29 04:40:13 +00:00
sfraser%netscape.com
7972c4aa0a
Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed.
2002-06-28 23:47:49 +00:00
sfraser%netscape.com
c7c950a203
Fix include paths for static target to include commandhandler
2002-06-28 01:50:09 +00:00
pinkerton%netscape.com
3ad1317de0
Fix crash clicking on url schemes we don't understand (bug 154538)
2002-06-27 22:16:09 +00:00
pinkerton%netscape.com
5a22fb08ea
Put up dialog to let users know when posting secure data from insecure site
...
(bug 151653).
2002-06-27 22:06:20 +00:00
sfraser%netscape.com
8b7bd16407
Fixing history tab in sidebar to show history. Also hiding history tab by default.
2002-06-27 22:03:30 +00:00
sfraser%netscape.com
286548d092
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. r=pinkerton
2002-06-27 21:07:30 +00:00
sfraser%netscape.com
ba3443e53e
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. Adding search patch to dist/include/commandhandler r=pinkerton
2002-06-27 21:06:36 +00:00
sfraser%netscape.com
ec0f2ef3e0
Fix bug 146322; make Undo/Redo/Delete work, and menu items enable correctly. r=pinkerton.
2002-06-27 21:02:51 +00:00
pinkerton%netscape.com
fdbad47164
update windows when the bit depth changes (bug 153651)
2002-06-27 19:58:49 +00:00
pinkerton%netscape.com
22bdd71380
fix method name so we correctly load urls again (bug 154514)
2002-06-27 18:40:17 +00:00
pinkerton%netscape.com
0b2e710909
Reinstate dragging the proxy to the personal toolbar and the outliner as
...
well as fixing a crasher dragging to the end of the bookmarks list (bug 154460)
2002-06-27 18:07:56 +00:00
pinkerton%netscape.com
f236245941
commented about broken window cascading on multiple monitors with
...
radar bug number
2002-06-27 14:53:20 +00:00
pinkerton%netscape.com
575967fe6c
Fix crash when deleting a folder and some of its subitems were selected
...
(bug 151901)
2002-06-27 13:33:19 +00:00
pinkerton%netscape.com
c0d17aeef8
Only stop the download when the network flag is set, not any time
...
we get a stop message on the listener. (bug 154277)
2002-06-27 13:09:30 +00:00
pinkerton%netscape.com
c2dc28217c
Change profile name back to chimera
2002-06-26 23:41:16 +00:00
pinkerton%netscape.com
3bf6ea9ff1
Landing file rewrite changes for conrad
2002-06-26 21:59:47 +00:00
pinkerton%netscape.com
9a80772b0c
don't enable 'find again' unless the user has done a 'find' first. (bug 153643)
2002-06-26 21:06:17 +00:00
pinkerton%netscape.com
9452ccea40
Fix command updating in edit menu. (bug 154291)
2002-06-26 20:52:38 +00:00
pinkerton%netscape.com
8bbf68ea3c
Remove view->page info since it's not hooked up to anything
2002-06-26 19:54:07 +00:00
pinkerton%netscape.com
551d78ce51
Remove personal prefs from list since they're not implemented
2002-06-26 19:52:16 +00:00
pinkerton%netscape.com
c7c0b038dd
Make viewSource work again. (bug 154413)
2002-06-26 17:30:22 +00:00
pinkerton%netscape.com
86535eeff8
booboo fix, fixes 152629 and 152903
2002-06-26 15:18:51 +00:00
bryner%netscape.com
95d7198e5b
Removing files that really don't need to be in Contents/Resources.
2002-06-26 00:56:15 +00:00
sfraser%netscape.com
4e46d9704c
Undoing objects.nib corruption caused by checking in using MacCVS Pro
2002-06-25 22:31:36 +00:00
sfraser%netscape.com
53826b4560
Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton.
2002-06-25 22:08:33 +00:00
pinkerton%netscape.com
37e6f436d0
Added ability to show/hide personal toolbar and persist (bug 149725)
2002-06-25 22:06:09 +00:00
sfraser%netscape.com
97571663be
Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton.
2002-06-25 21:53:27 +00:00
bryner%netscape.com
ae2bbe419e
Fixing the problem where URL's containing certain characters won't load, by removing uses of NSURL (which has escaping conventions that are incompatible with nsIURI) internally, replacing it with NSString. Bug 147914, r=pink.
2002-06-25 19:25:27 +00:00
pinkerton%netscape.com
2f2ecc749c
Fix crash when trying to save page source, though it still doesn't work (bug 15204)
2002-06-25 19:23:16 +00:00
pinkerton%netscape.com
9ebe933cce
Fix a slew of bookmark dnd bugs in the sidebar and personal toolbar. (bug 143094)
2002-06-25 18:21:07 +00:00
bryner%netscape.com
4de29a7f32
Don't set an initial title on the browser window, since we re-set it when a page loads.
2002-06-25 04:53:49 +00:00
bryner%netscape.com
117e8e2215
Don't hardcode the number of frames in the throbber animation.
2002-06-25 04:47:58 +00:00
hewitt%netscape.com
2d677b4beb
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
2002-06-24 21:20:55 +00:00
pinkerton%netscape.com
6edb5ce5bc
Break cycle with throbber so that we no longer crash when animating the
...
throbber and closing a window, or continue loading the page after the
window has gone away. (bug 153421)
2002-06-24 19:33:45 +00:00
pinkerton%netscape.com
747cc1c051
add kathy and conrad
2002-06-24 17:10:29 +00:00
pinkerton%netscape.com
cb2bdf4138
use mac prefs instead of unix ones
2002-06-22 21:52:35 +00:00
pinkerton%netscape.com
89fa8ab607
Remap cookie prefs to be something chimera understands before we
...
get to the pref panel. Ignore p3p and foreign cookies.
2002-06-22 21:21:44 +00:00
bryner%netscape.com
b2fba574a9
Bump version string to 0.3.1.
2002-06-22 10:48:57 +00:00
bryner%netscape.com
e88dc8820e
Enable prebinding (and automatic prebind updating at runtime) for static builds. r=pinkerton.
2002-06-22 06:28:20 +00:00
pinkerton%netscape.com
b27de04155
pull the search button out of the default toolbar, move it to the left of
...
the url bar if it's there at all, and change the icon.
2002-06-21 19:33:59 +00:00
pinkerton%netscape.com
3579f6aecc
Do better error checking to prevent crashing trying to show a JS dialog
...
when loading a tab in the background (bug 152945)
2002-06-21 03:36:44 +00:00
pinkerton%netscape.com
17e6372d35
add separate "expired cert" alert (bug 150731)
2002-06-21 03:25:35 +00:00