pinkerton%netscape.com
93d6fa9aad
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
sfraser%netscape.com
62a037a4ce
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
pinkerton%netscape.com
d458aca990
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
pinkerton%netscape.com
dd96debaf5
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
4b6757e3e9
Changed "Save Link As..." in context menus to "Download Link Target..." (bug 159201)
2002-07-24 22:00:11 +00:00
pinkerton%netscape.com
a4081b480c
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
37eb04a7f7
Stretching the status bar across to the progress meter
2002-07-04 22:21:24 +00:00
sfraser%netscape.com
28f33b3c33
Fixing default position of new browser windows
2002-07-03 01:41: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
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
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
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
061b79e460
Hookup copy/paste/etc context menus for text areas. (bug 151662)
2002-06-17 17:14:51 +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
019040542c
Adding a bunch of security warnings and dialogs, overriding the
...
XUL impl with our own.
2002-06-07 22:26:35 +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
ben%netscape.com
29cabdccfa
Hook up Bookmarks Info Window, bug 148933
2002-06-05 10:09:37 +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
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
595643ccba
Removing search panel
2002-05-30 23:12:58 +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
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
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
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
607c7925f3
Remove the "my panels" sidebar panel.
2002-05-16 00:34:56 +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
ben%netscape.com
0e83845ca1
Let's try this NIB thing again...
2002-04-29 21:31:08 +00:00
hyatt%netscape.com
e087fc79d1
Undo ben's horkage.
2002-04-29 18:59:33 +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
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
f973e08dc4
Hooking in autocomplete. Still just laying groundwork.
2002-04-27 08:14:13 +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
ea500ec3db
Initial location abr commit. NPOB.
2002-04-20 07:46:53 +00:00
hyatt%netscape.com
0b34d0e467
Add tooltips to personal toolbar buttons.
2002-04-20 07:37:05 +00:00
hyatt%netscape.com
46133601a1
Initial commits of a bunch of files. Chimera. NPOB.
2002-04-20 07:21:10 +00:00
hyatt%netscape.com
7717ae474e
Inital commit of the extended outliner. NPOB.
2002-04-20 02:54:08 +00:00