Commit Graph

216 Commits

Author SHA1 Message Date
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