Commit Graph

716 Commits

Author SHA1 Message Date
chanial%noos.fr
6c4be90e4a bug 224450: correct typos. patch by Steffen Wilberg <steffen.wilberg@web.de> 2003-11-03 00:26:39 +00:00
chanial%noos.fr
66f3d74832 split printing.css into printPreview.css and printPageSetup.css 2003-11-02 05:11:21 +00:00
chanial%noos.fr
524b21cb9b Rename printPageSetup.properties to printjoboptions.properties, since this file is only used in printjoboptions.xul 2003-11-02 04:22:06 +00:00
chanial%noos.fr
533338e09c update the header that deals with the dependencies 2003-11-02 02:28:23 +00:00
chanial%noos.fr
85aa293524 fix js warning (redeclaration of var printPreviewTB) 2003-11-02 02:22:19 +00:00
chanial%noos.fr
363b6595fe fix left over 2003-11-02 02:21:30 +00:00
chanial%noos.fr
898d21bd7e remove duplicated code in printPreviewBindings 2003-11-02 02:04:08 +00:00
chanial%noos.fr
add6afd316 add "public" method savePrintSettings that saves the print settings to the prefs. 2003-11-02 01:46:53 +00:00
chanial%noos.fr
e756284526 coding style nit 2003-11-02 01:38:52 +00:00
chanial%noos.fr
4ab446d8be remove prefs print.use_global_printsettings and print.save_print_settings (not used in the backend). They offer few if any interest. Their default behavior is kept: a print action and Page Setup change will be saved and windows share the same print settings. 2003-11-02 01:21:46 +00:00
chanial%noos.fr
d6ee5838ef on going work on the printing component: rename PRINTSVC to PSSVC, getValuesFromPS to updateSettings, remove duplicate getWebBrowserPrint and start removing the duplicated code in printUtils.js and printPreviewBindings.xml that lays the print preview. 2003-11-02 00:15:04 +00:00
ben%bengoodger.com
3c577e40d2 Add some notes. 2003-11-01 00:47:35 +00:00
ben%bengoodger.com
95d488d11f update ifdefs 2003-10-31 23:12:30 +00:00
ben%bengoodger.com
ecd07728ef Installer now actually installs! Yay! 2003-10-31 23:01:00 +00:00
ben%bengoodger.com
9731aec3a9 Bucket O'Updates
The installer now actually installs! Provided it doesn't have to download anything. And it just stops at the end. Oh well. In time...
2003-10-31 00:49:01 +00:00
chanial%noos.fr
50ba0ae29c Bug 224222: OK and Cancel buttons are unlabeled.
missed one occurence of GetApplicationLocale (bug 195093)
2003-10-30 22:14:15 +00:00
dwitte%stanford.edu
bc55887835 add accesskeys for the cookie confirmation dialog.
b=201743, r=neil, sr=alecf
2003-10-30 17:26:44 +00:00
varga%nixcorp.com
2e490df717 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
chanial%noos.fr
5d5e8b9027 bug 224160: hook up Print Preview to view source. 2003-10-30 06:02:54 +00:00
ben%bengoodger.com
a1745c2b4c More incremental updates. 2003-10-30 02:11:38 +00:00
chanial%noos.fr
31e49513d6 - Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode

- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.

- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.

- A lot of cleanup.
2003-10-29 08:01:27 +00:00
ben%bengoodger.com
42224079be Adding something that helps fix problems with generated rsc headers. 2003-10-27 23:25:59 +00:00
ben%bengoodger.com
f21e159987 Default application handler values are blank on MacOS X 2003-10-27 21:49:01 +00:00
chanial%noos.fr
59e3eb888a use toolkit routines from printUtils.js to print and show the page setup dialog. 2003-10-27 04:36:20 +00:00
chanial%noos.fr
7536f0d034 - fix two js warnings in printPreviewBindings.xml (redeclaration of var ifreq and total)
- remove useless class toolbarbutton-icon
- rename class last-arrow to left-arrow and next-arrow to right-arrow
2003-10-27 04:30:55 +00:00
chanial%noos.fr
c38d856dc2 bug 223763: home arrow icon not displayed in print preview. printing.css has to be preprocessed. 2003-10-27 04:21:20 +00:00
chanial%noos.fr
7017f5750d fix js warning: redeclaration of var str. Some cleanup, untabify 2003-10-27 03:36:59 +00:00
chanial%noos.fr
d167f60302 bug 223757: fix customize charset bustage. patch by Steffen Wilberg <steffen.wilberg@web.de>
-------------
2003-10-26 21:10:16 +00:00
chanial%noos.fr
ef1a3e7026 Hook up Page Setup and Print to view source. 2003-10-26 20:24:17 +00:00
chanial%noos.fr
f1c41fadbe Significantly rewrite the old printing.js:
- define an object PrintUtils that has two "public" methods: PrintUtils.print() to print the content and PrintUtils.showPageSetup() to launch the setup dialog.
- global variables gPrintSettings, gPrintSettingsAreGlobal and gSavePrintSettings are removed. These variables were not true cached variables since they were recalculated every time and only used as intermediary.
2003-10-26 20:13:55 +00:00
chanial%noos.fr
aab16442a8 add printUtils.js to the toolkit (copied from printing.js) 2003-10-26 19:22:03 +00:00
chanial%noos.fr
a1ff9eb17b bug 223721 and 223728: fix view source and print preview bustage. patches by Steffen Wilberg <steffen.wilberg@web.de> 2003-10-26 16:10:59 +00:00
chanial%noos.fr
7289e5bdc5 move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +00:00
chanial%noos.fr
59d8595898 fork the Print Page Setup 2003-10-26 04:28:25 +00:00
chanial%noos.fr
8ec368e5a6 add charset.dtd to the obsolete directory 2003-10-26 04:25:12 +00:00
chanial%noos.fr
27226ee2a0 Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul. 2003-10-26 04:03:29 +00:00
chanial%noos.fr
f633709d71 define classes to display arrows in menus (from communicator.css)
add hover state handling and left, right arrows
2003-10-26 03:59:30 +00:00
chanial%noos.fr
4c826c2e2f copied from pref-charset.dtd 2003-10-26 03:33:11 +00:00
chanial%noos.fr
246f14c412 tri licencing 2003-10-26 03:28:11 +00:00
scott%scott-macgregor.org
15295068d8 remove dos line endings from this file. I don't know why they keep showing up here 2003-10-24 22:19:32 +00:00
ben%bengoodger.com
5caca58d02 MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2003-10-24 07:43:01 +00:00
chanial%noos.fr
1ed0199b39 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
dean_tessman%hotmail.com
b53f2ecef6 213250 - get middle click working properly in XML documents.
p=bugzilla@accessibleinter.net, r=me
2003-10-24 02:11:53 +00:00
bryner%brianryner.com
c328dccc60 Persist size/position and column widths for password manager dialog. Bug 217147, patch by steffen.wilberg@web.de, r=me 2003-10-22 19:05:05 +00:00
chanial%noos.fr
871ae3c600 fixing bogus a dependency to comm.jar I just introduced. Thanks to Steffen Wilberg for noticing. 2003-10-22 18:10:25 +00:00
chanial%noos.fr
e8019ac402 Adding viewSource.properties 2003-10-22 14:54:11 +00:00
noririty%jcom.home.ne.jp
3577e386dc Fixing build failure (viewSource.properties doesn't exist) b=221599 2003-10-22 13:13:26 +00:00
chanial%noos.fr
584cac56a4 complete rewrite of search.xml: more functionalities with less code :-)
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
chanial%noos.fr
0c0ab06373 sync the source viewer with the suite 2003-10-22 08:02:23 +00:00
chanial%noos.fr
aeb90b4015 sync the console with the suite 2003-10-22 08:00:39 +00:00
chanial%noos.fr
f5e8c8f658 add tri-licence 2003-10-22 06:35:37 +00:00
bryner%brianryner.com
605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
varga%nixcorp.com
199cf9bc76 Changing my email address. 2003-10-21 15:35:57 +00:00
ben%bengoodger.com
2259244879 Updates... 2003-10-20 19:59:49 +00:00
noririty%jcom.home.ne.jp
f5f4d124fe Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird 2003-10-19 15:18:15 +00:00
noririty%jcom.home.ne.jp
fbc78492cc Fixing build failure b=221599 2003-10-18 12:40:05 +00:00
ben%bengoodger.com
4775be15b9 New Cross Platform Options Dialog (getting started) 2003-10-18 07:10:33 +00:00
chanial%noos.fr
2a18785064 Bug 222585: dialogheader should crop p=neil, r=varga sr=bienvenu 2003-10-17 21:27:28 +00:00
chanial%noos.fr
a97aac3e5d Bug 221599: remove comm.jar dependencies in fontpackage.xul
use the PP for the licence
2003-10-17 19:31:11 +00:00
bryner%brianryner.com
5ac09b8065 port fix to sort strings case-insensitively, bug 220067 2003-10-15 20:57:18 +00:00
chanial%noos.fr
82c47f7d35 on going work on bug 221597: move the close, restore and minimize icons to the toolkit. 2003-10-14 20:11:16 +00:00
chanial%noos.fr
73de436e3e Bug 221987 Don't create frames for XUL <script> p=neil, r=varga, sr=bz 2003-10-14 08:58:26 +00:00
chanial%noos.fr
076495b36f fix bustage in partial source viewer 2003-10-14 08:05:04 +00:00
chanial%noos.fr
ced1218f9f forgot to check in the modified jar list. 2003-10-14 05:42:40 +00:00
chanial%noos.fr
52293e07f3 adding overlay for edit menus 2003-10-14 05:26:36 +00:00
chanial%noos.fr
72fe8080ee removing comm.jar dependencies in the source viewer.
(bug 221668 and bug 173879). Commands Find, Save As and Print still have to be hooked properly.
2003-10-14 05:13:34 +00:00
chanial%noos.fr
101ce13254 adding overlay for edit menus 2003-10-14 05:09:24 +00:00
ben%bengoodger.com
69121415a5 Here comes the new installer front end. (Work in Progress) 2003-10-12 01:24:53 +00:00
ben%bengoodger.com
d68f357ebf Use Windows XP Theme Engine, when available 2003-10-09 20:52:02 +00:00
ben%bengoodger.com
87bf331dbf Next Gen App Wizard Front End... forking Seamonkey Installer FE. 2003-10-09 02:02:08 +00:00
ben%bengoodger.com
1779c75488 Tweak to fix some thunderbird problems. 2003-10-09 00:14:31 +00:00
ben%bengoodger.com
076b7d4897 oops 2003-10-08 08:39:36 +00:00
ben%bengoodger.com
7d49522cbb Next Generation Mozilla Applications Shared Installer generation scripts. 2003-10-08 08:17:39 +00:00
scott%scott-macgregor.org
1134ea7082 Bug #221450 --> Helper App Dlg, Open Radio button always left blank for the birds. Fix by
removing an obsolete API call to getDownloadInfo (Bug #218817).

sr=ben
2003-10-07 06:06:44 +00:00
bryner%brianryner.com
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com
d9b60f34cd fixing firebird build bustage 2003-09-27 19:35:14 +00:00
bryner%brianryner.com
f4d1fe081e Check return results from DecryptData so that we don't bring up the master password dialog again if the user cancelled it the first time. Bug 220214. 2003-09-25 04:54:22 +00:00
neil%parkwaycc.co.uk
131d9ad47b Bug 169000 Wrapper library to access XPConnect native objects from chrome JS p=caillon r=jag sr=jst 2003-09-24 10:27:14 +00:00
ben%bengoodger.com
24a516ecd9 Do this only in Firebird 2003-09-24 05:34:17 +00:00
ben%bengoodger.com
acd190592a Bug 217026 - turbo is not supported in Mozilla Firebird. exit with an error. Patch by chris Thomas. 2003-09-24 05:28:13 +00:00
bryner%brianryner.com
0464b919e6 fixing bustage 2003-09-24 01:55:52 +00:00
ben%bengoodger.com
f1357463fd Fix for bugs:
- 219191, 219192 - localize Download Options FE by placing strings in string bundles. Patch by Mike Connor.

- 219222 - use the new about:mozilla screen. patch by Steffen Wilberg.
2003-09-23 19:36:16 +00:00
noririty%jcom.home.ne.jp
d358984a09 temporary MAC-theme patch before landing Pinstripe. includes b=206462 2003-09-17 08:42:57 +00:00
dbaron%dbaron.org
c49da48965 Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky 2003-09-16 22:09:18 +00:00
mkaply%us.ibm.com
57455af2ab Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-15 19:16:24 +00:00
noririty%jcom.home.ne.jp
debaf54993 Missing Firebird skinversion. Thank you Mr.FLS to point this out. b=214465 2003-09-08 15:55:26 +00:00
bryner%brianryner.com
2fffc1c22f Use the default value supplied to prompt() if no stored value was found. (bug 216324) 2003-09-08 03:17:42 +00:00
bryner%brianryner.com
377bfd51dd Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:18:24 +00:00
bryner%brianryner.com
ef40198dcf Notify the treeBoxObject when the row count changes -- should fix assertions when typing in autocomplete. Also, throw in some NS_NOTREACHED statements for functions that should not be getting called on this tree view. 2003-09-04 07:26:30 +00:00
bryner%brianryner.com
45271d5ae3 Remove inadvertent DOS lineendings (bug 218248) 2003-09-04 03:02:33 +00:00
bryner%brianryner.com
383d2f0c9e bug 217954/216395 - we need to assign to |userField| regardless of whether there is a value, so we don't crash later when trying to attach autocomplete to the field. 2003-09-01 21:11:30 +00:00
noririty%jcom.home.ne.jp
2858438d20 Fix regression on tab close dbl-clicking. 2003-09-01 18:47:32 +00:00
ben%bengoodger.com
6e3e77476d tidy up expander action 2003-08-31 07:23:39 +00:00
bryner%brianryner.com
2c85983586 If the username or password field is pre-populated using the value attribute, then don't prefill either one. Also, remove ^M characters that should not be here. 2003-08-31 03:34:31 +00:00
scott%scott-macgregor.org
a2c046bade back out a change intended for the thunderbird 0.2 branch 2003-08-30 06:01:47 +00:00
scott%scott-macgregor.org
a5475b1bb4 back out a branch only checkin =) 2003-08-30 05:57:25 +00:00
scott%scott-macgregor.org
c15c91719c Bug #217093 --> fix find in this message for the branch (this patch would break firebird if it was checked into the trunk. 2003-08-30 05:44:41 +00:00
bryner%brianryner.com
133f609223 Protect again recursing into DecryptData during autocompletion (due to opening the master password dialog and blurring the username input field). 2003-08-30 05:06:30 +00:00
scott%scott-macgregor.org
f57605366c update locale verisons for mozapps 2003-08-30 04:18:58 +00:00
blakeross%telocity.com
56a396a139 Undo versioning changes for now. Gotta think it through. 2003-08-28 05:56:32 +00:00
blakeross%telocity.com
1c96748256 fb0.7 -> tk0.1 in toolkit. 2003-08-28 05:29:48 +00:00
bryner%brianryner.com
9cc5cf04ce If the user has not set a master password and wants to use password manager, initialize the master password to an empty string. (bug 217409) 2003-08-28 05:22:23 +00:00
blakeross%telocity.com
91b183c961 217410 - Change skin/locale versions to fb0.7. 2003-08-28 02:16:27 +00:00
ben%bengoodger.com
48d15eaedf Fix line spacing 2003-08-27 20:55:48 +00:00
noririty%jcom.home.ne.jp
340f3b91c7 Fix 217445 - fixing contextmenu bustage in Page Source 2003-08-27 14:48:51 +00:00
noririty%jcom.home.ne.jp
24e331aafb Fix 217378 - removing asa from about.xhtml 2003-08-27 10:09:30 +00:00
blakeross%telocity.com
4baab06663 remove "redo" item that we got from mozilla. 2003-08-27 08:24:52 +00:00
scott%scott-macgregor.org
a74e13944b Bug #217405 --> New helper app dialog causes JS exception for unknown content types
r=ben
2003-08-27 04:45:36 +00:00
scott%scott-macgregor.org
d6c2a3ee34 hide the manage plugins button for thunderbird 2003-08-27 04:41:54 +00:00
bryner%brianryner.com
5ce2c1139f Actually add the site to the reject list if the user said "Never for this site." Bug 216542. 2003-08-27 00:34:09 +00:00
scott%scott-macgregor.org
72836811a9 port blake's patch to pref-downloads so it works with his new widget state manager 2003-08-25 23:30:21 +00:00
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
chanial%noos.fr
3c076279da bug 213228: new toolkit independence bug, part 5.
fork printing front end.
#ifdef XP_UNIX printjoboption.js and printjoboption.xul
remove communicator dependency (dialogs.css)
2003-08-16 11:39:10 +00:00
chanial%noos.fr
6f15f1b68f bug 213228: new toolkit independence bug, part 4.
fork tree based configuration/pref viewer
style config.css
(not part of seamonkey)
2003-08-16 11:22:16 +00:00
chanial%noos.fr
d521951ba9 bug 213228: new toolkit independence bug, part 3.
create toolkit/obsolete directory
obsolete dialogOverlay.xul and remove the need for platformOverlay.xul
2003-08-16 11:05:21 +00:00
scott%scott-macgregor.org
2d1c5f112c Bug #215901 --> formatting toolbar gets disabled in mail compose when selecting any drop down list. Port a missing style rule
over from classic\global.css

r=ben
2003-08-14 23:55:53 +00:00
hyatt%mozilla.org
10178eec57 Fix assert in debug builds. 2003-08-13 19:54:24 +00:00
hyatt%mozilla.org
b00b9fce9a Make bookmarks in the menu bar show status text in the status bar on rollover. Add generic support for menuitems in the menu bar to show status text using statustext attributes for any XUL application. 2003-08-13 01:55:39 +00:00
hyatt%mozilla.org
f037cfe886 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2003-08-13 00:21:42 +00:00
bryner%brianryner.com
e16f76f15b Fix objdir bustage 2003-08-12 06:20:39 +00:00
bryner%brianryner.com
4ba8e872a0 Enable new password manager for Firebird. 2003-08-12 05:22:10 +00:00
chanial%noos.fr
db7a09b2ff I should have taken one more vacation day, definitely. 2003-08-12 05:11:21 +00:00
chanial%noos.fr
7a4f2c3800 fixing Mac bustage 2003-08-12 03:56:01 +00:00
bryner%brianryner.com
72a4b34dcc Address a couple of potential security problems by ensuring that usernames and passwords that are part of a URL are not included in the realm; don't do any signon storing or prefilling if the URI does not support hostnames. 2003-08-12 03:43:46 +00:00
hyatt%mozilla.org
e535551e3d Make sure if you have a sep but no modifier, you don't append the modifier. 2003-08-12 02:19:28 +00:00
chanial%noos.fr
574479afa4 bug 213228: new toolkit independence bug, part 2.
bind our dialog.xml and wizard.xml widgets.
remove the need for platformXUL.css and platformDialog.xml
sync dialog.xml (bug 197568, patch by ajvincent@juno.com) with seamonkey
2003-08-12 01:19:58 +00:00
chanial%noos.fr
9797c7d3a9 fix problem when rebuilding the toolkit only and add buildconfig.html to garbage. 2003-08-11 19:13:27 +00:00
chanial%noos.fr
c05c452990 bug 213228: new toolkit independence bug, part 1.
fork buildconfig.html and build.dtd
2003-08-11 14:51:44 +00:00
ben%bengoodger.com
ed5f1b0f43 bug 199819 - seems like I missed a couple of cases with this. Make sure that the autocompleteenabled attribute is set on all child browser widgets when we detect the preference change 2003-08-11 03:57:20 +00:00
hyatt%mozilla.org
27733a95d6 Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:48:52 +00:00
hyatt%mozilla.org
89819f854f Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:46:41 +00:00
hyatt%mozilla.org
2edd248d3b Fix for 179336, make sure the page report for blocked popups shows the right page url. 2003-08-10 22:28:28 +00:00
noririty%jcom.home.ne.jp
6d74ff6599 tweak css. b=171451 2003-08-10 11:11:27 +00:00
hyatt%mozilla.org
03a12c4259 Initial commit of alternate stylesheet support in Firebird. 2003-08-10 08:04:58 +00:00
bryner%brianryner.com
752e309c5e 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. 2003-08-10 04:42:17 +00:00
bryner%brianryner.com
799df96177 Fix crash if the password field is the first field in a form. 2003-08-09 20:38:09 +00:00
bryner%brianryner.com
3395dac417 Improve support for autocomplete=off (bug 178597). Check for autocomplete=off on the form element as well as the input, and use case-insensitive string compare. 2003-08-09 10:15:31 +00:00
bryner%brianryner.com
3bd70bbd4e Convert nsIAutoCompleteResultTypes.h to an IDL file, which makes QI'ing to those interfaces work as expected. 2003-08-09 10:08:00 +00:00
bryner%brianryner.com
a3c807a9f6 Make this loop more correct - voidarray counts are PRInt32. 2003-08-09 03:48:34 +00:00
hyatt%mozilla.org
aebe9e9129 Support titledefault in tabbed browsing. 2003-08-08 18:59:40 +00:00
noririty%jcom.home.ne.jp
6d0202a46a Add resizer to Thunderbird. b=194081 r=me 2003-08-08 12:31:01 +00:00
bryner%brianryner.com
8518df35f8 Make removal of stored logins play nicer with the tree widget. Do a (batched) notification of the treeBoxObject that the row count is changing when deleting one or more stored logins. Also do a rowCountChanged notification when removing all stored logins. 2003-08-08 09:42:24 +00:00
bryner%brianryner.com
62a499055d Fix a compiler warning 2003-08-08 09:28:13 +00:00
blakeross%telocity.com
8aad9992ae Oops, remove this ifdef too. 2003-08-08 08:02:16 +00:00
blakeross%telocity.com
bd32ca4753 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. 2003-08-08 08:01:24 +00:00
dean_tessman%hotmail.com
3f1715c186 203754 - Bug in select code in Auto-Complete component
patch eric@5stops.com
2003-08-08 02:38:24 +00:00
ben%bengoodger.com
de6c173bd4 Actually fix b199819 2003-08-08 00:52:33 +00:00
ben%bengoodger.com
2bdad7d028 b199819 - setting browser.formfill.enable to false doesn't disable form autocomplete. Remove what seems to be an unnecessary code path that activates form fill without checking the pref. 2003-08-08 00:27:08 +00:00
hyatt%mozilla.org
61b59a3c41 Switch close tabs and close other tabs. 2003-08-07 19:01:27 +00:00
blakeross%telocity.com
4af6cabb13 New advanced panel, move expander to toolkit. 2003-08-07 00:38:59 +00:00
blakeross%telocity.com
5eb9b0bf3b Fix some stuff. 2003-08-06 08:43:56 +00:00