Commit Graph

1326 Commits

Author SHA1 Message Date
hyatt%mozilla.org
c68c77eaf2 Restore the titlemodifier
git-svn-id: svn://10.0.0.236/trunk@145889 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-12 02:47:14 +00:00
hyatt%mozilla.org
bebf1d2c48 Add back hiddenWindow.xul to jar.mn
git-svn-id: svn://10.0.0.236/trunk@145882 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 21:04:51 +00:00
hyatt%mozilla.org
cb2f86b154 Adding the hidden window file.
git-svn-id: svn://10.0.0.236/trunk@145881 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 21:02:56 +00:00
chanial%noos.fr
e74ccce529 "fixing" bustage by not including the non existent file browser/base/content/hiddenWindow.xul.
Currently (unless dave missed to check in several files), hiddenWindow.xul is in the xpfe toolkit.
That makes absolutely no sense since it is completely navigator dependent, but in order to have it in mozilla/browser, we need to provide a generic mechanism to run xul apps hiddenWindow.xul files similar to the one that launches the visible window (browser.xul, etc...) or rethink the all MacOS X hiddenWindow hackery (ie: remove the need for hiddenWindow.xul files and provide a way so that any MacOS X xul window with menu bar can be hidden, except of course the menubar).


git-svn-id: svn://10.0.0.236/trunk@145865 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 12:41:27 +00:00
hyatt%mozilla.org
7ac27491ce Make hiddenWindow actually work on Mac.
git-svn-id: svn://10.0.0.236/trunk@145860 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 08:41:34 +00:00
hyatt%mozilla.org
8bcb78aee8 Separate out the menu bar and the hacky go history tree.
git-svn-id: svn://10.0.0.236/trunk@145859 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 08:18:49 +00:00
hyatt%mozilla.org
779e664351 Separate keys, commands, broadcasters, and string bundles into their own file.
git-svn-id: svn://10.0.0.236/trunk@145858 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 08:12:19 +00:00
hyatt%mozilla.org
a793e2f4c9 Separate scripts into their own .inc file so they can be shared with the hiddenWindow.
git-svn-id: svn://10.0.0.236/trunk@145857 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 08:03:52 +00:00
hyatt%mozilla.org
3a6854d5f1 Add the pref for a hidden window. Code that uses the pref is not landed yet. It's waiting for drivers approval.
git-svn-id: svn://10.0.0.236/trunk@145856 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 06:54:55 +00:00
ben%bengoodger.com
430ea44ec1 Clean up plugin override detection
git-svn-id: svn://10.0.0.236/trunk@145853 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 03:54:41 +00:00
ben%bengoodger.com
34b121456e Fix bug 215383 - Empty space on personal toolbar does not act like a bookmark folder (unable to receive drops, etc)
git-svn-id: svn://10.0.0.236/trunk@145851 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-11 01:59:35 +00:00
hyatt%mozilla.org
b29b152bf2 Remove duplicate stylesheet switching functions.
git-svn-id: svn://10.0.0.236/trunk@145847 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 21:49:24 +00:00
noririty%jcom.home.ne.jp
6092fb0c53 Fix 186751 - 'About Mozilla Firebird' dialog to small for large fonts. Patch by borggraefe@despammed.com
git-svn-id: svn://10.0.0.236/trunk@145844 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 14:56:53 +00:00
noririty%jcom.home.ne.jp
f8f2e71f41 (blame)
git-svn-id: svn://10.0.0.236/trunk@145843 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 13:22:50 +00:00
hyatt%mozilla.org
15297b8032 Tweak terminology.
git-svn-id: svn://10.0.0.236/trunk@145841 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 09:42:36 +00:00
hyatt%mozilla.org
25e734681e Commit the data source file that will hold persisted alternate stylesheet choices.
git-svn-id: svn://10.0.0.236/trunk@145840 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 08:19:38 +00:00
hyatt%mozilla.org
d77b42e4fb Add some notes about persistence of alt sheet choices.
git-svn-id: svn://10.0.0.236/trunk@145839 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 08:13:47 +00:00
hyatt%mozilla.org
5829e656e4 Initial commit of alternate stylesheet support in Firebird.
git-svn-id: svn://10.0.0.236/trunk@145838 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 08:04:58 +00:00
bryner%brianryner.com
183a2f5de7 Fix sorting of history when Group by Date is selected (bug 215384). Get rid of the hidden columns in the history tree and instead dynamically change the sort attribute on the visible column. Implement a DayFolderIndex property for the date folders which gives an index (0-7) to sort on, rather than sorting them alphabetically. r=ben.
git-svn-id: svn://10.0.0.236/trunk@145832 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 04:42:17 +00:00
hyatt%mozilla.org
fd0c55b3d9 Remove ifdefs from browser.dtd
git-svn-id: svn://10.0.0.236/trunk@145831 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 04:28:02 +00:00
hyatt%mozilla.org
539151a004 Fix Open in Tabs on Mac with a hacky JS workaround.
git-svn-id: svn://10.0.0.236/trunk@145829 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-10 01:50:05 +00:00
asa%mozilla.org
6c168d9672 de-geekifying default bookmarks some - developers and testers are quite capable of making their own bookmarks - and removing redundant bookmark
git-svn-id: svn://10.0.0.236/trunk@145826 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 21:16:15 +00:00
hyatt%mozilla.org
04b59ee15f Make dbl click behavior in the URL bar match WinIE on Win32 only.
git-svn-id: svn://10.0.0.236/trunk@145825 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 20:40:42 +00:00
noririty%jcom.home.ne.jp
65b94b95cd Add bugzilla quicksearch
git-svn-id: svn://10.0.0.236/trunk@145823 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 19:41:44 +00:00
noririty%jcom.home.ne.jp
3a6944dc25 Fix 202106 - Fix hardcoded reference. Patch by mconnor and sipaq.
git-svn-id: svn://10.0.0.236/trunk@145821 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 19:05:44 +00:00
noririty%jcom.home.ne.jp
72614d1281 Add Toolbars menu to toolbar contextmenu. Patch by drbrain-bugzilla@segment7.net b=174408
git-svn-id: svn://10.0.0.236/trunk@145815 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 14:47:31 +00:00
hyatt%mozilla.org
9be4babea1 Refine the sidebar's link check.
git-svn-id: svn://10.0.0.236/trunk@145806 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 09:07:46 +00:00
blakeross%telocity.com
ea3935322b Fix yet another font issue.
git-svn-id: svn://10.0.0.236/trunk@145805 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 08:43:17 +00:00
blakeross%telocity.com
0711225157 Fixing font bug Asa found.
git-svn-id: svn://10.0.0.236/trunk@145804 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 08:16:15 +00:00
blakeross%telocity.com
7c752c5a0a Fixing 200718
git-svn-id: svn://10.0.0.236/trunk@145803 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 07:56:48 +00:00
blakeross%telocity.com
445b774265 Fix 200718
git-svn-id: svn://10.0.0.236/trunk@145802 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 07:56:31 +00:00
hyatt%mozilla.org
ed34777379 Localize the title string for transient sidebar bookmarks loaded via _search.
git-svn-id: svn://10.0.0.236/trunk@145800 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 06:51:13 +00:00
hyatt%mozilla.org
a832af1680 Add support for Opera's rel=sidebar mechanism for adding panels. Add support for WinIE's target=_search as a way of displaying temporary panels.
git-svn-id: svn://10.0.0.236/trunk@145799 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 06:47:32 +00:00
blakeross%telocity.com
420b546e2d Fix font bustage.
git-svn-id: svn://10.0.0.236/trunk@145796 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 05:17:08 +00:00
hyatt%mozilla.org
51dd4e59ab Implement Seamonkey's addPanel API
git-svn-id: svn://10.0.0.236/trunk@145794 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 05:02:55 +00:00
ben%bengoodger.com
16224ae6ed relicense file
git-svn-id: svn://10.0.0.236/trunk@145791 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 04:11:44 +00:00
ben%bengoodger.com
16c47e3988 add comment
git-svn-id: svn://10.0.0.236/trunk@145790 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 04:04:54 +00:00
ben%bengoodger.com
c491c09a9e Fix helper apps list being blank by properly handling types that don't have extended info (such as primaryExtension) available for them.
git-svn-id: svn://10.0.0.236/trunk@145789 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 04:04:26 +00:00
blakeross%telocity.com
3f3f443d63 Fix string for consistency.
git-svn-id: svn://10.0.0.236/trunk@145787 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 03:29:03 +00:00
hyatt%mozilla.org
3edbee8191 Add the sidebar to browser. Not built yet.
git-svn-id: svn://10.0.0.236/trunk@145777 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-09 00:36:47 +00:00
blakeross%telocity.com
862e59d173 didnt mean to change that yet
git-svn-id: svn://10.0.0.236/trunk@145761 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 21:23:37 +00:00
scott%scott-macgregor.org
5e293fa615 Bug #173954 --> Add Send Page, Send Link and Send Image support to Firebird. Turned off for unix builds.
r/sr=ben


git-svn-id: svn://10.0.0.236/trunk@145760 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 21:23:34 +00:00
blakeross%telocity.com
1f7754622d startup() shouldnt be called twice.
git-svn-id: svn://10.0.0.236/trunk@145759 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 21:19:04 +00:00
kerz%mozillazine.org
223daccefc Adding advanced icon to the pref window.
git-svn-id: svn://10.0.0.236/trunk@145758 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 21:04:38 +00:00
noririty%jcom.home.ne.jp
f72fc0a87b tweak AutomaticImageResizing label
git-svn-id: svn://10.0.0.236/trunk@145750 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 14:58:17 +00:00
noririty%jcom.home.ne.jp
c2ada7156d Fix 213787 - Add an id for 'Open in Tabs' menuseparator. Patch by logan@dct.com.
git-svn-id: svn://10.0.0.236/trunk@145749 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 14:42:01 +00:00
noririty%jcom.home.ne.jp
3d7cffca2f Fix 212188 - Increase accessibility to set homepage from bookmark.
git-svn-id: svn://10.0.0.236/trunk@145745 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 14:08:57 +00:00
noririty%jcom.home.ne.jp
c1bf2eb886 Add resizer to Thunderbird. b=194081 r=me
git-svn-id: svn://10.0.0.236/trunk@145742 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 12:31:01 +00:00
blakeross%telocity.com
d4aa7b7bb1 Make Ctrl+I open bookmarks sidebar for IE compatibility.
git-svn-id: svn://10.0.0.236/trunk@145733 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 09:11:54 +00:00
blakeross%telocity.com
8b97793c96 Add autoscroll pref to advanced. For now, autoscroll is on by default on linux because we haven't forked the linux prefs override file, unix.js.
git-svn-id: svn://10.0.0.236/trunk@145729 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-08 08:01:24 +00:00