Olli Pettay
|
5524bedbd4
|
Bug 1003046 - ContentChild::RecvPBrowserConstructor should not call SendGetProcessAttributes(), r=fabrice,khuey
|
2014-06-04 00:15:27 +03:00 |
|
Kartikaya Gupta
|
39908cc601
|
Bug 1004266 - Guard against a possible null outerWindow. rs=smaug
|
2014-06-03 11:59:53 -04:00 |
|
Phoebe Chang
|
943fc38329
|
Bug 924692 - Part 4: Hooks up event handling to TouchCaret; r=roc, bugs
|
2014-06-03 15:08:54 +08:00 |
|
Matt Woodrow
|
598b361ff8
|
Bug 854421 - Part 1: Add a transaction id number to DidComposite. r=nical
|
2014-05-29 09:42:14 +12:00 |
|
Botond Ballo
|
5e4ee6b555
|
Bug 1016682 - Make TabChild's initial zoom calculation consistent with APZ. r=kats
|
2014-05-29 13:20:02 -04:00 |
|
Mike Conley
|
3d1a60d674
|
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
|
510bb7eb35
|
Backed out changeset f1068bf18e64 (bug 978913) for bustage on most platforms.
CLOSED TREE
|
2014-05-22 16:39:46 -04:00 |
|
Mike Conley
|
aed81296e1
|
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 |
|
Olli Pettay
|
4c3debd8b0
|
Bug 1003041 - Merge PRenderFrame() and InitRenderFrame() to avoid extra sync child->parent messaging. r=billm
|
2014-05-08 16:04:00 +02:00 |
|
Benoit Jacob
|
2e1ef0025a
|
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 |
|
Ben Turner
|
cbfda3bd61
|
Bug 1007320 - Release canceled fd callbacks earlier, r=jduell.
|
2014-05-07 16:09:37 -07:00 |
|
Ben Turner
|
85f9068257
|
Bug 918595 - Close all cached file descriptors on TabChild shutdown, r=jduell.
|
2014-05-07 12:03:48 -07:00 |
|
Ben Kelly
|
a48cbf390d
|
Bug 1004630: Make TabChild inherit mRefCnt from TabChildBase to fix CC leak. r=smaug
|
2014-05-06 20:11:20 -04:00 |
|
Botond Ballo
|
98bebf3b13
|
Bug 1005378 - Have TabChild create a view ID for the document element if one doesn't already exist. r=kats
|
2014-05-05 15:06:28 -04:00 |
|
Olli Pettay
|
a51cf37454
|
Bug 1005089, let touch.target be null, r=bz
|
2014-05-05 13:48:50 +03:00 |
|
Botond Ballo
|
f322624106
|
Bug 993930 - Do not assume TabChild::mInnerSize being (0, 0) means it's never been initialized. r=kats
|
2014-04-25 11:40:23 -04:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
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 |
|
Birunthan Mohanathas
|
4de1915f30
|
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
|
2014-04-25 12:49:00 -04:00 |
|
Kartikaya Gupta
|
e7ad81b42f
|
Bug 999162 - Don't set the first-paint flag on a location change on the same document. r=drs
|
2014-04-24 11:40:00 +02:00 |
|
Bobby Holley
|
6111dfc390
|
Bug 999213 - Remove now-unnecessary cleanup logic in ~TabChild. r=smaug
|
2014-04-22 14:26:45 -07:00 |
|
Bobby Holley
|
d9a150c304
|
Bug 999213 - Make TabChildGlobal::mTabChild a strong reference and cycle-collect it. r=smaug
|
2014-04-22 14:26:45 -07:00 |
|
Bobby Holley
|
568bd8f32d
|
Bug 999213 - Make TabChildBase implement nsISupports and cycle-collect it. r=smaug
|
2014-04-22 14:26:45 -07:00 |
|
Bill McCloskey
|
ef7676b117
|
Bug 993714 - [e10s] Cache native key bindings in tests (r=masayuki,sr=roc)
|
2014-04-21 13:40:09 -07:00 |
|
Kartikaya Gupta
|
e7e7d59c58
|
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 |
|
Botond Ballo
|
f3ea1a207f
|
Bug 976605 - Hook up TabChild to the ActiveElementManager. r=kats
--HG--
extra : source : 857c93cae53b3900015a402a1f246dd1355b8cee
|
2014-04-09 15:16:16 -04:00 |
|
Botond Ballo
|
e235befc24
|
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
|
6a0c514644
|
Backed out changeset d5c38470ac06 (bug 976605)
|
2014-04-15 17:45:48 +01:00 |
|
Ed Morley
|
1bf4d81799
|
Backed out changeset 5fb0bcdb92d5 (bug 976605)
|
2014-04-15 17:45:17 +01:00 |
|
Botond Ballo
|
a5c2c5711b
|
Bug 976605 - Hook up TabChild to the ActiveElementManager. r=kats
--HG--
extra : source : 3589bda462816f0d40a7e77bc9060a9d3124d3bb
|
2014-04-09 15:16:16 -04:00 |
|
Botond Ballo
|
87beae3674
|
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 |
|
Alexandre Poirot
|
21d280d8e3
|
Bug 992778 - Set docshell.chromeEventHandler in child processes. r=bz
|
2014-04-09 07:15:00 +02:00 |
|
Matt Woodrow
|
cde7f29c88
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Ryan VanderMeulen
|
5de13f836a
|
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
|
23d9392934
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Masayuki Nakano
|
54d409dfca
|
Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
|
2014-04-01 15:13:50 +09:00 |
|
Kartikaya Gupta
|
31afc0a194
|
Bug 948377 - Remove unwanted rounding in CalculateCompositedRectInCssPixels; add a CalculateCompositedSizeInCssPixels also. r=botond
|
2014-03-28 10:36:47 -04:00 |
|
Neil Rashbrook
|
d8a22dc73a
|
Bug 514280 Remove concrete classes from interface maps r=bsmedberg
|
2014-03-28 08:40:13 +00:00 |
|
Ryan VanderMeulen
|
3e14ec93b2
|
Merge m-c to inbound.
|
2014-03-26 23:09:54 -04:00 |
|
Fabrice Desré
|
564fd419ad
|
Bug 982491 - Group apps in activities chains in the same process r=cervantes,gene
|
2014-03-25 21:56:35 -07:00 |
|
Birunthan Mohanathas
|
cbaedea4c8
|
Bug 987320 - Remove unnecessary null checks for do_QueryFrame arguments. r=bz
|
2014-03-25 11:36:49 -04:00 |
|
Tatiana Meshkova
|
c33a649a4a
|
Bug 985817 - Move some TabChild functionality into base class to be reusable in Embedlite implementation. r=kats
|
2014-03-24 19:28:46 -07:00 |
|
Chadd Williams
|
1035df8afc
|
Bug 980493 - Transition FrameMetrics::mScrollId to use a getter/setter. r=botond
--HG--
extra : histedit_source : 1c84496d4b61f019e6e6cc24591ee3a10434e4cc
|
2014-03-21 17:48:08 -04:00 |
|
Timothy Nikkel
|
2313119109
|
Bug 957668. Calculate and set display ports as margins in layer pixels. r=kats
|
2014-03-26 21:46:24 -04:00 |
|
Timothy Nikkel
|
d536014142
|
Bug 986413. Limit composition bounds used for display port calculation to root composition bounds. r=kats
|
2014-03-26 19:24:25 -04:00 |
|
Tom Schuster
|
080f940e4c
|
Bug 977904 - [e10s] Get native key bindings working. r=masayuki
|
2014-03-20 16:46:29 +01:00 |
|
Bill McCloskey
|
91c22489aa
|
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
|
2014-03-18 08:16:47 -07:00 |
|
Masayuki Nakano
|
a7a5e56dd5
|
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
|
2014-03-17 15:56:53 +09:00 |
|
Kyle Huey
|
510a49016d
|
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
|
2014-03-15 12:00:15 -07:00 |
|
Botond Ballo
|
81f6add29a
|
Bug 980493 - Transition FrameMetrics::mZoom to use a getter/setter. r=kats
|
2014-03-12 12:46:57 -04:00 |
|
Botond Ballo
|
c169aeed9c
|
Bug 980493 - Transition FrameMetrics::mScrollOffset to use a getter/setter. r=kats
|
2014-03-13 02:34:34 -04:00 |
|