Commit Graph

196 Commits

Author SHA1 Message Date
asqueella@gmail.com
b845616ae0 Bug 388855 - Kill old gfx code in nsImageClipboard
p=Jonathan Steele <xfsunoles@gmail.com>
r+sr=roc
2007-07-23 18:41:25 -07:00
asqueella@gmail.com
5049d09600 Bug 385168 - Changing input locale leads to sticky ALT key
p=Dainis Jonitis <jonitis@gmail.com>
r=ere, sr=roc
2007-07-23 18:34:13 -07:00
sharparrow1@yahoo.com
cc65144a62 Implement ScreenToWidget for Bug 388359. patch by Karl Tomlinson, r+sr=roc 2007-07-23 09:40:32 -07:00
enndeakin@sympatico.ca
97ed6966dd Bug 388375, menulist dropmarker doesn't highlight, caused by incorrect case for atom,r+sr=roc 2007-07-20 12:55:42 -07:00
mozilla@weilbacher.org
dd19683954 [OS/2] Bug 351167: remove obsolete resource.h, r=mkaply 2007-07-20 09:34:42 -07:00
joshmoz@gmail.com
959d0b9261 check 380192 in again, b=388384 2007-07-19 12:59:44 -07:00
joshmoz@gmail.com
c0369b28f0 back out 380192 to see if it is the cause of a perf regression. b=388384 2007-07-19 11:11:54 -07:00
joshmoz@gmail.com
7becb22bb7 fix dragging URLs to the desktop. don't always claim to have promised file data. b=388522 r=shebs sr=pav 2007-07-19 11:09:43 -07:00
joshmoz@gmail.com
6b92c617ca assorted code style and comment changes, no actual code changes. no bug. sr=sparky 2007-07-18 17:56:33 -07:00
pavlov@pavlov.net
117263b034 backing out 378830 due to perf regression. 2007-07-18 11:01:41 -07:00
vladimir@pobox.com
d297746481 b=386799, crash with zero-width canvas, r=stuart,sr=roc 2007-07-18 07:40:19 -07:00
joshmoz@gmail.com
43f617d511 remove 10.3-specific code from Cocoa widgets. b=388444 r=cbarrett sr=roc 2007-07-17 17:07:36 -07:00
joshmoz@gmail.com
de18adfc8d followup for 358093, take care of some lifetime and null checking issues for the global drag transferables variable. b=388382 r=shebs 2007-07-17 16:02:40 -07:00
mozilla@weilbacher.org
226f4e5d21 [OS/2] Bug 388143: Restore possibility to copy more than 64kB text to clipboard (add note about it to ReadMe). Patch following suggestion of Andy Willis, r=mkaply 2007-07-17 14:29:54 -07:00
smichaud@pobox.com
2f03f78e73 Fix several issues with popup windows in Cocoa widgets. b=387164 r=josh+cbarrett sr=pink 2007-07-17 13:29:39 -07:00
joshmoz@gmail.com
cb35bead04 support promised file dragging in cocoa drag service. patch by Stan Shebs. b=358093 r=josh sr=pav 2007-07-16 19:24:05 -07:00
sharparrow1@yahoo.com
3d40c5f60c 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
00978826fe 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
469f7bbd10 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
asqueella@gmail.com
7182a7ca43 Bug 378830 - UI operation delay when page contains flash images with high refresh rate
p=Wang Xianzhu <phnixwxz1@yahoo.com>
r=emaijala, sr=roc
2007-07-14 14:52:02 -07:00
kherron@fmailbox.com
1fe54e6f2e Back out patch for bug 315687, due to reftest failures on win32. 2007-07-14 10:07:33 -07:00
kherron@fmailbox.com
fda0e634fc Bug 337771 - Native -moz-appearance work for menus and toolbars on Windows XP. Patch by Simon Bünzli <zeniko@gmail.com>. r=emaijala, sr=bzbarsky. 2007-07-14 08:11:37 -07:00
kherron@fmailbox.com
356b6f8010 Bug 387594 - Kill old gfx code in nsIWidget. Patch by Jonathan Steele <xfsunoles@gmail.com>. r+sr=roc. 2007-07-14 08:04:10 -07:00
kherron@fmailbox.com
7d0c00c90c 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
cbarrett@mozilla.com
c4d3a0069b Bug 367571 - all themes supporting 'scrollbar' should support 'scrollbar-small'. r=neil sr=roc 2007-07-13 14:46:28 -07:00
sharparrow1@yahoo.com
1383db2cea Bug 347743 related fix: make SetParent actually change the parent of the widget. r+sr=roc. 2007-07-12 16:19:47 -07:00
bzbarsky@mit.edu
a4c90a1d9d Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
flamingice@sourmilk.net
bd91c8216f Bug 336214, Check all supported flavors, r+sr=roc 2007-07-12 10:20:21 -07:00
mats.palmgren@bredband.net
b3092a053d Don't crash when creating a surface or rendering context fails. b=303901 r+sr=vladimir 2007-07-11 17:59:37 -07:00
joshmoz@gmail.com
84ccf2b8b9 don't use nsFocusEvent in Mac OS X code. also remove some dead code. b=387526 r=cbarrett sr=pinkerton 2007-07-11 08:40:21 -07:00
jwalden@mit.edu
e3c4baccae 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
joshmoz@gmail.com
6a97309b9b fix "window resizing in script causes content to be drawn on top of toolbars and tabstrip chrome". b=380192 r=smorgan sr=jst 2007-07-06 17:28:29 -07:00
joshmoz@gmail.com
d122eff5a4 fix a type in the Mac OS X clipboard code that breaks HasDataMatchingFlavors. followup for bug 386751. 2007-07-05 17:36:49 -07:00
mats.palmgren@bredband.net
4cb9addd13 Remove non-cairo PostScript support. b=385577 r=kherron sr=pavlov 2007-07-05 04:29:51 -07:00
enndeakin@sympatico.ca
6c8197be5f 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
mats.palmgren@bredband.net
db689821bf Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-03 19:15:31 -07:00
joshmoz@gmail.com
607e7f3b3f fix a crash when invoking drag sessions and check cached transferables when saying whether or not a drag or paste supports a particular flavor. b=386751 r=cbarrett sr=pav 2007-07-03 16:13:28 -07:00
cbarrett@mozilla.com
a08a2a3e9e bug 380185 (part 2) - Scrollbars should not try to draw their features if there is not enough space. r=josh sr=roc. 2007-07-03 13:05:15 -07:00
joshmoz@gmail.com
d1f598e659 Scrollbars should not try to draw their features if there is not enough space. b=380185 r=josh sr=roc 2007-07-03 11:49:44 -07:00
joshmoz@gmail.com
abd35a45f3 rewrite much of the Mac OS X clipboard service to fix several bugs and improve performance. also a lot of cleanup. b=386225 r=smorgan sr=pav 2007-07-03 00:16:19 -07:00
roc+@cs.cmu.edu
58ab8b25e3 Bug 384975. Dispatch input events to windowless X plugins. patch by Karl Tomlinson, r+sr=roc,jst 2007-07-02 20:39:44 -07:00
sharparrow1@yahoo.com
9976628a50 Backing out UUID change for now 2007-06-30 14:26:13 -07:00
sharparrow1@yahoo.com
ba8cbd4209 Updating UUID to test what's breaking windows reftests 2007-06-30 10:59:57 -07:00
kherron@fmailbox.com
a23c89d8bd Backing out patch for bug 381631 again, due to reftest failures. 2007-06-30 08:01:02 -07:00
kherron@fmailbox.com
c25df02c11 Bug 381631 - Cannot print pages in Landscape mode. r=pavlov, sr=roc. 2007-06-30 05:02:35 -07:00
philringnalda@gmail.com
c494aeabeb Bug 161600 - Tooltip background color ignores system setting, patch by Nils Maier <MaierMan@web.de>, r=pavlov, sr=roc 2007-06-29 22:00:02 -07:00
joshmoz@gmail.com
0e6b712112 fix a bunch of incorrect keycodes on Mac OS X. b=44259 r=kreeger sr=pinkerton 2007-06-29 20:26:42 -07:00
joshmoz@gmail.com
1fe1325648 always release cached drag data as soon as the drag is over, call EndDragSession correctly. b=386226 r=cbarrett sr=pinkerton 2007-06-29 20:19:41 -07:00
dbaron@dbaron.org
3dbcfc7638 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
95deb19d78 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00