Commit Graph

154655 Commits

Author SHA1 Message Date
mgalli%geckonnection.com
188dc91a63 Homebase bar polish and update. 2006-02-17 01:45:09 +00:00
brettw%gmail.com
4f5a9f0b93 Fixing build bustage 2006-02-17 01:10:25 +00:00
brettw%gmail.com
b1d2c6f268 Bug 327560: r=bryner History service keeps reference to main thread 2006-02-17 00:40:50 +00:00
brettw%gmail.com
e9d7114677 Bug 327557, r=darin. Storage service keeps references to main thread. 2006-02-17 00:36:24 +00:00
mgalli%geckonnection.com
e77423fd66 Back forward polish. 2006-02-17 00:14:27 +00:00
dbaron%dbaron.org
1a6e9785df Make the machine name sent to the graph server include branch name, and allow overriding it when needed. Refactor the TinderboxPrint code for test results for maintainability and getting a few of the features spread to all the tests. b=327408 r=vlad 2006-02-16 23:24:27 +00:00
richm%stanfordalumni.org
2ac0bc97b4 On HP-UX, we should not link against the libraries we depend on at runtime because it puts explicit version dependencies into the shared library we are creating. This makes it impossible to upgrade to a new version of nspr or nss. 2006-02-16 23:08:22 +00:00
wtchang%redhat.com
0c104c2ece Bugzilla Bug 327384: fixed an off-by-one error in the size of the 'genenc'
array.  The patch is contributed by Andreas Sterbenz
<Andreas.Sterbenz@sun.com>. r=wtc,nelsonb
2006-02-16 22:33:13 +00:00
wtchang%redhat.com
5172c13749 Bugzilla Bug 327448: it's not necessary to do dynamic lookup of the W
functions because they are also defined (as stubs) on Windows 9x.  The
patch is contributed by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp>.
r=wtc.
2006-02-16 21:34:46 +00:00
mkaply%us.ibm.com
86bf40c7a0 OS/2 build bustage as a result of 326149 - once files are moved, this should build 2006-02-16 21:34:07 +00:00
cbiesinger%web.de
a5b15b57fb bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-16 21:32:32 +00:00
mkaply%us.ibm.com
8d70f643a8 #290213
r=Peter Weilbacher, sr=mkaply (OS/2 only), a=mkaply (OS/2 only)
Patch from Rich Walsh - printer select dialog mismatches descriptions
2006-02-16 21:32:31 +00:00
mkaply%us.ibm.com
867389b473 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog
2006-02-16 21:32:30 +00:00
mkaply%us.ibm.com
139b54e3cb #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup
2006-02-16 21:32:29 +00:00
mkaply%us.ibm.com
ee427e4174 #257627
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from dainis jonitis - passing a stack variable as a return from a function - oops!
2006-02-16 21:32:28 +00:00
mkaply%us.ibm.com
852c374a66 #238039
r=mkaply, sr=blizzard (platform specific)
OS/2 only - integration with the FT2LIB font engine from Innotek
2006-02-16 21:32:27 +00:00
mkaply%us.ibm.com
ce213cd337 #189480
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - switch to using Mozilla Unicode encoders/decoders instead of platform decoders
2006-02-16 21:32:26 +00:00
gerv%gerv.net
0845686ee2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-16 21:32:25 +00:00
bryner%brianryner.com
ef44228ec0 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2006-02-16 21:32:24 +00:00
neil%parkwaycc.co.uk
33058def27 Bug 231368 Remove unused nsIPref includes p=arne.anka@stupido.com r/sr=dbaron 2006-02-16 21:32:23 +00:00
jst%mozilla.jstenback.com
493b7c91ad Fixing bug 223111. Making the page-setup settings shrink-to-fit and scaling persist across Mozilla instances. Patch by jblanco@us.ibm.com, and modiefied by me. r=ben, sr=bienvenu, a=asa. 2006-02-16 21:32:22 +00:00
mkaply%us.ibm.com
76224c0a05 #211984
r=mkaply, sr=blizzard (platform specific), a=mkaply
OS/2 only - refresh printer list before dialog comes up
2006-02-16 21:32:21 +00:00
mkaply%us.ibm.com
7a075bd25f #188249
r=me, sr=blizzard (platform specific)
Start landing GCC support for OS/2 - mainly cleanup to start
2006-02-16 21:32:20 +00:00
dbaron%dbaron.org
451bf3a13c Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2006-02-16 21:32:19 +00:00
mkaply%us.ibm.com
8511ef4cda #179508
r=cls, pedemont, sr=blizzard for platform specific code
Add shared unicode stuff between OS/2 widget and gfx into gkgfx
2006-02-16 21:32:18 +00:00
timeless%mozdev.org
60a32c4d33 Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2006-02-16 21:32:17 +00:00
rods%netscape.com
4348a44401 1) Adds two bools to the PrintSettings and then when the PS gets
initialized from Prefs or from the Printer they get set. They get unset when
the printer name changes.

This is all necessary because the Page Setup Dialog calls
initPrintSettingsFromPrinter each time it is shown. So if you have set values
they will get "written" over the next time the dialog is shown.

2) Removes a lot of platform specific initialization from nsPrintOptionsImpl
and it now uses just the the "generic" XP routines and is now consistent with
the other platforms for initializing the PS.
Bug 167894 r=dcone sr=kin a=roc
2006-02-16 21:32:16 +00:00
mkaply%us.ibm.com
4bc90aec7c #164667
r=rods, sr=blizzard, a=rjesup@wgate.com
OS/2 only - convert native printer names to Unicode
2006-02-16 21:32:15 +00:00
dougt%netscape.com
c1b8abe6d5 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2006-02-16 21:32:14 +00:00
timeless%mac.com
1acabb97d7 bug 157572 by alecf ports (os/2, xlib) bustage 2006-02-16 21:32:13 +00:00
mkaply%us.ibm.com
6e9598d60e #149365
r=mkaply, sr=blizzard
OS/2 only from jblanco - only set number of copies in one place
2006-02-16 21:32:12 +00:00
rods%netscape.com
77331ce894 check in for jblanco,, returns is no printers are available
Bug 152936 r=rods sr=jst
2006-02-16 21:32:11 +00:00
mkaply%us.ibm.com
45acb71b36 r=mkaply, sr=blizzard, OS/2 only - fixes a couple names/comments 2006-02-16 21:32:10 +00:00
mkaply%us.ibm.com
7e7c4124a8 #146252
r=mkaply, sr=blizzard
OS/2 only - Print Preview cleanup
2006-02-16 21:32:09 +00:00
dougt%netscape.com
f5e8836cc9 attempting to fix os2 bustage 2006-02-16 21:32:08 +00:00
mkaply%us.ibm.com
ae7a65ac4b #142695
r=mkaply, sr=blizzard
OS/2 only - code from Jessica Blanco - don't use CRLF in printer names
2006-02-16 21:32:07 +00:00
rods%netscape.com
28f4973b1b Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
Bug 115136 r=dcone sr=attinasi
2006-02-16 21:32:06 +00:00
rods%netscape.com
f892cf2211 backing out unwanted changes 2006-02-16 21:32:05 +00:00
rods%netscape.com
da817bc082 Add the new pluggable dialog work, in build, not used
BUg 135441 r=dcone,pink sr=attinasi
2006-02-16 21:32:04 +00:00
mkaply%us.ibm.com
6f3e33b154 #125076
r=mkaply, sr=blizzard, a=roc+moz
OS/2 only - from Jessica Blanco - different way to allocate printer data to fix crash/hang on some drivers
2006-02-16 21:32:03 +00:00
mkaply%us.ibm.com
42ee4260fb #125076
r=mkaply, sr=blizzard, a=asa
OS/2 only - code from jessica blanco - init printer settings from driver
2006-02-16 21:32:02 +00:00
jaggernaut%netscape.com
1f2fd3c71e Attempt to fix OS/2 bustage. 2006-02-16 21:32:01 +00:00
rods%netscape.com
904945e84a 1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
   It now has a single GetDevMode method that must be paired with a UnlockDevMode  method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2006-02-16 21:32:00 +00:00
rods%netscape.com
251e8a20b5 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2006-02-16 21:31:59 +00:00
mkaply%us.ibm.com
0f86a68a85 #118932
r=mkaply, sr=blizzard
OS/2 only - use the name of the queue for the printer dialog
2006-02-16 21:31:58 +00:00
mkaply%us.ibm.com
0d3117fcbe #117919
r=rods,mkaply sr=blizzard
OS/2 only - implement AvailablePrinters
2006-02-16 21:31:57 +00:00
rods%netscape.com
a922aa5906 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2006-02-16 21:31:56 +00:00
mkaply%us.ibm.com
1af46e5bf2 No bug
r=mkaply, sr=blizzard
OS/2 only - code from jblanco to get print preview working
2006-02-16 21:31:55 +00:00
kaie%netscape.com
05bbb1b253 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2006-02-16 21:31:54 +00:00
gerv%gerv.net
2af09ef786 License changes, take 2. Bug 98089. mozilla/gfx/. 2006-02-16 21:31:53 +00:00