smfr%smfr.org
8c811967f0
Fix the context menu on the bookmarks containers pane, and fix the table view selection behaviour when bringing up a context menu (you need to select the item). r=josh
2005-01-17 04:53:23 +00:00
smfr%smfr.org
8aeb5f429a
Camino history rewrite, and associated changes:
...
1. Move bookmarks and history UI into their own nib file, BookmarksEditing.nib
2. Rewrite history in camino to no longer use RDF, but a simple new API on top of the mork DB, implemented in nsSimpleGlobalHistory, that lets you iterate history items. All the tree building is now done in Cocoa (bug 276733), which makes it much faster.
3. Implement quicksearch for bookmarks and history, removing the 'results' panel from the UI and just showing the results inline (bug 174899, bug 276734).
4. Sundry code cleanup and warning fixes.
r=pinkerton/josh.
2005-01-16 02:51:53 +00:00
pinkerton%aol.net
ae281739ca
add address book functionality for mailto: links in context menu (bug 166958)
2005-01-10 17:42:12 +00:00
joshmoz%gmail.com
9f720a6356
decode local file URLs before suggesting them in save panel. b=166694 sr=pinkerton
2004-12-23 18:22:42 +00:00
joshmoz%gmail.com
5f9212a0d0
fix bug 160348 - use link text instead of url for title when dragging link into bookmarks tab. sr=pinkerton
2004-12-01 21:30:19 +00:00
bryner%brianryner.com
29c70cffe8
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
2004-11-24 22:48:45 +00:00
joshmoz%gmail.com
8f861ae5f0
change hyatt's email address (bug 223576)
2004-11-04 07:06:38 +00:00
pinkerton%aol.net
ee2dfe111b
remove 16-tab limit. add overflow menu (chevron). bug 261134
2004-10-03 21:33:08 +00:00
pinkerton%aol.net
f57dcb888d
strip &'s (windows accel keys) from prompt strings (bug 244670)
2004-09-09 00:37:18 +00:00
pinkerton%aol.net
a048a445b3
new tab widget implementation (bug 235782)
2004-09-02 22:52:29 +00:00
pinkerton%aol.net
26ee61eb3e
fix a large number of context menu and bookmark info bugs and cleanup the
...
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net
b4fc97d9c0
add click-hold shared history to back/fwd buttons (bug 163274)
2004-06-11 22:14:20 +00:00
pinkerton%aol.net
ea6ba72e90
fix bookmark manager context menu so they are more consistent. don't show info
...
for folders. deselect when clicking an area where there is no row. (bug
223701)
2004-05-12 01:57:13 +00:00
darin%meer.net
e7307070ff
fixing bustage (hopefully)
2004-02-19 05:46:42 +00:00
pinkerton%aol.net
d24c2c9553
new files
2004-02-12 03:47:44 +00:00
pinkerton%aol.net
a6ff332e09
prune some whitespace from inline edit box
2004-02-11 19:15:10 +00:00
pinkerton%aol.net
214933225c
allow first row to do inline edit
2004-02-11 19:14:52 +00:00
pinkerton%aol.net
22252ef8a6
add |-textDidEndEditing:| override to ExtendedTableView like already existed
...
in ExtendedOutlineView so that it doesn't select another cell when inline
editing is complete
2004-02-11 18:29:10 +00:00
pinkerton%aol.net
c43551eade
shift down text part of cell by 1px to get better centering w/in cell.
2004-02-11 17:52:21 +00:00
pinkerton%aol.net
76a6e01068
history now listed as a flat list by day, ordered by visit time (bug 227618)
2004-01-13 20:06:02 +00:00
pinkerton%aol.net
6909924f9e
new d/l manager from josh aas (bug 223583)
2003-12-30 21:15:47 +00:00
pinkerton%netscape.com
a4b56bcf30
fix |return [super foo]| when |foo| has a void return type. a problem with
...
gcc3.3, it will omit the entire line.
2003-12-08 17:51:17 +00:00
pinkerton%netscape.com
ab9086d347
don't use 'return' when there's not return value, omits entire line on gcc3.3
2003-12-02 15:11:40 +00:00
pinkerton%netscape.com
ec75c26dd4
open bookmark on cmd-downArrow or enter. keep return for edit (bug 209886)
2003-12-02 14:39:44 +00:00
pinkerton%netscape.com
98de3fd893
allow drops into url bar while it's not being edited (bug 162791)
2003-11-25 17:24:22 +00:00
pinkerton%netscape.com
8e313f3459
bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630)
2003-10-22 01:08:55 +00:00
pinkerton%netscape.com
e71b055bc9
fix issue where a drag would cause an inline edit to start if a row
...
was already selected.
2003-03-25 04:05:20 +00:00
pinkerton%netscape.com
0354e102b1
from dts
2003-03-24 03:49:02 +00:00
pinkerton%netscape.com
96da93ef2f
new in-window bookmark manager.
2003-03-24 02:10:08 +00:00
sfraser%netscape.com
f4cd1afeec
Add code to DraggableImageAndTextCell to make it possible to tell when the mouse has been down on the cell without moving (click-hold).
2003-03-11 07:57:55 +00:00
sfraser%netscape.com
d194d3b936
Try to fix trunk bustage, sync with RDF API changes.
2003-03-01 01:22:42 +00:00
bryner%netscape.com
513721f882
Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED.
2003-02-13 10:26:09 +00:00
bryner%netscape.com
2a7b65c505
Merging changes from CHIMERA_M1_0_1_BRANCH.
2003-01-08 06:33:05 +00:00
bryner%netscape.com
efdeb83af3
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
2002-12-12 11:55:38 +00:00
sfraser%netscape.com
ef11d670d8
Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix).
2002-08-21 02:06:38 +00:00
sfraser%netscape.com
cf07b43e1b
Part of patch in bug 161387 for better tab label truncation.
2002-08-19 18:15:41 +00:00
sfraser%netscape.com
b8f1be72e0
NSString utility parts of the width-based truncation patch, bug 161387. Patch from Max Horn.
2002-08-19 16:49:25 +00:00
sfraser%netscape.com
fc61097449
Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs.
2002-08-16 00:58:10 +00:00
sfraser%netscape.com
3e9dcd40e5
Changes for bug 160725: adding site icon support to the proxy icon, tabs, bookmarks (in sidebar, tolbar and menu). Site icons are fetched via the SiteIconProvider, which uses the more generic RemoteDataProvider under the hood. RemoteDataProvider talks to necko, getting the resulting data into an NSData. Notifications are used to indicate to listeners when the load is done.
...
Site icons that are loaded to into the necko cache. We also cache data for missing site icons, to avoid continual refetches.
Site icons are on by default, but can be turned off via the "browser.chrome.site_icons" pref.
2002-08-15 18:08:12 +00:00
pinkerton%netscape.com
55477057ee
Adding tooltip support for TITLE in html (bug 149635)
2002-08-08 19:36:13 +00:00
sfraser%netscape.com
5b35359398
Patch from Max Horn to optimize 'stringByTruncatingTo'.
2002-08-06 20:04:07 +00:00
pinkerton%netscape.com
efdc8c89f6
Add tooltips to bookmark outliner. allow context-click to set the
...
selection, not rely on what's already selected (bug 150186)
2002-08-06 02:25:46 +00:00
sfraser%netscape.com
39fd231516
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
2002-08-06 01:53:37 +00:00
sfraser%netscape.com
6890a432e8
Fix bug 160799: we don't need to have anything selected in the bookmarks before we drag.
2002-08-03 01:09:00 +00:00
sfraser%netscape.com
a9dbc78af5
Fix bug 160168; option-click to save link broken. We were throwing an exception when calling fileSystemRepresentation on an empty string. Also change a bunch of places in the code to assume UTF-8, not ASCII, for url strings.
2002-08-02 23:40:29 +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
sfraser%netscape.com
dd5f5f9830
Fix for bug 155920: added string truncation utility on our NSString category, and used it to truncat strings that are put into menu items in the UI and window titles.
2002-08-02 21:08:24 +00:00
sfraser%netscape.com
9fabd5e4e5
Ensure that category methods do the right thing when called on NSMutableStrings by using 'self'.
2002-07-29 23:22:32 +00:00
sfraser%netscape.com
cdc1bcdfa6
Fix some build warnings that showed up after my string whackage.
2002-07-29 22:35:52 +00:00
sfraser%netscape.com
22d2e7ef3c
Whack string usage. Converted category on NSString to use references, added PRUnichar* method, and changed all uses to use these new methods.
2002-07-29 21:40:53 +00:00