Commit Graph

196 Commits

Author SHA1 Message Date
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
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
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
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
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
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
1fb18cc98a Localize text and buttons (bug 148556) 2002-06-18 17:44:22 +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
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
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
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
145d894e9d Added Throbber toolbar item. 2002-06-14 18:07:08 +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
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
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
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
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
pinkerton%netscape.com
4f23d07ee4 Adding support for tooltips from the content area 2002-05-31 18:26:57 +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
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
8d1fcff6ba Update pref panels so exported symbols are unique. follows apple's guidelines. 2002-05-29 14:19:17 +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
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
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
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
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
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
hewitt%netscape.com
35721517bd bookmark drag and drop 2002-05-02 12:08:47 +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
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
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
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