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 |
Andrea Marchesini
|
0f67e8fe14
|
Bug 969201 - HTMLLinkElement sizes attribute, f=ms2ger, r=bz
|
2014-04-17 12:50:54 +01:00 |
Carsten "Tomcat" Book
|
21b6174004
|
Merge m-c to mozilla-inbound
|
2014-04-17 12:53:05 +02:00 |
Carsten "Tomcat" Book
|
064329fc1f
|
merge b2g-inbound to mozilla-central
|
2014-04-17 12:50:37 +02:00 |
Shawn Huang
|
596cc5decf
|
Bug 994411 - [bluez] Ignore pending MO call index, while making MO call with bluetooth headset, r=echou
|
2014-04-17 14:26:35 +08:00 |
Reuben Morais
|
47e40e84a8
|
Bug 994448 - Make test_contacts_blobs.html test the data that comes from the Contacts API. r=gwagner
|
2014-04-17 00:35:45 -03:00 |
Vicamo Yang
|
a6a0bf33cf
|
Bug 995844: retrieve mozMobileConnection from 'workingFrame' in mobileconnect marionette tests. r=echen
|
2014-04-17 11:22:38 +08:00 |
Ryan VanderMeulen
|
1f835d29a3
|
Merge m-c to b2g-inbound.
|
2014-04-16 22:54:15 -04:00 |
Ryan VanderMeulen
|
4d41f21159
|
Merge b2g-inbound to m-c.
|
2014-04-16 22:22:45 -04:00 |
Fabrice Desré
|
41b67427e6
|
Bug 996912 - [B2G] Apps will close after the user initiates a BT transfer to another phone r=gene a=v1.3t+
|
2014-04-17 10:03:02 +08:00 |
Mike Habicher
|
1f2a99f065
|
Bug 990761 - handle HDR sending us more than one picture, r=dhylands
|
2014-04-16 21:46:36 -04:00 |
Ryan VanderMeulen
|
565416fed7
|
Backed out 3 changesets (bug 996474, bug 996831) for B2G bustage on a CLOSED TREE.
Backed out changeset 8f98a4c2257f (bug 996831)
Backed out changeset 7acce569bd84 (bug 996831)
Backed out changeset 1845b09c7578 (bug 996474)
|
2014-04-16 19:31:41 -04:00 |
Ryan VanderMeulen
|
74b5f3ee46
|
Backed out changesets c674dc13ef85 and 0b3a14bbfd81 (bug 995295) for mochitest-2 crashes.
CLOSED TREE
|
2014-04-16 16:51:07 -04:00 |
Gabor Krizsanits
|
b7b0c47e44
|
Bug 996069 - Part3: Stop inheriting nsEP when window.open is called. r=bz
|
2014-04-16 22:29:57 +02:00 |
Boris Zbarsky
|
66aea42178
|
Bug 996831 followup to fix silly gcc build bustage and reopen the CLOSED TREE
|
2014-04-16 16:17:01 -04:00 |
Nils Ohlmeier [:drno]
|
969d5ff514
|
Bug 989936 - fire the onsignalingstatechanged event if close was called locally. r=jesup
|
2014-04-16 18:02:00 +02:00 |
Boris Zbarsky
|
0a264f2ae0
|
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
|
2014-04-15 22:58:44 -04:00 |
Boris Zbarsky
|
2fae976df2
|
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
|
2014-04-16 15:09:23 -04:00 |
Ryan VanderMeulen
|
409739427a
|
Backed out changesets df5a68af3d30 and 6acacaa75fad (bug 995295) for bustage.
CLOSED TREE
|
2014-04-16 15:46:18 -04:00 |
Boris Zbarsky
|
9523850626
|
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Boris Zbarsky
|
5b38f6c7c1
|
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Boris Zbarsky
|
a7c5bc888a
|
Bug 996911. Make nsIDOMXUL*Element not inherit from nsIDOMXULElement, so we can make the latter noscript. r=smaug
|
2014-04-16 15:13:41 -04:00 |
Boris Zbarsky
|
3bf69c3c8e
|
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
|
2014-04-15 22:58:44 -04:00 |
Boris Zbarsky
|
270f02c703
|
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
|
2014-04-16 15:09:23 -04:00 |
Boris Zbarsky
|
d05a92fd80
|
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Boris Zbarsky
|
78577315be
|
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Bobby Holley
|
50e05dac95
|
Bug 997067 - Remove the special behavior for chrome navigating non-chrome windows. r=bz
Considering what is actually done with sourceWindow here, I don't think this
check is doing anything useful in the modern world.
|
2014-04-17 00:02:36 -07:00 |
Bobby Holley
|
5c862b968a
|
Bug 997067 - Build BuildURIFromBase into SecurityCheckURL and condense logic. r=bz
This has a tiny behavior change in the case of self-navigation by a non-current
inner, but I think that the new behavior is more correct.
|
2014-04-17 00:02:36 -07:00 |
Boris Zbarsky
|
953a658c3a
|
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
|
2014-04-15 22:58:44 -04:00 |
Boris Zbarsky
|
18e042fde3
|
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
|
2014-04-16 15:09:23 -04:00 |
Fabrice Desré
|
cb459d7239
|
Bug 996384 - WebappsApplication#clearBrowserData should not clear app's alarms from mozAlarms r=gene,nsm
|
2014-04-16 10:48:01 -07:00 |
Szu-Yu Chen [:aknow]
|
a7f1b68392
|
Bug 990472 - Part 3: Test case. r=hsinyi
|
2014-04-16 10:26:51 -04:00 |
Szu-Yu Chen [:aknow]
|
b6b83efb6c
|
Bug 990472 - Part 2: Add check for more than 2 calls on line. r=hsinyi
|
2014-04-16 10:26:50 -04:00 |
Szu-Yu Chen [:aknow]
|
fc9794e555
|
Bug 990472 - Part 1: Refactor: check of call on other client. r=hsinyi
|
2014-04-16 10:26:50 -04:00 |
Nicholas Nethercote
|
36eabab2d0
|
Bug 996989 - Remove unneeded import of PopupNotifications.jsm in PeerConnection.js. r=jib.
|
2014-04-16 21:09:02 -07:00 |
Edgar Chen
|
1270904041
|
Bug 996409 - Part 2: Marionette test for 'network-active-changed'. r=hsinyi
|
2014-04-14 18:15:20 +08:00 |
Edgar Chen
|
262a562e8e
|
Bug 996409 - Part 1: 'network-active-changed' doesn't be propagated if active becomes to null. r=hsinyi
|
2014-04-11 17:30:16 +08:00 |
Carsten "Tomcat" Book
|
0e443a27d3
|
Merge m-c to b2g-i
|
2014-04-16 15:20:23 +02:00 |
Carsten "Tomcat" Book
|
78155b43bc
|
merge b2g-inbound to mozilla-central
|
2014-04-16 15:12:44 +02:00 |
Carsten "Tomcat" Book
|
83c84303ea
|
Backed out changeset b1e04ec8d283 (bug 942367) for mochitest 3 test failures
|
2014-04-16 09:54:49 +02:00 |
Carsten "Tomcat" Book
|
e285a213e7
|
Backed out changeset e6c72bcaa64c (bug 942367)
|
2014-04-16 09:54:31 +02:00 |
Thomas Zimmermann
|
b340776270
|
Bug 904588: Convert MozIccManager to WebIDL, r=htsai, r=smaug
--HG--
rename : dom/icc/interfaces/nsIDOMIccManager.idl => dom/webidl/MozIccManager.webidl
|
2014-04-16 09:30:28 +02:00 |
Thomas Zimmermann
|
699fb909f8
|
Bug 904588: Fix whitespace errors, r=smaug
|
2014-04-16 09:30:26 +02:00 |
Olli Pettay
|
31a6de52da
|
Bug 996677 - Incorrect call DeviceRotationRate() ctor from another one. r=VYV03354
|
2014-04-15 10:59:00 +02:00 |
Martin Thomson
|
d27d0a86fc
|
Bug 942367 - Stream isolation for WebRTC. r=jib,bholley
|
2014-04-15 14:36:00 +02:00 |
Martin Thomson
|
eff21218fb
|
Bug 942367 - WebIDL changes for peerIdentity constraint. r=jib
|
2014-04-15 13:45:00 +02:00 |
Randell Jesup
|
494e3f21b4
|
Bug 993495: Update MediaManager UI r=jesup,florian,smaug
|
2014-04-16 02:22:19 -04:00 |
Chuck Lee
|
7a664e9511
|
Bug 989717 - Handle enabling and disabling state properly. r=vchang
|
2014-04-15 11:43:51 +08:00 |
Ryan VanderMeulen
|
fa7c5ad357
|
Merge inbound to m-c.
|
2014-04-15 23:26:35 -04:00 |
Kyle Huey
|
0caafcc2f0
|
Bug 991812: B2G Fixups CLOSED TREE. r=me
|
2014-04-15 15:30:00 -07:00 |