Bill McCloskey
|
2c27b09e99
|
Bug 993714 - [e10s] Cache native key bindings in tests (r=masayuki,sr=roc)
|
2014-04-21 13:40:09 -07:00 |
|
Andrew McCreight
|
27738cc5c5
|
Bug 998779 - Remove unused #includes of nsHashtable.h. r=froydnj
|
2014-04-21 09:41:58 -07:00 |
|
Adrian Lungu
|
a3166584d9
|
Bug 822480 - Add in the Resource Timing API. r=honzab, r=jst
|
2013-10-15 18:35:44 -07:00 |
|
Marco Castelluccio
|
b87d606f9e
|
Bug 991766 - Webapp uninstallation on Mac through mozapps uninstall function. r=myk, r=smichaud
|
2014-04-17 16:54:50 -04:00 |
|
Kartikaya Gupta
|
041452557a
|
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
|
2014-04-17 07:54:25 -04:00 |
|
Matt Woodrow
|
bc1f39bca7
|
Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc
|
2014-04-17 17:30:45 +12:00 |
|
Carsten "Tomcat" Book
|
810846820e
|
Backed out changeset 39296ccf8936 (bug 997014)
|
2014-04-17 08:43:41 +02:00 |
|
Matt Woodrow
|
f3a606da38
|
Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc
|
2014-04-17 17:30:45 +12:00 |
|
Ryan VanderMeulen
|
9f74f39481
|
Merge b2g-inbound to m-c.
|
2014-04-16 22:22:45 -04:00 |
|
Michael Wu
|
62dab66b12
|
Bug 996828 - Remove dirty region tracking in gonk widget backend, r=roc
|
2014-04-15 15:34:14 -04:00 |
|
Carsten "Tomcat" Book
|
b2148d7f1c
|
merge fx-team to mozilla-central
|
2014-04-16 14:52:39 +02:00 |
|
Maksim Lebedev
|
6dcf499b4a
|
Bug 977559 - PointerId we can get from system. r=mbrubeck,smaug
|
2014-04-14 01:50:00 +02:00 |
|
Ryan VanderMeulen
|
d99a7aaade
|
Merge m-c to inbound.
|
2014-04-15 23:30:15 -04:00 |
|
Ryan VanderMeulen
|
739b9ad99c
|
Merge inbound to m-c.
|
2014-04-15 23:26:35 -04:00 |
|
Ryan VanderMeulen
|
decb6c962c
|
Merge b2g-inbound to m-c.
|
2014-04-15 22:28:29 -04:00 |
|
Tim Abraldes
|
dd9e44d582
|
bug 981569. Don't ever remove our custom "is the window active" property. When switching from custom non-client margins to default non-client margins, send a WM_NCACTIVATE message so that DefWindowProc knows the correct active/inactive state of the window. r=blassey
|
2014-04-15 11:09:27 -07:00 |
|
Jonathan Watt
|
b35ffe86c3
|
Bug 996901 follow-up - Fix OS X 10.8 non-unified build bustage. r=bustage
|
2014-04-16 02:19:31 +01:00 |
|
Jonathan Watt
|
61a8971526
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
|
Jonathan Watt
|
6aa2156f62
|
Bug 992406 - Add a null check before using the DataSourceSurface in AsyncFaviconDataReady::OnComplete(). r=Bas
|
2014-04-15 13:57:16 +01:00 |
|
Jonathan Watt
|
0dcb1838b9
|
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
|
2014-04-15 19:02:23 +01:00 |
|
Ryan VanderMeulen
|
491e329269
|
Merge m-c to b2g-inbound.
|
2014-04-15 12:28:18 -04:00 |
|
Sushil Chauhan
|
f4f5a2c045
|
Bug 993160 - Use GPU for children of container which needs intermediate surface. r=dwilson
|
2014-04-14 16:39:53 -07:00 |
|
Botond Ballo
|
2dea31c441
|
Bug 976605 - Introduce ActiveElementManager. r=kats
--HG--
extra : source : e253ba688a7306f1a18a40c9d3be331f974beb2a
|
2014-04-09 16:21:27 -04:00 |
|
Botond Ballo
|
4244af99c3
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : 5353e86dcfe8b2ff6f02e577a4c69a1de6808d9b
|
2014-04-15 13:39:20 -04:00 |
|
Ed Morley
|
7aeaee8395
|
Backed out changeset d5c38470ac06 (bug 976605)
|
2014-04-15 17:45:48 +01:00 |
|
Ed Morley
|
17a10db8bf
|
Backed out changeset 55843a5551ec (bug 976605)
|
2014-04-15 17:45:20 +01:00 |
|
Botond Ballo
|
92ecb810b0
|
Bug 976605 - Introduce ActiveElementManager. r=kats
--HG--
extra : source : 6a6df3a3bca872fb91bec1e301632adcf1c390e3
|
2014-04-09 16:21:27 -04:00 |
|
Botond Ballo
|
a677317112
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
|
2014-04-11 20:27:57 -04:00 |
|
Matt Woodrow
|
8ce472ea56
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Terrence Cole
|
21e586caba
|
Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz
--HG--
extra : rebase_source : 87991ed47ed071550af4e4125eea54a66fdb0071
|
2014-01-21 18:11:17 -08:00 |
|
Steven Michaud
|
5371259ead
|
Bug 959281 - http://paperjs.org/examples/voronoi/ drawing performance has regressed badly. r=spohl
|
2014-04-16 09:59:15 -05:00 |
|
Ryan VanderMeulen
|
3697fc8630
|
Backed out changeset d0012e4d8a9a (bug 991766)
|
2014-04-13 23:46:10 -04:00 |
|
Ryan VanderMeulen
|
f6ce616a14
|
Merge m-c to inbound on a CLOSED TREE.
|
2014-04-13 22:52:50 -04:00 |
|
Star Cheng
|
5792dac18c
|
Bug 987545 - The device support microphone is headset instead of headphone. r=mwu
|
2014-04-11 10:04:49 +08:00 |
|
Michael Wu
|
b5d3b93f5e
|
Bug 937713 - Replace gWindowToRedraw with a simpler mechanism, r=roc
|
2014-04-10 22:21:36 -04:00 |
|
Marco Castelluccio
|
7dc3a37cd0
|
Bug 991766 - Webapp uninstallation on Mac through mozapps uninstall function. r=myk, r=smichaud
|
2014-04-13 16:17:51 -04:00 |
|
Ryan VanderMeulen
|
ca44fc6774
|
Merge m-c to inbound on a CLOSED TREE.
|
2014-04-10 22:16:50 -04:00 |
|
Jan Jongboom
|
ed814727d3
|
Bug 946646 - Add nsClipboard implementation for gonk. r=yxl, r=fabrice
|
2014-04-07 11:49:35 +08:00 |
|
Chris Pearce
|
a6faf0c472
|
Bug 992105 - Remember topics for screensaver lock in Windows WakeLockListener, so that toggling fullscreen while playing video doesn't prevent screen wakelock being unlocked. r=padenot
|
2014-04-09 16:45:00 +12:00 |
|
Matt Woodrow
|
0af6a62203
|
Bug 988862 - Treat DIRECT2D render mode as GDI when drawing directly to the window through BasicLayers. r=jrmuizel
|
2014-04-09 14:28:38 +12:00 |
|
Jonathan Watt
|
6facef9bfb
|
Bug 993323 - Make nsWindowGfx::CreateIcon() use the new gfxUtils helper for format conversion. r=Bas
|
2014-04-08 16:12:28 +01:00 |
|
Martin Stransky
|
63b3ea63c5
|
Bug 984075 - Extract arrow widget from GtkMenuButton widget instead of creating it directly which gives us proper arrow size. r=karlt
|
2014-04-09 02:31:00 +02:00 |
|
Kartikaya Gupta
|
ec7db4d4d0
|
Bug 989054 - Remove some dead and now incorrect code. r=botond
|
2014-04-10 03:15:09 -04:00 |
|
Kartikaya Gupta
|
c833b5b765
|
Bug 989054 - Update winrt APZController.cpp to dump the displayport margins. r=botond
|
2014-04-10 03:15:08 -04:00 |
|
Masayuki Nakano
|
61d6abba29
|
Bug 993253 Implement DOM InputEvent interface with isComposing attribute r=smaug+ehsan
|
2014-04-10 16:11:37 +09:00 |
|
Masayuki Nakano
|
a61102d9f0
|
Bug 993234 part.2 Add tests for KeyboardEvent.isComposing r=smaug
|
2014-04-10 16:11:37 +09:00 |
|
Masayuki Nakano
|
5364d05213
|
Bug 993234 part.1 Implement KeyboardEvent.isComposing r=smaug
|
2014-04-10 16:11:36 +09:00 |
|
Botond Ballo
|
3236a293e8
|
Bug 994816 - Avoid doing any alignment of display port when tiling is disabled. r=tn
--HG--
extra : rebase_source : 39a12744d84990a395f41fcd53713337203e5666
|
2014-04-10 13:16:20 -04:00 |
|
George Wright
|
a9eb9c01c1
|
Bug 994924 - Fix broken logic in nsWindow for DrawTarget creation when using Skia r=jrmuizel
|
2014-04-11 13:16:26 -04:00 |
|
George Wright
|
b4dac23f83
|
Bug 994938 - Support ARGB32 in nsShmImagee r=jrmuizel
|
2014-04-10 16:51:59 -04:00 |
|