ben%bengoodger.com
1d30610917
Some new script fu... ongoing work in progress
2003-11-04 06:52:31 +00:00
chanial%noos.fr
2aca0d0992
bug 224453: Alt-F4 and close button should return to normal mode (IE behavior)
2003-11-04 04:18:57 +00:00
scott%scott-macgregor.org
efe0b09e2e
Bug #224514 --> automate locale version based on milestone.txt for mozilla/toolkit.
2003-11-04 03:51:25 +00:00
ben%bengoodger.com
7723c8271d
Only run browser if user asks for it to be run.
2003-11-03 20:19:30 +00:00
chanial%noos.fr
4249292cca
bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus.
2003-11-03 08:14:10 +00:00
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