Ben Turner
|
68190e91be
|
Backout bug 994190 and merge over some stuff that landed afterwards on a CLOSED TREE.
|
2014-09-17 19:36:01 -04:00 |
|
Ben Turner
|
c6ede83e24
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
--HG--
rename : dom/indexedDB/ipc/SerializationHelpers.h => dom/indexedDB/SerializationHelpers.h
rename : dom/indexedDB/ipc/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-child-process.js
rename : dom/indexedDB/test/unit/head.js => dom/indexedDB/test/unit/xpcshell-head-parent-process.js
rename : dom/ipc/Blob.h => dom/ipc/BlobParent.h
rename : dom/ipc/FileDescriptorSetChild.cpp => ipc/glue/FileDescriptorSetChild.cpp
rename : dom/ipc/FileDescriptorSetChild.h => ipc/glue/FileDescriptorSetChild.h
rename : dom/ipc/FileDescriptorSetParent.cpp => ipc/glue/FileDescriptorSetParent.cpp
rename : dom/ipc/FileDescriptorSetParent.h => ipc/glue/FileDescriptorSetParent.h
rename : dom/ipc/PFileDescriptorSet.ipdl => ipc/glue/PFileDescriptorSet.ipdl
|
2014-09-13 12:12:19 -04:00 |
|
Dave Townsend
|
76d802b026
|
Bug 961867: Pass app tab status to child processes and allow onBeforeLinkTraversal to work there. r=smaug, r=felipe
|
2014-09-02 17:43:08 -04:00 |
|
Wes Kocher
|
13400b0b51
|
Backed out changeset 1ed271ffb59c (bug 786419) bug causing bug 786419 a=backout
|
2014-08-26 16:34:46 -07:00 |
|
Patrick Wang(Chih-Kai Wang)
|
813734a349
|
Bug 1047303: use nsITimer to dispatch click and contextmenu event. r=bent
|
2014-08-24 15:16:32 +08:00 |
|
Valentin Gosu
|
88cded52b3
|
Bug 786419 - Provide way to "set network offline" per app r=jduell
|
2014-08-23 06:05:56 +03:00 |
|
Trevor Saunders
|
b6b2d4b019
|
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
|
2014-08-05 13:33:55 -04:00 |
|
Matt Woodrow
|
39d0f7f70c
|
Bug 1056427 - Stop PRenderFrame from managing PLayerTransaction since it hasn't worked since the layers refactoring. r=roc
--HG--
extra : rebase_source : 38c86648bb8e59a6b992bd377acb9aacb418c98b
|
2014-08-22 12:16:44 +12:00 |
|
Wes Kocher
|
9d6d4afc15
|
Merge m-c to inbound on a CLOSED TREE
|
2014-08-08 14:15:34 -07:00 |
|
Kartikaya Gupta
|
ec0e08b0be
|
Bug 1045824 - Use nsIntRect for passing around a value that is not in app units. r=smaug
|
2014-08-08 13:23:50 -04:00 |
|
Shih-Chiang Chien
|
a48ef7bb34
|
Bug 1045975 - Use nsIDOMWindowUtils.askPermission in all types of permission request. r=smaug
--HG--
extra : rebase_source : 4a6a3c484373759b6d553e4821f3c43af41d0239
|
2014-08-01 15:22:20 +08:00 |
|
Kartikaya Gupta
|
254f0849dd
|
Bug 1042959 - Ensure that we always use the actual old screen size in HandlePossibleViewportChange. r=botond
|
2014-08-06 12:41:05 -04:00 |
|
Wes Kocher
|
3ab8654106
|
Merge m-c to fx-team on a CLOSED TREE
|
2014-08-05 17:38:06 -07:00 |
|
Ehsan Akhgari
|
a7206dd7d4
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
|
David Parks
|
fefab1a57d
|
Bug 1009628 - Part 1: Need mozAfterRemotePaint event for remote iframes. r=smaug.
|
2014-05-23 11:19:00 -07:00 |
|
Mike Conley
|
1a2aa88eae
|
Backed out changeset 249413f56629 (bug 1009628) for causing permanent orange.
|
2014-08-05 14:53:58 -04:00 |
|
David Parks
|
9b63074ab1
|
Bug 1009628 - Part 1: Need mozAfterRemotePaint event for remote iframes. r=smaug.
|
2014-05-23 11:19:00 -07:00 |
|
Kartikaya Gupta
|
d91bd37cd7
|
Bug 1016481 - Defer calling ActiveElementManager::HandleTouchEnd until after we know whether the touch-end was cancelled. r=botond
|
2014-07-29 11:59:19 -04:00 |
|
Kartikaya Gupta
|
833bde5985
|
Bug 1016481 - Allow touch-end events to be cancelled and have them prevent dispatching click events. r=smaug
|
2014-07-29 11:59:19 -04:00 |
|
Kartikaya Gupta
|
ab89c0d80a
|
Bug 1043022 - Back out bug 1016481 for making it hard to click things in the browser. r=me
|
2014-07-24 07:57:53 -04:00 |
|
Morris Tseng
|
a584362cb4
|
Bug 1041451 - If we have pending response in RecvHandleLongTap, submit this response first. r=kats
|
2014-07-21 20:48:00 +02:00 |
|
Kartikaya Gupta
|
d0a407b15f
|
Bug 1016481 - Prevent dispatching a click when the touch-end event is cancelled. r=smaug r=botond
|
2014-07-17 22:24:23 -04:00 |
|
Tom Schuster
|
4e27ccd62e
|
Bug 673569 - Let each frame script have its own scope (r=smaug)
|
2014-06-13 19:56:38 +02:00 |
|
Kartikaya Gupta
|
8567440b79
|
Bug 1009733 - Rewrite much of the APZC input block handling code. r=botond
|
2014-07-16 08:33:50 -04:00 |
|
Benoit Jacob
|
66530c3e02
|
Bug 1035394 - Fix dangerous public destructors in dom - r=ehsan
|
2014-07-08 17:23:17 -04:00 |
|
Benoit Jacob
|
84b13c683d
|
Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan
|
2014-06-23 15:56:07 -04:00 |
|
"Kan-Ru Chen (陳侃如)"
|
7df84372ff
|
Bug 879475 - Part 006. Fix http auth prompts for nested content processes r=honzab
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
|
2014-06-11 13:44:36 +08:00 |
|
"Kan-Ru Chen (陳侃如)"
|
54d6af82e8
|
Bug 879475 - Part 002. Add an nsIContentChild api r=jlebar
Based on original patch by David Zbarsky <dzbarsky@gmail.com>
|
2014-06-11 13:44:06 +08:00 |
|
Morris Tseng
|
2f80cfb047
|
Bug 987718 - Part 4: Send MOZ_LONGTAP event when long tap fired; r=bugs
|
2014-06-04 22:56:00 +02:00 |
|
Matt Woodrow
|
642e1c199e
|
Bug 854421 - Part 1: Add a transaction id number to DidComposite. r=nical
|
2014-05-29 09:42:14 +12:00 |
|
Botond Ballo
|
89fd955e8c
|
Bug 1016682 - Make TabChild's initial zoom calculation consistent with APZ. r=kats
|
2014-05-29 13:20:02 -04:00 |
|
Mike Conley
|
6f1e8b32fb
|
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
|
8687f8b970
|
Backed out changeset f1068bf18e64 (bug 978913) for bustage on most platforms.
CLOSED TREE
|
2014-05-22 16:39:46 -04:00 |
|
Mike Conley
|
6bfe830af6
|
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
|
f3f6ce7d94
|
Bug 1003041 - Merge PRenderFrame() and InitRenderFrame() to avoid extra sync child->parent messaging. r=billm
|
2014-05-08 16:04:00 +02:00 |
|
Ben Kelly
|
39ad0ce5fb
|
Bug 1004630: Make TabChild inherit mRefCnt from TabChildBase to fix CC leak. r=smaug
|
2014-05-06 20:11:20 -04:00 |
|
Botond Ballo
|
44e5cab7d5
|
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 |
|
Bobby Holley
|
ff7b9d1f55
|
Bug 999213 - Make TabChildGlobal::mTabChild a strong reference and cycle-collect it. r=smaug
|
2014-04-22 14:26:45 -07:00 |
|
Bobby Holley
|
57b7c6bcec
|
Bug 999213 - Make TabChildBase implement nsISupports and cycle-collect it. r=smaug
|
2014-04-22 14:26:45 -07:00 |
|
Bill McCloskey
|
2c27b09e99
|
Bug 993714 - [e10s] Cache native key bindings in tests (r=masayuki,sr=roc)
|
2014-04-21 13:40:09 -07: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 |
|
Botond Ballo
|
8e11bdc3c1
|
Bug 976605 - Hook up TabChild to the ActiveElementManager. r=kats
--HG--
extra : source : 857c93cae53b3900015a402a1f246dd1355b8cee
|
2014-04-09 15:16:16 -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
|
89eada0a01
|
Backed out changeset 5fb0bcdb92d5 (bug 976605)
|
2014-04-15 17:45:17 +01:00 |
|
Botond Ballo
|
f7c2da45f8
|
Bug 976605 - Hook up TabChild to the ActiveElementManager. r=kats
--HG--
extra : source : 3589bda462816f0d40a7e77bc9060a9d3124d3bb
|
2014-04-09 15:16:16 -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 |
|
Ryan VanderMeulen
|
14d6d2857b
|
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
|
95f78d68ad
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|