Arpad Borsos
|
1f62482141
|
Bug 452797 - Clean up unused variables in layout/; r+sr=roc
|
2008-09-06 20:38:31 +02:00 |
|
Robert O'Callahan
|
be904c4d3d
|
Bug 376662. Convert nsIFrame::GetOffsetTo to not use views. We need to ensure that for popups and scrollframes, views and frames are kept in sync at *all* times. Also fixes bugs in tests for NS_FRAME_NO_MOVE_FRAME. r+sr=bzbarsky
|
2008-09-06 20:52:56 +12:00 |
|
Robert O'Callahan
|
ca15953a6e
|
Backing out changeset 1bdd5da49865 (for bug 376662) due to regression bug 453661
|
2008-09-05 15:40:06 +12:00 |
|
Robert O'Callahan
|
1eeada5faa
|
Bug 376662. Make nsIFrame::GetOffsetTo not explicitly use views. r+sr=bzbarsky
|
2008-09-04 09:35:52 +12:00 |
|
Josh Aas
|
75b890b830
|
Fix more comments and some whitespace issues.
|
2008-08-26 02:53:00 -04:00 |
|
Josh Aas
|
3d0c857cf9
|
Fix more incorrect/outdated event handling comments.
|
2008-08-26 01:36:17 -04:00 |
|
Josh Aas
|
8c12a88361
|
fix comment containing wrong interface name and a misspelling
|
2008-08-25 21:47:33 -04:00 |
|
Josh Aas
|
594704d36f
|
remove nsIMouseListener interface. b=452118 r=smaug sr=roc
|
2008-08-25 20:02:26 -04:00 |
|
Oleg Romashin
|
59134516e5
|
Fixed gfxQtFont according to changes in bug 437356 Set up unified font entry object
Added empty gfxQtNativeRenderer and fixed nsObjectFrame for MOZ_WIDGET_QT
|
2008-08-09 16:43:08 +03:00 |
|
Vladimir Vukicevic
|
d5014f52b1
|
[dfb,422221] Gtk/DirectFB: half-fix/enable plugins for DirectFB port
|
2008-08-06 13:48:55 -07:00 |
|
Vladimir Vukicevic
|
02e6b86b3b
|
Backing out d883ab4b8f41:7540abc35c97
|
2008-08-06 16:24:13 -07:00 |
|
Vladimir Vukicevic
|
520cfba897
|
[dfb,422221] Gtk/DirectFB: half-fix/enable plugins for DirectFB port
|
2008-08-06 13:48:55 -07:00 |
|
Karl Tomlinson
|
51e965223e
|
Clip the dirty rect to ensure it's within the X11 drawable. b=445707 r+sr=roc
|
2008-07-21 20:40:41 +12:00 |
|
Robert O'Callahan
|
b00f563bfc
|
Bug 444692. Windowless plugin frames should use frame invalidation so that generic invalidation hooks work. r+sr=dbaron
|
2008-07-14 10:23:04 +12:00 |
|
Matthew Gregan ext:(%20and%20Shane%20Blackett%20%3Cshane%40blackett.co.nz%3E)
|
6f043c5cb5
|
Bug 430219 - "Crash when FF3 on OS X is Quit if page contains multiple plugins" [r+sr=jst]
|
2008-07-12 05:28:50 -05:00 |
|
Karl Tomlinson
|
8a008f0564
|
Bug 435764 – crash [@ cairo_draw_with_xlib] painting windowless plugins.
Move ws_info set-up from nsObjectFrame::CallSetWindow().
Provide gfxXlibNativeRenderer::NativeDraw with Screen and Colormap.
r+sr=roc
|
2008-07-08 14:15:40 +12:00 |
|
Mats Palmgren
|
24a8f7bfba
|
Annotate the out param with [shared] and add a comment about it. b=434429 r+sr=bzbarsky
|
2008-07-08 02:23:04 +02:00 |
|
Karl Tomlinson
|
8ee8338835
|
missed &s in 15688:953a299d8c32 b=430450
|
2008-07-07 16:15:07 +12:00 |
|
Karl Tomlinson
|
e41086c923
|
Correct variable names from 15688:953a299d8c32 b=430450
|
2008-07-07 15:46:50 +12:00 |
|
Karl Tomlinson
|
9020a0cc8e
|
Bug 430450 – vertical stripes in windowless plugins.
Snap to pixels and round dirty rect out. r+sr=roc
|
2008-07-07 14:49:38 +12:00 |
|
Johnny Stenback
|
ca50829d7d
|
Fixing bug 421833. Deal better with plugin frames going away while initializing a plugin. r+sr=jonas@sicking.cc
|
2008-06-27 12:37:21 -07:00 |
|
Mats Palmgren
|
86d7a7027f
|
Use async Invalidate() to avoid crashing. b=435422 r+sr=roc
|
2008-06-20 04:47:59 +02:00 |
|
L. David Baron
|
6ce40d4252
|
Eliminate unnecessary reference counting of gfxContext objects. b=433640 r+sr=roc
|
2008-06-03 15:25:31 -07:00 |
|
jst@mozilla.org
|
41cc75cf2e
|
Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner
|
2008-05-06 13:49:30 -07:00 |
|
gavin@gavinsharp.com
|
453de7180a
|
Bug 277067: Mozilla mistimes changing QuickDraw plugin visibility when switching tabs, patch by patch by Matthew Gregan <kinetik@flim.org>, r=josh, sr=roc, a=damon
|
2008-04-23 15:56:40 -07:00 |
|
mats.palmgren@bredband.net
|
1b3c4d7918
|
Stop QuickTime and Flip4Mac plugins directly when requested (not off an event). b=426524 r+sr=jst a1.9=beltzner
|
2008-04-16 13:06:48 -07:00 |
|
mats.palmgren@bredband.net
|
e8938be7ff
|
Don't delay stopping the Quicktime plugin. b=425157 r+sr=jst a1.9=beltzner
|
2008-04-14 16:39:59 -07:00 |
|
reed@reedloden.com
|
96ec46b9da
|
Bug 426852 - "flash object disappear after going back" [p=mats.palmgren@bredband.net (Mats Palmgren) r+sr=jst a=blocking1.9+]
|
2008-04-08 23:28:23 -07:00 |
|
timeless@mozdev.org
|
2901e3ff19
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-07 23:18:35 -07:00 |
|
timeless@mozdev.org
|
130fc53345
|
Bug 421030 Crash in [@ nsIFrame::GetView()] refreshing Viewpoint demo page r=roc sr=roc a=roc
|
2008-04-06 12:02:28 -07:00 |
|
bent.mozilla@gmail.com
|
c83d448e96
|
Bug 425289 - "Mousing over plugins on Mac/Linux leaks and prevents plugin from shutting down". r+sr=jst, a=schrep.
|
2008-03-26 17:24:31 -07:00 |
|
mats.palmgren@bredband.net
|
0400be05d0
|
Track event loop nesting level and delay stopping a plugin until it's safe. b=420886 r+sr=jst a1.9b5=beltzner
|
2008-03-25 09:56:04 -07:00 |
|
dbaron@dbaron.org
|
f31447da64
|
Fixing asymmetry between what timeless landed for bug 394114 and what he backed out.
|
2008-03-19 15:05:04 -07:00 |
|
timeless@mozdev.org
|
f33eb4a3b4
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
|
jst@mozilla.org
|
d1dd3d9620
|
Fixing bug 422926 (and also bugs 420886 and 423260). Don't do delayed stops of plugins unless we're deleting the frame, as some plugins apparently can't handle that. r+sr=jonas@sicking.cc
|
2008-03-19 12:43:10 -07:00 |
|
jonas@sicking.cc
|
da4cab3b75
|
Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst
|
2008-03-14 16:08:57 -07:00 |
|
jst@mozilla.org
|
a5b6672d1f
|
Fixing bug 416953. Do plugin destruction off of an event whenever possible (which is pretty much always). r+sr=jonas@sicking.cc
|
2008-03-13 20:31:35 -07:00 |
|
jonas@sicking.cc
|
47a2cff0da
|
Back out due to failed mochitest
|
2008-03-10 19:18:15 -07:00 |
|
jonas@sicking.cc
|
4b8f2cdf7a
|
Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst.
|
2008-03-10 17:49:19 -07:00 |
|
mozilla@weilbacher.org
|
8aea370edc
|
[OS/2] Bug 369791: adapt plugin code to compile with cairo-os2, this in principle allows plugin content to be printed and windowless plugins to display, r=mkaply, a1.9+=damons
|
2008-03-10 17:10:55 -07:00 |
|
jst@mozilla.org
|
69dc88b93a
|
Followup fix for bug 393845, fixing minor issue found by jag, no functional change.
|
2008-03-08 11:04:40 -08:00 |
|
vladimir@pobox.com
|
7799aa92fb
|
b=418882, crash on www.rhein-zeitung.de, potential fix; r+sr=roc
|
2008-03-07 16:58:57 -08:00 |
|
jst@mozilla.org
|
cb76f98a7a
|
Fixing bug 393845. Crash with Windows Media Player 10 plugin when stopping plugin. r+sr=bzbarsky@mit.edu
|
2008-03-07 13:32:49 -08:00 |
|
vladimir@pobox.com
|
8ee725091d
|
b=418915, plugin print rendering coordinates incorrect on win32; r+sr=roc
|
2008-03-05 23:06:46 -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 |
|
jst@mozilla.org
|
16e1932c1a
|
Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com
|
2008-02-28 18:06:00 -08:00 |
|
roc+@cs.cmu.edu
|
4d2c5dd483
|
Bug 408898. Aggressively SetWindow when paining on Mac with CG to prevent plugins drawing in the wrong place. patch by Matthew Gregan, r+sr=roc
|
2008-02-26 01:09: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 |
|
vladimir@pobox.com
|
24545f80da
|
b=415285, win32 plugin printed is overprinted ; r=stuart
|
2008-02-13 22:27:51 -08:00 |
|
vladimir@pobox.com
|
b02e9e1b3a
|
b=408623, fx3 plugin printing on windows broken, r=biesi,sr=roc
|
2008-01-10 14:11:46 -08:00 |
|