Commit Graph

861 Commits

Author SHA1 Message Date
ben%bengoodger.com
774adac64f more web service changes - return a complex data type, and add some output documentation to the deploy script 2004-04-09 22:56:36 +00:00
ben%bengoodger.com
f38f20266a add extension return type for update checking web service 2004-04-09 21:50:26 +00:00
ben%bengoodger.com
566f354dc5 update the web service compile & deploy script so it actually works, part of 170006 2004-04-09 21:44:22 +00:00
ben%bengoodger.com
5438bb8278 More 170006 - extension manager update checker service, not available yet. 2004-04-08 23:32:59 +00:00
bryner%brianryner.com
2e3bdbea09 Make sure *-bin and xpicleanup are stripped in addition to the .so files. 2004-04-08 18:57:38 +00:00
blizzard%redhat.com
0f53cda85b Bug #237283. Make x-remote aware of program names as well as profiles. This should make it possible to finally be able to tell the difference between firefox and thunderbird on linux. r+sr=bryner, a=asa 2004-04-08 14:01:17 +00:00
bryner%brianryner.com
5effc2aca8 Hook up the unix/gtk2 installer to the build. 2004-04-07 23:48:15 +00:00
bryner%brianryner.com
6a58169128 Don't override the text color for menulist > menupopup > menu, we want the existing rules for text color to apply. Bug 239934, r=dbaron. 2004-04-07 23:16:51 +00:00
bryner%brianryner.com
5f4c2f4f00 Initial add of gtk2 installer wizard for firefox/thunderbird. Not turned on yet. 2004-04-07 21:16:35 +00:00
bryner%brianryner.com
246801e6ee Initial add of cross-platform installer scripts. Not turned on yet. 2004-04-07 21:15:39 +00:00
dbaron%dbaron.org
0ae1b8788f Fix leaks related to failing to remove observers. b=239833 r=blake 2004-04-07 17:37:55 +00:00
ben%bengoodger.com
320fea90bb fix startup js error - patch from dbaron. 2004-04-06 23:40:02 +00:00
ben%bengoodger.com
933ab62a06 *** empty log message *** 2004-04-06 23:39:44 +00:00
ben%bengoodger.com
fa8ef0bbb5 more 170006 - extension manager web service work not visible yet 2004-04-06 22:36:06 +00:00
ben%bengoodger.com
fd93478ec6 Extension Manager UI and updater web service - not enabled yet - bug 170006 2004-04-06 00:31:11 +00:00
bryner%brianryner.com
e1805918bd Fork autocomplete.css for gtk2 and put the urlbar dropdown button outside of the textbox. Bug 239669. 2004-04-05 09:55:14 +00:00
darin%meer.net
11b4c2f2d6 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
blakeross%telocity.com
46752ac602 Fix 234739 - Replace "Show" with "Open" in download manager (and rename Show to Open Containing Folder, and remove obsolete strings). 2004-04-03 06:26:21 +00:00
pedemont%us.ibm.com
78bc8400dc Bug 237183, Add FP exception handler to OS/2, r=,a=mkaply 2004-03-31 16:48:48 +00:00
ben%bengoodger.com
f4f167dc73 Rewrite the extension manager as a js component (170006 - not accessible yet) 2004-03-31 08:58:21 +00:00
mconnor%myrealbox.com
c48af3a33a bug 238045 - Cookie manager of 1.7beta does not display stored cookies, r=mvl, sr=darin, a=chofmann, display a blank value for expiry if FormatDateTime chokes on really long-lived cookies 2004-03-31 00:38:17 +00:00
webmail%kmgerich.com
dac2a7833a 2 of 2, Pinstripe for Thunderbird, bug #239106. Does not affect Seamonkey 2004-03-30 23:38:41 +00:00
ben%bengoodger.com
27953332b8 drag and drop handling for 171006, better command handling (not hooked up yet) 2004-03-30 20:54:30 +00:00
ben%bengoodger.com
a3b9707b57 More 170006 Extension Manager Front End - not used yet 2004-03-30 04:13:40 +00:00
ben%bengoodger.com
000d30aa45 More extensions FE stuff (170006) not used yet 2004-03-29 23:22:00 +00:00
ben%bengoodger.com
21504b441f Ongoing Extension Manager work for 170006 - not hooked up to UI yet. 2004-03-29 20:38:28 +00:00
ben%bengoodger.com
32d5ae2da0 Add new Extension Manager front end as part of 170006. Not currently hooked up to anything. 2004-03-29 20:37:02 +00:00
scott%scott-macgregor.org
ab7850bd80 Bug #238829 --> use a slightly smaller font for the welcome screen for the thunderbird installer
to prevent the welcome text from getting truncated. Our product name is just too long :)
2004-03-26 22:48:33 +00:00
webmail%kmgerich.com
00dc1ef6b3 Mac toolkit skin tweaks in prep. for landing Pinstripe in Thunderbird 2004-03-21 21:06:40 +00:00
webmail%kmgerich.com
7628c7343b Mac toolkit generic alert icon 2004-03-21 16:08:47 +00:00
rlk%trfenv.com
6aca51cc71 Bug 215463 - add ctrl++/ctrl+- to View Source. r=p_ch@verizon.net 2004-03-20 17:52:28 +00:00
chanial%noos.fr
9e7b68743e Bug 207403: filenames in console should look like links.
Add missing css rules from communicator/formatting.css to global/formatting.css
2004-03-20 08:01:41 +00:00
chanial%noos.fr
d41e259ec5 Use UNIX line endings 2004-03-20 07:54:41 +00:00
scott%scott-macgregor.org
8e443e152c Bug #235507 --> try to reduce the jiggling in tree column headers when changing the sort direction on a tree column.
The padding one was changing when going from the normal state to the active state on tree col headers. The change of padding
was causing the jiggling effect. Try using the same padding for both states.
2004-03-19 22:11:39 +00:00
jst%mozilla.jstenback.com
d86be8e873 Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com 2004-03-18 07:07:10 +00:00
jst%mozilla.jstenback.com
af28dd355c Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com 2004-03-18 01:52:51 +00:00
ben%bengoodger.com
582a418b85 bug 236988 - should show application icons in download manager when the file completes downloading. r=bryner sr=mscott a=asa on the nsIconURI part. make the download manager use proper file:/// URIs in the moz-icon:// uris it generates in response to GetTargets NC:IconURI instead of native paths. Make the download manager refresh the icon once the download is complete and have the icon image in download items always bypass the cache when loading its icon. 2004-03-17 21:23:52 +00:00
cls%seawood.org
5a31106a54 Disable the IE Profile Migrator when building with mingw gcc.
Bug #236901 r=bryner sr=ben
2004-03-17 17:30:34 +00:00
bryner%brianryner.com
67a283b0db Reapply fix for handling non-ASCII characters in signon file that was lost when migration branch landed. Bug 218405, fix originally r=darin sr=bz 2004-03-17 09:15:55 +00:00
ben%bengoodger.com
8fe2abf38d new generic icons for firefox installer 2004-03-16 22:43:47 +00:00
mconnor%myrealbox.com
d791269e3a bug 226365 autocompletion problem with www. in URL bar, patch by Patrick McCormick (patrick@meer.net), r=ben, also remove some tabs that should have been spaces 2004-03-16 04:45:09 +00:00
scott%scott-macgregor.org
4a07df156c Bug #235651 --> toolkit installer changes necessary to support the thunderbird installer.
When doing a custom install and the user selects "Browser Folder", the
folder pickker dialog willl now open up to the selected folder. This will
impact Firefox and Thunderbird.

Add a parameter called DistSubdir which folks writing an installer for the
new toolkit can set in their installer.cfg file. This variable defaults to a
value of bin (so no changes for Firefox here) and you can change it to whatever
directory under dist that you want.
2004-03-13 00:31:45 +00:00
scott%scott-macgregor.org
826da5fb62 Bug #235651 --> More installer work for Thunderbird. Add a .ico file for mail just like we have for browser 2004-03-12 03:53:35 +00:00
jst%mozilla.jstenback.com
1e40577df7 Fixing FireFox installer bug 227129. Making the radio buttons in the lisence dialog belong to the same group. r=ben@mozilla.org 2004-03-11 05:10:06 +00:00
bryner%brianryner.com
9ff04550b2 Fix text color for highlighted menus. Bug 233242, sr=roc. 2004-03-10 19:51:35 +00:00
caillon%redhat.com
1a507869b8 Bug 236973
Add default styles for alternating backgrounds on treerows to the theme.
r=ben sr=jst
2004-03-10 04:54:37 +00:00
scott%scott-macgregor.org
4b2c616009 fix thunderbird build bustage. Patch by Ben Goodger 2004-03-09 00:12:45 +00:00
ben%bengoodger.com
d1b60b11cf 236744 - XP shell service 2004-03-08 09:56:44 +00:00
ben%bengoodger.com
3acb5b69e4 [shell1] 2004-03-08 09:53:59 +00:00
bryner%brianryner.com
165590c1f5 Fix crash in autocomplete if you're really fast. Bug 236659, patch by lorenzo@colitti.com, r=bryner 2004-03-07 21:01:12 +00:00