Commit Graph

676 Commits

Author SHA1 Message Date
blassey@mozilla.com
92c51991b0 backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com
9bc9e44b40 switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
masayuki@d-toybox.com
b3ae807ef4 Bug 419359 Compile warning about NS_TargetUnfocusedEventToLastFocusedContent r+sr=roc, a1.9=beltzner 2008-03-05 11:27:54 -08:00
joshmoz@gmail.com
24d74548f8 implement insertNewline: instead of intercepting its command. b=420750 r=masayuki sr=roc a=damon 2008-03-04 14:32:55 -08:00
joshmoz@gmail.com
55b0ac00c2 bustage fix, NSRectFromCGRect is 10.5 only. 2008-03-04 13:07:04 -08:00
vladimir@pobox.com
f0183a8c01 b=418497, optimize mac native theme ; r=josh,sr=rc 2008-03-04 12:51:54 -08:00
joshmoz@gmail.com
df3cd329a5 take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc 2008-03-04 09:58:52 -08:00
reed@reedloden.com
ed56f170de Bug 420580 - "missing padding for (content) dropdowns on XP" [p=zeniko@gmail.com (Simon Bünzli) r=vlad sr=roc a=blocking1.9+] 2008-03-04 03:21:47 -08:00
roc+@cs.cmu.edu
4815c48c47 Backing out 403181 again 2008-03-04 01:36:07 -08:00
roc+@cs.cmu.edu
d8ef70bf14 Bug 403181. Track which subimage of an image we want to draw and copy it to a temporary surface if necessary to prevent sampling of pixels outside the subimage when zooming. Also, enable EXTEND_PAD or SetFilter(0) if the context has a transformation that's not a simple translation, since that might induce cairo to sample pixels outside the source (sub)image. r=vlad,sr=dbaron 2008-03-04 00:21:34 -08:00
joshmoz@gmail.com
d36a5e8532 protect against exception being thrown when trying to remove a native menu item from a menu it isn't in. b=420640 r=smichaud sr=roc 2008-03-04 00:11:29 -08:00
joshmoz@gmail.com
88a5c0d639 fix ctrl-space for context menus. b=357540 r=smichaud sr=roc 2008-03-04 00:06:47 -08:00
vladimir@pobox.com
5cb07e5bb2 b=420381, Vista content area dropdowns often don't show dropdown arrow (bandaid); r+sr=roc, a=beltzner 2008-03-02 22:59:06 -08:00
reed@reedloden.com
570b4aa7f3 Bug 420502 - "Using enter/return in dialogs runs the underlying command twice" [p=dev@schonfeld.org (Michael Schonfeld) r=josh r=masayuki sr=roc a1.9b4=beltzner a=blocking1.9+] 2008-03-02 22:29:16 -08:00
roc+@cs.cmu.edu
a919e88051 Bug 403181 backout 2008-03-02 18:47:43 -08:00
roc+@cs.cmu.edu
722021b0b1 Bug 403181, fix bustage 2008-03-02 17:14:57 -08:00
smichaud@pobox.com
48af45d764 Fix topcrasher. b=358379 r+sr+a=mconnor 2008-03-01 11:04:33 -08:00
nick.kreeger@park.edu
f8ed0c2bf6 Fixing bug 420223 - Add |setDelegate:nil| call to the |nsMenuX.mm| destructor (crash protection). r=josh,sr=roc,approval1.9b4=beltzner 2008-02-29 16:05:18 -08:00
joshmoz@gmail.com
9d15dd6a9e always link against cocoa framework on Mac OS X, cocoa exception wrapping in xpcom file io. b=419392 r=bent sr=roc a=beltzner 2008-02-29 15:24:53 -08:00
joshmoz@gmail.com
782bc77a51 Fix various key handling bugs by processing key down events uniformly and making sure we always send down and press events. Fixes key events in dialogs, emacs bindings, various key commands, changing IME input modes. b=358379, also fixes 418226,411304,417108. r=masayuki sr=roc a=beltzner 2008-02-28 21:47:41 -08:00
joshmoz@gmail.com
7821e133e7 make filepicker remember last type selected. b=417910 r=smorgan sr=roc a=beltzner 2008-02-28 21:36:35 -08:00
vladimir@pobox.com
4aa4bceacd b=419383, extract native vista toolbar styles and expose to themes ; r+sr=roc; a=beltzner 2008-02-28 21:10:38 -08:00
vladimir@pobox.com
9363e2f33c b=418552, use native styling for dropdown controls in xul and content area in Vista ; r+sr=roc; a=beltzner 2008-02-28 21:10:12 -08:00
reed@reedloden.com
7988be93ce Bug 420198 - "Missing PR_TRUE assignment results in performance loss" [p=reed r+sr=roc a1.9b4=beltzner a=blocking1.9+] 2008-02-28 19:52:32 -08:00
smichaud@pobox.com
909d531694 Fix app-focus issues right-clicking on backgrounded browser window. b=416455 r=josh sr=roc a1.9b4=beltzner 2008-02-28 07:58:33 -08:00
roc+@cs.cmu.edu
5973a5aa40 Backing out patch for bug 415163 to try to fix centos5 orange 2008-02-27 04:10:24 -08:00
reed@reedloden.com
714a6d5340 Bug 415163 - "GTK location bar drop-down button arrow is misaligned" [p=twanno@lycos.nl (Teune van Steeg) / frnchfrgg-mozbugs@altern.org (RIVAUD Julien [_FrnchFrgg_]) r=Ryan r=twanno r=Ventron sr=roc a1.9=beltzner] 2008-02-27 02:10:32 -08:00
smichaud@pobox.com
25798b7b4f Fix several focus bugs regressed by patch for bug 413882. b=404433 r=josh sr=roc 2008-02-26 14:08:27 -08:00
joshmoz@gmail.com
024b65210e get window.focus() working again. b=419338 r=hwaara sr=roc 2008-02-26 11:32:19 -08:00
timeless@mozdev.org
759965ad63 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:50:27 -08:00
timeless@mozdev.org
0a586a6dbb Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:34:37 -08:00
timeless@mozdev.org
a2f9a64df3 Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore 2008-02-26 08:12:17 -08:00
mats.palmgren@bredband.net
76af2248ae Process XPCOM events from nested native event loops. b=389931 r+sr=roc a=blocking1.9 2008-02-26 05:36:40 -08:00
stefanh@inbox.com
9d700a2d04 Bug 418308 - Use HITheme to draw native menuseparators. r=josh+Mano, sr=roc, a=beltzner. 2008-02-24 05:41:22 -08:00
Olli.Pettay@helsinki.fi
5ad351df5f Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 02:55:37 -08:00
reed@reedloden.com
e32561d1fb 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-23 22:20:16 -08:00
reed@reedloden.com
6e49f77040 Back out Ian Spence's patch from bug 417695 in order to see if it is the cause of the Tp2 regression on Linux. 2008-02-23 16:54:57 -08:00
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