Commit Graph

477 Commits

Author SHA1 Message Date
sfraser%netscape.com
afb901e71b 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
f94048cccf Using values from CHUserDefaults.h 2002-07-03 06:20:42 +00:00
sfraser%netscape.com
e821b187dd 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
bc8d2ada25 Adding CHUserDefaults.h to project 2002-07-03 06:19:03 +00:00
sfraser%netscape.com
9e9e3c7439 Whitespace change 2002-07-03 06:17:20 +00:00
sfraser%netscape.com
28f33b3c33 Fixing default position of new browser windows 2002-07-03 01:41:34 +00:00
sfraser%netscape.com
af1a4e0b75 Put profile directories in ~/Library/Application Support now 2002-07-03 00:46:59 +00:00
sfraser%netscape.com
a01c6063b7 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
724f4ffbd7 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
e1c45180ae Adding strings for bookmarks warnings. Why is this file binary? 2002-07-03 00:44:18 +00:00
sfraser%netscape.com
6eb9e15116 Localizing the 'OK' button in bookmarks import warning dialogs, and detabbing. 2002-07-03 00:41:05 +00:00
sfraser%netscape.com
8739da1dee Check in an interim fix for bug 154442: warn before deleting bookmarks. 2002-07-03 00:38:37 +00:00
sfraser%netscape.com
3c19a51662 Fixing capitalization of 'Command' key. 2002-07-02 23:45:07 +00:00
pinkerton%netscape.com
cbebcfcea3 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
ff3df6116b 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
4364bb25f9 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
b3860439fd Use string table for website defaults rather than moz prefs 2002-07-02 18:08:12 +00:00
pinkerton%netscape.com
c4f1a8dec4 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
c24ca6d3f4 Add a toolbar default plist and a string table for various websites 2002-07-02 17:30:58 +00:00
pinkerton%netscape.com
4e53fb67d1 Use a string table for where buttons on the toolbar go when clicked 2002-07-02 17:30:21 +00:00
pinkerton%netscape.com
e03edb10ed 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
321ec6a909 allows us to set toolbar defaults from text file 2002-07-02 15:42:28 +00:00
bryner%netscape.com
a86faa5356 Don't choke if the directory name has spaces in it. 2002-07-02 06:32:37 +00:00
sfraser%netscape.com
eed7024b67 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
b84a6e9902 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
de66884442 Moved Import Bookmarks to bottom of submenu (bug 154178) 2002-07-02 00:28:53 +00:00
pinkerton%netscape.com
b421736c2e 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
fc67ed1c27 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
6daecf9f2a updated corporate branded toolbar defaults 2002-07-01 21:56:08 +00:00
pinkerton%netscape.com
8f96000cf9 fix a warning 2002-07-01 20:08:59 +00:00
bryner%netscape.com
6e19380b4f Hook up "Bookmark this link" context menu item (bug 154856). r=pinkerton. 2002-07-01 19:10:14 +00:00
bryner%netscape.com
2a46d6537d Add command-line URL handling via the switch -url (bug 148887). r=pinkerton. 2002-07-01 19:07:16 +00:00
pinkerton%netscape.com
45fc788bb6 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
4225c4e77d HomePage is primary tab 2002-07-01 18:32:01 +00:00
sfraser%netscape.com
1963e73e0f 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
54db6af7cd unix linefeeds 2002-07-01 13:57:51 +00:00
bryner%netscape.com
07fbd4eef0 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
aa6696da38 Clean up build warnings and detab files 2002-07-01 04:54:28 +00:00
bryner%netscape.com
33180fd777 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
f2a63bfcbd 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
890e9b84e8 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
7b405bd7e0 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
fba1bbf4f2 Making the popup window prompt localizable. 2002-06-29 04:40:13 +00:00
sfraser%netscape.com
6131d9991c 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
15ef97badc Fix include paths for static target to include commandhandler 2002-06-28 01:50:09 +00:00
pinkerton%netscape.com
bda59bc56b Fix crash clicking on url schemes we don't understand (bug 154538) 2002-06-27 22:16:09 +00:00
pinkerton%netscape.com
40ba10ba32 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
8d572e2c8e 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
425b50233a 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
56c298b593 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
5b54cb5352 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
866d56a1b8 update windows when the bit depth changes (bug 153651) 2002-06-27 19:58:49 +00:00
pinkerton%netscape.com
9b2925f604 fix method name so we correctly load urls again (bug 154514) 2002-06-27 18:40:17 +00:00
pinkerton%netscape.com
9bf23eb4e5 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
4cf53169db commented about broken window cascading on multiple monitors with
radar bug number
2002-06-27 14:53:20 +00:00
pinkerton%netscape.com
1c404d3def 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
0e29dd1cf7 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
1aca541b04 Change profile name back to chimera 2002-06-26 23:41:16 +00:00
pinkerton%netscape.com
e7a1e228dd Landing file rewrite changes for conrad 2002-06-26 21:59:47 +00:00
pinkerton%netscape.com
fdae055fe2 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
cad5d6dec1 Fix command updating in edit menu. (bug 154291) 2002-06-26 20:52:38 +00:00
pinkerton%netscape.com
79c8ba3030 Remove view->page info since it's not hooked up to anything 2002-06-26 19:54:07 +00:00
pinkerton%netscape.com
fbad58c12c Remove personal prefs from list since they're not implemented 2002-06-26 19:52:16 +00:00
pinkerton%netscape.com
53242b7255 Make viewSource work again. (bug 154413) 2002-06-26 17:30:22 +00:00
pinkerton%netscape.com
dc0efc2f13 booboo fix, fixes 152629 and 152903 2002-06-26 15:18:51 +00:00
bryner%netscape.com
dc57f042f5 Removing files that really don't need to be in Contents/Resources. 2002-06-26 00:56:15 +00:00
sfraser%netscape.com
9f49c9a09f Undoing objects.nib corruption caused by checking in using MacCVS Pro 2002-06-25 22:31:36 +00:00
sfraser%netscape.com
88316a9e93 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
17b8a206c1 Added ability to show/hide personal toolbar and persist (bug 149725) 2002-06-25 22:06:09 +00:00
sfraser%netscape.com
09b7838f39 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
2049096f77 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
9cb2d7016d 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
6552d49b49 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
ed47f93466 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
644f05ed78 Don't hardcode the number of frames in the throbber animation. 2002-06-25 04:47:58 +00:00
hewitt%netscape.com
d4e1bdf9f6 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
5c5a4caa89 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
cda92b7be1 add kathy and conrad 2002-06-24 17:10:29 +00:00
pinkerton%netscape.com
1e38107edb use mac prefs instead of unix ones 2002-06-22 21:52:35 +00:00
pinkerton%netscape.com
da81ecc44e 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
8c3407541b Bump version string to 0.3.1. 2002-06-22 10:48:57 +00:00
bryner%netscape.com
d39456d8e9 Enable prebinding (and automatic prebind updating at runtime) for static builds. r=pinkerton. 2002-06-22 06:28:20 +00:00
pinkerton%netscape.com
83f1ec4406 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
5c420e86c4 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
12b326955f add separate "expired cert" alert (bug 150731) 2002-06-21 03:25:35 +00:00
pinkerton%netscape.com
0dd6dd3c58 Hack for external protocol handlers. serious hack. oh my god it's a hack. (bug 145807) 2002-06-21 00:46:05 +00:00
pinkerton%netscape.com
510c8c4c80 a bunch of fixes that didn't land when i wanted them to. 2002-06-21 00:24:51 +00:00
bryner%netscape.com
fd648d5e9c Oops, forgot to add libjsj.dylib to the non-static target when I added liboji. 2002-06-20 21:46:21 +00:00
pinkerton%netscape.com
c296dd0bc6 Fix to switch window title when tab becomes primary and not switch url
when a bg tab refreshes its url. (bugs 150805, 152626)
2002-06-20 20:45:29 +00:00
bryner%netscape.com
a29b57a342 Make -autoRegister mode also perform chrome registration, so that this can be done during packaging. r=jag. 2002-06-20 00:08:02 +00:00
bryner%netscape.com
fe4c28ea42 Adding OJI library to the static build target. 2002-06-19 20:15:54 +00:00
bryner%netscape.com
9f6ac1e121 Adding OJI library to the non-static build target. 2002-06-19 19:31:10 +00:00
pinkerton%netscape.com
fe87140b5d Adding impl of nsIEmbeddingSiteWindow2 so certain QI's don't fail 2002-06-18 21:43:56 +00:00
pinkerton%netscape.com
8e4de1e163 Add broken-image and loading-image gifs from dist/Embed/res 2002-06-18 19:07:34 +00:00
pinkerton%netscape.com
1fb18cc98a Localize text and buttons (bug 148556) 2002-06-18 17:44:22 +00:00
pinkerton%netscape.com
e2edad9306 add some strings 2002-06-18 17:43:39 +00:00
pinkerton%netscape.com
6d222b19ac Fix a warning 2002-06-18 14:35:12 +00:00
pinkerton%netscape.com
66c181d5df make us open url's as a service (bug 150860) 2002-06-18 13:52:17 +00:00
pinkerton%netscape.com
99fbbed83e Hookup more of the d/l progress dialog. change around the layout to get
rid of the dreaded groupboxes. remove a global variable.
2002-06-18 13:23:33 +00:00
pinkerton%netscape.com
061b79e460 Hookup copy/paste/etc context menus for text areas. (bug 151662) 2002-06-17 17:14:51 +00:00
pinkerton%netscape.com
ae2d20be15 Strip whitespace around url (bug 149082) 2002-06-17 15:24:29 +00:00
pinkerton%netscape.com
2fd744fdef fixing up locked profile error text. 2002-06-17 15:16:46 +00:00
pinkerton%netscape.com
1163e6ec98 Fix for crash launching when another version is already running. bug 148556 2002-06-17 15:10:37 +00:00
beard%netscape.com
113305d5dc added #if QUICKTIME_THROBBER to conditionally use Quicktime Movie to implement throbber. 2002-06-15 16:34:48 +00:00
beard%netscape.com
852e89b035 Bare bones "Search" toolbar button. Need a real icon, using the Finder's for now. 2002-06-15 01:42:05 +00:00
beard%netscape.com
70d60cb7c6 Only run the throbber timer if the throbber toolbar item is visible, and increase the timer interval to 1/5 second to use less CPU. 2002-06-15 00:41:03 +00:00
beard%netscape.com
77f0d9ac18 Added throbber images to static target. 2002-06-14 23:18:14 +00:00
beard%netscape.com
239a6ee38f Replace throbber-NN.tif with throbber-NN.gif. 2002-06-14 22:50:25 +00:00
beard%netscape.com
43cabc292f Fix broken throbber images. Switch to smaller .gif format. 2002-06-14 22:47:46 +00:00
pinkerton%netscape.com
eead7f0b74 Null params are allowed to be passed to GetDimensions. Just check when
they're being accessed. bug 151885
2002-06-14 21:40:04 +00:00
pinkerton%netscape.com
a45cdce316 Update number of throbber images 2002-06-14 20:20:43 +00:00
pinkerton%netscape.com
9d1b3c44e4 Throbber that needs some work. 2002-06-14 20:19:09 +00:00
pinkerton%netscape.com
18341d7f67 Fix throbber placement and label, fix Delete menu item 2002-06-14 18:44:52 +00:00
beard%netscape.com
6546e4eaa4 Added calls to start/stop the throbber while pages load. 2002-06-14 18:10:26 +00:00
beard%netscape.com
e9ad9bd4f6 Added throbber images and Quicktime.framework 2002-06-14 18:09:40 +00:00
beard%netscape.com
145d894e9d Added Throbber toolbar item. 2002-06-14 18:07:08 +00:00
pinkerton%netscape.com
f128ea8c93 bah, just remove the 'add separator' button since it looks lame disabled. 2002-06-12 14:43:27 +00:00
pinkerton%netscape.com
4648b0b211 Hook up "edit" bookmarks panel button to info window and gray out
"new separator" button until we hook it up.
2002-06-12 14:03:41 +00:00
pinkerton%netscape.com
6e7907c9fe Implement copy link location from brade (bug 150827) 2002-06-12 13:47:48 +00:00
pinkerton%netscape.com
5accdab49f Remove status bar entirely from popups that don't want it 2002-06-11 19:36:33 +00:00
pinkerton%netscape.com
07dfc94393 Fix New Tab/SaveAs being enabled with no current window by creating a new
File menu and writing parts of validateMenuItem. bug 146320.
2002-06-11 18:44:30 +00:00
pinkerton%netscape.com
1cc93b586e Fix refcount crash with find again. (bug 150532) 2002-06-11 15:00:15 +00:00
bryner%netscape.com
1012e19512 Fix handling of URL's from other applications, by enabling applescript for the static build target (bug 150122). r=sdagley. 2002-06-10 22:15:10 +00:00
bryner%netscape.com
b14ca3e45e One more static build fix. 2002-06-10 01:24:14 +00:00
bryner%netscape.com
2e38e536b8 Static build fixes. 2002-06-09 21:25:52 +00:00
bryner%netscape.com
dbe9a35026 Add a command-line parameter, "-autoRegister", to allow automated component registration for static builds. r=ben. 2002-06-09 08:15:59 +00:00
bryner%netscape.com
1cf10f8ec3 Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes. 2002-06-09 00:05:37 +00:00
pinkerton%netscape.com
019040542c Adding a bunch of security warnings and dialogs, overriding the
XUL impl with our own.
2002-06-07 22:26:35 +00:00
bryner%netscape.com
c7c92ad296 Landing the changes for Chimera static builds (not on by default). 2002-06-07 04:35:37 +00:00
pinkerton%netscape.com
28b955fa68 Fix prefs not getting written out (patch from bfoucher@mac.com). Removing
smooth text menu item since the non-atsui version is so much faster, we
always want it on.
2002-06-06 21:13:10 +00:00
pinkerton%netscape.com
cf6fe30a58 removing rename sheet, as it's not needed with info panel. making info panel
a bit larger.
2002-06-06 20:40:48 +00:00
pinkerton%netscape.com
f5e376d44f Fixing un-necessary object creation. 2002-06-05 15:26:52 +00:00
ben%netscape.com
55f4aee173 bookmark keyword back end + fix for missing bookmark file causes crash on startup 2002-06-05 14:24:54 +00:00
ben%netscape.com
29cabdccfa Hook up Bookmarks Info Window, bug 148933 2002-06-05 10:09:37 +00:00
pinkerton%netscape.com
8f814b2b04 Stubbing in more tooltip support, ifdef'd out, doesn't fully work yet. 2002-06-04 21:52:44 +00:00
pinkerton%netscape.com
cd26c31b01 respect the chrome mask. hide the main toolbar, personal toolbar, and
status bar if required.
2002-06-04 21:50:14 +00:00
pinkerton%netscape.com
3dea44d497 Adding a subview for the status bar so we can hide it when the chrome
mask says no status bar.
2002-06-04 21:49:45 +00:00
beard%netscape.com
e6a66b5840 Added some plugin source files (not built) for reference. 2002-06-04 20:57:00 +00:00
pinkerton%netscape.com
16fac51c4c default tab is the first one, not the second. 2002-06-04 19:10:01 +00:00
pinkerton%netscape.com
72adb320ea make "home" button do the right thing. turn pref manager object into a
shared object owned by the main controller so other objects can easily
get to it to ask about prefs. reworked the code that gets the homepage
so that it conditionally checks if it should check the startup page
mode (obviously the home button doesn't want that). bug# 148936.
2002-06-04 18:36:29 +00:00
pinkerton%netscape.com
882d316742 Fix warnings 2002-06-03 21:20:27 +00:00
pinkerton%netscape.com
d7c11322e0 Fix warning 2002-06-03 18:10:17 +00:00
pinkerton%netscape.com
f08a783bf6 Fixup button reflow logic to avoid toolbar drawing over content area. bug 147923 2002-06-03 18:09:22 +00:00
pinkerton%netscape.com
3613adef81 correctly launch if any non-ascii chars are in the path. bug 148432 2002-06-03 14:38:32 +00:00
pinkerton%netscape.com
311a510eac Fix crashes at startup. (from william@dell.wisner.name) 2002-06-03 14:27:11 +00:00
pinkerton%netscape.com
7d65e55045 Adding privacy panel back in to copy phase 2002-06-03 14:10:33 +00:00
ben%netscape.com
e9c3cd069d Add support for persistence of folder open state between sessions and windows, disabled for the moment until I can figure out how to update the NSOutlineView's row count. 2002-06-03 09:17:51 +00:00
ben%netscape.com
875ed4db44 Ensure that correct Bookmarks context menu items are enabled when certain types of element are selected. Hook up 'Open in New Window' for Bookmark Groups 2002-06-02 10:51:02 +00:00
ben%netscape.com
181ca4c488 Hook up bookmarks context menu items for the sidebar view. The behaviour is a little broken in that you need to actually have selected something before any of these work, but it was like that before I touched it, and we can fix that. I'm just hooking up functionality. More specifically:
- Delete
- Open in New Window
- Open in New Tab
- New Folde
2002-06-02 08:28:10 +00:00
bryner%netscape.com
398c2d05d0 Turning debugging symbols back off by default. 2002-06-01 06:10:50 +00:00
beard%netscape.com
78b04fe6ec Fix some file references. 2002-05-31 22:58:10 +00:00
pinkerton%netscape.com
4f23d07ee4 Adding support for tooltips from the content area 2002-05-31 18:26:57 +00:00
pinkerton%netscape.com
ea813dc9ea Cleaning up unused and misnamed classes in nibs 2002-05-31 17:25:18 +00:00
pinkerton%netscape.com
2adfe2e21f Cleanup, and renaming clear history button 2002-05-31 15:13:27 +00:00
pinkerton%netscape.com
47b9595439 Updating some class/method names, adding "clear global history" button 2002-05-31 15:08:45 +00:00
pinkerton%netscape.com
595643ccba Removing search panel 2002-05-30 23:12:58 +00:00
pinkerton%netscape.com
0e215da1d9 Add Navigation pref panel. 2002-05-30 21:57:25 +00:00
pinkerton%netscape.com
7cfcc9d09b First checkin 2002-05-30 21:56:11 +00:00
pinkerton%netscape.com
4fb6fcaa2a first checkin 2002-05-30 21:55:42 +00:00
pinkerton%netscape.com
43ca5b70d1 Updated nibs for new classnames. Made Privacy pane set prefs as soon
as you click the control, not only when the panel goes away.
2002-05-30 19:12:35 +00:00
pinkerton%netscape.com
71350ecf08 Make pref panel respect UI guidelines 2002-05-30 14:55:10 +00:00
hewitt%netscape.com
cc685cba3d backing out file checked in by accident 2002-05-29 21:45:40 +00:00
hewitt%netscape.com
32125f34a3 crop really long page titles in Go menu 2002-05-29 21:41:54 +00:00
pinkerton%netscape.com
dc0be27710 Add sheet to rename bookmarks since inline editing doesn't work too well
with attributed strings. Cleaned up some unused outlets. Added a cancel
button to the location sheet. bugs 145819, 147721.
2002-05-29 20:42:54 +00:00
pinkerton%netscape.com
6a348190c4 Updated icon from Ugo. 2002-05-29 14:26:45 +00:00
pinkerton%netscape.com
8d1fcff6ba Update pref panels so exported symbols are unique. follows apple's guidelines. 2002-05-29 14:19:17 +00:00
bryner%netscape.com
a55dad1ff1 Updating version to 0.3.0, with new splash screen from ugos@mac.com. 2002-05-29 05:32:38 +00:00
pinkerton%netscape.com
2e1e1a71f3 backing out changes when landing privacy panel. doh! 2002-05-28 20:59:29 +00:00
pinkerton%netscape.com
94052cd480 remove 'block images from server' and 'view only this image' context menu
items. there's no code that goes along with these.
2002-05-28 20:07:24 +00:00
pinkerton%netscape.com
d84835e78c Normalizing the context menus, stubbing out copy link location and
bookmark link. hooks up bookmark page.
2002-05-28 19:55:58 +00:00
pinkerton%netscape.com
6e9850aa21 fixing some redundant ref counting and a leak of the autocomplete data
source. r=hyatt.
2002-05-28 18:42:21 +00:00
hyatt%netscape.com
57b4e44881 Fix back forward key bindings. 2002-05-28 18:22:37 +00:00
pinkerton%netscape.com
f46328eabc Fix crash for 147604. should retain these icons if i'm going to hold them indefinately. 2002-05-28 16:48:48 +00:00
hewitt%netscape.com
71d762f2cc more autocomplete details, and icons for bookmark menus 2002-05-28 10:30:42 +00:00
hewitt%netscape.com
d8e9c91f64 145802 - session history in Go menu for Chimera, 145803 - urlbar autocomplete for chimera 2002-05-28 09:07:53 +00:00
bryner%netscape.com
546cd30102 - Remove some unneeded gecko files from the project.
- Bump the Chimera version to 0.2.8 in the project and credits file.

Note: we no longer copy libmozz.dylib from Mozilla, you need to use --with-system-zlib.  r=hyatt.
2002-05-28 04:00:40 +00:00
ben%netscape.com
3fd10e12e2 remove emacs backup file hyatt accidentally checked in 2002-05-27 06:17:10 +00:00
pinkerton%netscape.com
892d68e3c8 Updating lock icons. Also fixing test of security state for new
state bits in nsIWebProgressListener.
2002-05-24 20:13:15 +00:00
pinkerton%netscape.com
0355a17aac Updates for api changes (signed->unsigned) 2002-05-23 11:19:51 +00:00
pinkerton%netscape.com
ae41edbd1d Just born 2002-05-23 01:16:05 +00:00
pinkerton%netscape.com
7077dc2698 oops, some absolute paths snuck in 2002-05-23 00:46:53 +00:00
pinkerton%netscape.com
e0d17b9534 Add privacy panel 2002-05-23 00:25:31 +00:00
pinkerton%netscape.com
126426e8f5 fix a lot of unicode problems. stub out some inline editing in case we ever
want to do that (we probably don't, but...)
2002-05-23 00:25:01 +00:00
pinkerton%netscape.com
f1b7cb0f5e Adding privacy panel 2002-05-23 00:24:08 +00:00
pinkerton%netscape.com
b3a9cf3cb4 Hooking up security lock icon notification in the UI. Works as you
switch tabs as well.
2002-05-17 18:24:03 +00:00
pinkerton%netscape.com
fa4232596b Fix dougt's nsCRT bustage. 2002-05-16 17:38:26 +00:00
pinkerton%netscape.com
607c7925f3 Remove the "my panels" sidebar panel. 2002-05-16 00:34:56 +00:00
pinkerton%netscape.com
d86bd82c52 Fix for bug 144848, crash opening sidebar. we were caching the sidebar toolbar
button in the wrong place, so we'd end up holding onto the button we created
to display in the toolbar cust dialog, and then when it went away, bad things
would happen when next tried to update it.
2002-05-15 23:07:50 +00:00
pinkerton%netscape.com
875f536b57 Fix for nsIFile now being unicode apis instead of UTF8 2002-05-11 04:14:03 +00:00
pinkerton%netscape.com
210aee1042 Make drawer work when window is on a 2nd monitor. 2002-05-08 15:00:46 +00:00
pinkerton%netscape.com
ca506c2fbb Adding David Haas 2002-05-03 19:23:18 +00:00
pinkerton%netscape.com
f4143f1783 Update the progress meter during download. From David Haas (haasd@cae.wisc.edu) 2002-05-03 19:22:23 +00:00
pinkerton%netscape.com
3478b60af8 Behave correctly when dock icon clicked and no windows are open. From David Haas (haasd@cae.wisc.edu) 2002-05-03 19:17:28 +00:00
hyatt%netscape.com
1a3f0e300b Adding globe icon for URL bar. Updating to 0.2.7 2002-05-03 08:02:16 +00:00
hyatt%netscape.com
caa8d96337 Adding globe icon for URL bar. Updating to 0.2.7 2002-05-03 07:32:18 +00:00
hewitt%netscape.com
35721517bd bookmark drag and drop 2002-05-02 12:08:47 +00:00
hyatt%netscape.com
7b42dc110c Fix ESPN. 2002-04-30 21:07:31 +00:00
hyatt%netscape.com
d5556b6081 Add Richard Schreyer to contributor list. 2002-04-30 17:29:26 +00:00
pinkerton%netscape.com
c225603717 Indent entries in the folder popup to reflect the hierarchy. from Richard Schreyer (richards9@mac.com) 2002-04-30 14:58:16 +00:00
hyatt%netscape.com
17ecb1947d Fix. 2002-04-29 22:23:17 +00:00
hyatt%netscape.com
4d287318c8 GOD DAMMIT. 2002-04-29 22:03:34 +00:00
hyatt%netscape.com
330482f852 Fix crash on quit. 2002-04-29 21:57:22 +00:00
hyatt%netscape.com
a34ce9b522 The crash doesn't happen this way. 2002-04-29 21:52:10 +00:00
ben%netscape.com
0e83845ca1 Let's try this NIB thing again... 2002-04-29 21:31:08 +00:00
pinkerton%netscape.com
713e9b2311 remove duplicated line 2002-04-29 20:12:47 +00:00
pinkerton%netscape.com
ae098d466a changing copying phase to use dist/Embed for everything, rather than plucking things from the tree. allows debug builds to work better with security 2002-04-29 20:07:27 +00:00
hyatt%netscape.com
35bd8caccf Better but still get a sheet error message. 2002-04-29 19:25:49 +00:00
hyatt%netscape.com
144a274a0d This is better. Still undoing fuckage. 2002-04-29 19:05:29 +00:00
hyatt%netscape.com
e087fc79d1 Undo ben's horkage. 2002-04-29 18:59:33 +00:00
ben%netscape.com
ed0ecd18b4 Remove noisy NSLogs 2002-04-29 13:15:25 +00:00
ben%netscape.com
b3afb26ee2 Fix Project to have correct connection between CHHistoryDataSource and its outliner view 2002-04-29 12:58:30 +00:00
ben%netscape.com
9c035bd57a More history sidebar panel work. 2002-04-29 12:39:27 +00:00
ben%netscape.com
2883fb134e History DataSource 2002-04-29 10:27:55 +00:00
hyatt%netscape.com
b08e0aa5e7 Pref code for internet config hooked up. 2002-04-29 09:15:53 +00:00
hyatt%netscape.com
3f4ba172f6 oops. 2002-04-29 08:23:05 +00:00
hyatt%netscape.com
2609f65a1e Adding pref manager from Wisner. 2002-04-29 08:22:37 +00:00
hyatt%netscape.com
c13d11f3f8 The importer works. 2002-04-29 08:08:24 +00:00
hyatt%netscape.com
bb8ff7fd6e Bookmarks importer. Not ready for prime time yet. 2002-04-29 04:17:32 +00:00
hyatt%netscape.com
cc4abd5828 More work on importing of bookmarks. 2002-04-29 01:28:30 +00:00
hyatt%netscape.com
68747a87d8 Implemented view source. 2002-04-28 22:53:27 +00:00
hyatt%netscape.com
6c1a035b51 Lay the plumbing for view source. Tweak context menu wording. Hook up some unconnected context menu items in the image link context menu. 2002-04-28 22:23:25 +00:00
hyatt%netscape.com
0aabe0f310 Ok, so now it's picking a URL for import. 2002-04-28 22:07:03 +00:00
hyatt%netscape.com
9da43a40c0 adding an import bookmarks menu command. 2002-04-28 21:59:30 +00:00
hyatt%netscape.com
aecbf8ea2f adding an import bookmarks menu command. 2002-04-28 21:57:00 +00:00
ben%netscape.com
d0159fa123 Add stub implementation for missing method 2002-04-28 14:18:17 +00:00
ben%netscape.com
0df169ebf5 Update Credits :-) 2002-04-28 14:07:30 +00:00
ben%netscape.com
7dd3fc5782 RDF Outline View DataSource, take 1. 2002-04-28 14:06:08 +00:00
ben%netscape.com
171e0de714 Updating nsIFile usage to reflect darin's file changes 2002-04-28 07:57:00 +00:00
hyatt%netscape.com
26aae436e4 The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:10:19 +00:00
hyatt%netscape.com
eb72a00520 The auto complete session successfully instantiates now in response to user input. 2002-04-27 09:09:08 +00:00
hyatt%netscape.com
aed4094987 More autocomplete groundwork. 2002-04-27 08:47:59 +00:00
hyatt%netscape.com
8459f76ecb More autocomplete groundwork. 2002-04-27 08:25:30 +00:00
hyatt%netscape.com
f973e08dc4 Hooking in autocomplete. Still just laying groundwork. 2002-04-27 08:14:13 +00:00
hyatt%netscape.com
575ced8d00 Initial commit of autocomplete files. 2002-04-27 07:18:22 +00:00
hyatt%netscape.com
4b729e3776 Adding the auto completing text field. Upping the version to 0.2.6. 2002-04-27 07:11:05 +00:00
hyatt%netscape.com
943a8ea502 hook up toggle toolbar method, update version to 0.2.5 2002-04-26 23:25:15 +00:00
pinkerton%netscape.com
71c317aed7 remove a log statement 2002-04-26 20:24:15 +00:00
pinkerton%netscape.com
bdcd64bf33 open a new widow if there aren't any available for us to use 2002-04-26 19:13:38 +00:00
pinkerton%netscape.com
b453bbba7b Hookup mozilla pref about re-using the window on a GURL event 2002-04-26 19:02:28 +00:00
pinkerton%netscape.com
67849e99d3 fix a warning 2002-04-26 19:01:52 +00:00
hyatt%netscape.com
1f4c04a055 Starting to add toolbar show/hide for bookmarsk toolbar. 2002-04-26 01:39:14 +00:00
pinkerton%netscape.com
9327eb888f remove a printf 2002-04-25 22:41:59 +00:00
pinkerton%netscape.com
ddb60476a9 Add ability to drop items on browser view and have them processed by gecko. 2002-04-25 22:41:13 +00:00
pinkerton%netscape.com
3590f8956a "Development" build style now uses Debug mozilla, as it should be. 2002-04-25 22:40:43 +00:00
hyatt%netscape.com
54ec945d6f Fix popup positioning when window is scrolled. 2002-04-25 09:22:07 +00:00
hyatt%netscape.com
d90533ed4b Add support for smooth text toggling. 2002-04-25 08:50:02 +00:00
hyatt%netscape.com
5b2c3622ca Make popups position properly. 2002-04-24 07:32:49 +00:00
hyatt%netscape.com
1ff3d81859 Optimization to make resizing with many tabs open fast. 2002-04-23 22:23:57 +00:00
pinkerton%netscape.com
4c0e759087 Beginnings of dnd support. 2002-04-23 03:57:09 +00:00
hyatt%netscape.com
3208b25cdd Implement popups for selects. 2002-04-22 04:14:36 +00:00