Commit Graph

639 Commits

Author SHA1 Message Date
dougt@meer.net
974d664c77 Overzelous with the NS_PRINTING macro. Fixes/unbreaks non-wince non-printing builds. r=blassey 2008-02-22 22:44:06 -08:00
joshmoz@gmail.com
f2defd5c1b use "-fobjc-exceptions" for all .mm files. p=shebs b=163260 r=josh r=ted 2008-02-22 13:08:36 -08:00
joshmoz@gmail.com
b94f900060 allow obscured sibling sheet show code to run when necessary. b=418699 r=bent sr=roc 2008-02-21 17:47:14 -08:00
dougt@meer.net
97c7405a6f Fixing build bustage 2008-02-21 13:33:24 -08:00
dougt@meer.net
e473c619a3 windows widget fixups for windows mobile. bug 418658, r=ere, a=beltzner 2008-02-21 12:57:22 -08:00
dougt@meer.net
555d2de42b bug 418654 - windows widget honor NS_PRINTING. r=ere, a=beltzner 2008-02-21 12:49:24 -08:00
reed@reedloden.com
ff593309b5 Change two C++-style comments introduced by bug 417695 into C-style comments to kill warnings. 2008-02-21 02:48:51 -08:00
reed@reedloden.com
a2b2638aff Bug 417695 - "Treeview headers should be painted with button in the middle of the header" [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=schrep] 2008-02-21 02:46:54 -08:00
mozilla@weilbacher.org
ef664eb10c Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 00:37:27 -08:00
joshmoz@gmail.com
7390ba414c protect against obj-c exceptions. b=417558 r=bent sr=roc 2008-02-20 17:01:27 -08:00
joshmoz@gmail.com
ee2caf8906 protect against obj-c exceptions, b=417558 r=bent sr=roc 2008-02-20 15:47:05 -08:00
reed@reedloden.com
89eddcaa54 Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+] 2008-02-20 03:33:27 -08:00
reed@reedloden.com
19f6599309 Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep] 2008-02-20 02:12:33 -08:00
reed@reedloden.com
68d0ca2f9d Bug 355477 - "map mouse buttons 8-9 to back/forward" [p=tester@tester.ca (Olivier CrĂȘte) r+sr=roc a1.9=schrep] 2008-02-20 02:10:08 -08:00
reed@reedloden.com
8ea4ce066f Bug 418172 - "Crash when pressing "menu" key on keyboard [@ nsWindow::~nsWindow()]" [p=kinetik@flim.org (Matthew Gregan) r+sr=roc a1.9=schrep] 2008-02-20 02:04:56 -08:00
masayuki@d-toybox.com
5f50f3f99e Bug 348341 "Reverse conversion" doesn't work by Kotoeri(Japanese input). r=josh+peterv+roc, sr=roc, b1.9=pavlov 2008-02-19 23:40:04 -08:00
masayuki@d-toybox.com
a4cda6d294 Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner 2008-02-19 23:16:06 -08:00
joshmoz@gmail.com
3bc6367a05 focus ring cut off when autocomplete goes away on 10.4. Also optimize top-level window ::Show to be cheap when asked to go into the same state it is already in. b=417124 r=hwaara sr=roc 2008-02-19 18:30:24 -08:00
joshmoz@gmail.com
b082522104 more obj-c exception protection. b=417558 r=shebs sr=roc 2008-02-19 12:58:01 -08:00
joshmoz@gmail.com
4fdd89b794 backing out 417124, unit test failure. 2008-02-18 17:51:51 -08:00
joshmoz@gmail.com
e566ea1512 Aqua focus ring is cut off after form autocomplete goes away, second pass. Includes some code by hwaara from bug 392813. b=417124 r=hwaara sr=roc 2008-02-18 17:11:39 -08:00
joshmoz@gmail.com
338a6026a3 obj-c exceptions work. b=417558 r=shebs sr=roc 2008-02-18 09:30:59 -08:00
jag@tty.nl
057bc17743 Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
mats.palmgren@bredband.net
71acf59029 Initialize mDownloadFonts to fix an UMR. b=413255 r+sr=roc a=blocking1.9 2008-02-16 18:22:56 -08:00
joshmoz@gmail.com
a2fc263a51 back out focus ring clipping fix from bug 417124 2008-02-16 12:33:32 -08:00
joshmoz@gmail.com
05ddb4e993 fix focus ring clipping with form autocomplete on 10.4. b=417124 r=smichaud sr=roc 2008-02-15 10:32:55 -08:00
reed@reedloden.com
2c86c6b910 Bug 406474 - "Native GTK look for toolbar arrows" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=beltzner] 2008-02-14 21:28:44 -08:00
dholbert@cs.stanford.edu
760e179b22 Bug 417351: (Linux only) Initialize nsDeviceContextSpecGTK member data to null, fixing crash in destructor when cancelling printing. r+sr=roc, a=blocking1.9+ 2008-02-13 15:14:52 -08:00
joshmoz@gmail.com
9d606e4131 Infrastructure for catching Obj-C exceptions. Cocoa appshell usage. b=163260 r=shebs sr=roc 2008-02-13 15:11:11 -08:00
mozilla@weilbacher.org
7db479b105 [OS/2] Bug 414596: implement nsIdleService on OS/2 (using DSSaver), r=mkaply 2008-02-13 13:46:42 -08:00
smichaud@pobox.com
12da382dc2 Mouse-down doesn't always change focus appropriately. b=413882 r=joshmoz sr=roc 2008-02-13 07:57:12 -08:00
reed@reedloden.com
1ff4abc634 Add bug number to comment for future reference. 2008-02-13 03:05:09 -08:00
reed@reedloden.com
abc6f7a377 Bug 414314 - "Since landing of bug 193001, I cannot print with HP-Toolbox 2.7.10 or earlier" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a=blocking1.9+] 2008-02-13 03:03:43 -08:00
joshmoz@gmail.com
8a58c19ab4 fix filter popup menu in file picker (save dialog, etc.). b=412680 r=kreeger sr=roc 2008-02-12 19:38:06 -08:00
dholbert@cs.stanford.edu
d64a5ec967 Bug 375749: include margin when positioning CGContext for Mac print & print-preview. r+sr=pavlov, a=blocking1.9+ 2008-02-11 10:28:18 -08:00
joshmoz@gmail.com
112620a881 backing out bug 358379 due to it causing bug 415923. 2008-02-10 23:13:18 -08:00
reed@reedloden.com
4d4b0f8b4e Bug 415494 - "Wrong rendering of entries (moz_gtk_entry_paint)" [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=twanno sr=roc a1.9=damons] 2008-02-10 22:17:21 -08:00
reed@reedloden.com
fe25d31f9c Bug 413854 - "Wrong rendering of -moz-appearance: listbox and -moz-appearance: treeview" (Use a real scrolled window to draw the inset shadow) [p=frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ventron sr=roc a1.9=damons] 2008-02-10 00:36:46 -08:00
reed@reedloden.com
bbe4547674 Bug 415497 - "Put the back button on the window edge to make it an easier target" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin sr=roc a1.9=damons] 2008-02-10 00:32:37 -08:00
reed@reedloden.com
5ef36dbb17 Bug 414748 - "Improve focus ring painting of native themed location bar" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc r=Enn a1.9=schrep] 2008-02-10 00:30:04 -08:00
reed@reedloden.com
ed5b5fc87f Bug 415283 - "Button focus does not respect relief setting" (Sets the relief of the button so the focus is correct) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons] 2008-02-09 22:58:57 -08:00
reed@reedloden.com
3e8ac3595f Bug 411005 - "both Dvorak and QWERTY keybindings active in text fields when using dvorak layout" [p=lolkaantimat@gmail.com (Evgeniy Ivanov [powerfox]) r+sr=roc a1.9=schrep] 2008-02-09 22:34:46 -08:00
reed@reedloden.com
7400426799 Bug 414960 - "Horizontal scroll is backwards" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2008-02-09 22:08:58 -08:00
reed@reedloden.com
c165b23e57 Bug 413462 - "GTK print dialog has incorrect filename extension for Print to File" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2008-02-09 22:07:34 -08:00
reed@reedloden.com
e8b2f86182 Bug 415137 - "activate-slider style property of GtkRange is not read" (Use the "activate-slider" style property) [p=ispence@gmail.com (Ian Spence) r+sr=roc a1.9=damons] 2008-02-09 21:26:19 -08:00
jag@tty.nl
77b084dde7 Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 02:37:42 -08:00
mozilla@weilbacher.org
dfa9e29f8b [OS/2] fix build break following bug 414671 2008-02-08 14:33:16 -08:00
mozilla.mano@sent.com
8c16c079ed Bug 416113 - cocoa widget does not draw focus rings for xul textboxes. r=josh, sr=roc, a=damons. 2008-02-07 13:54:24 -08:00
joshmoz@gmail.com
0eda21a8bf oops, wrong width on multiline focus rings. minor update to patch for bug 415466 that just landed. 2008-02-07 04:37:51 -08:00
joshmoz@gmail.com
ad21580325 draw focus rings for single and multi-line text fields on mac. b=415466 r=smichaud sr=roc a=schrep 2008-02-07 03:39:04 -08:00