Граф коммитов

542 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com d7f0ea7b6b Fixing path to PrintPDE.plugin now that it goes into dist/package. 2003-04-19 00:57:01 +00:00
sfraser%netscape.com 6426097d57 Add libucvutil_s.a to the project to fix static build bustage. 2003-04-18 02:24:40 +00:00
sfraser%netscape.com ec25a40565 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 a7bfbefcd3 Don't hardcode path to mozilla-config.h, so that objdir builds work. 2003-04-13 03:55:59 +00:00
sfraser%netscape.com 1887761a08 Fix include paths to make things work in an objdir build. 2003-04-13 03:55:26 +00:00
sfraser%netscape.com 3e1a12dafe Fix more non dist-relative paths 2003-04-13 03:42:23 +00:00
sfraser%netscape.com 8311c2ff3b Fix paths to gopher image files to be dist-relative. 2003-04-13 03:37:07 +00:00
ccarlen%netscape.com ae1d0b2d52 Bug 201508 - Add Print Dialog PDE to Camino. r=pink/sr=sfraser 2003-04-11 20:27:56 +00:00
pinkerton%netscape.com bac51ec389 adding prachi 2003-04-10 03:54:53 +00:00
pinkerton%netscape.com 4c5cb1755e removing search field for bug 158246 2003-04-10 03:54:24 +00:00
pinkerton%netscape.com d9dc9f4ffd adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
sfraser%netscape.com 9aa65acde0 Add a ; at the end of a line, fixes bug 200339. 2003-04-03 00:36:53 +00:00
sfraser%netscape.com 770e5bd8b2 Fix static target include paths. 2003-04-01 01:55:34 +00:00
pinkerton%netscape.com e74b6c15f1 implement new cookie dialog api. 2003-03-31 20:34:45 +00:00
pinkerton%netscape.com 56e473c947 ensure browser is showing when a new tab is created from menubar 2003-03-28 00:33:17 +00:00
pinkerton%netscape.com c458232ea7 fix "open in new tab" when bm manager is visible 2003-03-28 00:26:55 +00:00
pinkerton%netscape.com 5dbc2dc8d5 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 d81ec765a7 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 18:02:34 +00:00
dbaron%dbaron.org efac811593 Fix bustage from jst's checkin by including nsString.h. b=124412 2003-03-26 16:27:39 +00:00
pinkerton%netscape.com 78d49aadf6 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 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 7636f6f4e2 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 199bf83e71 oops, put new files in wrong place 2003-03-24 13:29:17 +00:00
pinkerton%netscape.com 61afa05ddd remove un-needed code 2003-03-24 13:18:16 +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
dbaron%dbaron.org 59082fdb1e Bustage fix. b=191380 2003-03-22 20:55:56 +00:00
dbaron%dbaron.org 1948e2d1df Bustage fix. b=191380 2003-03-22 19:51:59 +00:00
dbaron%dbaron.org 2990ceea7e Bustage fix from <mvl@exedo.nl>. b=191380 2003-03-22 19:47:45 +00:00
bryner%netscape.com f37a32ce1d 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 0941f07bfd 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 ade3a52a2f also link the binary against libxpcom_compat for static builds 2003-03-18 11:00:09 +00:00
bryner%netscape.com d451379953 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 a8f6f62086 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 caeda303da Add linkage with libxpcom_compat.a in static build. 2003-03-16 19:43:50 +00:00
sfraser%netscape.com 86710f75e3 Fix static build target. 2003-03-15 23:20:00 +00:00
sfraser%netscape.com bdf0e31a91 Fix static components after the MinoMo changes. 2003-03-15 23:16:33 +00:00
sfraser%netscape.com 1ea4769708 Fix some absolute paths that got in there by accident. 2003-03-15 22:48:19 +00:00
sfraser%netscape.com d65e127cee Fix project after dougt changes. Static build still likely broken. 2003-03-15 19:18:30 +00:00
sfraser%netscape.com 1419dc46fc Fix nsIDOMHTMLOptionsCollection bustage. 2003-03-14 19:06:55 +00:00
pinkerton%netscape.com 5c39722c8b 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 5cba2159ca Add a New Window command to the Dock menu. 2003-03-13 04:08:27 +00:00
sfraser%netscape.com 26fd563595 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 f3a28e9f42 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 73a0a88b6d 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 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 e4d4b9a1eb Turn Rendezvous support on by default. 2003-03-11 07:03:55 +00:00
bryner%netscape.com 4541bc60c9 Static build fixes - update for components which have been merged together. 2003-03-08 11:37:44 +00:00
bryner%netscape.com a27cc49c10 libmozz should no longer be required 2003-03-08 01:48:47 +00:00
sfraser%netscape.com 374f5f97ac 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