joshmoz%gmail.com
311f298195
show mouse feedback on copy of bookmark b=272254 sr=pinkerton
2005-01-31 20:55:54 +00:00
smfr%smfr.org
7dd5767b62
Fix bug 279844: tabs loaded in the background don't scroll correctly to relative anchors. Fix by making sure that background tabs are sized correctly on creation and URL load, so that a later resize on show doesn't mess with the scroll position. r=pinkeron.
...
Fix bug 157995: tab title stays at "Loading..." sometimes. This happens when we don't get a setTitle: callback from gecko (e.g. for an FTP download), so always set the tab title back to the page title (or URL) in onLoadingComplete. r=pinkerton.
Other minor cleanup (const strings, mostly)
2005-01-30 05:02:56 +00:00
timeless%mozdev.org
eb998344c5
bsmedberg%covad.net 2005-01-28 07:08 Move the transformiix locale file to dom/locales, r=peterv/Pike
2005-01-28 16:45:14 +00:00
smfr%smfr.org
aad64ad083
Remove typo from last checkin.
2005-01-27 03:42:01 +00:00
smfr%smfr.org
9799bc1d22
Fix bug 279473: prefs were not getting saved if you quit with the prefs window open.
...
Fix [MVPreferencesController sharedInstance] to really return a shared instance for which a ref is kept around, and remove the mPreferencesController member from MainController.
Add [MVPreferencesController clearSharedInstance] so that we can tear down the window on quit, allowing MVPreferencesController to release its embedding reference, so that we can proceed through xpcom shutdown, and thence save the prefs file.
Also cleaned up member naming in MVPreferencesController.
2005-01-27 03:41:26 +00:00
smfr%smfr.org
8319a60662
Fix some sheet sizing issues. r=#camino
2005-01-27 02:49:24 +00:00
smfr%smfr.org
5ad98e7ac0
Fix bug 279664: fix controlTextDidChange notifications from the SearchTextField. Thanks to olivier@umich.edu for the fix.
2005-01-25 04:54:59 +00:00
pinkerton%aol.net
fc5e7e1e75
better icon for appearance
2005-01-24 21:36:47 +00:00
pinkerton%aol.net
b8fb9ddaa1
fix history panel like the others
2005-01-24 21:28:17 +00:00
pinkerton%aol.net
450aaa2f38
update the look of preference panels (from jasper)
2005-01-24 21:19:08 +00:00
smfr%smfr.org
13748f662e
Fix a bug where inline editing of items in the containers table would cause the quicksearch notification to fire, causing the bookmarks to be quicksearched into oblivion.
2005-01-22 07:12:06 +00:00
smfr%smfr.org
7d31b73a19
Add Nate to the contributors list.
2005-01-22 06:41:06 +00:00
joshmoz%gmail.com
c71f3845c6
Can't drag favicons of 3rd and following tabs to create bookmarks, weblocs in recent nightlies. b=273800 sr=pinkerton
2005-01-21 19:30:47 +00:00
joshmoz%gmail.com
956b2f7894
copy history pref pane during static copy build phase, otherwise history pref pane won't work in static builds
2005-01-21 18:21:10 +00:00
joshmoz%gmail.com
04997d4272
fix crash on quit with active downloads - bad XPCOM cleanup. b=277928 sr=pinkerton
2005-01-21 18:03:49 +00:00
joshmoz%gmail.com
f0b471e76b
add Nate Weaver to file contributor list
2005-01-21 03:07:25 +00:00
joshmoz%gmail.com
a1e11edcfb
fix opening .webloc and .url files via dock or open menu. b=242934 sr=pinkerton
2005-01-20 18:12:27 +00:00
joshmoz%gmail.com
3fae4f8645
don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton
2005-01-20 06:37:20 +00:00
smfr%smfr.org
a373822bf4
Fix bug 278949: make sure we have a bookmarks view controller when we need one for adding a new bookmark. Also fix a build warning (bad BOOL return value).
2005-01-19 18:33:01 +00:00
smfr%smfr.org
804f73a948
Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch.
...
Clean up the serialization of multiple dragged bookmark items by using UUIDs rather than object addresses, and moving into methods on the BookmarksManager, rather than an NSArray category.
Add methods to trawl the bookmarks tree for an item with the given UUID.
Improve the behavior and performance of a multiple bookmark drop by making sure things insert in the correct order, and by disabling outliner updates until you've inserted everything.
Make some notification name strings 'const'.
Fix build warnings, and remove a debugging printf.
2005-01-19 18:03:15 +00:00
joshmoz%gmail.com
871dd45641
remove calls to newTabsAllowed. b=273228 sr=pinkerton
2005-01-19 18:00:30 +00:00
smfr%smfr.org
9c755d2c2a
Fix the tooltips on the bookmarks editing buttons.
2005-01-19 17:57:29 +00:00
smfr%smfr.org
9b24898895
Fix build warning
2005-01-19 07:04:19 +00:00
smfr%smfr.org
d005e511f0
Fix the drag and drop of history items.
2005-01-19 07:04:09 +00:00
smfr%smfr.org
f4a8f3fecc
Fix build warnings.
2005-01-19 07:03:45 +00:00
joshmoz%gmail.com
65c3b4c8f8
Fix a crash on quit that happened if you had visited the Web Features pref panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. This is the same fix for the same bug that smfr committed yesterday in the privacy pref pane code. Also, add licenses to two files missing them.
2005-01-19 02:14:21 +00:00
joshmoz%gmail.com
2c92e1e719
add file for history pref pane that I forgot
2005-01-18 23:45:52 +00:00
joshmoz%gmail.com
72afa62d49
move history prefs into their own pane, part of major prefs reorg
2005-01-18 23:34:29 +00:00
smfr%smfr.org
7c288d1be3
Rename a bunch of history-related structs so that they don't conflict with what's in nsGlobalHistory in static builds.
2005-01-17 20:23:19 +00:00
smfr%smfr.org
c8ca08858b
Removing unused bookmark manager images. Removing libstring_obsolete_s.a which no longer exists, and removing library search paths into ../string/obsolete.
2005-01-17 19:36:38 +00:00
smfr%smfr.org
1b0cc4d99c
Fix a crash on quit that happened if you had visited the Privacy panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. r=josh
2005-01-17 19:21:56 +00:00
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
37fd4d0e5f
Adding 3 new bookmarks view images that somehow got left out of the project.
2005-01-16 21:33:22 +00:00
smfr%smfr.org
3b6f0afd92
Fix the symlinking of the Info-*.plist files after I renamed them yesterday.
2005-01-16 20:33:48 +00:00
smfr%smfr.org
56e5c6a014
Fix the license.
2005-01-16 08:02:20 +00:00
smfr%smfr.org
b6799a3a8f
Tidy up some of the preferences nib files, to try to make the layout more similar between panels (more work needed here). Add support for the delete key in the cookie editing sheets. Ensure that the checkboxes in the security panel are update when the window is activated, because they might have been changed by the security warning sheets.
2005-01-16 07:52:39 +00:00
smfr%smfr.org
a067bcb8b9
Code tidyup, and add an optional selector that a pref pane can use to update its UI when the prefs window is activated.
2005-01-16 07:50:28 +00:00
smfr%smfr.org
7512dc062c
Fix a call to openBrowserWindowWithURL: to add allowPopups:, which pinkerton must have missed.
2005-01-16 06:58:04 +00:00
smfr%smfr.org
cc4d961414
Clean up the sheet for editing popup blocking whitelist. In particular, disable the Add button when the text field is empty.
2005-01-16 05:27:59 +00:00
smfr%smfr.org
642809a403
Fix keyboard navigation in the Camino preference panes.
2005-01-16 05:07:00 +00:00
smfr%smfr.org
061a863d3c
Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode.
2005-01-16 04:47:56 +00:00
smfr%smfr.org
892741da21
Warning fixes.
2005-01-16 04:36:20 +00:00
smfr%smfr.org
e9d72efdcd
Resources for history rewrite.
2005-01-16 04:35:15 +00:00
smfr%smfr.org
6b4478feda
Checking in project changes for Camino history rewrite.
2005-01-16 04:19:17 +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
timeless%mozdev.org
f6034764b2
1.40 <timeless@mozdev.org> 2005-01-14 01:41
...
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 11:12:34 +00:00
timeless%mozdev.org
0cc5ff96d5
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
...
rs=jst
2005-01-14 09:41:38 +00:00
joshmoz%gmail.com
37826d0f1f
rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton
2005-01-14 01:40:13 +00:00
bryner%brianryner.com
cd3200aa40
Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin.
2005-01-13 03:25:28 +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
69d44a4fb9
"Cannot make menu separator anywhere but in bookmark menu" b=223337 sr=pinkerton
2005-01-07 06:02:43 +00:00
pinkerton%aol.net
de72e76429
allow javascript: popups if they are bookmarks (bug 272389)
2005-01-06 14:36:32 +00:00
bzbarsky%mit.edu
3e3cf2b0c3
Fix camino bustage from bug 241082
2005-01-04 19:16:51 +00:00
cbiesinger%web.de
2556456572
Bug 241082 exthandler should require just nsITransfer, not nsIDownload
...
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
joshmoz%gmail.com
276f49ac6e
remove broken bookmark detection code. b=276657 sr=pinkerton
2005-01-04 04:24:27 +00:00
smfr%smfr.org
47e3337a8e
Tweak the top pixel gap on the bookmarks toolbar back to 2px from 3px.
2004-12-30 04:04:02 +00:00
joshmoz%gmail.com
1a62ac1991
dragging webloc to tab widget "downloads" webloc rather than opening URL. b=270123 sr=pinkerton
2004-12-29 20:12:45 +00:00
joshmoz%gmail.com
ee36ca736c
clean out old bm drawer code, style fixups, no bug
2004-12-29 18:19:43 +00:00
smfr%smfr.org
d0064a3136
Tweak tab item drag feedback.
2004-12-29 06:04:43 +00:00
smfr%smfr.org
f72382060b
Fix bug 243411 - painting problems on bookmarks toolbar when moving items around, because we would only call [setNeedsDisplay] when changing the bar height.
...
Also clarified added a [bookmarkChanged:] method to BookmarkButton, rather than overloading [setBookmarkItem:]. This allows us to be more selective about reflowing the bookmarks toolbar (i.e. not when just an icon changes).
2004-12-29 05:18:40 +00:00
smfr%smfr.org
372beb43e5
Fix bug 168791: add another pixel of padding at the top and bottom of the bookmarks toolbar, and fix a bug where there was no space after the first item on each line of the toolbar after the first.
2004-12-29 04:33:39 +00:00
pinkerton%aol.net
0d576c7d3b
remove build dir on distclean (bug 272250)
2004-12-28 19:17:01 +00:00
joshmoz%gmail.com
acf6e5be80
Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major.
2004-12-24 07:23:52 +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
61d43d6c84
add some file extensions to our bundle's "I can handle that!" list. b=271936 sr=pinkerton
2004-12-23 18:14:29 +00:00
joshmoz%gmail.com
574825f672
explicitly open home page when selecting Go->Home so as to override "load home page in new windows" pref. b=188893 sr=pinkerton
2004-12-23 18:04:27 +00:00
joshmoz%gmail.com
9c60a40fdc
change File menu item text to Email Page Location
2004-12-20 18:47:53 +00:00
joshmoz%gmail.com
22d6db5d62
clean up extra tab view in nib files
2004-12-18 23:23:24 +00:00
db48x%yahoo.com
16bf0830c2
bug 239006: Download manager doesn't account for filesize when presenting combined percentages
...
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
joshmoz%gmail.com
b2bc72b694
fix reversed autoclose dl manager prefs, no bug
2004-12-18 00:24:09 +00:00
joshmoz%gmail.com
13b445598b
new tab icons for toolbar
2004-12-17 22:02:47 +00:00
joshmoz%gmail.com
4edcf65426
new tabs pref pane icon
2004-12-17 21:58:08 +00:00
joshmoz%gmail.com
f08f29f7a6
use the right nib file...
2004-12-17 20:56:12 +00:00
joshmoz%gmail.com
7746d68d45
add nib files forgotten from prefs reorg part 1
2004-12-17 19:51:53 +00:00
joshmoz%gmail.com
5e424a10a5
pref reorganization part 1, no bug
2004-12-17 17:58:21 +00:00
joshmoz%gmail.com
09c4204dfc
pref reorganization part 1, no bug
2004-12-17 17:58:19 +00:00
joshmoz%gmail.com
9252ccf520
pref reorganization part 1, no bug
2004-12-17 17:58:18 +00:00
dbaron%dbaron.org
9db368a6af
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
joshmoz%gmail.com
4d14ab0c47
fix spelling mistake. bug=273087
2004-12-06 18:13:30 +00:00
joshmoz%gmail.com
d5919ef937
Current download should have focus in download manager. b=266831 sr=pinkerton
2004-12-03 18:01:59 +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
joshmoz%gmail.com
0b050331b8
comment fix for bug 262815
2004-12-01 21:23:31 +00:00
joshmoz%gmail.com
6f48b7bfd4
fix bug 262815 - Closing tab while bookmarks view is shown can lead to crash [@ objc_msgSend]. sr=pinkerton
2004-12-01 21:21:24 +00:00
bsmedberg%covad.net
c887104a34
Bug 272189 - enable crypto by default, and make the list of default extensions app-specific r=darin a=mitchell
2004-12-01 13:02:07 +00:00
dbaron%dbaron.org
17d0adb90b
Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
2004-11-30 08:00:21 +00:00
pinkerton%aol.net
e030358a4a
update "open in tabs" entires in bookmarks menu when adding or deleting items
...
to containers w/out requiring a restart (bug 272117)
2004-11-29 00:01:08 +00:00
pinkerton%aol.net
fc145cb837
show security status in url bar
2004-11-27 23:12:44 +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
pinkerton%aol.net
0b4f19365d
add "Empty Cache" item to camino menu that just empties the cache, nothing
...
more.
2004-11-24 15:23:38 +00:00
pinkerton%aol.net
94794728bc
add "open in tabs" to folders in menu (bug 174822)
2004-11-24 15:00:16 +00:00
joshmoz%gmail.com
69a9b630c0
fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton
2004-11-24 04:11:46 +00:00
joshmoz%gmail.com
5594dde132
remember state of prefs window while application is running (bug 181720) sr=pinkerton
2004-11-24 03:14:20 +00:00
bsmedberg%covad.net
0d80d2802c
Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes)
2004-11-23 22:22:58 +00:00
joshmoz%gmail.com
057b727d02
fix bug 158180 - Appearance section should have default button
2004-11-23 18:37:34 +00:00
joshmoz%gmail.com
a5e5983d78
fix bug 248720 - tabs do not change properly to reflect a new tab set. sr=pinkerton
2004-11-20 09:47:12 +00:00
joshmoz%gmail.com
d515c2d196
remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton
2004-11-20 01:05:27 +00:00
joshmoz%gmail.com
5a94fe1797
confirm when removing all cookies (bug 246738) sr=pinkerton
2004-11-20 00:50:51 +00:00
joshmoz%gmail.com
6ac4e8cf75
fix bug 265503 - firefox bookmark importing fixes. sr=pinkerton
2004-11-20 00:39:13 +00:00
joshmoz%gmail.com
40e8672dac
fix bug 238250 - Disable view source while in Bookmarks manager. sr=pinkerton
2004-11-18 22:48:59 +00:00
joshmoz%gmail.com
810a4ebb4a
fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton
2004-11-18 22:27:30 +00:00
cbiesinger%web.de
1d87c93a2c
Bug 261637 move security.properties into PSM
...
r=bsmedberg sr=darin
2004-11-16 23:33:16 +00:00
joshmoz%gmail.com
aeaec1a78a
patch for bug 201898 - Too Easy to accidently drag Toolbar Bookmark folders. sr=pinkerton
2004-11-14 09:34:24 +00:00
joshmoz%gmail.com
a4eea6f5b5
better constant setup for patch for bug 171852
2004-11-11 00:57:51 +00:00
joshmoz%gmail.com
fa74c1fe28
fix bug 171852 - cannot drop dragged bookmark between two folders on bookmarks toolbar. Also fixes issue where dropping a bookmark back in its old position sends it to the end of the list. sr=pinkerton
2004-11-11 00:49:35 +00:00
joshmoz%gmail.com
f8694e02b2
add localized strings for Omniweb 5 importing (bug 258902)
2004-11-11 00:36:04 +00:00
joshmoz%gmail.com
d6e7441186
add support for importing Omniweb 5 bookmarks (bug 258902) sr=pinkerton
2004-11-11 00:32:33 +00:00
joshmoz%gmail.com
3a5454f343
add midas support to Camino (bug 197253) sr=pinkerton
2004-11-10 20:33:39 +00:00
joshmoz%gmail.com
c55594b8d3
clean up nastily constructed method - follow-up for bug 245710 sr=pinkerton
2004-11-08 18:39:04 +00:00
joshmoz%gmail.com
8c1a8602e0
update nib files to 10.2+ format, done to make future modifications easier, get rid of future incompatability issues, memory usage improvements (objects are keyed), possible performance improvements, no bug
2004-11-05 06:48:42 +00:00
joshmoz%gmail.com
492c9060f7
don't fire an onchange event when selecting the same option that is already selected in a menu (bug 239275) r=joshmoz sr=bryner
2004-11-05 00:56:57 +00:00
joshmoz%gmail.com
4d96e34bf9
add support for wallet.crypto.autocompleteoverride hidden pref (bug 247919) sr=pinkerton
2004-11-04 22:15:24 +00:00
joshmoz%gmail.com
6e72fbd5d7
localize cookie editor yes/no values (bug 262780)
2004-11-04 21:23:48 +00:00
joshmoz%gmail.com
8c82c1bc5a
don't try to open bookmark separators as bookmarks when opening a bm folder (bug 267590) sr=pinkerton
2004-11-04 16:05:43 +00:00
joshmoz%gmail.com
8f861ae5f0
change hyatt's email address (bug 223576)
2004-11-04 07:06:38 +00:00
pinkerton%aol.net
d1a270ee0f
remove blurb about prebinding on 10.3 since we no longer do it
2004-11-03 15:06:28 +00:00
pinkerton%aol.net
7b745e22a3
allow a user-defined searchURLList (bug 250386)
2004-11-03 14:58:04 +00:00
pinkerton%aol.net
546c82ce41
"add separator" button shouldn't be enabled unless bookmark menu is the
...
displayed container (bug 266356)
2004-11-03 14:40:37 +00:00
joshmoz%gmail.com
065f31f75e
fix Camino bustage - accidentally checked in a stary character at the beginning of the file
2004-10-29 23:59:18 +00:00
joshmoz%gmail.com
eed44381c7
Fix: Dragging local file onto tab gives error message and fails (bug 243376) sr=pinkerton
2004-10-29 20:48:00 +00:00
pinkerton%aol.net
40a7556a7a
fix leak (double-retain)
2004-10-29 20:36:36 +00:00
pinkerton%aol.net
134b2d03ab
add xpcom_core back in
2004-10-28 13:37:00 +00:00
joshmoz%gmail.com
22b8061a44
fix for bug 229930 - add toolbar item for showing download manager
2004-10-27 21:11:01 +00:00
pinkerton%aol.net
9745d9933e
fix bustage in static build
2004-10-26 16:06:35 +00:00
pinkerton%aol.net
9903faf813
fix bustage after libxpcom_core landing
2004-10-26 14:15:51 +00:00
pinkerton%aol.net
827ab3fd34
standardized mozconfig
2004-10-25 18:04:44 +00:00
joshmoz%gmail.com
625ac8f418
clear memory cache as well as disk cache from prefs, re-word interface accordingly (bug 257491)
2004-10-25 17:46:57 +00:00
joshmoz%gmail.com
d8e1d1b292
minor cosmetic cleanup for browser reset bug 257281
2004-10-20 21:29:21 +00:00
joshmoz%gmail.com
68695429cb
bug 257281 - add browser reset functionality
2004-10-20 21:25:06 +00:00
joshmoz%gmail.com
aa023652c5
fix for bug 243249 - "Number of Visits" doesn't update live in bookmark info Status tab
2004-10-20 20:43:44 +00:00
joshmoz%gmail.com
f49bc96956
cosmetic cleanup for patch to bug 232094
2004-10-20 20:36:01 +00:00
joshmoz%gmail.com
e7afba13ad
fix bug 232094 - Send Link and Find Previous menu items need to be "dimmed" when no window is opened
2004-10-20 20:32:10 +00:00
joshmoz%gmail.com
d456d1929b
fix bug 241093 - icon in preferences dialog for current category should appear selected
2004-10-20 20:30:43 +00:00
joshmoz%gmail.com
4703f25662
quick grammatical fix for a dl manager tooltip - "Remove all inactive download(s)" should not have a parenthesized "s" (no bug, sr=pinkerton)
2004-10-14 19:21:49 +00:00
joshmoz%gmail.com
e319f36b5a
fix landing of updated nib file for bug 175924
2004-10-14 00:23:11 +00:00
joshmoz%gmail.com
48acafa86d
make Appearance pref pane use labeled buttons for changing fonts, also lots of stylistic cleanup (bug 175924)
2004-10-13 21:29:56 +00:00
pinkerton%aol.net
44c8f829a3
use the username field closest to the password field, not the first
...
one we encounter (bug 184878)
2004-10-12 18:33:09 +00:00
pinkerton%aol.net
1c2e1f8995
change finder version to 0.8+
2004-10-12 14:48:41 +00:00
joshmoz%gmail.com
df89250354
fix case in which main bookmark view does not update when it should (bug 258628)
2004-10-09 05:06:20 +00:00
joshmoz%gmail.com
02b9b7caa9
allow localization of suggested bookmark export file name (bug 262779)
2004-10-07 19:46:32 +00:00
joshmoz%gmail.com
5252c424eb
add ability to import opera bookmarks (bug 242673)
2004-10-06 23:42:02 +00:00
pinkerton%aol.net
b0489b0dd5
cmd-click of history items open in new window (bug 181007)
2004-10-06 20:57:17 +00:00
pinkerton%aol.net
cc840365dd
make sure the browser is visible before creating the tabs, allows tab
...
to load if bm manager was frontmost (bug 262160)
2004-10-06 20:47:52 +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
f9cd607a8f
handle cmd-enter in urlbar and search field to open new tab or new window
...
depending on pref. refactors load logic a little better (bug 247238)
2004-09-28 21:05:58 +00:00
pinkerton%aol.net
4e47bf3d64
hide this view so it doesn't keep taking clicks in the top 100x16 of the
...
content area. it will go away soon, it's still here for the code inside it
which will go elsewhere on a further patch (bug 259955)
2004-09-17 13:37:04 +00:00
pinkerton%aol.net
1e07029d5f
ensure we don't think we're doing autocomplete when the url changes and
...
the toolbar is hidden, causing it not to update at all (bug 237803)
2004-09-15 17:44:01 +00:00
pinkerton%aol.net
cca82d9a17
clean up case-sensitivity in bookmark import parser (convert tag to uppercase
...
before comparisons) and allow importing of separators (<HR>) from mozilla
(bug 242169)
2004-09-15 17:37:19 +00:00
pinkerton%aol.net
ad84ac2ee4
removing necko_jar.xpt to fix bustage
2004-09-15 14:45:48 +00:00
cbiesinger%web.de
13465d83c4
backing out changes
2004-09-15 13:31:36 +00:00
cbiesinger%web.de
30145b593b
trying to fix camino bustage
2004-09-15 12:08:32 +00:00