Masayuki Nakano
|
af71451b2c
|
Bug 807893 part.3 Add tests for secure input mode of Cocoa widget r=smichaud
|
2013-05-25 01:27:52 +09:00 |
|
Masayuki Nakano
|
db93e5e899
|
Bug 807893 part.2 Cocoa widget should manage secure input mode with input context at changing the context and changing focus r=smichaud
|
2013-05-25 01:27:52 +09:00 |
|
Masayuki Nakano
|
fb14551e52
|
Bug 807893 part.1 Remove nsIWidget::BeginSecureInput() and nsIWidget::EndSecureInput() r=roc, sr=roc
|
2013-05-25 01:27:52 +09:00 |
|
Aryeh Gregor
|
18866d81dc
|
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
|
2013-04-28 14:52:10 +03:00 |
|
Markus Stange
|
c1f38a9837
|
Bug 875441 - Don't keep reapplying the 2x scale in HiDPI mode when drawing the titlebar buttons. r=mattwoodrow
|
2013-05-24 08:12:27 +02:00 |
|
Markus Stange
|
66fb5cfd84
|
Bug 676241 part 8: Remove alternate layer manager handling. r=mattwoodrow
|
2013-05-23 16:49:18 +02:00 |
|
Markus Stange
|
0f6c6dbcbb
|
Bug 676241 part 6/9/11: Correct titlebar drawing. r=bgirard, r=smichaud, r=mattwoodrow
|
2013-05-23 16:49:17 +02:00 |
|
Markus Stange
|
323a20cb6f
|
Bug 676241 part 5: Don't invalidate unnecessarily in OMTC mode. r=mattwoodrow
|
2013-05-23 16:55:50 +02:00 |
|
Markus Stange
|
893a9122a4
|
Bug 676241 part 3: Remove titlebar drawing. r=josh
|
2013-05-23 16:49:16 +02:00 |
|
Markus Stange
|
8d7ccf203f
|
Bug 676241 part 2: Remove titlebar event redirection. r=josh
|
2013-05-23 16:49:16 +02:00 |
|
Markus Stange
|
ea03392fcc
|
Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
|
2013-05-22 11:50:57 +02:00 |
|
Markus Stange
|
82b48366b9
|
Bug 871590 / Bug 625989 - Add basic support for -moz-appearance: -moz-window-titlebar on OS X. Partly written by Mike Conley. r=josh
|
2013-05-22 11:48:47 +02:00 |
|
Markus Stange
|
7b49365fa6
|
Backed out 2 changesets (bug 871590) CLOSED TREE
|
2013-05-22 14:10:46 +02:00 |
|
Markus Stange
|
7343081400
|
Bug 871590 - Make unified titlebar / toolbar handling more robust. r=roc
--HG--
extra : rebase_source : dc4c5dff4f0a392e096976b355bcf2140f7b2879
|
2013-05-22 11:50:57 +02:00 |
|
Markus Stange
|
c53450ff86
|
Bug 871590 / Bug 625989 - Add basic support for -moz-appearance: -moz-window-titlebar on OS X. Partly written by Mike Conley. r=josh
--HG--
extra : rebase_source : 23f17c9bd93ae34ce171ebe24b3576b4c825795e
|
2013-05-22 11:48:47 +02:00 |
|
Matt Woodrow
|
5ae991f717
|
Bug 868259 - Fix BasicCompositor rendering. r=roc
|
2013-05-10 09:02:50 +12:00 |
|
Matt Woodrow
|
198135213b
|
Bug 756601 - Call PaintWindow with OMTC so we still get a DidPaint event. r=roc
|
2013-05-10 09:02:49 +12:00 |
|
Matt Woodrow
|
088dbe8514
|
Bug 756601 - Setup our OpenGL surface before compositing. r=mstange
|
2013-05-10 09:02:49 +12:00 |
|
Josh Aas
|
b4dc5afa74
|
Bug 869091: Fix a couple of build warnings in Cocoa widgets. r=smichaud
|
2013-05-08 00:06:18 -05:00 |
|
Stephen Pohl
|
c997f428ce
|
Bug 636564 - Implement lion style scrollbars on Mac OSX 10.7+; r=roc
|
2013-05-02 10:58:00 -04:00 |
|
Matt Woodrow
|
89f2a66432
|
Bug 867474 - Split BasicShadowableLayerManager into a separate ClientLayerManager. r=nrc
--HG--
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/CopyableCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/CopyableCanvasLayer.h
rename : gfx/layers/basic/BasicCanvasLayer.cpp => gfx/layers/client/ClientCanvasLayer.cpp
rename : gfx/layers/basic/BasicCanvasLayer.h => gfx/layers/client/ClientCanvasLayer.h
rename : gfx/layers/basic/BasicColorLayer.cpp => gfx/layers/client/ClientColorLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.cpp => gfx/layers/client/ClientContainerLayer.cpp
rename : gfx/layers/basic/BasicContainerLayer.h => gfx/layers/client/ClientContainerLayer.h
rename : gfx/layers/basic/BasicImageLayer.cpp => gfx/layers/client/ClientImageLayer.cpp
rename : gfx/layers/basic/BasicLayerManager.cpp => gfx/layers/client/ClientLayerManager.cpp
rename : gfx/layers/basic/BasicLayers.h => gfx/layers/client/ClientLayerManager.h
rename : gfx/layers/basic/BasicThebesLayer.cpp => gfx/layers/client/ClientThebesLayer.cpp
rename : gfx/layers/basic/BasicThebesLayer.h => gfx/layers/client/ClientThebesLayer.h
rename : gfx/layers/basic/BasicTiledThebesLayer.cpp => gfx/layers/client/ClientTiledThebesLayer.cpp
rename : gfx/layers/basic/BasicTiledThebesLayer.h => gfx/layers/client/ClientTiledThebesLayer.h
|
2013-05-01 17:03:25 +12:00 |
|
Matt Woodrow
|
6ea227e7a6
|
Bug 865104 - Implement a BasicCompositor. r=nrc
|
2013-05-01 12:42:05 +12:00 |
|
Brandon Waterloo
|
c7a4bb383f
|
Bug 863841 - Implement recognition of double-tap gestures with smartMagnifyWithEvent (Mountain Lion and up), and magnifyWithEvent (Lion). r=smichaud, r=masayuki
On 10.6 SDK, it was necessary to change nsCocoaWindow.mm/h in order to make it call magnifyWithEvent for double-tap gestures properly.
|
2013-04-29 11:24:26 -04:00 |
|
Nicolas Silva
|
09da7b8c04
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-25 18:25:33 -04:00 |
|
Ryan VanderMeulen
|
39bd320f11
|
Backed out changeset 4b7de1f2b4a0 (bug 856079) for various test failures.
CLOSED TREE
|
2013-04-24 11:28:05 -04:00 |
|
Nicolas Silva
|
b614d323b6
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-24 15:40:26 -04:00 |
|
Ehsan Akhgari
|
59d207fa64
|
Backed out changeset 86959499a5b8 (bug 856079) because of build bustage
|
2013-04-22 17:44:12 -04:00 |
|
Steven Michaud
|
b70a7ad0dc
|
Bug 851128 - Backout patch because it caused bug 862417 and bug 864053. r=bgirard
|
2013-04-22 16:41:50 -05:00 |
|
Nicolas Silva
|
a3f33bc40f
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-22 18:41:29 -04:00 |
|
Matt Woodrow
|
6a644b8e27
|
Bug 862556 - Make nsChildView.mm::DrawWindowOverlay thread safe. r=nrc
|
2013-04-22 14:40:51 +12:00 |
|
Steven Michaud
|
6c6038ecfd
|
Bug 861317 - nsChildView::WillPaint terribly inefficient when drawing to titlebar. r=bgirard
|
2013-04-18 18:40:40 -05:00 |
|
Nicholas Cameron
|
b4a36f6da1
|
Bug 861490, fix crash in MaybeDrawRoundedBottomCorners with OMTC. r=mattwoodrow
--HG--
extra : rebase_source : 849e63417a94cd260e6722c83018f9937c0cb339
|
2013-04-17 09:35:57 +12:00 |
|
Stephen Pohl
|
5ebdaafac5
|
Bug 673875 - Reenable guard for bug 770626 when swipe animations are disabled. r=smichaud
|
2013-04-12 23:04:52 -04:00 |
|
Stephen Pohl
|
43efc4af6e
|
Bug 673875 - Reproduce bounce behaviour when reaching top and bottom of documents. r=smichaud, r=felipc
|
2013-04-12 23:04:52 -04:00 |
|
Guilherme de Araujo ext:(%2C%20Brandon%20Waterloo%20%3Cbrandon.waterloo%40gmail.com%3E)
|
ef248673de
|
Bug 851128 - Introduce custom recognition for the double-tap gesture. r=smichaud
Cocoa does not implement the double-tap gesture by default, so the gesture had to be recognized manually.
|
2013-04-10 14:38:26 -04:00 |
|
Bas Schouten
|
341383c413
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
|
2013-04-10 09:20:52 +00:00 |
|
Stephen Pohl
|
21bdf5ab95
|
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc
|
2013-04-09 14:44:01 -05:00 |
|
Markus Stange
|
2ca4c98925
|
Bug 849157 - Keep calling drawUsingOpenGLCallback even when a native menu is open. r=bgirard
--HG--
extra : rebase_source : b7383e1d07406bed7e45bdf750eb72fa9c6e7dde
|
2013-04-05 10:18:06 +02:00 |
|
Andre Reinald
|
86c8786005
|
Bug 675410 - Fix bottom rounded corners, hopefully in the same openGL context as the rest of the window. r=mstange, r=bgirard
|
2013-03-27 11:49:02 -04:00 |
|
Benoit Girard
|
fc10a7cfe4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
|
2013-03-18 15:25:50 +01:00 |
|
Benoit Girard
|
9d12529d78
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
|
2013-03-16 00:47:02 -04:00 |
|
Ed Morley
|
b2109c458f
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
2b1775b4e9
|
Backed out changeset d195190adc48 (bug 851611)
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
|
2013-03-18 14:10:30 +00:00 |
|
Benoit Girard
|
664cf994b4
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
|
2013-03-18 14:41:02 +01:00 |
|
Benoit Girard
|
c4c6a0ddf5
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Frank Yan
|
61b4e7cee5
|
Bug 631473 - Don't consume mouse scroll events outside arrow panels on OS X. r=mstange r=enndeakin
|
2013-03-08 11:48:48 -08:00 |
|
Jonathan Kew
|
af8cb68fe5
|
bug 799523 pt 2 - convert device pixels to Cocoa display pixels when synthesizing native mouse event. r=smichaud
|
2013-03-06 17:16:44 +00:00 |
|
Masayuki Nakano
|
ef387dacc0
|
Bug 558976 part.3 Implement nsIWidget::NotifyIME() on Cocoa r=smichaud
|
2013-03-06 15:14:34 +09:00 |
|
Markus Stange
|
081bef1620
|
Bug 676250 - Make OpenGL painting bypass the Cocoa setNeedsDisplay/drawRect machinery. r=bgirard.
|
2013-03-05 10:21:28 -05:00 |
|
Jim Mathies
|
c689c82355
|
Bug 839808 - Add support for omtc to winrt widget. r=bbondy
|
2013-03-04 12:32:20 -06:00 |
|