cbiesinger%web.de
faf8419fc6
147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
...
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
dwitte%stanford.edu
79a057d46a
Bug 209475: Make nsIPermissionManager more flexible for extensions.
...
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.
Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).
patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
bryner%netscape.com
960d74f2d9
Remove static makefile; you need to be using camino.mk to build.
2003-07-08 21:14:37 +00:00
bryner%netscape.com
26ed56c408
Search for either pbxbuild or pbbuild, to allow building with the xcode tools on Mac OS X. Also, use -no-cpp-precomp instead of -traditional-cpp, for gcc 3.3 compatibility. Bug 211895, r=sfraser.
2003-07-07 18:22:04 +00:00
cbiesinger%web.de
a711e6e3a0
193698 r=bzbarsky sr=darin "attachment" content shows a checkbox for "don't ask"
...
This checkin makes it so that we grey out the "Always ask me" checkbox for files sent
with content-disposition:attachment, and show another text indicating that the server
asked to not display the file.
2003-07-03 13:55:17 +00:00
bzbarsky%mit.edu
fded87ee87
Fixing build bustage in camino, followup to bug 211181
2003-07-02 16:43:25 +00:00
bzbarsky%mit.edu
e572336394
Fixing camino bustage. Follow-up to bug 211169
2003-07-02 04:57:48 +00:00
bryner%netscape.com
e6b3e2f653
Fix crash when a new page loads while the previous page's context menu is active, and Customize is in the toolbar (bug 168051). r=pinkerton.
2003-07-02 00:13:40 +00:00
bryner%netscape.com
1b65b3d8ff
Attempting to fix Camino bustage
2003-06-19 00:39:14 +00:00
dbaron%dbaron.org
a7bb5bed93
Fix bustage from bug 205895.
2003-06-18 05:38:20 +00:00
dbaron%dbaron.org
2c47fe8e97
Fixing bustage. b=209087
2003-06-14 06:10:29 +00:00
dbaron%dbaron.org
a5ce87f5a7
Fixing bustage. b=209087
2003-06-14 06:08:44 +00:00
pinkerton%netscape.com
df061f5e69
fix crash when we can't get a content node when counting children. (bug 210506)
2003-06-10 21:43:57 +00:00
bryner%netscape.com
1f67224262
Fixing bustage - libjar50 is now a static component.
2003-06-10 00:47:14 +00:00
bryner%netscape.com
213b131aa3
Fix static build bustage by removing reference to libmng. Also remove .mng from document types list.
2003-06-04 18:56:35 +00:00
bryner%netscape.com
5fef2370ad
Implement Find Previous (cmd+shift+G), bug 206918. r=sfraser.
2003-05-27 20:00:56 +00:00
bryner%netscape.com
4752a4edbb
Adding Makefile.in to support objdir builds. Not yet hooked up to camino.mk.
2003-05-27 06:49:16 +00:00
varga%netscape.com
1214637bc6
Another attempt to fix Camino.
2003-05-23 15:27:15 +00:00
varga%netscape.com
8f8d39f2e4
Trying to fix camino bustage.
2003-05-23 14:06:47 +00:00
pinkerton%netscape.com
ee341001ce
don't use jaguar-only routines for search field (bug 201796)
2003-05-23 01:45:29 +00:00
bryner%netscape.com
dcffce3ee0
Unify the find strings for the find dialog and typeahead find. This also fixes "find again" in conjunction with typeahead find (bug 204645). r=pink.
2003-05-23 00:27:43 +00:00
bryner%netscape.com
8b1843724e
It's no longer necessary to pass -DIBMBIDI on the command line; it's defined in mozilla-config.h which we include through the prefix file.
2003-05-22 08:31:23 +00:00
pinkerton%netscape.com
ff0ef17ab9
ensure target is set correctly when switching between bm & history
2003-05-22 05:05:20 +00:00
bryner%netscape.com
8c923f7080
fix a few warnings
2003-05-20 10:35:40 +00:00
bryner%netscape.com
9b9f348420
make copying of history.properties objdir-safe
2003-05-20 10:23:52 +00:00
bryner%netscape.com
b0ce57cf49
fix a warning
2003-05-20 10:21:15 +00:00
bryner%netscape.com
95f1436516
modules/zlib/src is not needed as a library search path.
2003-05-20 09:57:45 +00:00
pinkerton%netscape.com
c95feacd03
fix a variety of crashes caused by me being stupid (window close, quit, clicking
...
on folder button). (bug 205667)
2003-05-15 18:38:59 +00:00
pinkerton%netscape.com
4a9194ee22
add build phase to add history.properties to embed.jar before we copy it
...
over since we can't modify the embed manifest (bug 205598)
2003-05-15 01:53:08 +00:00
pinkerton%netscape.com
9dbcbba366
add indicator of blocked popup and a popdown menu to quickly unblock sites
2003-05-14 03:45:06 +00:00
pinkerton%netscape.com
0553257a33
first stab at popup blocked image
2003-05-14 03:23:04 +00:00
bryner%netscape.com
4128c39f61
Set typeahead find to search all text by default. Also, removed some prefs that no longer need to be overridden from all.js
2003-05-07 05:38:34 +00:00
bryner%netscape.com
61e2ac0978
Oops, forgot this file. Enable typeaheadfind for static builds.
2003-05-05 20:48:45 +00:00
bryner%netscape.com
9464dace90
Add typeahead find to Camino (bug 174898). If you're building Camino, you'll need to add typeaheadfind to the extensions list.
2003-05-05 07:14:33 +00:00
pinkerton%netscape.com
a96c3f51fb
make add to whitelist work on 10.1 by using the routine i really wanted
...
from the start.
2003-04-29 02:06:57 +00:00
sfraser%netscape.com
edd6f67d43
Fix bug 198739: change Camino user-agent string to say 'Camino' rather than 'Chimera'. r=pink, sr=me.
2003-04-28 21:21:03 +00:00
bryner%netscape.com
e228e19237
more #include cleanup.
2003-04-27 08:41:02 +00:00
bryner%netscape.com
4eb2df257b
Removing unneeded includes.
2003-04-27 07:32:14 +00:00
pinkerton%netscape.com
073f62a903
correctly enable get-info menu item
2003-04-25 17:57:13 +00:00
pinkerton%netscape.com
eb030d87ea
biffed getting of js/java prefs at panel init
2003-04-25 17:56:47 +00:00
pinkerton%netscape.com
e4738f5ca7
new layout of webfeatures panel, added popup whitelist editor and setting
...
to turn off ability of websites to adjust win size/pos and status bar. Fixed
privacy panel to correctly scan the permission list for cookies.
2003-04-25 06:18:37 +00:00
pinkerton%netscape.com
4068f60700
default "remember decision" button in cookie prompt dialog to on.
2003-04-25 06:16:35 +00:00
pinkerton%netscape.com
673eb4171b
fix titles on cookie prompt dialog to be more descriptive.
2003-04-23 17:31:25 +00:00
pinkerton%netscape.com
f169106684
make a textedit cell that leaves room for the proxy icon so that we
...
can use a regular NSTextField for the url bar. from nhamblen@mac.com
(bug 198095)
2003-04-23 16:47:11 +00:00
sfraser%netscape.com
efcf8d6576
Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin.
2003-04-22 18:11:12 +00:00
sfraser%netscape.com
ad05d334c3
Fixing path to PrintPDE.plugin now that it goes into dist/package.
2003-04-19 00:57:01 +00:00
sfraser%netscape.com
2281bde0da
Add libucvutil_s.a to the project to fix static build bustage.
2003-04-18 02:24:40 +00:00
sfraser%netscape.com
c98d2dcd50
Draw the location bar using a textfield-style border, so that it matches the search field more closely (although the search field needs lightening up).
2003-04-13 17:44:49 +00:00
sfraser%netscape.com
a810fa93d5
Don't hardcode path to mozilla-config.h, so that objdir builds work.
2003-04-13 03:55:59 +00:00
sfraser%netscape.com
d8f1c2f929
Fix include paths to make things work in an objdir build.
2003-04-13 03:55:26 +00:00
sfraser%netscape.com
24f1c3904f
Fix more non dist-relative paths
2003-04-13 03:42:23 +00:00
sfraser%netscape.com
02e0a0e7bb
Fix paths to gopher image files to be dist-relative.
2003-04-13 03:37:07 +00:00
ccarlen%netscape.com
8eaa1471d2
Bug 201508 - Add Print Dialog PDE to Camino. r=pink/sr=sfraser
2003-04-11 20:27:56 +00:00
pinkerton%netscape.com
36d620031f
adding prachi
2003-04-10 03:54:53 +00:00
pinkerton%netscape.com
f09984699e
removing search field for bug 158246
2003-04-10 03:54:24 +00:00
pinkerton%netscape.com
05ae85ece3
adding google search bar, from pgauria@uark.edu (bug 158246)
2003-04-10 03:48:41 +00:00
sfraser%netscape.com
4ab21e3a6b
Add a ; at the end of a line, fixes bug 200339.
2003-04-03 00:36:53 +00:00
sfraser%netscape.com
9508762be1
Fix static target include paths.
2003-04-01 01:55:34 +00:00
pinkerton%netscape.com
2103e47160
implement new cookie dialog api.
2003-03-31 20:34:45 +00:00
pinkerton%netscape.com
fb39453fd0
ensure browser is showing when a new tab is created from menubar
2003-03-28 00:33:17 +00:00
pinkerton%netscape.com
2a37aabcb2
fix "open in new tab" when bm manager is visible
2003-03-28 00:26:55 +00:00
pinkerton%netscape.com
f3cb275b83
set the url bar's field editor to have the correct font when its
...
text is empty. bug 182570, from nhamblen@mac.com .
2003-03-26 23:14:52 +00:00
dbaron%dbaron.org
7ddb7cba88
Fix bustage from jst's checkin by including nsString.h. b=124412
2003-03-26 18:02:34 +00:00
dbaron%dbaron.org
6dbe98fd47
Fix bustage from jst's checkin by including nsString.h. b=124412
2003-03-26 16:27:39 +00:00
pinkerton%netscape.com
de7c7a83c2
replacing some of the icons to look better in new manager (thanks to
...
sam nordemann)
2003-03-26 14:57:44 +00:00
pinkerton%netscape.com
454a256166
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
2e3dd4a088
some cleanup and fix a crash when closing window with manager showing
...
(bug 199014)
2003-03-25 02:57:41 +00:00
pinkerton%netscape.com
d8bcb99a94
oops, put new files in wrong place
2003-03-24 13:29:17 +00:00
pinkerton%netscape.com
e983885d7b
remove un-needed code
2003-03-24 13:18:16 +00:00
pinkerton%netscape.com
bb2f4ae4b1
from dts
2003-03-24 03:49:02 +00:00
pinkerton%netscape.com
45e820f36d
new in-window bookmark manager.
2003-03-24 02:10:08 +00:00
dbaron%dbaron.org
1b7ecced34
Bustage fix. b=191380
2003-03-22 20:55:56 +00:00
dbaron%dbaron.org
669a280743
Bustage fix. b=191380
2003-03-22 19:51:59 +00:00
dbaron%dbaron.org
73a75cc707
Bustage fix from <mvl@exedo.nl>. b=191380
2003-03-22 19:47:45 +00:00
bryner%netscape.com
4cf65180b8
Don't re-focus the download manager window each time a download starts. Patch by nhamblen@mac.com, r=bryner, sr=sfraser.
2003-03-18 23:48:03 +00:00
bryner%netscape.com
be9855658b
Bug 160880 - multi-line selects displaying popups if you click in an empty area. Patch by ajfeldman@brown.edu, r=bryner.
2003-03-18 23:18:13 +00:00
bryner%netscape.com
f2a4ff450b
also link the binary against libxpcom_compat for static builds
2003-03-18 11:00:09 +00:00
bryner%netscape.com
8c561ffa25
Fix static build bustage - libxpcom_compat is now always shared. Also, removed unwanted .xpt file from bundle resources.
2003-03-18 07:28:25 +00:00
sfraser%netscape.com
a4677b9602
Fix the cancelling of downloads in Camino, and auto-expanding downloads. Bug 192461. Note that this depends on the patch checked in for bug 197745.
2003-03-18 00:09:35 +00:00
sfraser%netscape.com
9c83a7a505
Add linkage with libxpcom_compat.a in static build.
2003-03-16 19:43:50 +00:00
sfraser%netscape.com
74407828ae
Fix static build target.
2003-03-15 23:20:00 +00:00
sfraser%netscape.com
5fb53a3d54
Fix static components after the MinoMo changes.
2003-03-15 23:16:33 +00:00
sfraser%netscape.com
d09c851648
Fix some absolute paths that got in there by accident.
2003-03-15 22:48:19 +00:00
sfraser%netscape.com
5b25aee5db
Fix project after dougt changes. Static build still likely broken.
2003-03-15 19:18:30 +00:00
sfraser%netscape.com
5bb9555bfb
Fix nsIDOMHTMLOptionsCollection bustage.
2003-03-14 19:06:55 +00:00
pinkerton%netscape.com
8b57a71ebe
allow tabbing between toolbar and urlbar when no autocomplete popup.
...
(from sbwoodside bug 152987).
2003-03-13 16:15:57 +00:00
sfraser%netscape.com
d5ef88cd6d
Add a New Window command to the Dock menu.
2003-03-13 04:08:27 +00:00
sfraser%netscape.com
0bfe809cc9
If a bookmark title is empty, use the URL. Also reduce truncation to 60 chars.
2003-03-13 04:07:25 +00:00
bryner%netscape.com
7ce4b290a0
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
sfraser%netscape.com
db0b5a384c
Add the ability to click-hold on bookmarks buttons to get a popup menu for folders and tab groups, and to be able to start a drag of a folder without holding any modifier keys. A quick click on a folder button still brings up the popup menu, and loads a tab group.
2003-03-11 07:59:27 +00:00
sfraser%netscape.com
6d83929f7c
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
ef018ea8a2
Turn Rendezvous support on by default.
2003-03-11 07:03:55 +00:00
bryner%netscape.com
9dda3018ca
Static build fixes - update for components which have been merged together.
2003-03-08 11:37:44 +00:00
bryner%netscape.com
512db29eec
libmozz should no longer be required
2003-03-08 01:48:47 +00:00
sfraser%netscape.com
e96ea6c4d9
Fix up bookmark toolbar buttons to show better popdown menus for folders, and to allow dragging of folder items with the Command key down.
2003-03-07 07:15:41 +00:00
pinkerton%netscape.com
4840c0dbe7
bookmarks load when clicked in manager, switching to manager stops all
...
page loads. back button responds appropriately if manager is frontmost.
2003-03-07 03:58:24 +00:00
pinkerton%netscape.com
51f8215dae
More changes for in-window bookmarks. bookmarks display and can be edited,
...
buttons hooked up. Still off by default.
2003-03-07 03:06:47 +00:00
bryner%netscape.com
94da3c6af6
Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier).
2003-03-07 02:45:59 +00:00
pinkerton%netscape.com
bfc4629369
beginnings of new bookmark manager, off by default
2003-03-06 19:04:15 +00:00
pinkerton%netscape.com
ac7f9b459d
when replacing the text of the urlbar (with, say, a bookmark), put the
...
insertion point at the end instead of leaving it at the beginning.
2003-03-06 19:03:34 +00:00