Andrew McCreight
|
44945093fb
|
Bug 1073597, part 3 - Lazify creation of the CPOW manager in CpowIdHolder. r=billm
|
2014-10-06 15:45:42 -07:00 |
|
Andrew McCreight
|
4397abb1f4
|
Bug 1073597, part 1 - Don't get a CPOW manager to wrap unless there are CPOWs. r=smaug
|
2014-10-06 15:45:42 -07:00 |
|
Jim Mathies
|
ad73cb6c28
|
Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe
|
2014-09-29 16:11:08 -05:00 |
|
Daniel Holbert
|
fa4545efef
|
Bug 1073716: Use C++ std::abs() instead of C abs(), for non-'int'-typed values, to address clang warning. r=ehsan
|
2014-09-28 09:59:46 -07:00 |
|
Ben Turner
|
141df104d6
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
|
Ryan VanderMeulen
|
405beae114
|
Merge m-c to inbound. a=merge
|
2014-09-25 16:53:41 -04:00 |
|
Dave Townsend
|
4c58cae784
|
Bug 999239: Copy session history when recreating browser element for the remote -> non-remote transition. r=bz, r=felipe, sr=gavin
|
2014-09-25 11:35:45 -07:00 |
|
peter chang
|
dc90ce6554
|
Bug 1020801 - Notify the ScrollViewChange DOM event when APZ starts/stops to change the transform. r=ehsan
|
2014-09-23 06:37:00 -04:00 |
|
Kartikaya Gupta
|
03f5d1a956
|
Bug 1068802 - Some small logging tweaks. r=botond
|
2014-09-19 09:33:54 -04:00 |
|
Andrew McCreight
|
27cfcc7c66
|
Bug 1060526 - Call DestroyWindow() in TabChild::ActorDestroy(). r=smaug
|
2014-09-25 13:01:33 -07:00 |
|
Ben Turner
|
26edfb8667
|
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
|
b3c31c0c49
|
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 |
|
Kartikaya Gupta
|
89afa9eabd
|
Bug 1066185 - Add some more logging in TabChild.cpp. r=smaug
|
2014-09-11 17:25:27 -04:00 |
|
Carsten "Tomcat" Book
|
5f6c6890e7
|
merge mozilla-inbound to mozilla-central a=merge
|
2014-09-09 15:56:53 +02:00 |
|
Kan-Ru Chen (陳侃如)
|
9448d97081
|
Bug 1040561 - Part 5. Initialize mManager in TabChild::Create. r=khuey
|
2014-09-09 16:57:54 +08:00 |
|
"Kan-Ru Chen (陳侃如)"
|
2f6af34c20
|
Bug 997101 - Remove the SetCSSViewport call in TabChild::Observe that needlessly sets a default value that results in a lot of expensive reflow. r=kats
|
2014-09-06 18:02:07 +01:00 |
|
Chris Peterson
|
b3b77faddd
|
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
|
2014-07-21 21:43:21 -07:00 |
|
Bill McCloskey
|
c7b6916c26
|
Bug 1060620 - RequestNotifyAfterRemotePaint can send messages to a dead actor on linux. r=smaug
|
2014-09-04 07:20:45 -05:00 |
|
Dave Townsend
|
ac39d61898
|
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 |
|
Ehsan Akhgari
|
0b2aaa5f23
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
--HG--
extra : rebase_source : 01709017e97fdc96d1d53eb881efc1792118edc4
|
2014-09-01 20:49:25 -04:00 |
|
Phil Ringnalda
|
b656763114
|
Backed out 6 changesets (bug 1060982, bug 1061058, bug 1060987, bug 1061060, bug 1060930) for build bustage
CLOSED TREE
Backed out changeset c23b8418e6be (bug 1060987)
Backed out changeset a8cddc6bdffc (bug 1061060)
Backed out changeset b5af5cbdac3f (bug 1060982)
Backed out changeset 4912d451011a (bug 1060930)
Backed out changeset bdacbf453238 (bug 1061058)
Backed out changeset da6c71a8f5ae (bug 1060987)
|
2014-09-01 16:48:51 -07:00 |
|
Ehsan Akhgari
|
f1391c83bf
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 18:00:53 -04:00 |
|
Kyle Huey
|
6562a577f3
|
Bug 1054929: Don't hand out stale fds from the TabChild cache. r=bent
|
2014-08-27 12:15:30 -07:00 |
|
Wes Kocher
|
c7dd458b8c
|
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)
|
03bd7de621
|
Bug 1047303: use nsITimer to dispatch click and contextmenu event. r=bent
|
2014-08-24 15:16:32 +08:00 |
|
Emma Benoit
|
9feab3bf0f
|
bug 1030741 - Make FrameMetrics::mIsRoot private and add getter/setter methods to manipulate it. r=kats
|
2014-08-23 19:09:10 -04:00 |
|
Valentin Gosu
|
90677f4d7d
|
Bug 786419 - Provide way to "set network offline" per app r=jduell
|
2014-08-23 06:05:56 +03:00 |
|
Kartikaya Gupta
|
8059354fff
|
Bug 912700 - Audit all uses of FrameMetrics::mViewport and wrap it in getter/setters. r=botond
|
2014-08-22 23:18:56 -04:00 |
|
Wes Kocher
|
82c268ae0c
|
Merge m-c to inbound a=merge
|
2014-08-22 17:05:17 -07:00 |
|
Wes Kocher
|
02017e20ed
|
Merge inbound to m-c a=merge
|
2014-08-22 16:47:32 -07:00 |
|
C.J. Ku
|
8d30ee9e6d
|
Bug 974242 - Registry and handle FullZoomChange chrome event in TabChild. r=tn, r=kats
--HG--
extra : rebase_source : 05a700f9071d30b87916ffa949acfed776f21f0c
|
2014-08-21 19:37:00 -04:00 |
|
peter chang
|
9bca72bc16
|
Bug 1054901 - Add AsyncPanZoomStarted/Stopped notifications to scroll observers. r=roc
|
2014-08-22 04:32:00 -04:00 |
|
Matt Woodrow
|
4d7eebfb5f
|
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 |
|
Miranda Emery
|
1d4bafaf30
|
Bug 957445: Part 3 - combines nsIScrollbarOwner with nsIScrollbarMediator, r=mats
|
2014-02-14 19:40:53 +13:00 |
|
Bobby Holley
|
7c7704aa07
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 18:47:15 -07:00 |
|
Ryan VanderMeulen
|
7c3098f03b
|
Backed out changesets 5b1a3161f614, 17a9673ed782, and a9b8c346d295 (bug 1052052) for B2G non-unified bustage.
|
2014-08-14 17:23:10 -04:00 |
|
Bobby Holley
|
e5da39b71b
|
Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor
|
2014-08-14 12:54:34 -07:00 |
|
Evelyn Hung
|
2de8fdc9d0
|
Bug 1044960 - Remove unnecessary lines from TabChild.cpp. r=kats
|
2014-08-07 22:10:00 -04:00 |
|
Wes Kocher
|
ea2ca055ae
|
Merge m-c to inbound on a CLOSED TREE
|
2014-08-08 14:15:34 -07:00 |
|
Kartikaya Gupta
|
a349c28e19
|
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 |
|
Kershaw Chang
|
d36554005c
|
Bug 1041425 - Enable fast-path dispatch when sending touch event to nested oop iframe. r=smaug
|
2014-08-08 00:34:00 -04:00 |
|
Shih-Chiang Chien
|
678ac7565c
|
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
|
00dac32040
|
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
|
28470a7734
|
Merge m-c to fx-team on a CLOSED TREE
|
2014-08-05 17:38:06 -07:00 |
|
Ehsan Akhgari
|
2a5cde4a07
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
|
Kartikaya Gupta
|
eea46e2278
|
Bug 1046292 - Add a max-wait timeout to TaskThrottler to robustify against it getting stuck. r=botond
|
2014-07-31 09:04:34 -04:00 |
|
David Parks
|
3c4c1db3a0
|
Bug 1009628 - Part 1: Need mozAfterRemotePaint event for remote iframes. r=smaug.
|
2014-05-23 11:19:00 -07:00 |
|
Mike Conley
|
196f066eaf
|
Backed out changeset 249413f56629 (bug 1009628) for causing permanent orange.
|
2014-08-05 14:53:58 -04:00 |
|
David Parks
|
01c5ac800b
|
Bug 1009628 - Part 1: Need mozAfterRemotePaint event for remote iframes. r=smaug.
|
2014-05-23 11:19:00 -07:00 |
|
Kartikaya Gupta
|
653612f499
|
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 |
|