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

8138 Коммитов

Автор SHA1 Сообщение Дата
philringnalda%gmail.com 82cb233624 Bug 363415 - Toolbar control (toolbar collapse widget) missing in Cocoafox, patch by Colin Barrett <cbarrett@mozilla.com>, r=mento, r=josh, sr=mconnor 2007-05-31 05:07:18 +00:00
joshmoz%gmail.com b8e2b2c134 don't modify the view hierarchy during drawing. patch by Steven Michaud. b=373122 r=josh sr=pinkerton 2007-05-30 18:25:44 +00:00
joshmoz%gmail.com 57bd98961d don't let comboboxes render their labels over the native combobox button on Mac OS X. b=382043 r/sr=roc 2007-05-29 05:31:05 +00:00
joshmoz%gmail.com a156f99f1d fix "can't drag and drop buttons when customizing toolbars", patch by Stan Shebs. b=358446 r=josh sr=pav 2007-05-29 05:06:13 +00:00
sharparrow1%yahoo.com d8be4364a6 Bug 382111: Flash animation in top left of page. r+sr=roc/ 2007-05-29 04:53:22 +00:00
roc+%cs.cmu.edu d8284f76a9 Bug 343430. Reduce the area we scroll on Windows to reduce flicker by excluding areas that shouldn't be moving. On Linux, since we can't control the area we scroll, just disable accelerated scrolling in that case and repaint everything. r+sr=dbaron 2007-05-28 03:17:20 +00:00
joshmoz%gmail.com 2e8533898d get rid of extra width and height for native comboboxes on Mac OS X. b=376823 r=cbarrett sr=roc 2007-05-25 18:15:21 +00:00
joshmoz%gmail.com 130c4f726e turn on native form controls for Mac OS X again... b=175279 sr=pav 2007-05-24 08:13:04 +00:00
joshmoz%gmail.com d19fbfe977 turn native form controls off again on mac, more reftest problems 2007-05-23 21:50:54 +00:00
joshmoz%gmail.com 1b2b4feea5 Turn native form controls on again for Mac OS X. b=175279 a=mconnor 2007-05-23 19:49:25 +00:00
mozilla.mano%sent.com e4a0ffafee Bug 371426 - repaint xul buttons when the default attribute is changed. r=josh, sr=pink. 2007-05-23 00:10:02 +00:00
joshmoz%gmail.com d81457ce57 turn native form controls off on Mac OS X until reftests pass. b=175279 2007-05-22 21:16:39 +00:00
joshmoz%gmail.com 1d46a570d6 Turn on native theme for HTML content on Mac OS X. Bugs remain, but this way we'll get better test coverage and move forward more quickly. Should we discover too many issues for Gecko 1.9a5, we'll flip it back off until 1.9a6. b=175279 sr=roc a=mconnor 2007-05-22 20:24:28 +00:00
joshmoz%gmail.com b2018c5100 clean up combobox borders, preliminary fix for bug 376823. r=cbarrett sr=roc 2007-05-22 19:35:18 +00:00
mats.palmgren%bredband.net 4d668eff58 Null-check results from PR_Find*Symbol. Fix UMR when the stream is less than 4 bytes. b=241738 r+sr=cbiesinger 2007-05-20 08:56:36 +00:00
joshmoz%gmail.com 925c06e9a8 don't put a dropmarker in comboboxes if nsITheme says not to. b=370282 r/sr=roc 2007-05-18 03:04:05 +00:00
joshmoz%gmail.com 6a979a42bc Contextmenu doesn't disappear correctly when Firefox is in background. Also, Firefox doesn't dismiss context menu when it is in the background and a user clicks on another application. b=339945 r=cbarrett sr=roc 2007-05-18 02:06:59 +00:00
joshmoz%gmail.com 8e8ae18d01 fix sizing of native checkboxes and radio buttons. be more flexible as well. b=380791 r=cbarrett sr=roc 2007-05-18 02:01:02 +00:00
mats.palmgren%bredband.net 6a969bbf71 Don't bother painting a selection into an empty rect. Avoid using an invalid surface for painting ops. b=380611 r+sr=vladimir 2007-05-17 10:14:37 +00:00
bzbarsky%mit.edu 15dff4a7a4 Remove no longer needed null-check too. Still no bug. 2007-05-17 06:57:52 +00:00
bzbarsky%mit.edu 58f02188f5 Remove addref that shouldn't be there and causes leaks. No bug, r=vlad 2007-05-17 06:52:35 +00:00
enndeakin%sympatico.ca b5714d7a65 Bug 376238, add a pref to disable drag images, r=sr=roc 2007-05-16 18:05:23 +00:00
roc+%cs.cmu.edu 704e55daa9 Bug 379635. Don't return random min-widths for native scrollbars when the scrollbar rect is empty. r=cbarrett, sr=dmose 2007-05-15 22:19:54 +00:00
Olli.Pettay%helsinki.fi 6721d4f009 Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 09:13:09 +00:00
mats.palmgren%bredband.net 3b6c24af11 Make CreateRenderingContext() return error for a null surface and add error handling to callers. b=362201 r+sr=vladimir 2007-05-12 13:06:17 +00:00
Olli.Pettay%helsinki.fi 8e287d3582 backout Bug 363089 2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi e74c257930 mac bustage fix 2007-05-11 11:25:59 +00:00
joshmoz%gmail.com e27a8bd6ab Window position is not persisted (persist="screenX screenY" doesn't work). Patch by Colin Barrett. b=376808 r=josh sr=pinkerton 2007-05-10 23:54:05 +00:00
joshmoz%gmail.com 16a83528b7 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 19:17:18 +00:00
joshmoz%gmail.com c81a29bc47 DrawButton draws more than just push buttons, this fixes some missing/misdrawn button types on Mac OS X. b=379612 b=379993 sr=pinkerton 2007-05-08 12:54:48 +00:00
joshmoz%gmail.com aedbc61cc6 HTML content buttons are unnecessarily wide. b=376816 r=mano sr=roc 2007-05-08 02:14:03 +00:00
joshmoz%gmail.com 1fa4552bcd remove support for NS_THEME_BUTTON_SMALL, fix up toolkit consumer. b=379542 r=cbarrett r=mano sr=roc 2007-05-08 01:20:11 +00:00
stefanh%inbox.com b41ac19f2b Bug 371609 - CSS2 system color Highlight should obey color changes in system prefs. r=josh+Mano, sr=vlad. 2007-05-07 20:27:53 +00:00
joshmoz%gmail.com d0bf8fc036 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-07 02:06:59 +00:00
kjh-5727%comcast.net 01678985fb Bustage fix from 377096. 2007-05-06 11:44:33 +00:00
kjh-5727%comcast.net bbdb08d2de Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 11:29:42 +00:00
joshmoz%gmail.com ec26f83304 stop using a call that doesn't exist on 10.3, 99% of the time not calling it doesn't matter but I'll have a real fix soon. r=mento 2007-05-03 19:47:33 +00:00
mats.palmgren%bredband.net 627126e2af Remove obsolete .cvsignore files. b=326152 r+sr=dbaron 2007-05-03 18:15:30 +00:00
mats.palmgren%bredband.net f9c40c2385 Bye bye gtk1 and xlib (part 2 of 2). b=326152 r+sr=roc 2007-05-03 00:10:04 +00:00
joshmoz%gmail.com 5d31e39a76 [re-landing] allow buttons to render at smaller sizes than Mac OS X itself will draw using HITheme. Also fixes 376695, allow buttons to accept padding. b=379297 r=cbarrett r=mano sr=pinkerton 2007-05-02 23:47:53 +00:00
asqueella%gmail.com 77600220af Bug 318331 - Default build does not support Xinerama - detect support at runtime
p=Sylvain Pasche <sylvain.pasche@gmail.com>
r+sr=roc
2007-05-02 20:07:33 +00:00
joshmoz%gmail.com 6d0ee8a0b9 replace Apple Event Manager macro usage with the contents of the macro so it is more clear what is going on. r=mento 2007-05-02 19:22:18 +00:00
joshmoz%gmail.com 9d5731da5c Remove some files as part of bug 379319. r=enn sr=dbaron 2007-05-02 18:13:18 +00:00
silver%warwickcompsoc.co.uk 877c968e70 Bug 295355 - Play minimize sound when we're hacking the working set. r=emaijala sr=bryner 2007-05-02 09:24:52 +00:00
asqueella%gmail.com 5caa029ef1 Bug 379085 - Build with GCC-4.3 fails due to extra semi-colons and '-pedantic'
p=Art Haas <ahaas@airmail.net>
r+sr=roc
2007-05-02 08:03:46 +00:00
joshmoz%gmail.com e287fbfacf Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 07:46:50 +00:00
roc+%cs.cmu.edu 0ce429724a Backing out patch since it broke 3 mochitests and no-one's around to babysit. 2007-05-01 23:54:55 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(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 22:24:25 +00:00
joshmoz%gmail.com 3b3298c966 allow buttons to render at smaller sizes than Mac OS X itself will draw using HITheme. Also fixes 376695, allow buttons to accept padding. b=379297 r=cbarrett r=mano sr=pinkerton 2007-05-01 21:52:22 +00:00
mats.palmgren%bredband.net 24e870cb3d Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 23:52:44 +00:00