Olli Pettay
|
d4a55513b7
|
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
--HG--
extra : rebase_source : 6f6de1cbf54670d63b74c44ca0134ed9c5354d2b
|
2014-01-30 21:35:44 -08:00 |
|
Vladimir Vukicevic
|
2862b29b17
|
b=951799, cache uniforms in OGLShaderProgram, part 2 - fix LayerProgramProjectionMatrix; r=bjacob
|
2014-01-29 17:53:38 -05:00 |
|
Makoto Kato
|
797dde6607
|
Bug 960877 - Part 2. Remove mWantHints from nsIMEUpdatePreference. r=masayuki
|
2014-01-29 18:32:35 +09:00 |
|
David Zbarsky
|
0bbd7b8bd8
|
Bug 952977: Convert PrepareViewport to gfx::Matrix4x4 r=nical
|
2014-01-27 15:25:20 -05:00 |
|
David Zbarsky
|
c2e7c2cd0a
|
Bug 952977: Convert OGLShaderProgram to gfx::Matrix r=nical
|
2014-01-27 15:25:20 -05:00 |
|
Benoit Jacob
|
67a17b1047
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Benoit Jacob
|
3369ca8bb6
|
Bug 959380 - 2/5 - Make gfxImageFormat a typed enum - r=jrmuizel
find . -type f | grep -v \./obj | grep -v \.hg | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)gfxImageFormat\(ARGB32\|RGB24\|A8\|A1\|RGB16_565\|Unknown\)\($\|[^A-Za-z0-9_]\)/\1gfxImageFormat::\2\3/g'
|
2014-01-23 13:26:40 -05:00 |
|
Markus Stange
|
f8c4f53e80
|
Bug 959570 - Don't draw rounded corners and a highlight line in fullscreen mode. r=smichaud
|
2014-01-17 11:06:15 +01:00 |
|
Olli Pettay
|
63f95f00c7
|
Bug 930793 - Remove favor performance mode, r=roc,avih
--HG--
extra : rebase_source : e936e5b02dc2e613816fb6f97f9af5a303dc6f6d
|
2014-01-16 16:09:08 +02:00 |
|
Benoit Jacob
|
06f7a9c4a2
|
Bug 958375 - 8/9 - Make remaining Moz2D enums typed - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:17 -05:00 |
|
Benoit Jacob
|
2d5774ca0a
|
Bug 958375 - 6/9 - Make BackendType and NativeSurfaceType typed enums - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Benoit Jacob
|
55e7c24065
|
Bug 958375 - 4/9 - Make SurfaceFormat a typed enum - r=Bas
Specifically:
r=Bas for manual changes
f=Bas for automatic changes
See attachments on the bug for the specific breakdown.
|
2014-01-10 14:06:16 -05:00 |
|
Markus Stange
|
f0cc834cf2
|
Bug 958025 - Disable the scissor test in nsChildView::DrawWindowOverlay so that window controls are visible again. r=bjacob
|
2014-01-09 17:59:24 +01:00 |
|
Markus Stange
|
b1e09791ca
|
Bug 957192 - Ignore unnecessary invalidations from NSView / NSWindow. Improves scrolling performance with plugins. r=smichaud
|
2014-01-08 10:37:59 +01:00 |
|
Benoit Jacob
|
e61b5e8193
|
Bug 956401 - 5/9 - Let DrawWindow{Under,Over}lay take care of saving and restoring GL state - r=nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
e9a9d5ea27
|
Bug 956141 - Move y-flipping feature out of GLContext, into CompositorOGL - r=jgilbert,nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
f820c67cd0
|
Bug 950903 - 6/8 - Remove GLContext::GetNativeData - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Markus Stange
|
f155279429
|
Bug 880620 - Don't use NSGradient for drawing the titlebar highlight line gradient. Manual drawing is faster. r=BenWa
|
2014-01-03 16:53:33 +01:00 |
|
Markus Stange
|
591f402d35
|
Bug 888615 - [Australis] Only draw window titles for windows with drawtitle=true. r=smichaud
|
2013-12-17 17:19:25 +01:00 |
|
Markus Stange
|
57996a27c2
|
Bug 888615 - Back out changeset 2250a49996a2 because of an incomplete commit message.
|
2013-12-17 17:18:05 +01:00 |
|
Markus Stange
|
eb920566fc
|
Bug 888615 - Only draw window titles for windows with drawtitle=true. r=smichaud
|
2013-12-17 17:11:14 +01:00 |
|
Markus Stange
|
4438906cc8
|
Bug 888615 - [Australis] Reland the patch for bug 877767 which was backed out in the landing of Australis.
|
2013-12-17 17:11:13 +01:00 |
|
Nicholas Cameron
|
f215004cc4
|
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
|
2013-12-09 14:40:59 +13:00 |
|
Nicholas Cameron
|
8205294bd7
|
Bug 865033 part 1. Remove GetLayerManager from CompositorParent. r=mattwoodrow
|
2013-12-09 14:40:58 +13:00 |
|
Birunthan Mohanathas
|
759ab69b0a
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Phil Ringnalda
|
617e2b2636
|
Backed out 7 changesets (bug 946958, bug 865033)
Backed out changeset 6dd0a6cb9ab3 (bug 946958)
Backed out changeset 498152aec5b1 (bug 946958)
Backed out changeset 7d035322f51d (bug 946958)
Backed out changeset 99f8ad7561ef (bug 946958)
Backed out changeset 4639c5abea80 (bug 946958)
Backed out changeset 9d1a4d83eccf (bug 865033)
Backed out changeset 41839e4026bc (bug 865033)
|
2013-12-08 18:43:45 -08:00 |
|
Nicholas Cameron
|
ebb90c9836
|
Bug 946958 part 4. Tidy up interaction with widgets. r=kats
|
2013-12-09 14:40:59 +13:00 |
|
Nicholas Cameron
|
31581c859c
|
Bug 865033 part 1. Remove GetLayerManager from CompositorParent. r=mattwoodrow
|
2013-12-09 14:40:58 +13:00 |
|
Evan Wallace
|
20daa164eb
|
Bug 888689 - Render SVG cursors correctly on retina displays. r=mstange
|
2013-12-04 17:46:19 -05:00 |
|
Benoit Jacob
|
aeba86a7b1
|
Bug 942509 - Move Upload* functions to new GLUploadHelpers files - r=gal,jgilbert
|
2013-12-03 13:44:38 -05:00 |
|
Benoit Jacob
|
5f4cdeaa93
|
Bug 933082 - Part 4: let ClientLayerManager hold a ShadowLayerForwarder instead of inheriting from ShadowLayerForwarder. Make ISurfaceAllocator refcounted. Make SharedSurface_Gralloc keep its mAllocator alive - r=nical
|
2013-11-27 10:19:34 -05:00 |
|
Andreas Gal
|
c4e78ff3d2
|
Bug 942688 - Part2: Draw corner mask with Azure (r=mstange).
|
2013-11-26 21:50:33 -08:00 |
|
Andreas Gal
|
b910cad79b
|
Bug 942688 - Part1: Draw title bar decoration with CG directly (r=mstange).
|
2013-11-26 21:49:45 -08:00 |
|
Nicolas Silva
|
532313927f
|
Bug 924403 - Send non-OMTC GL layers into oblivion. r=nrc
|
2013-11-27 11:15:17 +13:00 |
|
Ryan VanderMeulen
|
bc4870bf0a
|
Backed out changesets 7caa8e80b06a, 1509f8be5df3, a249bd79e71a, and 9cc4a77561e8 (bug 933082) for mochitest asserts on a CLOSED TREE.
|
2013-11-26 14:58:09 -05:00 |
|
Benoit Jacob
|
7031739d99
|
Bug 933082 - Part 4: let ClientLayerManager hold a ShadowLayerForwarder instead of inheriting from ShadowLayerForwarder. Make ISurfaceAllocator refcounted. Make SharedSurface_Gralloc keep its mAllocator alive - r=nical
|
2013-11-26 14:00:29 -05:00 |
|
Markus Stange
|
44a2018fa0
|
Bug 942170 - Don't intersect with RectContainingTitlebarControls() until we know that its values are up-to-date. r=smichaud
|
2013-11-25 18:59:28 +01:00 |
|
Markus Stange
|
7252b25018
|
Bug 934023 - Use the correct cell rect when drawing the window buttons. r=smichaud
--HG--
extra : rebase_source : 02a43c9e84c3f796bb8dc547734dc2169915ce86
|
2013-11-20 17:21:24 +01:00 |
|
Matthew Noorenberghe
|
e8d8f80693
|
Merge mozilla-central to UX
|
2013-11-05 01:04:20 -08:00 |
|
Neil Deakin
|
03d731b742
|
Bug 596723, Don't consume clicks outside of arrow panels by default, always consume the clicks on anchors of all popups, r=dao,neil
|
2013-11-04 11:22:24 -05:00 |
|
Markus Stange
|
f2115d6bbf
|
Bug 851652 - Change position of the standardWindowButtons for Australis [r=smichaud r=mnoorenberghe+bmo r=jaws r=roc]
--HG--
extra : rebase_source : 4936bfc62a4712871caa5d767b1dd2e496e0826c
|
2013-06-12 23:42:00 +02:00 |
|
Gijs Kruitbosch
|
b3de82cf5d
|
Merge mozilla-central and ux
|
2013-10-23 00:37:14 +02:00 |
|
Gijs Kruitbosch
|
a8896f14d4
|
Merge mozilla-central and ux
|
2013-10-19 12:28:13 +02:00 |
|
Masayuki Nakano
|
e872789a92
|
Bug 920425 part.26 Use mozilla::WidgetEvent::AsMouseEventBase() r=smaug
|
2013-10-18 15:10:26 +09:00 |
|
Masayuki Nakano
|
ef196343d5
|
Bug 920425 part.18 Use mozilla::WidgetEvent::AsKeyboardEvent() r=smaug
|
2013-10-18 15:10:24 +09:00 |
|
Markus Stange
|
0b3685fead
|
Bug 886999 - Wait until composition has finished before tearing down our NSView. r=mattwoodrow
|
2013-10-09 10:39:23 -04:00 |
|
Markus Stange
|
d07e924a75
|
Bug 886999 - Lock the GL context before compositing on the compositor thread or before calling setView or update on the main thread. r=mattwoodrow
|
2013-10-09 10:39:23 -04:00 |
|
Markus Stange
|
26514642ad
|
Bug 914437 - Also refuse to render when our view is not attached to a window. r=mattwoodrow
|
2013-10-09 10:39:23 -04:00 |
|
Markus Stange
|
b241a49105
|
Bug 886999 - Only call setView and update on the GL context when necessary. r=mattwoodrow
|
2013-10-09 10:39:22 -04:00 |
|
Markus Stange
|
250234dfb9
|
Bug 923133 - Remove unneeded main thread GL context management in -[ChildView lockFocus]. r=mattwoodrow
|
2013-10-09 10:39:22 -04:00 |
|