Carsten "Tomcat" Book
|
35b93b4942
|
Merge mozilla-central to mozilla-inbound
|
2014-05-28 14:48:41 +02:00 |
Jim Mathies
|
e88a91f7f4
|
Bug 1003943 - Properly update widget cursors when the mouse passes between remote frames. r=smaug
|
2014-05-27 20:12:29 -05:00 |
Maksim Lebedev
|
da58719217
|
Bug 1005937 - Make the 'touch-action' CSS property apply to all elements except non-replaced inline elements and table rows, columns, and row/column-groups. r=dbaron
|
2014-05-26 00:24:00 +02:00 |
Birunthan Mohanathas
|
085f40aff8
|
Bug 869836 - Part 11: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
|
2014-05-26 21:54:58 +03:00 |
Birunthan Mohanathas
|
cfd62b35ad
|
Bug 869836 - Part 10: Use Truncate instead of `AssignLiteral("")`. r=ehsan
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
|
2014-05-26 21:54:53 +03:00 |
Mats Palmgren
|
a6feda0f22
|
Bug 508665 - part 1, Change the signature of SetParent/GetParent from nsIFrame* to nsContainerFrame*. r=roc
|
2014-05-24 22:20:39 +00:00 |
Mike Conley
|
5dc45fb402
|
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
|
2014-05-23 10:36:50 -04:00 |
Ryan VanderMeulen
|
f8299a3c22
|
Backed out changeset f1068bf18e64 (bug 978913) for bustage on most platforms.
CLOSED TREE
|
2014-05-22 16:39:46 -04:00 |
Mike Conley
|
c0e682d27d
|
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
|
2014-05-22 12:07:27 -04:00 |
Birunthan Mohanathas
|
aea8617b92
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
0e6f3a6562
|
Bug 869836 - Part 3: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
a5ab25c973
|
Bug 869836 - Part 1: Use EqualsLiteral instead of `== NS_LITERAL_STRING(...)`. r=ehsan
|
2014-05-22 06:48:50 +03:00 |
Daniel Holbert
|
54bd037fd0
|
Bug 1012858: Mark widget/xpwidgets/ as FAIL_ON_WARNINGS. r=roc
|
2014-05-20 12:43:57 -07:00 |
Daniel Holbert
|
aa50397bac
|
Bug 1012860: Explicitly static_cast M_PI to float, to fix MSVC warnings for double-to-float conversion. r=roc
|
2014-05-20 12:43:57 -07:00 |
Daniel Holbert
|
e63fdf5095
|
Bug 1012814 part 2: Use size_t instead of uint32_t for nsTArray iteration, in nsTransferable.cpp. r=bjacob
|
2014-05-20 12:43:57 -07:00 |
Daniel Holbert
|
a56b11e89a
|
Bug 1012814 part 1: Use size_t instead of uint32_t, for value compared against nsTArray::NoIndex, in nsTransferable.cpp. r=bjacob
|
2014-05-20 12:43:57 -07:00 |
Masatoshi Kimura
|
e96ea0a9d1
|
Bug 1005619 - Part 1: Add nsIWidget::GetRestoredBounds(). r=roc
|
2014-05-20 16:32:17 +09:00 |
Bas Schouten
|
249d936285
|
Bug 1012198: Allow BasicCompositor to be used on windows. r=BenWa
|
2014-05-18 08:00:09 +02:00 |
Bas Schouten
|
88b9643ff7
|
Bug 1011367: Add Direct3D 11 Gfx feature. r=bjacob
|
2014-05-16 18:16:21 +02:00 |
Benoit Jacob
|
60d536773a
|
Bug 1004098 - Make nsTArray use size_t in its interface (32bitness is fine as an internal detail) - r=froydnj, sr=bsmedberg
|
2014-05-08 21:03:35 -04:00 |
Henri Sivonen
|
34b67bca76
|
Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk.
|
2014-05-08 12:32:00 +03:00 |
Chris Peterson
|
5dabde24e7
|
Bug 1006307 - Fix -Wuninitialized and -Wunused-variable warnings in widget/xpwidgets/GfxInfoBase.cpp. r=bjacob
|
2014-05-05 23:38:24 -07:00 |
Trevor Saunders
|
82879f1da2
|
bug 1003990 - don't undefine NS_IMETHOD_VISIBILITY in nsPrintSession.h r=bsmedberg
|
2014-04-30 14:46:00 -04:00 |
Birunthan Mohanathas
|
5f1fde8824
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
Ryan VanderMeulen
|
d898e2dbcd
|
Backed out changeset d5a514b9a0db (bug 586587) for mochitest failures.
|
2014-04-24 14:48:14 -04:00 |
Ben Davey
|
b9ef4de45a
|
Bug 586587 - Add support for drag and drop of HTML to Firefox. r=jimm
|
2014-04-23 14:58:00 -04:00 |
Maksim Lebedev
|
8d457861b8
|
Bug 979345 - Implement "touch-action: manipulation" CSS value for Pointer Events. r=kats,botond,dbaron,mbrubeck
|
2014-04-23 09:56:46 -04:00 |
Ted Mielczarek
|
c4e9fee5e4
|
Bug 997507 - Fix a few -Wformat warnings in nsIdleService.cpp. r=vlad
|
2014-04-22 11:02:36 -04:00 |
Bill McCloskey
|
204c0f3633
|
Bug 993714 - [e10s] Cache native key bindings in tests (r=masayuki,sr=roc)
|
2014-04-21 13:40:09 -07:00 |
Kartikaya Gupta
|
c1a7eb8c17
|
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
|
389242bc99
|
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
|
9a7a940260
|
Backed out changeset 39296ccf8936 (bug 997014)
|
2014-04-17 08:43:41 +02:00 |
Matt Woodrow
|
92ab7629d8
|
Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc
|
2014-04-17 17:30:45 +12:00 |
Terrence Cole
|
581c606391
|
Bug 959787 - Handlify JS_DefineProperty; r=Waldo, r=bz
--HG--
extra : rebase_source : 87991ed47ed071550af4e4125eea54a66fdb0071
|
2014-01-21 18:11:17 -08:00 |
Jonathan Watt
|
200e95e9eb
|
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 |
Botond Ballo
|
acc40107cc
|
Bug 976605 - Introduce ActiveElementManager. r=kats
--HG--
extra : source : e253ba688a7306f1a18a40c9d3be331f974beb2a
|
2014-04-09 16:21:27 -04:00 |
Ed Morley
|
8c932681e3
|
Backed out changeset 55843a5551ec (bug 976605)
|
2014-04-15 17:45:20 +01:00 |
Botond Ballo
|
0076d9c10f
|
Bug 976605 - Introduce ActiveElementManager. r=kats
--HG--
extra : source : 6a6df3a3bca872fb91bec1e301632adcf1c390e3
|
2014-04-09 16:21:27 -04:00 |
Matt Woodrow
|
b4d6205572
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
Botond Ballo
|
5e5f9350a9
|
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 |
Masayuki Nakano
|
ecab2beca9
|
Bug 993253 Implement DOM InputEvent interface with isComposing attribute r=smaug+ehsan
|
2014-04-10 16:11:37 +09:00 |
Ryan VanderMeulen
|
c59c631795
|
Backed out changeset c81707878977 (bug 974197) for Gaia integration test failures on a CLOSED TREE.
|
2014-04-09 22:14:13 -04:00 |
Matt Woodrow
|
8e7006914b
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
Neil Deakin
|
08f6342c17
|
Bug 610545, arrow panels should animate when opening and when cancelling, r=neil,dao
|
2014-04-08 08:45:52 -04:00 |
Chris Lord
|
6fbca10a4b
|
Bug 990608 - Make tile size configurable. r=tn,nical,bgirard
|
2014-04-04 18:42:44 +01:00 |
Masayuki Nakano
|
d42c98a423
|
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
|
2014-04-03 13:18:38 +09:00 |
Masayuki Nakano
|
a648e11112
|
Bug 990855 part.1 Export TextComposition.h as mozilla/TextComposition.h r=smaug
|
2014-04-03 13:18:37 +09:00 |
Masayuki Nakano
|
3cc4e99fc0
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
|
2014-04-03 13:18:36 +09:00 |
Daniel Holbert
|
56b9988f18
|
Bug 990793: Add #include for nsIPresShell.h to nsBaseWidget.cpp so it doesn't depend indirectly on a separate #ifdeffed include. r=karl
|
2014-04-01 17:21:23 -07:00 |
Masayuki Nakano
|
f6885469a0
|
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
|
2014-04-01 13:09:23 +09:00 |