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

935 Коммитов

Автор SHA1 Сообщение Дата
dbaron@dbaron.org 0c9f816e8a Make IsWidgetStyled use style system to really check whether author styled borders or backgrounds, rather than depending on default values in forms.css. b=240117 r+sr=bzbarsky a=roc 2007-10-08 16:11:01 -07:00
dholbert@cs.stanford.edu 923ae52658 Backing out patch for Bug 396984 -- its issues will be addressed via Bug 240117. (see comments 27-28 on Bug 396984) 2007-10-03 13:04:32 -07:00
dholbert@cs.stanford.edu c5dacf1625 Bug 396984 - Fix GTK textfield border-width 2px/3px discrepancy. Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r/sr/a=roc 2007-10-02 14:25:59 -07:00
dholbert@cs.stanford.edu e5f2653030 Bug 382147: Make disabled button border-width match enabled buttons. r=roc sr=roc blocking1.9=joshmoz 2007-10-01 09:40:35 -07:00
joshmoz@gmail.com a91716eeae extra measure of security for password textfields on Mac OS X. b=394107 r=smorgan sr=roc 2007-09-27 09:01:32 -07:00
reed@reedloden.com f04c9cc7af Bug 391409 - "Cleaning up all OS widget makefiles" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=roc] 2007-09-15 18:37:43 -07:00
jag@tty.nl 167cbfff3a Bug 394139: Replace a bunch of NS_DEFINE_CIDs with CONTRACTIDs. r=/sr=/a=bsmedberg 2007-09-05 06:04:54 -07:00
masayuki@d-toybox.com af73388d93 Bug 394406 with gfx.color_management turned ON inconsistent behaviour for selection colours. r+sr+a=roc 2007-09-04 04:28:12 -07:00
asqueella@gmail.com fce06cdc48 Bug 393662 - Removal of Old GFX and obsolete codes in nsBaseWidget.cpp p=Jonathan Steele <xfsunoles@gmail.com> r+sr+a=roc 2007-09-02 08:55:28 -07:00
kherron@fmailbox.com b41d0a98ba Correct patch for bug 315687 to what was intended. 2007-09-02 06:19:39 -07:00
tor@cs.brown.edu 20b9d6b91f Bug 393109 - treat system colors as output device values. r+a=pavlov 2007-08-30 09:21:16 -07:00
joshmoz@gmail.com ba0a18e1d5 make listboxes stylable on Mac OS X. b=382145 sr=roc 2007-08-27 21:39:16 -07:00
joshmoz@gmail.com 9f41876e39 allow full styling of comboboxes on Mac OS X. b=381647 r=cbarrett sr=roc 2007-08-27 20:39:19 -07:00
kherron@fmailbox.com 97296ebe2f Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov, a=pavlov. 2007-08-26 17:19:15 -07:00
cbarrett@mozilla.com 89e9e66fb7 Bug 393117 - Remove native resize API. r=josh r=mconnor sr+a1.9=pav 2007-08-24 18:55:28 -07:00
masayuki@d-toybox.com 2fcfa8af3b Bug 367614 [Win Only] The composition string for IME should have dashed underline r+sr+a=roc 2007-08-16 13:35:18 -07:00
mats.palmgren@bredband.net 7940ebdc50 Use NS_IMPL_ISUPPPORTS macros where possible. b=387211 r=neil sr=dbaron a19=pavlov 2007-08-07 08:18:36 -07:00
sharparrow1@yahoo.com 09153a88b5 Bug 389754: button themeing goes away when applying full page zoom. r+sr=roc, a=pavlov 2007-08-03 16:43:38 -07:00
enndeakin@sympatico.ca 78765366c2 Bug 388375, menulist dropmarker doesn't highlight, caused by incorrect case for atom,r+sr=roc 2007-07-20 12:55:42 -07:00
sharparrow1@yahoo.com f9d6bc573f Bug 381631: Cannot print pages in Landscape mode. patch by Kenneth Herron, r=pavlov, sr=roc 2007-07-16 16:16:48 -07:00
kherron@fmailbox.com 6f2b92eed8 Backing out patch for bug 315687 due to reftest failures on qm-win2k3-01. 2007-07-15 08:03:07 -07:00
kherron@fmailbox.com 7cbecc54cd Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov. 2007-07-15 05:27:57 -07:00
kherron@fmailbox.com 6ce19ad50c Back out patch for bug 315687, due to reftest failures on win32. 2007-07-14 10:07:33 -07:00
kherron@fmailbox.com 0c6bd69b22 Bug 315687 - Sanity check paper size prefs created before bug 309988 was fixed. r=vladimir, sr=pavlov. 2007-07-14 07:42:55 -07:00
mats.palmgren@bredband.net 6680406089 Don't crash when creating a surface or rendering context fails. b=303901 r+sr=vladimir 2007-07-11 17:59:37 -07:00
jwalden@mit.edu 6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
enndeakin@sympatico.ca 59c3596049 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
kherron@fmailbox.com f7acb351db Backing out patch for bug 381631 again, due to reftest failures. 2007-06-30 08:01:02 -07:00
kherron@fmailbox.com f151892264 Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc. 2007-06-30 05:02:35 -07:00
dbaron@dbaron.org d8318fd464 Make nsIWidget::GetToolkit not AddRef, and thus fix leaks at callers who assumed it didn't. b=386297 r+sr=roc 2007-06-29 20:04:32 -07:00
enndeakin@sympatico.ca 8a87437d5f Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca 534c14e326 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
mconnor@steelgryphon.com 1e873a4350 backing out bug 347743 due to major crasher in 386332 2007-06-29 10:21:55 -07:00
jst@mozilla.org b30f4be28c Fixing bug 347743. Delay plugin destruction on windows to get it out of layout frame destruction. r+sr=roc@ocallahan.org 2007-06-27 17:15:11 -07:00
mats.palmgren@bredband.net 9d3559b3eb Removing obsolete files. b=385638 2007-06-25 11:39:52 -07:00
joshmoz@gmail.com 1fc82e2f45 simplify some things in base native theme so that the difference between listbox and combobox styling is clear. b=385367 r=cbarrett sr=roc 2007-06-25 08:33:51 -07:00
kherron@fmailbox.com 7da20483cd Back out patch for bug 381361 due to ref test failures on Windows. 2007-06-24 08:13:23 -07:00
kherron@fmailbox.com 88496fd2b4 Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc. 2007-06-24 04:20:34 -07:00
joshmoz@gmail.com e029c86cf2 Back out fix for bug 385367 because it regresses Windows comboboxes. This code is still wrong but Windows depends on it for now. 2007-06-21 22:22:09 -07:00
joshmoz@gmail.com 80c890c209 IsWidgetStyled calculates case NS_THEME_DROPDOWN incorrectly. It shouldn't be doing anything with the NS_THEME_DROPDOWN case right now. b=385367 r=cbarrett sr=roc 2007-06-21 14:27:43 -07:00
sdwilsh@shawnwilsher.com 87db3b3879 Bug 380682 - nsIIdleService should allow observers to specify time in seconds instead of minutes. r=roc, sr=neil 2007-06-12 10:13:24 -07:00
mozilla@weilbacher.org 58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
enndeakin@sympatico.ca f53073946d Bug 376238, add a pref to disable drag images, r=sr=roc 2007-05-16 11:05:23 -07:00
joshmoz@gmail.com facadd1888 Use small control type for radio buttons and checkboxes in HTML. On Windows and Linux this has no effect because small and normal are the same thing, but it means we can differentiate on Mac OS X where they are not. b=380056 r/sr=roc 2007-05-09 12:17:17 -07:00
joshmoz@gmail.com 58a0e676e8 Differentiate between single line and multiline text fields/areas so that we can render them differently. On Mac OS X render multiline text areas as Aqua text areas. b=377331 r=smorgan sr=roc 2007-05-06 19:06:58 -07:00
kjh-5727@comcast.net bc93bea324 Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 04:29:41 -07:00
bzbarsky@mit.edu 086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
mats.palmgren@bredband.net c712869d45 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
joshmoz@gmail.com 3bfffb7a8c <input type="button" disabled> not rendered as disabled native widget. sync with forms.css. patch by Stuart Morgan. b=376577 r=josh sr=dbaron 2007-04-30 11:20:27 -07:00
enndeakin@sympatico.ca 932380f594 Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-11 21:37:39 -07:00
mozilla.mano@sent.com 0d33adbdac Bug 377181 - 'Jump to here' system preference is not followed by (new) non-native scrollbars. r-cbarrett, sr=roc. 2007-04-11 17:36:40 -07:00
joshmoz@gmail.com 6169494daa Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-10 17:25:11 -07:00
enndeakin@sympatico.ca c248a71ad1 Bug 372047, support reversing scale widget,r=neil,josh 2007-04-09 15:59:42 -07:00
enndeakin@sympatico.ca 40d00b20fb Bug 376245, follow up which removes the scaling as the units for nsIImage:Draw are pixels, r+sr=roc 2007-04-06 04:40:58 -07:00
joshmoz@gmail.com 3f442ef602 add native resize animation support to nsIDOMChromeWindow. b=347452 r=mento r=jst sr=pav 2007-04-05 17:11:41 -07:00
enndeakin@sympatico.ca 926214383f Bug 376245, custom drag images not drawn properly, r+sr=roc 2007-04-04 05:46:36 -07:00
Olli.Pettay@helsinki.fi c7242adcd9 Bug 375687, nsBaseDragService::GetPresShellForContent leaks r=enndeakin,sr=roc 2007-03-28 14:18:11 -07:00
enndeakin@sympatico.ca 3662802f55 Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc 2007-03-25 20:27:53 -07:00
joshmoz@gmail.com 4e9b6921e3 fix crash, suspend native events when instantiating plugins. patch by Steven Michaud. b=345627 r=josh sr=roc 2007-03-22 16:04:51 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
enndeakin%sympatico.ca 6ccc9fa0b8 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
pavlov%pavlov.net 5033ec7891 enabling PDF surface on windows. bug 369930. r/sr=vlad 2007-03-01 00:02:27 +00:00
sharparrow1%yahoo.com d19f64369b Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
sharparrow1%yahoo.com 76a64e5c22 Bug 177805: Fix the use of units in Gecko. r+sr=roc 2007-02-07 07:46:44 +00:00
cvshook%sicking.cc a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
gijskruitbosch%gmail.com 6567e99059 Bug 343416 - implement nsIIdleService - API to get the last time user activity occurred on the system
r=roc@ocallahan.org (Robert O'Callahan)
sr=neil@parkwaycc.co.uk (Neil Rashbrook)
2007-01-08 18:13:16 +00:00
Olli.Pettay%helsinki.fi 5c3a11f4f4 Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc 2006-12-01 11:09:53 +00:00
Olli.Pettay%helsinki.fi 8b6f4c022e Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
bzbarsky%mit.edu b37af4e57a Part of fix for bug 359341 that somehow didn't make it in the first time. r+sr=roc 2006-11-14 22:32:40 +00:00
cbiesinger%web.de 2126b80dfa Bug 357616 Remove remaining traces of nsIPref from widget/
r+sr=roc
2006-10-23 15:29:09 +00:00
Olli.Pettay%helsinki.fi 64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
Olli.Pettay%helsinki.fi a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
vladimir%pobox.com 38f00a50f6 b=350763, add IsFirstTab/IsLastTab predicates to native theme xpwidget code, r=stuart 2006-08-30 21:47:16 +00:00
mark%moxienet.com 999c892099 46177 Show icons in native Mac menu items. r=josh sr=bryner 2006-08-01 00:13:24 +00:00
martijn.martijn%gmail.com df01f0db44 Bug 345141 - arrows on scrollbars do nothing. Patch by Adam Guthrie, r+sr=roc 2006-07-19 22:13:18 +00:00
gavin%gavinsharp.com a33c51bdb1 Bug 133527: New mail notification banner at wrong place (always pops up at bottom right hand corner), patch by Jens Bannmann <jens.b@web.de>, r=biesi, r=bsmedberg, sr=neil 2006-07-19 19:47:19 +00:00
gavin%gavinsharp.com 482fd4661d Bug 335068: Firefox and Thunderbird windows grouped under "Mozilla" rather than in separate groups, patch by Tuukka Tolvanen <tuukka.tolvanen@gmail.com>, r+sr=roc 2006-07-19 12:56:40 +00:00
gavin%gavinsharp.com f3fc1fbda9 Bug 303048: GTK scrollbar does not have normal GTK right-click behavior, patch by Adam Guthrie <ispiked@gmail.com>, r=neil, sr=roc 2006-07-18 17:01:40 +00:00
mark%moxienet.com 42f59aca02 344570 Make contextual menus look more native on the Mac. r=josh sr=bryner 2006-07-14 19:54:08 +00:00
enndeakin%sympatico.ca 634828ca74 bug 155053, add spinbuttons widget, with native theming, r+sr=neil and roc 2006-07-13 17:40:49 +00:00
wr%rosenauer.org c66dc59144 Bug 342950 - crash when trying to print, r+sr=roc 2006-06-29 18:22:15 +00:00
leon.sha%sun.com 3a8932a88d Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
dbaron: review+
roc: superreview+
2006-06-28 09:00:03 +00:00
leon.sha%sun.com 4cf8a60bd1 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-28 05:38:18 +00:00
dbaron%dbaron.org 8f44aabccf Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-06-28 05:38:17 +00:00
leon.sha%sun.com 2e6587003f Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-06-28 05:38:16 +00:00
gerv%gerv.net 1377c2bd58 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-06-28 05:38:15 +00:00
alecf%netscape.com c0051a3d13 another part of the fix for bug 199170 - converting mac widget stuff over to static atoms
r=pinkerton, sr=sfraser
2006-06-28 05:38:14 +00:00
peterv%netscape.com 134e314c3b Fix for bug 176610 (Make nsNameSpaceManager a service). r=caillon, sr=jst. 2006-06-28 05:38:13 +00:00
hyatt%mozilla.org e47912f728 Fix for 204672, Mac OS X menus don't respect autocheck, r/sr=bryner, a=asa 2006-06-28 05:38:12 +00:00
pinkerton%netscape.com 6a750943d2 rewrite to use a view instead of tracking frame resize/moves ourselves. when the view moves, the attached widget is moved automatically. r=ben/sr=hyatt/a=asa. bug# 135436 2006-06-28 05:38:11 +00:00
pinkerton%netscape.com 0684af19d4 new atoms needed for native scrollbars r=sdagley/sr=beard/a=valeski. bug# 121440 2006-06-28 05:38:10 +00:00
gerv%gerv.net d26f2a3b97 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-06-28 05:38:09 +00:00
pinkerton%netscape.com 23df27c4ff adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser. 2006-06-28 05:38:08 +00:00
silver%warwickcompsoc.co.uk 84926e62ac Bug 322424 - use the right variable for disabled combobox background. r=josh sr=neil 2006-06-11 19:36:02 +00:00
leon.sha%sun.com 198c904434 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
mark: review+
roc: review+
roc: superreview+
Patch by alfred.peng@sun.com
2006-06-09 06:02:30 +00:00
mark%moxienet.com a6b04ae8c0 340032 nsIThreadObserver needs a method called after processing an event to support Cocoa autorelease pools. r=darin sr=bryner 2006-06-07 00:06:11 +00:00
timeless%mozdev.org c6b7d48a4d Bug 337917 Make consumers stop using cids from other modules
r=dveditz sr=darin
2006-06-03 23:38:55 +00:00
timeless%mozdev.org a768026fc9 Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
enndeakin%sympatico.ca 31f554baac Bug 290255, add xul scale widget, r=mconnor,roc sr=neil,roc 2006-05-30 13:50:48 +00:00
benjamin%smedbergs.us 98ca29135d Bug 305949 (almost done!) - Stop exporting some nonfrozen functions (widget and libreg) r=bryner 2006-05-22 19:13:03 +00:00
darin%meer.net 7308648bb3 re-landing patch for bug 337824 "Profile Manager completely horked in Mac build" with the portion that causes Ts and Txul regressions temporarily disabled 2006-05-17 00:25:35 +00:00
darin%meer.net 7e2dcbeb5d reverting fix for bug 337824 in the hopes of clearing tinderbox orange 2006-05-16 21:11:54 +00:00
darin%meer.net de73ec20fc fixes bug 337824 "Mac OSX event processing problems related to threadmanager landing (Profile Manager completely horked)" patch and reviews by darin and mark respectively 2006-05-16 20:16:04 +00:00
dbaron%dbaron.org 9827902e25 Back out checkin for bug 333896 which causes tinderbox orange since nsWidgetAtoms aren't initialized. 2006-05-16 13:35:27 +00:00
leon.sha%sun.com e44da34528 Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn
Patch by alfred.peng@sun.com.
roc: review+
mark: review+
roc: superreview+
2006-05-16 05:40:33 +00:00
darin%meer.net d7d58e050a Make nsBaseAppShell::mRunWasCalled accessible to subclasses. Fixes mac bustage. 2006-05-10 17:56:10 +00:00
darin%meer.net 0318b8c707 landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
smontagu%smontagu.org 669912aeaf Bug 334205: nsPrimitiveHelpers::ConvertPlatformPlainTextToUnicode returns unitialized value if outUnicodeLen = 0, r=timeless, sr=jag 2006-05-07 09:06:58 +00:00
cvshook%sicking.cc d3ec0aa5c5 Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
bugzilla%arlen.demon.co.uk 33ceb61f3f Bug 324072 Paper size and printer selection in printdialog are reflected incorrectly in preferences
p=me/kherron r=kherron sr=roc
2006-05-02 23:03:22 +00:00
wr%rosenauer.org 873c012220 Bug 289897 - huge memory leak when klipper is running (leak part), p=roc, r+sr=darin 2006-04-24 06:10:26 +00:00
sharparrow1%yahoo.com 2f892568de Bug 334547: unused code removal 2006-04-20 03:15:02 +00:00
roc+%cs.cmu.edu 8cfbdf3301 Bug 289897. Fix permissions on clipboard cache file. r+sr=darin 2006-04-18 01:25:56 +00:00
roc+%cs.cmu.edu 917b5e275a Bug 29856. Support SetWindowClass in GTK2, checking in additional files 2006-04-09 23:14:25 +00:00
bzbarsky%mit.edu ed97753ea2 Make nsIWidget::GetParent return a weak pointer. Bug 227489, r+sr=roc 2006-03-22 18:00:28 +00:00
ginn.chen%sun.com 7b6775a4c7 Bug 319532 [gnome]There is no feedback when use keyboard to navigate
disabled menuitem in Mozilla menu
r+sr=roc
2006-03-17 03:55:10 +00:00
kjh-5727%comcast.net 25b3c8b15a Back out patch from bug 324072 to fix bug bug 326363 and avoid unnecessary API changes. 2006-03-04 16:37:13 +00:00
pavlov%pavlov.net 6a80da6c47 moving printing from gfx to widget part 1. bug 326149. r=vlad 2006-02-10 20:40:54 +00:00
timeless%mozdev.org cc66211822 Bug 303432 - nsPrintSettings::GetPrinterName lacks an OOM check
patch by b.jacques@planet.nl r=dmose sr=dmose
2006-02-07 01:15:23 +00:00
kjh-5727%comcast.net d51e75e35f Bug 324072 - Printer properties dialog shows properties for the wrong printer. r+sr=roc. 2006-02-07 01:15:22 +00:00
cbiesinger%web.de b244b46bfc bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-07 01:15:21 +00:00
bsmedberg%covad.net 7d56f1391b Bug 320988 relanding activex bits with a fix for the agressive optimization of inlines, r=darin 2006-02-07 01:15:19 +00:00
timeless%mozdev.org 4440dc6e69 Bug 304646 nsPrintOptions::InitPrintSettingsFromPrefs shouldn't do NS_WARNING when prtName.IsEmpty()
patch by b.jacques@planet.nl r=timeless sr=dmose
2006-02-07 01:15:18 +00:00
timeless%mozdev.org a4d6015ca1 Bug 306259 Nits in nsPrintOptionsImpl
patch by b.jacques@planet.nl r=timeless sr=dmose
2006-02-07 01:15:17 +00:00
timeless%mozdev.org 998c1f3b6e Bug 303091 JS Exception when changing print scale
patch by b.jacques@planet.nl r=timeless sr=shaver a=cbeard
2006-02-07 01:15:16 +00:00
roc+%cs.cmu.edu 9c247bd7cb Fixing build bustage 2006-02-07 01:15:15 +00:00
timeless%mozdev.org 8ec4c47576 Bug 297277 potential OOM crash/mlk [@ nsPrintOptions::_CreatePrintSettings]
patch by b.jacques@planet.nl r=timeless sr=dmose a=bsmedberg
2006-02-07 01:15:14 +00:00
timeless%mozdev.org a5e5a57c04 Bug 235643 all _CreatePrintSettings leak on failure
changes code to handle OOM and optimizes code to skip an unnecessary QI
patch by baafie@planet.nl r=timeless sr=bz a=asa
2006-02-07 01:15:13 +00:00
masayuki%d-toybox.com 9e6ed109b1 Bug 197271 Japanese printer name is displayed as garbage in about:config r+sr=bzbarsky, a=shaver 2006-02-07 01:15:12 +00:00
ginn.chen%sun.com 787b835dd4 Bug 270079 Mozilla can not print the URL in the header and footer.
patch maker:leon.sha@sun.com r=roc sr=roc
2006-02-07 01:15:11 +00:00
darin%meer.net a9c3258c6c eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2006-02-07 01:15:10 +00:00
bzbarsky%mit.edu 05475f0105 "Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon
<julien.lafon@gmail.com>, r=roland.mainz, sr=henry.jia
2006-02-07 01:15:09 +00:00
caillon%redhat.com b35c78bb93 Kill off nsComObsolete.h
Patch by marco@gnome.org to bug 241145
r=caillon sr=dbaron
2006-02-07 01:15:04 +00:00
cbiesinger%web.de 0be1cebd69 replace EqualsWithConversion by EqualsLiteral where possible
bug 248687 r+sr=roc
2006-02-07 01:15:03 +00:00
roc+%cs.cmu.edu 385c01f60a Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2006-02-07 01:15:02 +00:00
gerv%gerv.net 74aa59de53 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-07 01:14:50 +00:00
bryner%brianryner.com 0cf69abf16 Second try at enabling hidden visibility for NS_IMETHOD on ELF platforms (bug 227537). r+sr=dbaron for the changes. 2006-02-07 01:14:49 +00:00
bryner%brianryner.com b1dc5451e9 Make NS_IMETHOD set hidden symbol visibility by default on ELF platforms. This is always desirable for virtual methods implemented in XPCOM component libraries, since it's impossible to reference the symbol from outside of the library. The behavior can be overridden as needed, such as a base class in a shared library that's linked against. For more details, see the comments in nscore.h and bug 227537. r=dbaron, sr=darin. 2006-02-07 01:14:48 +00:00
cbiesinger%web.de e53b8457ae Bug 223243
margins pref no longer works
patch by jblanco@us.ibm.com (Jessica Blanco) r=mkaply sr=dbaron
2006-02-07 01:14:47 +00:00
jst%mozilla.jstenback.com f0b208edf2 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-07 01:14:46 +00:00
dbaron%dbaron.org 85299ba6f3 Read and write as UTF-8 so non-ascii characters in prefs are read correctly. b=199898 r=jshin sr=bzbarsky a=chofmann 2006-02-07 01:14:41 +00:00
chanial%noos.fr 706d58204e Bug 194678: Move pageSetup into the toolkit. r=bsmedberg, sr=bryner and a big thanks to Dave Miller for moving the files! 2006-02-07 01:14:40 +00:00
timeless%mozdev.org af1c561c50 Bug 213461 Want a way to specify single-sided or double-sided printing
patch by Roland.Mainz@informatik.med.uni-giessen.de r=jblanco sr=bryner
2006-02-07 01:14:39 +00:00
jaggernaut%netscape.com 05f4bd4bef Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2006-02-07 01:14:38 +00:00
dwitte%stanford.edu 48e0b48cb3 bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2006-02-07 01:14:37 +00:00
kaie%netscape.com c158b112ef b=203937 an extra "print." is added to printing preference name
r=kaie sr=jag a=sspitzer
patch from and checking in for Roland.Mainz
2006-02-07 01:14:35 +00:00
cbiesinger%web.de 069bebd4b0 191346 patch by Roland.Mainz@informatik.med.uni-giessen.de r=jkeiser sr=roc+moz RFE: "No printers found" when Xprint not installed should be "Xprint not installed" / there should be only one print error dialog for "no printers found" instead of two 2006-02-07 01:14:34 +00:00
jkeiser%netscape.com 129dc6f644 Replace sscanf with PR_sscanf (bug 197760), patch by Roland.Mainz@informatik.med.uni-giessen.de, r=jkeiser@netscape.com, sr=bzbarsky@mit.edu 2006-02-07 01:14:28 +00:00
dbaron%dbaron.org ebbf046bb5 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2006-02-07 01:14:27 +00:00
smontagu%netscape.com 2f9c6f801d Bug 185588: Changed printing preferences are saved corrupted in prefs.js. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2006-02-07 01:14:25 +00:00