Commit Graph

191 Commits

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