neil%parkwaycc.co.uk
d64610da67
Bug 218957 about:config should load with focus in filter textbox p=steffen.wilberg@web.de r=me,pch sr=brendan,ben (yes really, four reviews).
2003-11-12 22:21:48 +00:00
chanial%noos.fr
880c47f80f
pref save_print_settings is no more.
2003-11-07 01:24:16 +00:00
chanial%noos.fr
f6b4f327b5
fix savePrintSettngs caller in showPrintProgress
2003-11-06 01:54:46 +00:00
chanial%noos.fr
6fc9457f79
fix typo
2003-11-06 00:47:32 +00:00
chanial%noos.fr
f748371c20
keep the initial _onExitCallback when the PP page is reflown.
2003-11-05 21:46:45 +00:00
chanial%noos.fr
754baff03e
PRINTPROMPTSVC.showPageSetup() isn't clever enough to return a boolean.
2003-11-05 21:08:04 +00:00
chanial%noos.fr
a629307205
correct routine name mismatch.
2003-11-05 21:01:48 +00:00
chanial%noos.fr
fa0b9fbc38
rename updateSettings to updateToolbar.
2003-11-05 20:35:09 +00:00
chanial%noos.fr
d71b4593b8
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
c278ac9e4f
Bug #224514 --> automate locale version based on milestone.txt for mozilla/toolkit.
2003-11-04 03:51:25 +00:00
chanial%noos.fr
316945145b
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
306d00a8f5
bug 224450: correct typos. patch by Steffen Wilberg <steffen.wilberg@web.de>
2003-11-03 00:26:39 +00:00
chanial%noos.fr
972e33e38e
split printing.css into printPreview.css and printPageSetup.css
2003-11-02 05:11:21 +00:00
chanial%noos.fr
36618a2c16
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
b1a20a41de
update the header that deals with the dependencies
2003-11-02 02:28:23 +00:00
chanial%noos.fr
ba1d4a66d7
fix js warning (redeclaration of var printPreviewTB)
2003-11-02 02:22:19 +00:00
chanial%noos.fr
ee2047b3b8
fix left over
2003-11-02 02:21:30 +00:00
chanial%noos.fr
64dd5fe86f
remove duplicated code in printPreviewBindings
2003-11-02 02:04:08 +00:00
chanial%noos.fr
cbad500c59
add "public" method savePrintSettings that saves the print settings to the prefs.
2003-11-02 01:46:53 +00:00
chanial%noos.fr
806b625fd6
coding style nit
2003-11-02 01:38:52 +00:00
chanial%noos.fr
80ce23d405
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
4ebb2ee454
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
dwitte%stanford.edu
6df98e20b4
add accesskeys for the cookie confirmation dialog.
...
b=201743, r=neil, sr=alecf
2003-10-30 17:26:44 +00:00
chanial%noos.fr
4a76aee800
bug 224160: hook up Print Preview to view source.
2003-10-30 06:02:54 +00:00
chanial%noos.fr
940d9e626c
- 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
chanial%noos.fr
83d8c1df6d
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
1616f2f4be
- 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
f7beb63cc6
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
890b728028
fix js warning: redeclaration of var str. Some cleanup, untabify
2003-10-27 03:36:59 +00:00
chanial%noos.fr
ca5f600da3
Hook up Page Setup and Print to view source.
2003-10-26 20:24:17 +00:00
chanial%noos.fr
a0c6277d25
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
925c57bae4
add printUtils.js to the toolkit (copied from printing.js)
2003-10-26 19:22:03 +00:00
chanial%noos.fr
12d0fc2b90
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
a6159bcb7f
move printPreviewBindings.xml to the toolkit, fork printPreview.dtd
2003-10-26 05:00:15 +00:00
chanial%noos.fr
2bda315e00
fork the Print Page Setup
2003-10-26 04:28:25 +00:00
chanial%noos.fr
f2fb9711ec
tri licencing
2003-10-26 03:28:11 +00:00
chanial%noos.fr
95533bcc09
Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug.
2003-10-24 06:55:04 +00:00
bryner%brianryner.com
a07a07f82e
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
489d6e7571
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
e070b0fc1c
Adding viewSource.properties
2003-10-22 14:54:11 +00:00
noririty%jcom.home.ne.jp
c362be8a65
Fixing build failure (viewSource.properties doesn't exist) b=221599
2003-10-22 13:13:26 +00:00
chanial%noos.fr
19294c34e0
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
35bacf1ef4
sync the source viewer with the suite
2003-10-22 08:02:23 +00:00
chanial%noos.fr
a8c2262539
sync the console with the suite
2003-10-22 08:00:39 +00:00
bryner%brianryner.com
a0e219b348
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
0f42747ce0
Changing my email address.
2003-10-21 15:35:57 +00:00
bryner%brianryner.com
d249abcdb0
port fix to sort strings case-insensitively, bug 220067
2003-10-15 20:57:18 +00:00
chanial%noos.fr
bef89317ed
fix bustage in partial source viewer
2003-10-14 08:05:04 +00:00
chanial%noos.fr
079fe2eac4
forgot to check in the modified jar list.
2003-10-14 05:42:40 +00:00
chanial%noos.fr
f4330fc963
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