Trevor Saunders
3533020369
bug 1243077 - add ToXPC{,Document} overloads for proxied accessibles r=davidb
2016-01-27 18:42:44 -05:00
Trevor Saunders
ed7112af70
bug 1243077 - make it possible to get MaiAtkObject::mAccWrap from an AtkObject* without casting to Accessible* or ProxyAccessible* r=davidb
2016-01-27 18:42:44 -05:00
Trevor Saunders
68157e1e81
bug 1243077 - add AccessibleOrProxy::Role() r=davidb
2016-01-27 18:42:44 -05:00
Trevor Saunders
d45bd1dd7a
bug 1243077 - implement xpcAccessible::GetChildCount() for proxied accessibles
...
r=davidb
2016-01-27 18:42:43 -05:00
Trevor Saunders
0f1a4e92f4
bug 1243077 - add AccessibleOrProxy xpcAccessible::IntlGeneric() r=davidb
...
It will be useful to get mIntl without casting it to either Accessible* or
ProxyAccessible*. sadly C++ won't let us overload the name Intl() this way
so for now this method is named IntlGeneric().
2016-01-27 18:42:43 -05:00
Trevor Saunders
a3a485c619
bug 1243077 - add AccessibleOrProxy::ChildCount() r=davidb
2016-01-27 18:42:42 -05:00
Trevor Saunders
eaa9db8267
bug 1243077 - add AccessibleOrProxy::IsNull() r=davidb
2016-01-27 18:42:42 -05:00
David Keeler
e005138b30
bug 1241317 - gather telemetry on prevalence of FIPS r=jcj r=vladan
2016-01-21 11:22:12 -08:00
Xidorn Quan
6414b6b707
Bug 1064843
part 12 - Add test for ::backdrop of fullscreen. r=dholbert
2016-01-28 10:11:00 +11:00
Xidorn Quan
3a0d1ca63a
Bug 1064843
part 11 - Move checkWindowPureColor helper function from top-layer test to WindowSnapshot.js. r=roc
2016-01-28 10:11:00 +11:00
Xidorn Quan
1cb71b430e
Bug 1064843
part 10 - Create and render backdrop frame for top layer frames. r=dbaron
2016-01-28 10:11:00 +11:00
Xidorn Quan
48330126a7
Bug 1064843
part 9 - Change nsCSSFrameConstructor::CreatePlaceholderFrameFor to accept parent style context. r=dbaron
2016-01-28 10:11:00 +11:00
Xidorn Quan
d69da3921b
Bug 1064843
part 8 - Add frame class for backdrop frame. r=dbaron
2016-01-28 10:11:00 +11:00
Xidorn Quan
0790dabaf5
Bug 1064843
part 7 - Add backdrop pseudo-element and add related UA stylesheet. r=heycam
2016-01-28 10:11:00 +11:00
Xidorn Quan
ab8ac72f15
Bug 1064843
part 6 - Add backdrop frame list. r=dholbert
2016-01-28 10:11:00 +11:00
Xidorn Quan
799b5c72ae
Bug 1064843
part 5 - Ensure frames behave properly for unknown child list id passed into SetInitialChildList. r=dholbert
...
Note that nsMathMLContainerFrame and its subclasses are unchanged since
they are not target of fullscreen (and thus no backdrop frame), and they
have an assertion to ensure we really don't pass any unexpected list in.
2016-01-28 10:11:00 +11:00
Xidorn Quan
00dfbf7ea8
Bug 1064843
part 4 - Add a placeholder type for top layer. r=roc
2016-01-28 10:11:00 +11:00
Xidorn Quan
dd1b659d49
Bug 1064843
part 3 - Make nsFormControlFrame inherit nsContainerFrame. r=dholbert
2016-01-28 10:11:00 +11:00
Xidorn Quan
a86ddfa96e
Bug 1064843
part 2 - Make nsSubDocumentFrame inherit nsContainerFrame. r=dholbert
2016-01-28 10:11:00 +11:00
Xidorn Quan
2a554b2d29
Bug 1064843
part 1 - Make nsImageFrame inherit nsContainerFrame. r=dholbert
2016-01-28 10:11:00 +11:00
Bill McCloskey
8ca8881fbd
Bug 1240985 - Stop returning MsgNotAllowed (r=dvander)
2016-01-27 15:09:05 -08:00
Bill McCloskey
24975d7f7e
Bug 1240985 - Check WasTransactionCanceled after timeout (and avoid timing out) (r=dvander)
2016-01-27 15:09:04 -08:00
Bill McCloskey
8f0bef403e
Bug 1240985 - Null out mRecvd if message it corresponds to is cancelled (r=dvander)
2016-01-27 15:09:03 -08:00
Bill McCloskey
7a0bad6cd2
Bug 1240985 - Always enqueue OnMaybeDequeueOne task when receiving a message (r=dvander)
2016-01-27 15:09:01 -08:00
Bill McCloskey
aeb0070222
Bug 1240985 - Hold off processing some messages during timeout (r=dvander)
2016-01-27 15:09:00 -08:00
Bill McCloskey
0858a64049
Bug 1240985 - Make intentional crash happen sooner when cancelling a racy sync message (r=dvander)
2016-01-27 15:08:59 -08:00
Bill McCloskey
88ac0c5d37
Bug 1240985 - Fix some timeout/cancel interactions (r=dvander)
2016-01-27 15:08:58 -08:00
Bill McCloskey
c3bc091a7d
Bug 1240985 - Add mLastError to track sync Send errors better (r=dvander)
2016-01-27 15:08:57 -08:00
Bill McCloskey
3ffdde6465
Bug 1242097 - Support sync module for logging (r=erahm)
2016-01-27 15:08:56 -08:00
Bill McCloskey
463d39f455
Bug 1240985 - Crash when trying to cancel while dispatching urgent message (r=dvander)
2016-01-27 15:08:54 -08:00
Jeff Walden
c5a00d7798
Bug 1242043 - {Array,%TypedArray%}.prototype.{i,lastI}ndexOf should never return -0. r=jorendorff
2016-01-24 23:41:38 -08:00
Jeff Walden
24d3f30ce1
Bug 1243242 - Don't make structured cloning O(n**2) in the size of the transferables array. r=sfink
2016-01-27 12:29:17 -08:00
Jeff Walden
c86cd2047c
Bug 1079844 - Change various non-js/ files/tests/etc. to refer to detaching of ArrayBuffers rather than neutering. (DOM references to "neutering" of DOM things remain as neutering.) r=bz
2016-01-25 18:10:22 -08:00
Jeff Walden
15aa119c65
Bug 1243114 - Convert PromiseCapability::mPromise to a rooted JSObject* instead of a rooted JS::Value. r=bz
2016-01-26 23:26:39 -08:00
Zachary Carter
ee66cd2839
Bug 1210586 - add entrypoint when opening Sync setup from tabs sidebar r=markh
2016-01-27 14:55:02 -08:00
Jonathan Watt
a8cd5c82c3
Bug 893332, part 4 - Crashtests. r=baku
2016-01-27 22:51:54 +00:00
Jonathan Watt
72bd279da0
Bug 893332, part 3 - Don't assert range underflow state under the parser. r=baku
2016-01-27 22:51:54 +00:00
Jonathan Watt
2bc16f206b
Bug 893332, part 2 - Update validity state before asserting range underflow state. r=baku
2016-01-27 22:51:54 +00:00
Jonathan Watt
035df63ef9
Bug 893332, part 1 - Rename misnamed SetValidityState/GetValidityState arguments. r=baku
2016-01-27 22:51:54 +00:00
Zachary Carter
a30da60b4d
Bug 1210586 - Create a Synced tabs sidebar r=markh
2016-01-27 14:40:30 -08:00
Gijs Kruitbosch
f8473972ee
Bug 1226148 - reduce flickering and closing when using the OSK tab key, r=masayuki
2016-01-18 12:14:43 +00:00
Florian Quèze
054dec0958
Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.
2016-01-27 12:50:16 +01:00
Matthew Noorenberghe
b59aaa0a0b
Bug 1243289 - UITour: Remove never used UrlbarCapture code. r=Gijs
2016-01-27 11:56:32 -08:00
Jan Keromnes
6c9842fba9
Bug 1242469 - Remove the "Enable worker debugging (in development)" checkbox from about:debugging. r=ochameau
2016-01-25 07:06:00 +01:00
Maurya Talisetti
7916808792
Bug 1242352 - Add license header to DownloadContentService.java. r=sebastian
2016-01-25 02:20:00 +01:00
Julian Descottes
a6eadf0628
Bug 1242296 - mem. profiler: clear snapshots icon; r=ntim
...
Added a new icon clear.svg, use as clear button for the
memory profiler. Updated title for the button.
2016-01-25 00:40:47 +01:00
Jeffrey Tran
50ed428a18
Bug 555087 - Add check for exception when passing undefined parameter. r=adw
2016-01-20 16:37:00 +01:00
Sebastian Kaspari
2f827778a2
Bug 1241999 - Show snackbar to ask for Storage permission if updater is enabled. r=nalexander
2016-01-22 17:02:22 +01:00
Panos Astithas
a5bb3c4828
Fix misaligned advanced panel in about:certerror (bug 1243310). r=ttaubert
2016-01-27 15:48:53 +02:00
Carsten "Tomcat" Book
06c3e0ec46
Merge mozilla-central to fx-team
2016-01-27 12:12:26 +01:00