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

455 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com c74cecf85e Oops forgot a makefile 2003-08-25 22:49:49 +00:00
ben%bengoodger.com b8558be1af Add mozapps dir to the build 2003-08-25 22:46:12 +00:00
ben%bengoodger.com 31e02e88ff merging blake's changes to pref.css from the other day over here, which is where they now belong. 2003-08-25 22:22:44 +00:00
ben%bengoodger.com 1b1349364b Moving new downloads files (unknown content type handler dialog, preferences dialogs, etc) to new mozapps shared application support directory which will live, for now, in toolkit/. This is so that thunderbird can also use the new downloading options. 2003-08-25 21:46:59 +00:00
blakeross%telocity.com 77202fd4a5 An attempt to make the preferences UI a little easier/less cluttered. The styling, the functionality--all this is subject to change as we explore what to do with this panel. 2003-08-24 04:50:59 +00:00
blakeross%telocity.com e574d3ce97 ick...ick ick ick. Try to fix preferences. 2003-08-24 01:01:46 +00:00
chanial%noos.fr 1e34412aee reapply fix by Ben to handle subdialogs. 2003-08-22 14:11:53 +00:00
varga%utcru.sk f8ab39f45c Checking in a patch for Neil. Bug 216482. Firebird Crashes when picked "View -> By Date and Site" or View-> By Site" in history sidebar.
r=varga, sr=jag
2003-08-22 11:32:23 +00:00
scott%scott-macgregor.org 62b39fba59 Port Bug #215325 to the toolkit (mail news account wizard starts up with back / finish buttons). 2003-08-21 03:54:58 +00:00
chanial%noos.fr 98c094c749 correct typo 2003-08-20 02:03:43 +00:00
chanial%noos.fr ce421bc902 fixing mistake in nsWidgetStateManger.js 2003-08-19 22:22:46 +00:00
chanial%noos.fr 12aa2bce22 fix wizard bustage, another locale mismatch 2003-08-19 04:31:53 +00:00
chanial%noos.fr 6e51fc5250 fixing printing bustage 2003-08-19 04:01:11 +00:00
chanial%noos.fr ba28af45f6 follow up to bug 213228: fork commonDialog.dtd and commonDialogs.properties 2003-08-18 23:55:16 +00:00
scott%scott-macgregor.org 2076749ee4 Bug #216529 --> thunderbird needs a couple more autocomplete style rules. 2003-08-18 22:57:06 +00:00
chanial%noos.fr 08a739f6d1 bug 213228: new toolkit independence bug, part 11: fork remaining files in toolkit/content 2003-08-18 10:52:16 +00:00
chanial%noos.fr 3e404a90d1 update all callers in toolkit and browser to use the new toolkit widgets 2003-08-18 10:43:56 +00:00
bryner%brianryner.com 4c18ba46d4 Make the password manager hold onto the pref branch so that the observers we register with it don't go away. Bug 216219. 2003-08-18 06:09:52 +00:00
chanial%noos.fr 44b63671be update locale version number to 1.5b and recheck jar.mn 2003-08-17 21:25:32 +00:00
ben%bengoodger.com 874ae9e2b1 Fix for bug 216474 - Browser crashes in password manager. Ensure that we don't crash or overwrite variables used to hold valid password data fields with null. r=bryner 2003-08-17 21:06:36 +00:00
chanial%noos.fr b2a5dfdbb4 backing out changes in jar.mn 2003-08-17 20:11:35 +00:00
chanial%noos.fr 741449790e bug 213228: new toolkit independence bug, part 10: port seamonkey fixes in the toolkit/content files
bug 188956 by suresh, bug 201964 by shliang
2003-08-17 18:18:14 +00:00
chanial%noos.fr 1d7dccad91 fork and obsolete charsetOverlay.dtd (use charset.dtd instead) and widgetStateManager (use nsWidgetStateManager instead) 2003-08-17 17:22:19 +00:00
chanial%noos.fr a33b16e812 bug 213228: new toolkit independence bug, part 9: finish forking toolkit/locale including locale/US/global-region. 2003-08-17 16:59:45 +00:00
chanial%noos.fr 9817563e15 bug 213228: new toolkit independence bug, part 8: finish forking global-platform.
The only files that are platform specific are platformKey.properties and platformKey-mac.properties. They are both packaged as platformKey.properties in en-win.jar, en-unix.jar and en-mac.jar.
2003-08-17 16:10:53 +00:00
chanial%noos.fr 52d3875908 oopss, backing out didn't intended to check this in 2003-08-17 13:21:36 +00:00
chanial%noos.fr be4a62da09 move wizard.properties out of global-platform into global, by #ifdef'ing the locales in wizard.xml
remove unused locales instruct-first and instruct-last in wizard.properties
remove duplicate wizardOverlay.css
2003-08-17 13:11:26 +00:00
chanial%noos.fr db342ec999 bug 213228: new toolkit independence bug, part 7: use the new toolkit widgetry. 2003-08-17 11:22:13 +00:00
chanial%noos.fr 5af0e3a371 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
xul.css: bug 183791, 96642 by neil, bug 126263, 201299, 202681 by roc, bug 188597 by Ariel Fatecha <afatecha@idea.com.py>
2003-08-17 11:21:09 +00:00
chanial%noos.fr 65bdf8906b port textbox fix for bug 197486:
callback method in textbox is no more, use oncommand instead for the same functionality.
2003-08-17 11:17:00 +00:00
chanial%noos.fr 22f84d54db bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tree.xml: bug 178604, 156454, 194876, 195393, 202391 by neil, 192346 by kyle yuan, bug 192885, 156576, 202393 by jan.
remove the tree constructor, since the #ifdef can be move the pageUpOrDownMovesSelection property definition.
2003-08-17 11:12:36 +00:00
chanial%noos.fr 34d7a71ed7 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
textbox.xml: bug 207487 by aaronl, bug 197486 by neil, bug 180512 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:12:08 +00:00
chanial%noos.fr d97d9bbbf6 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tabbrowser.xml: bug 205341, 112697, 210760 by jag, bug 121234, 133503  by neil, bug 206668 by shliang.
not ported: bug 169589, [mac] ctrl-tab no longer moves btwn frames
            bug 203960, go back group
            bug 104778, remember what user typed when switching tabs.
            bug 103720, prefill URI when opening new tab.
2003-08-17 11:11:42 +00:00
chanial%noos.fr b78705d80a bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tabbox.xml: bug 106656, 173703, 184821 by neil, bug 209885 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:11:17 +00:00
chanial%noos.fr 29162a5a9d bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
scrollbox.xml: bug 97787 by neil
2003-08-17 11:10:56 +00:00
chanial%noos.fr 5c736fbf36 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
radio.xml: bug 112789, 195393 by neil, bug 169489 by aaronl, bug 185690 by kaie, bug 201166 by jgaunt
2003-08-17 11:10:28 +00:00
chanial%noos.fr 656f79af28 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
popup.xml: bug 38367 by neil
2003-08-17 11:10:12 +00:00
chanial%noos.fr 36d8fb58c0 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
menulist.xml: bug ?????, 96642, 196755, 180512 by neil, bug 201166 by jgaunt
2003-08-17 11:09:50 +00:00
chanial%noos.fr 3e24f04413 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
menu.xml: bug 38367 by neil
2003-08-17 11:09:28 +00:00
chanial%noos.fr 713c50dd42 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
listbox.xml: bug 156454, 195393 by neil, bug 192346 by kyle yuan, bug 178212 by Ariel Fatecha <afatecha@idea.com.py>, bug 201166 by jgaunt, bug 208781 by aaronl.
2003-08-17 11:09:16 +00:00
chanial%noos.fr 8740596f87 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
general.xml: bug 133598 by cmanske, bug ????? by Grey Hodge <jesus_x@mozillanews.org>, other changes by Tim Hill <tim@prismelite.com>, bug 199060 by aaronl, bug 207456 by shliang.
2003-08-17 11:08:55 +00:00
chanial%noos.fr b18e392342 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
button.xml: bug 186873 and 191150 by aaronl
2003-08-17 11:08:25 +00:00
chanial%noos.fr 51fb8e87a8 bug 213228: new toolkit independence bug, part 7: update and use our widgetry
browser.xml: bug 197121 by brade and bug 199060 by aaronl.
not ported: bug 164006, wyciwyg: should not appear in tab title
            bug 104778, remember what user typed when switching tabs.
            bug 103720, prefill URI when opening new tab.
2003-08-17 11:06:26 +00:00
chanial%noos.fr 8f464709da package editor.xml widget and preprocess all the widgets 2003-08-17 09:55:24 +00:00
chanial%noos.fr 038d7a8199 forking editor.xml widget 2003-08-17 09:54:37 +00:00
bryner%brianryner.com 94a46a2323 Only remove buildconfig.html when you 'make distclean'. Otherwise doing 'make clean' in toolkit means that you need to re-run configure. 2003-08-17 08:32:49 +00:00
bryner%brianryner.com bbd2c3d4cf Don't prompt to save passwords, or prefill passwords, if saving passwords is disabled (bug 216219). 2003-08-17 05:52:17 +00:00
chanial%noos.fr ad4fc16ba2 bug 213228: new toolkit independence bug, part 6.
fork and obsolete files
2003-08-16 14:51:28 +00:00
chanial%noos.fr cabdc7c5ba remove duplicated config.xul file and update the one in components/viewconfig 2003-08-16 14:11:05 +00:00
chanial%noos.fr 63f4dbdf51 adding .cvsignore files 2003-08-16 11:41:51 +00:00