Bobby Holley
|
54ef3d2952
|
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
|
2013-05-22 10:05:26 -06: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 |
|
Ryan VanderMeulen
|
26a69bd344
|
Backed out changesets 619cdf937af1 and 381492b19e3f (bug 869314) for Windows mochitest failures.
CLOSED TREE
|
2013-05-21 10:13:25 -04:00 |
|
Stephen Pohl
|
79f83908c9
|
Bug 869314 - Fix missing dropmarkers in non-native styled combobox controls when overlay scrollbars are used. r=roc
|
2013-05-21 08:27:14 -04:00 |
|
Ehsan Akhgari
|
3222252b7a
|
Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc
|
2013-05-19 11:01:28 -04:00 |
|
Ehsan Akhgari
|
cb75c641f1
|
Backed out changeset b097bd9fd24c because of Windows build bustage
|
2013-05-19 11:29:19 -04:00 |
|
Ehsan Akhgari
|
e43574cf4f
|
Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc
|
2013-05-19 11:01:28 -04:00 |
|
JosiahOne
|
85c2f14a17
|
Bug 868316 - Adjust scrollbar dimmensions to their OS value. r=mstange
|
2013-05-14 15:54:57 -04:00 |
|
Jonathan Watt
|
64486d6a50
|
Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc
|
2013-05-14 00:47:03 +01:00 |
|
L. David Baron
|
16c60e0095
|
Backout changeset af5273034fdf (bug 871264), which doesn't compile (didn't fix nsRangeFrame.cpp (and possibly others).
|
2013-05-13 17:28:47 -07:00 |
|
Jonathan Watt
|
b734363578
|
Bug 871264 - Remove the aPresContext and aFrame parameters from ThemeDrawsFocusForWidget. r=dholbert, sr=roc
|
2013-05-14 00:47:03 +01:00 |
|
Timothy Nikkel
|
d9afbfd672
|
Bug 869151. Implement GetParent for nsCocoaWindow so that nsBaseWidget::Destroy can find the parent and remove from the child list when destroying. r=smichaud
|
2013-05-09 18:57:20 -05:00 |
|
Timothy Nikkel
|
1a14c4a198
|
Bug 870568. Change assertion about destroying an nsCocoaWindow while modal to a warning because the code handles that case. r=smichaud
|
2013-05-09 18:57:19 -05: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 |
|
Makoto Kato
|
80436162a3
|
Bug 800220 - Part 1. Replace PL_strlen with strlen. r=ehsan
|
2013-05-08 12:40:12 +09:00 |
|
Stephen Pohl
|
d7a2bc2a4f
|
Bug 868396 - Add pref to enable/disable overlay scrollbars on Mac OSX 10.7+. r=smichaud
|
2013-05-06 09:04:17 -04: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 |
|
Ryan VanderMeulen
|
954cd4dfaa
|
Backed out changeset 1840b15583fd (bug 636564) for bustage.
CLOSED TREE
|
2013-05-02 08:33:54 -04:00 |
|
Stephen Pohl
|
e474e01d79
|
Bug 636564 - Implement Lion style scrollbars on Mac OSX 10.7+. r=roc
|
2013-05-02 07:52:25 -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 |
|
Gijs Kruitbosch
|
2e43987f61
|
Bug 865803 - allow not setting defaultDirectory (nullcheck before converting to URL), r=joshmoz
|
2013-04-26 19:46:32 +02:00 |
|
Nicolas Silva
|
09da7b8c04
|
Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc
|
2013-04-25 18:25:33 -04:00 |
|
Dave Vasilevsky
|
704929b41c
|
Bug 863104 - Fix Dock progress drawing on 10.6. r=josh
|
2013-04-17 02:51:52 -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 |
|
Nicolas Silva
|
391cf268bb
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
|
2013-04-24 14:42:40 -04:00 |
|
Masayuki Nakano
|
653bae8806
|
Bug 842927 part.5 Implement D3E KeyboardEvent.key on Cocoa r=smaug+smichaud
|
2013-04-24 12:49:47 +09:00 |
|
Ehsan Akhgari
|
8d3203e0f8
|
Backed out changeset fdaa0659fe13 (bug 863324) because of build bustage on a CLOSED TREE
--HG--
rename : gfx/layers/ipc/PLayerTransaction.ipdl => gfx/layers/ipc/PLayers.ipdl
rename : gfx/layers/ipc/LayerTransactionChild.cpp => gfx/layers/ipc/ShadowLayersChild.cpp
rename : gfx/layers/ipc/LayerTransactionChild.h => gfx/layers/ipc/ShadowLayersChild.h
rename : gfx/layers/ipc/LayerTransactionParent.cpp => gfx/layers/ipc/ShadowLayersParent.cpp
rename : gfx/layers/ipc/LayerTransactionParent.h => gfx/layers/ipc/ShadowLayersParent.h
|
2013-04-22 18:12:15 -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 |
|
Nicolas Silva
|
ab0ca9312a
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
|
2013-04-22 22:51:11 -04:00 |
|
Timothy Nikkel
|
1a2b7b476a
|
Bug 864219. nsCocoaWindow::DoResize should be explicit about converting doubles to ints. r=jfkthame
|
2013-04-22 15:18:28 -05:00 |
|
Ryan VanderMeulen
|
25f1906153
|
Backed out changeset ddf944cc292d (bug 863324) for Android bustage on a CLOSED TREE.
--HG--
rename : gfx/layers/ipc/PLayerTransaction.ipdl => gfx/layers/ipc/PLayers.ipdl
rename : gfx/layers/ipc/LayerTransactionChild.cpp => gfx/layers/ipc/ShadowLayersChild.cpp
rename : gfx/layers/ipc/LayerTransactionChild.h => gfx/layers/ipc/ShadowLayersChild.h
rename : gfx/layers/ipc/LayerTransactionParent.cpp => gfx/layers/ipc/ShadowLayersParent.cpp
rename : gfx/layers/ipc/LayerTransactionParent.h => gfx/layers/ipc/ShadowLayersParent.h
|
2013-04-22 14:47:16 -04:00 |
|
Nicolas Silva
|
3b0ce69477
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
--HG--
rename : gfx/layers/ipc/ShadowLayersChild.cpp => gfx/layers/ipc/LayerTransactionChild.cpp
rename : gfx/layers/ipc/ShadowLayersChild.h => gfx/layers/ipc/LayerTransactionChild.h
rename : gfx/layers/ipc/ShadowLayersParent.cpp => gfx/layers/ipc/LayerTransactionParent.cpp
rename : gfx/layers/ipc/ShadowLayersParent.h => gfx/layers/ipc/LayerTransactionParent.h
rename : gfx/layers/ipc/PLayers.ipdl => gfx/layers/ipc/PLayerTransaction.ipdl
|
2013-04-22 18:07:48 -04:00 |
|
Matt Woodrow
|
6a644b8e27
|
Bug 862556 - Make nsChildView.mm::DrawWindowOverlay thread safe. r=nrc
|
2013-04-22 14:40:51 +12:00 |
|
David Zbarsky
|
204a17f3b2
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-21 21:25:28 -04:00 |
|
David Zbarsky
|
5de2f27c8a
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 5 r=Ms2ger
|
2013-04-19 18:18:32 -04:00 |
|
Ted Mielczarek
|
34ee111db8
|
bug 857399 - remove assertion from cocoa FireAndWaitForTracerEvent. r=smichaud
|
2013-04-19 11:45:01 -04:00 |
|
Matt Brubeck
|
08b045fdd2
|
Back out cd218e07ede2, e57ac5581703, f53ad2a10ff8, ec91252c57d2, 2eca17711eff, 1997e63a1124 for build errors
|
2013-04-18 22:29:25 -07:00 |
|
David Zbarsky
|
25f835929b
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-19 00:48:03 -04:00 |
|
David Zbarsky
|
b7c0e19185
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 5 r=Ms2ger
|
2013-04-19 00:48:02 -04:00 |
|
Steven Michaud
|
6c6038ecfd
|
Bug 861317 - nsChildView::WillPaint terribly inefficient when drawing to titlebar. r=bgirard
|
2013-04-18 18:40:40 -05:00 |
|