smfr%smfr.org
a03d3789c1
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
0a8eb9e801
Fix the symlinking of the Info-*.plist files after I renamed them yesterday.
2005-01-16 20:33:48 +00:00
smfr%smfr.org
9fde9f0647
Fix the license.
2005-01-16 08:02:20 +00:00
smfr%smfr.org
20381591a8
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
1012ecc436
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
167c287fb3
Fix a call to openBrowserWindowWithURL: to add allowPopups:, which pinkerton must have missed.
2005-01-16 06:58:04 +00:00
smfr%smfr.org
47d85df185
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
e77fecb787
Fix keyboard navigation in the Camino preference panes.
2005-01-16 05:07:00 +00:00
smfr%smfr.org
d5bebc6f89
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
887e8b71c4
Warning fixes.
2005-01-16 04:36:20 +00:00
smfr%smfr.org
e40256544b
Resources for history rewrite.
2005-01-16 04:35:15 +00:00
smfr%smfr.org
0f4f9690a9
Checking in project changes for Camino history rewrite.
2005-01-16 04:19:17 +00:00
smfr%smfr.org
5256dec3f1
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
41f8dcba32
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
b0d25e8bd9
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
...
rs=jst
2005-01-14 09:41:38 +00:00
joshmoz%gmail.com
151e0f101e
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
6c4ea68040
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
69289bff11
add address book functionality for mailto: links in context menu (bug 166958)
2005-01-10 17:42:12 +00:00
joshmoz%gmail.com
83754a163f
"Cannot make menu separator anywhere but in bookmark menu" b=223337 sr=pinkerton
2005-01-07 06:02:43 +00:00
pinkerton%aol.net
2e636a36c2
allow javascript: popups if they are bookmarks (bug 272389)
2005-01-06 14:36:32 +00:00
bzbarsky%mit.edu
e962663cd2
Fix camino bustage from bug 241082
2005-01-04 19:16:51 +00:00
cbiesinger%web.de
e279a2a949
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
8f145d2a04
remove broken bookmark detection code. b=276657 sr=pinkerton
2005-01-04 04:24:27 +00:00
smfr%smfr.org
7b014552b2
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
6a1ac64f9b
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
17f052a29f
clean out old bm drawer code, style fixups, no bug
2004-12-29 18:19:43 +00:00
smfr%smfr.org
700f355b7b
Tweak tab item drag feedback.
2004-12-29 06:04:43 +00:00
smfr%smfr.org
ba12903ec6
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
439938f3d7
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
e17fa9d440
remove build dir on distclean (bug 272250)
2004-12-28 19:17:01 +00:00
joshmoz%gmail.com
3cc949b577
Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major.
2004-12-24 07:23:52 +00:00
joshmoz%gmail.com
e91cd6feeb
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
b9fe16d8d0
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
17f446af25
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
327c8b2986
change File menu item text to Email Page Location
2004-12-20 18:47:53 +00:00
joshmoz%gmail.com
f08f0662d7
clean up extra tab view in nib files
2004-12-18 23:23:24 +00:00
db48x%yahoo.com
e0a0119bc1
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
e4f53ec13e
fix reversed autoclose dl manager prefs, no bug
2004-12-18 00:24:09 +00:00
joshmoz%gmail.com
cb874dd7a0
new tab icons for toolbar
2004-12-17 22:02:47 +00:00
joshmoz%gmail.com
23d99cc294
new tabs pref pane icon
2004-12-17 21:58:08 +00:00
joshmoz%gmail.com
3a765c8236
use the right nib file...
2004-12-17 20:56:12 +00:00
joshmoz%gmail.com
6c343c46fc
add nib files forgotten from prefs reorg part 1
2004-12-17 19:51:53 +00:00
joshmoz%gmail.com
e727e361f0
pref reorganization part 1, no bug
2004-12-17 17:58:21 +00:00
joshmoz%gmail.com
d7f41243d4
pref reorganization part 1, no bug
2004-12-17 17:58:19 +00:00
joshmoz%gmail.com
19f4194065
pref reorganization part 1, no bug
2004-12-17 17:58:18 +00:00
dbaron%dbaron.org
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
joshmoz%gmail.com
6f66c8cbe4
fix spelling mistake. bug=273087
2004-12-06 18:13:30 +00:00
joshmoz%gmail.com
130551926f
Current download should have focus in download manager. b=266831 sr=pinkerton
2004-12-03 18:01:59 +00:00
joshmoz%gmail.com
765ccf97b9
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
28e30bc535
comment fix for bug 262815
2004-12-01 21:23:31 +00:00
joshmoz%gmail.com
c4ea255752
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
6eee6ece96
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
1698b403c9
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
ae681d6727
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
06da85e43a
show security status in url bar
2004-11-27 23:12:44 +00:00
bryner%brianryner.com
1435145ce6
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
838fc9b0f8
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
30bf444262
add "open in tabs" to folders in menu (bug 174822)
2004-11-24 15:00:16 +00:00
joshmoz%gmail.com
c742f524b6
fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton
2004-11-24 04:11:46 +00:00
joshmoz%gmail.com
212517c347
remember state of prefs window while application is running (bug 181720) sr=pinkerton
2004-11-24 03:14:20 +00:00
bsmedberg%covad.net
c913eb8e2c
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
f5a1ad776a
fix bug 158180 - Appearance section should have default button
2004-11-23 18:37:34 +00:00
joshmoz%gmail.com
3c99568ca7
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
2d41d985d8
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
47dd437793
confirm when removing all cookies (bug 246738) sr=pinkerton
2004-11-20 00:50:51 +00:00
joshmoz%gmail.com
c018f6ff89
fix bug 265503 - firefox bookmark importing fixes. sr=pinkerton
2004-11-20 00:39:13 +00:00
joshmoz%gmail.com
89c0ed7e01
fix bug 238250 - Disable view source while in Bookmarks manager. sr=pinkerton
2004-11-18 22:48:59 +00:00
joshmoz%gmail.com
f052bc7d76
fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton
2004-11-18 22:27:30 +00:00
cbiesinger%web.de
50857de7a0
Bug 261637 move security.properties into PSM
...
r=bsmedberg sr=darin
2004-11-16 23:33:16 +00:00
joshmoz%gmail.com
4111ce9ed7
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
6010b13c6f
better constant setup for patch for bug 171852
2004-11-11 00:57:51 +00:00
joshmoz%gmail.com
2138218fa3
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
8e4c7dcb2d
add localized strings for Omniweb 5 importing (bug 258902)
2004-11-11 00:36:04 +00:00
joshmoz%gmail.com
2be8b80068
add support for importing Omniweb 5 bookmarks (bug 258902) sr=pinkerton
2004-11-11 00:32:33 +00:00
joshmoz%gmail.com
0617acfd62
add midas support to Camino (bug 197253) sr=pinkerton
2004-11-10 20:33:39 +00:00
joshmoz%gmail.com
a2a2becd82
clean up nastily constructed method - follow-up for bug 245710 sr=pinkerton
2004-11-08 18:39:04 +00:00
joshmoz%gmail.com
394a441f83
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
bf9e97ea40
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
8eb0f44ce2
add support for wallet.crypto.autocompleteoverride hidden pref (bug 247919) sr=pinkerton
2004-11-04 22:15:24 +00:00
joshmoz%gmail.com
9a9da97694
localize cookie editor yes/no values (bug 262780)
2004-11-04 21:23:48 +00:00
joshmoz%gmail.com
8718eb6e7c
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
084c071924
change hyatt's email address (bug 223576)
2004-11-04 07:06:38 +00:00
pinkerton%aol.net
eec17d8816
remove blurb about prebinding on 10.3 since we no longer do it
2004-11-03 15:06:28 +00:00
pinkerton%aol.net
6bfbebcb94
allow a user-defined searchURLList (bug 250386)
2004-11-03 14:58:04 +00:00
pinkerton%aol.net
0522089701
"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
144ca64ad4
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
c7cc67afec
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
c244a86e0f
fix leak (double-retain)
2004-10-29 20:36:36 +00:00
pinkerton%aol.net
97f0a0e5ed
add xpcom_core back in
2004-10-28 13:37:00 +00:00
joshmoz%gmail.com
981459781e
fix for bug 229930 - add toolbar item for showing download manager
2004-10-27 21:11:01 +00:00
pinkerton%aol.net
695db48627
fix bustage in static build
2004-10-26 16:06:35 +00:00
pinkerton%aol.net
23c920fab7
fix bustage after libxpcom_core landing
2004-10-26 14:15:51 +00:00
pinkerton%aol.net
b88c2777ed
standardized mozconfig
2004-10-25 18:04:44 +00:00
joshmoz%gmail.com
224cc56c65
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
cedce286e2
minor cosmetic cleanup for browser reset bug 257281
2004-10-20 21:29:21 +00:00
joshmoz%gmail.com
9d21b202c2
bug 257281 - add browser reset functionality
2004-10-20 21:25:06 +00:00
joshmoz%gmail.com
4a88284979
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
6ec15534f4
cosmetic cleanup for patch to bug 232094
2004-10-20 20:36:01 +00:00
joshmoz%gmail.com
3acc496009
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
06346b1376
fix bug 241093 - icon in preferences dialog for current category should appear selected
2004-10-20 20:30:43 +00:00
joshmoz%gmail.com
fa6766534d
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
ded4e1b23b
fix landing of updated nib file for bug 175924
2004-10-14 00:23:11 +00:00
joshmoz%gmail.com
23fc18f74f
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
f19f84d08d
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
f2c105c65c
change finder version to 0.8+
2004-10-12 14:48:41 +00:00
joshmoz%gmail.com
a461f5f271
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
9792ffdbf7
allow localization of suggested bookmark export file name (bug 262779)
2004-10-07 19:46:32 +00:00
joshmoz%gmail.com
566a2c9138
add ability to import opera bookmarks (bug 242673)
2004-10-06 23:42:02 +00:00
pinkerton%aol.net
aea15d236e
cmd-click of history items open in new window (bug 181007)
2004-10-06 20:57:17 +00:00
pinkerton%aol.net
b272bc9265
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
7c46b1f416
remove 16-tab limit. add overflow menu (chevron). bug 261134
2004-10-03 21:33:08 +00:00
pinkerton%aol.net
50e371fb68
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
b3e306cb33
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
4d417d88b4
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
26cdc65794
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
996abc4904
removing necko_jar.xpt to fix bustage
2004-09-15 14:45:48 +00:00
cbiesinger%web.de
0c56d076e7
backing out changes
2004-09-15 13:31:36 +00:00
cbiesinger%web.de
884cdc09e3
trying to fix camino bustage
2004-09-15 12:08:32 +00:00
mats.palmgren%bredband.net
1d868ad59c
Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
2004-09-11 23:24:30 +00:00
bryner%brianryner.com
ab3b310a1e
Attempting to fix Camino bustage
2004-09-10 18:06:19 +00:00
pinkerton%aol.net
bfc4c0a4b5
strip &'s (windows accel keys) from prompt strings (bug 244670)
2004-09-09 00:37:18 +00:00
pinkerton%aol.net
40fe460f45
new tab widget implementation (bug 235782)
2004-09-02 22:52:29 +00:00
pinkerton%aol.net
6979dbf992
make dropping bookmark onto a folder consistent (always adds at end) and
...
cleanup whitespace (bug 246000)
2004-09-02 20:34:45 +00:00
pinkerton%aol.net
df19297223
check for new location of ff profile dir in addition to old (bug 257356)
2004-09-02 20:28:24 +00:00
pinkerton%aol.net
9ab16be072
fix nested folder import bug with firefox by disabling whitespace skipping
...
(bug 243510)
2004-09-02 20:21:40 +00:00
darin%meer.net
9531babedd
fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil
2004-08-09 21:17:12 +00:00
pinkerton%aol.net
97936c55b1
l10n fixes for 249259, 252407, 248163
2004-08-04 21:03:34 +00:00
pinkerton%aol.net
c5228539f8
remove unused 10.1.x code, make min version be 10.2, general cleanup
2004-07-12 17:52:33 +00:00
pinkerton%aol.net
843933cad8
better error handling from IC, if we can't load the homepage, use about:blank
...
(bug 245359)
2004-07-12 17:44:01 +00:00
pinkerton%aol.net
5c0376af1b
turn off manual prebinding as it's no longer needed for any OS version we
...
care about 10.2+
2004-07-12 17:37:00 +00:00
pinkerton%aol.net
22067fe79d
copy libmozz.dylib into app bundle
2004-06-24 16:22:03 +00:00
pinkerton%aol.net
e0f06cd117
use user-chosen save name as displayed download name (bug 247968)
2004-06-24 15:04:12 +00:00
pinkerton%aol.net
d8a2759175
use libmozz 1.2 instead of system zlib
2004-06-23 21:05:36 +00:00
pinkerton%aol.net
09d1dce809
use mozilla sourceid for google search
2004-06-23 12:53:40 +00:00
pinkerton%aol.net
d6264c8fc5
dual-page nav buttons to look better on small size. fix dpi on some others.
...
add mini down-arrow to back/fwd.
2004-06-21 21:55:35 +00:00
pinkerton%aol.net
2b7720f023
mention prebinding
2004-06-21 20:44:01 +00:00
pinkerton%aol.net
1a85e1c57a
tweak release notes
2004-06-21 19:53:15 +00:00
pinkerton%aol.net
b221b87536
add 'open in new tabs' from bookmark bar context menu (bug 247895)
2004-06-21 14:21:51 +00:00
pinkerton%aol.net
e1f9eefa87
fix problem where showing customize toolbar with small icons would cause
...
image to grow (bug 247426)
2004-06-19 00:05:24 +00:00
pinkerton%aol.net
b43657687c
make cookie/cookie perm tables show which column is selected, use the
...
alternating row colors if available, show sort indicator images if available,
and allow reverse sorting (bug 239392)
2004-06-17 04:57:04 +00:00
pinkerton%aol.net
be5f71918a
allow l10n of Credits.rtf file (bug 232828)
2004-06-17 01:12:29 +00:00
pinkerton%aol.net
bfe0e41439
updating for 0.8f
2004-06-17 00:52:28 +00:00
pinkerton%aol.net
94484347ba
make "view frame source" work by not using the cached desc if the url doesn't
...
match the toplevel page url (bug 230688)
2004-06-16 23:30:39 +00:00
pinkerton%aol.net
135ffda14a
better manage the info tab panels to fix black bg on 10.1 and forgetting
...
which tab is selected when going between folders/items. Also cleans up the
code a lot (bugs 242650, 243246)
2004-06-16 22:17:44 +00:00
pinkerton%aol.net
8a9c8776c1
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
923b439f4a
use prebinding script on panther, it doesn't happen automatically like it
...
does on jaguar due to apple issues.
2004-06-16 05:45:18 +00:00
pinkerton%aol.net
3e2af6f0ba
better l10n for pref panes (bug 246163)
2004-06-16 05:19:30 +00:00
pinkerton%aol.net
1d92f2d542
fix horizontal scrollwheel (bug 246879)
2004-06-16 04:56:26 +00:00
pinkerton%aol.net
031e21953a
remove progress spinner until redraw problems while scrolling can be
...
fixed (bug 203349)
2004-06-16 04:47:30 +00:00
pinkerton%aol.net
19f9556210
add click-hold shared history to back/fwd buttons (bug 163274)
2004-06-11 22:14:20 +00:00
pinkerton%aol.net
7a7f3f513f
moving import/export bookmarks to file menu. standardizing file menu, removing
...
some separators. removing "window" from zoom/minimize. changing next/prev tab
cmd keys to cmd-opt-left/right arrow
2004-06-09 22:46:51 +00:00
pinkerton%aol.net
125814a072
cleanup toolbar button strings making them easier to correctly localize
...
(bug 245911)
2004-06-09 22:19:48 +00:00
cbiesinger%web.de
932cadff2c
fixing camino bustage for clean builds (245009)
2004-06-05 13:42:20 +00:00
darin%meer.net
ecd0cdaedf
landing patch for bug 242977 "DownloadListenerFactory::CreateInstance is missing some cases" r=pink
2004-06-03 21:43:52 +00:00
pinkerton%aol.net
a152bc18f4
fix typo
2004-06-02 02:45:30 +00:00
pinkerton%aol.net
cd07a46e50
allow tabbing from url bar to search field then into content area, part
...
of bug 198153
2004-06-02 02:42:37 +00:00
pinkerton%aol.net
38fb6125b5
enabling xslt support (bug 202022)
2004-06-02 00:47:45 +00:00
pinkerton%aol.net
55b074a219
better l10n for bookmark containers. rename "bookmark toolbar" to "bookmark
...
bar" consistently in UI. (bug 243770)
2004-06-01 22:36:24 +00:00
pinkerton%aol.net
656d92855a
better feedback importing bookmarks, show where they end up in manager on
...
completion (bug 242545)
2004-06-01 22:21:33 +00:00
pinkerton%aol.net
ddd78e27eb
coalesce bookmark notifications and suppress all notifications during loading
...
bookmarks, increases startup speed (bug 236373)
2004-06-01 21:58:50 +00:00
cbiesinger%web.de
63ce36a77b
more camino bustage...
2004-05-29 23:04:35 +00:00
cbiesinger%web.de
e510d9a81b
trying to fix camino bustage
2004-05-29 22:35:04 +00:00
pinkerton%aol.net
6e409ef3e0
fix alt/shift scrollwheel (bug 244124)
2004-05-24 23:28:53 +00:00
pinkerton%aol.net
81006db5d8
allow closing tab while loading, put spinner over favicon instead (bug 242786)
2004-05-24 23:26:31 +00:00
pinkerton%aol.net
d06e48c303
enable table bg coloring on 10.3+ (bug 243380)
2004-05-24 23:21:10 +00:00
pinkerton%aol.net
3e93996a80
bump version to 0.8+ on trunk
2004-05-24 23:17:25 +00:00
pinkerton%aol.net
eae5a9ac73
use alternating row bg colors in outliner on panther to make it easier to read
2004-05-12 03:48:08 +00:00
pinkerton%aol.net
446e9607ce
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
pinkerton%aol.net
18cfa9a2bb
ensure content area visible when loading tab groups (bug 236600)
2004-05-12 00:42:40 +00:00
pinkerton%aol.net
f29934657c
display bookmark tab group correctly in menu when added (bug 243274)
2004-05-11 23:09:39 +00:00
pinkerton%aol.net
ffe0422940
better building of import list, checks both ff and phoenix
2004-05-07 18:25:21 +00:00
pinkerton%aol.net
f8579fe81a
whitespace blotches fixed
2004-05-07 17:32:05 +00:00
pinkerton%aol.net
a965f361e0
fix old location of profile folder
2004-05-05 21:58:55 +00:00
pinkerton%aol.net
c6d655cd2a
set min sizes on sheets
2004-05-05 21:27:56 +00:00
pinkerton%aol.net
4d3bbc13de
correctly display name of company in abook integration instead of (null) (null)
2004-05-04 14:20:16 +00:00
peterv%propagandism.org
2aa58605af
Fixing Camino bustage
2004-05-04 09:54:11 +00:00
bryner%brianryner.com
fba485be1c
fixing camino bustage
2004-05-03 22:43:55 +00:00
pinkerton%aol.net
542c80a47d
fixing bustage
2004-04-30 21:15:25 +00:00
pinkerton%aol.net
a469c5b8e1
better tif images for tab close widget
2004-04-30 20:29:55 +00:00
pinkerton%aol.net
a50c581f3c
updating for new profile information and location
2004-04-29 23:49:45 +00:00
pinkerton%aol.net
54d2464484
package new cocoa animated cursors (bug 208717)
2004-04-29 03:15:05 +00:00
cbiesinger%web.de
459c58c689
bug 241092, make nsIStreamLoaderObserver usable in javascript, by changing its
...
argument from a string to an octet array
r=bryner sr=darin
2004-04-27 16:06:00 +00:00
pinkerton%aol.net
942c71b10d
fix for download regression, use the right variable (bug 241199, r=biesi)
2004-04-26 00:22:23 +00:00
pinkerton%aol.net
0d697aa19d
make smart colletion list more intelligent, put auto bookmark checking
...
behind a pref (disabled by default) (bug 231512)
2004-04-26 00:17:20 +00:00
pinkerton%aol.net
b3fb9f2ecd
allow pref panel names and labels to be localized by setting a "PreferencePanelLabel" entry in the panels localized.strings file (bug 232821)
2004-04-25 23:26:05 +00:00
pinkerton%aol.net
7ae5388d84
unused plists
2004-04-25 23:16:55 +00:00
pinkerton%aol.net
9aeb5ec2a3
remove unused files
2004-04-25 23:15:35 +00:00
pinkerton%aol.net
19945422c5
add pref for resize images
2004-04-25 23:10:17 +00:00
pinkerton%aol.net
c528767672
add cmd-, as prefs shortcut
2004-04-25 23:09:00 +00:00
darin%meer.net
532a47dfbb
more bustage fixing
2004-04-17 03:14:54 +00:00
darin%meer.net
14d0729115
camino bustage fix
2004-04-17 02:40:08 +00:00
darin%meer.net
d41fb77787
attempting to fix camino bustage resulting from ftp upload ui landing, bug 24867
2004-04-17 02:08:51 +00:00
cbiesinger%web.de
9d2e5b35dc
really fixing camino bustage
2004-04-16 09:15:38 +00:00
cbiesinger%web.de
5e69f82f13
fixing camino bustage
2004-04-16 00:08:31 +00:00
cbiesinger%web.de
d4e1da55f3
Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
...
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
pinkerton%aol.net
93b4b177b2
new 0.8b release notes file
2004-04-13 01:15:27 +00:00
pinkerton%aol.net
0a44d9d7b3
add view/delete/sort of cookies to privacy panel. added "accept cookies only
...
from sites i visit" pref. cleaned up layout and wording of panel. added
ability to switch allow/deny on site white/blacklist inline. (bug 182540)
2004-03-31 01:51:59 +00:00
pinkerton%aol.net
79a5fbb0e3
better handling of window staggering when we hit a boundary. try some additional
...
possibilities before just giving up and placing the window at 0,0. (bug 236361)
2004-03-31 00:22:49 +00:00
pinkerton%aol.net
47d45522b5
clean out and close autocomplete widget before we close to prevent a crash
...
when mork shuts down (bug 233687)
2004-03-31 00:07:31 +00:00
pinkerton%aol.net
4f7945028c
better icons for nav bar, fixed resolution on tab buttons, updated the globe,
...
better loading-image. (bug 182492)
2004-03-30 03:39:10 +00:00
pinkerton%aol.net
0e41d59f09
removing obsolete nibs
2004-03-29 18:06:18 +00:00
pinkerton%aol.net
f685e8a652
add cmd-shift-d for download window (bug 229748)
2004-03-26 02:59:34 +00:00
pinkerton%aol.net
c5acad4823
last change wasn't so necessary
2004-03-26 02:50:33 +00:00
pinkerton%aol.net
6ecb1ea7d3
fix some small issues in the toolbar code (add search to hardcoded defaults
...
and use the right method for clicks on the search bar)
2004-03-26 02:40:51 +00:00
pinkerton%aol.net
2844e2a313
correctly handle the 'ask about each cookie' pref since the changes from
...
bug 233339 (bug 238550)
2004-03-26 02:05:59 +00:00
pinkerton%aol.net
50bbab0018
set a min-size when user clicks maximize button (bug 187164)
2004-03-26 01:50:25 +00:00
pinkerton%aol.net
01a613661c
don't clear folders from the undo queue on dealloc because if we get to
...
dealloc, it's no longer in the undo queue (duh!) and this causes re-entrancy
crashes on quit (bug 229661)
2004-03-26 01:43:14 +00:00
pinkerton%aol.net
905c12cacc
fix menu issues when a site puts up two (or more) popups resulting in dupes
...
in the menu we weren't prepared to handle (bug 206597)
2004-03-26 01:38:51 +00:00
pinkerton%aol.net
3465a89814
make clearing global history work again (bug 236033) and try to prevent
...
exceptions when history doesn't provide all the data.
2004-03-03 04:43:16 +00:00
pinkerton%aol.net
869845ff27
the docshell doesn't like nil charsets, bulletproof the code a little
...
(bug 235639).
2004-02-27 18:49:01 +00:00
sfraser%netscape.com
d6acbeba73
Fix bug 235683: 'open in tabs' context menu item no longer worked for bookmark folders, because of a too-stringent check for tab groups.
2004-02-27 07:01:11 +00:00
pinkerton%aol.net
6f2e32cc7d
fix regression on tagging tabs/windows as view source (bug 156606)
2004-02-25 00:19:15 +00:00
pinkerton%aol.net
f5e176e5eb
better gopher/ftp icons
2004-02-25 00:07:13 +00:00
pinkerton%aol.net
8230f54542
additional throbber icons
2004-02-24 23:56:43 +00:00
pinkerton%aol.net
968f3c9fc3
unused icon
2004-02-24 23:52:33 +00:00
pinkerton%aol.net
ceba89fe2f
new icons, aren't we purdy? (bug 234916)
2004-02-24 23:52:03 +00:00
sfraser%netscape.com
37f47b2a62
Fix bug 235254 and bug 188657: when showing the Find dialog, always select the text, and update the Find dialog from the find pasteboard when it becomes the key window, and when the app is activated. However, we don't clobber the existing text field value if the pasteboard string didn't change. r=pink
2004-02-24 05:45:32 +00:00
bryner%brianryner.com
211560c326
Fixing camino static bustage
2004-02-24 04:25:32 +00:00
sfraser%netscape.com
7cf0a46e3b
Fix bug 200378 and bug 228478: factor all the bookmark opening code into one method in MainController, so that we always look for the Command-key, and respect the prefs to open in new windows or tabs. r=pink.
2004-02-24 03:52:42 +00:00
sfraser%netscape.com
92bd658ac4
Fix bug 235257: make sure the tab icon update properly. r=pink
2004-02-24 03:46:43 +00:00
bryner%brianryner.com
dd1297167b
Merge jsdom and gklayout libraries (bug 232247). Also, remove widget.xpt from Bundle Resources; it doesn't need to be there.
2004-02-24 03:23:45 +00:00
pinkerton%aol.net
38a2555c33
removed disclosureTriangles and edit_on button (no longer used)
2004-02-24 01:11:57 +00:00
pinkerton%aol.net
6d41b0af1e
new icons for bookmark manager and a new nib that slightly rearranges things
...
so it's not so cluttered (bug 226696)
2004-02-24 00:58:26 +00:00
pinkerton%aol.net
8369b8c5ac
retain the target and userData for our remote data callbacks, including
...
site icon notification. fixes crash where target of notification would
go away and we'd try to directly send it a notification (bug 231844)
2004-02-23 23:02:54 +00:00
pinkerton%aol.net
a829181265
add support for spinner (on 10.2+) and close widget on tabs (bug 211570)
2004-02-23 21:44:13 +00:00
pinkerton%aol.net
c39d7f8128
adding buttons for a close widget on tabs (bug 211570)
2004-02-23 21:38:43 +00:00
darin%meer.net
cc6df57934
fixing bustage (hopefully)
2004-02-19 05:46:42 +00:00
pinkerton%aol.net
28d6c170ca
fix crash importing moz bookmarks when a bookmarklet has an embedded <a> tag.
...
Bail and don't import that one bookmark. Recognize shift_jis encoding in
bookmark files (bug 234763)
2004-02-18 17:31:48 +00:00
pinkerton%aol.net
78dcd1e0df
tab through text fields and form controls by default (bug 197193)
2004-02-18 00:05:52 +00:00
pinkerton%aol.net
b96755c27b
reverting to correct behavior after identifying Tp regression
2004-02-17 19:10:54 +00:00
pinkerton%aol.net
e50868630d
backing out fix to 180461 to test a hunch with Tp
2004-02-17 17:02:49 +00:00
pinkerton%aol.net
9294ef7a53
fix urls
2004-02-17 08:14:26 +00:00
pinkerton%aol.net
27bcd90e53
adding items to help for release notes, tips&tricks, and search customization
...
(bug 228249)
2004-02-17 08:06:08 +00:00
pinkerton%aol.net
c363ccd1ca
add [super dealloc] on the deny list, but it doesn't really matter because
...
it lives for the lifetime of the app
2004-02-17 00:59:23 +00:00
pinkerton%aol.net
b862aab22a
call [super dealloc] to avoid leaking view hierarchy (bug 234280)
2004-02-17 00:49:06 +00:00
pinkerton%aol.net
b32885f9d9
turn on -Wno-non-virtual-dtor to avoid a load of warnings in mozilla
2004-02-16 23:32:51 +00:00
pinkerton%aol.net
cb08e93a74
use mime mapper to correctly interpret RFC2231/2047 encoded filenames in
...
download (bug 233798)
2004-02-16 23:05:43 +00:00
pinkerton%aol.net
f602f3dad6
differentiate "view source" tabs and windows (bug 156606)
2004-02-16 22:37:46 +00:00
pinkerton%aol.net
bb5c2ec958
correctly remember location when adding a bm to a toplevel folder so that
...
the next 'add bookmark' will reuse that toplevel folder (bug 233692)
2004-02-12 08:32:45 +00:00
pinkerton%aol.net
98cc6e0845
use exterior focus ring on panther
2004-02-12 07:54:07 +00:00
pinkerton%aol.net
7abe093365
use ExtendedTableView for whitelist table so backspace works to delete. Use
...
exterior focus ring style on panther
2004-02-12 07:51:25 +00:00
pinkerton%aol.net
740146122c
pin search field to the right and make it a little bigger so the rounded
...
version looks correct
2004-02-12 07:41:51 +00:00
pinkerton%aol.net
28e6c2ba8f
only set the splitter position the first time through, not ever time the
...
view is displayed
2004-02-12 07:29:43 +00:00
pinkerton%aol.net
b86c06f89b
if 10.2 or later, make the search field rounded
2004-02-12 07:20:58 +00:00
pinkerton%aol.net
c4e92e1a45
make edit sites use a ExtendedTableView so it gets backspace support. Set
...
table view explicitly to be the first responder so it accepts keys right
off the bat.
2004-02-12 07:19:59 +00:00
pinkerton%aol.net
70c6f4da3d
add splitter position tags
2004-02-12 04:21:58 +00:00
pinkerton%aol.net
f96043d26d
release escaped search string
2004-02-12 04:00:09 +00:00
pinkerton%aol.net
aa6bbd55ea
remember bookmark manager vertical splitter width between windows (bug 232046)
2004-02-12 03:52:24 +00:00
pinkerton%aol.net
a21209c4f2
new files
2004-02-12 03:47:44 +00:00
pinkerton%aol.net
ec16db9548
escape special chars in google search string (bug 233475)
2004-02-12 01:41:49 +00:00