Commit Graph

281998 Commits

Author SHA1 Message Date
Trevor Saunders
398ee8a5d3 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
624ec68fbe bug 1243077 - add AccessibleOrProxy::ChildCount() r=davidb 2016-01-27 18:42:42 -05:00
Trevor Saunders
6b47fdb58d bug 1243077 - add AccessibleOrProxy::IsNull() r=davidb 2016-01-27 18:42:42 -05:00
David Keeler
9614bd18b8 bug 1241317 - gather telemetry on prevalence of FIPS r=jcj r=vladan 2016-01-21 11:22:12 -08:00
Xidorn Quan
c206f05b82 Bug 1064843 part 12 - Add test for ::backdrop of fullscreen. r=dholbert 2016-01-28 10:11:00 +11:00
Xidorn Quan
09d5d48035 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
4da30c76f3 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
c922be5727 Bug 1064843 part 9 - Change nsCSSFrameConstructor::CreatePlaceholderFrameFor to accept parent style context. r=dbaron 2016-01-28 10:11:00 +11:00
Xidorn Quan
291cbbe2de Bug 1064843 part 8 - Add frame class for backdrop frame. r=dbaron 2016-01-28 10:11:00 +11:00
Xidorn Quan
8b6c461a0c 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
9f9c864b25 Bug 1064843 part 6 - Add backdrop frame list. r=dholbert 2016-01-28 10:11:00 +11:00
Xidorn Quan
f716c1607f 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
07baf2aeef Bug 1064843 part 4 - Add a placeholder type for top layer. r=roc 2016-01-28 10:11:00 +11:00
Xidorn Quan
08414ca58e Bug 1064843 part 3 - Make nsFormControlFrame inherit nsContainerFrame. r=dholbert 2016-01-28 10:11:00 +11:00
Xidorn Quan
c92be4786a Bug 1064843 part 2 - Make nsSubDocumentFrame inherit nsContainerFrame. r=dholbert 2016-01-28 10:11:00 +11:00
Xidorn Quan
6b925fbaf9 Bug 1064843 part 1 - Make nsImageFrame inherit nsContainerFrame. r=dholbert 2016-01-28 10:11:00 +11:00
Bill McCloskey
15aaacf353 Bug 1240985 - Stop returning MsgNotAllowed (r=dvander) 2016-01-27 15:09:05 -08:00
Bill McCloskey
a383464ad8 Bug 1240985 - Check WasTransactionCanceled after timeout (and avoid timing out) (r=dvander) 2016-01-27 15:09:04 -08:00
Bill McCloskey
016df2f3b6 Bug 1240985 - Null out mRecvd if message it corresponds to is cancelled (r=dvander) 2016-01-27 15:09:03 -08:00
Bill McCloskey
b22cfd79c7 Bug 1240985 - Always enqueue OnMaybeDequeueOne task when receiving a message (r=dvander) 2016-01-27 15:09:01 -08:00
Bill McCloskey
a8e2fb2a83 Bug 1240985 - Hold off processing some messages during timeout (r=dvander) 2016-01-27 15:09:00 -08:00
Bill McCloskey
e9a1d561ef 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
bf2403661e Bug 1240985 - Fix some timeout/cancel interactions (r=dvander) 2016-01-27 15:08:58 -08:00
Bill McCloskey
899da06b3b Bug 1240985 - Add mLastError to track sync Send errors better (r=dvander) 2016-01-27 15:08:57 -08:00
Bill McCloskey
6fa6e4a7ff Bug 1242097 - Support sync module for logging (r=erahm) 2016-01-27 15:08:56 -08:00
Bill McCloskey
c18e489aeb Bug 1240985 - Crash when trying to cancel while dispatching urgent message (r=dvander) 2016-01-27 15:08:54 -08:00
Jeff Walden
ff5e003782 Bug 1242043 - {Array,%TypedArray%}.prototype.{i,lastI}ndexOf should never return -0. r=jorendorff 2016-01-24 23:41:38 -08:00
Jeff Walden
21a6a80d13 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
83cfb1f226 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
49d3b8f6d6 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
0f28b77a61 Bug 1210586 - add entrypoint when opening Sync setup from tabs sidebar r=markh 2016-01-27 14:55:02 -08:00
Jonathan Watt
3c30f4ed90 Bug 893332, part 4 - Crashtests. r=baku 2016-01-27 22:51:54 +00:00
Jonathan Watt
b433ac2581 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
e68a4be501 Bug 893332, part 2 - Update validity state before asserting range underflow state. r=baku 2016-01-27 22:51:54 +00:00
Jonathan Watt
4ab009317d Bug 893332, part 1 - Rename misnamed SetValidityState/GetValidityState arguments. r=baku 2016-01-27 22:51:54 +00:00
Zachary Carter
78976ed5bb Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
Nicholas Nethercote
c2259a1f21 Bug 1239864 (part 11) - Remove the old rect iterators. r=roc. 2016-01-14 14:57:50 -08:00
Nicholas Nethercote
a96ca0d9e4 Bug 1239864 (part 10) - Use the new rect iterators in view/ and widget/. r=roc. 2016-01-18 17:20:59 -08:00
Nicholas Nethercote
47b71fd82c Bug 1239864 (part 9) - Use the new rect iterators in layout/ and ipc/. r=dholbert. 2016-01-18 17:20:59 -08:00
Nicholas Nethercote
65d92fa1b7 Bug 1239864 (part 8) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Nicholas Nethercote
4422c20006 Bug 1239864 (part 7) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Nicholas Nethercote
7d9b18f607 Bug 1239864 (part 6) - Use the new rect iterators in gfx/. r=nical. 2016-01-18 17:20:58 -08:00
Timothy Nikkel
d9d0c5534d Bug 1241729. Add crashtest. 2016-01-27 16:19:34 -06:00
Timothy Nikkel
eab3ad34ff Bug 1241728. Add crashtest. 2016-01-27 16:19:34 -06:00
Timothy Nikkel
85407c8001 Bug 1241728. Limit the size of images that we will downscale from to 1048576 pixels. r=edwin
This avoids spending too much cpu/memory downscaling absolutely huge images.
2016-01-27 16:19:33 -06:00
Nathan Froyd
f0120a0e3a Bug 1243488 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in uriloader/exthandler/; r=bz 2015-12-06 10:47:18 -05:00
Terrence Cole
5f99f6bb73 Bug 1007136 - Ensure malloc/free always match when using JSAutoByteString; r=bz 2016-01-26 14:53:38 -08:00
Terrence Cole
f8e73763f6 Bug 1234862 - Part 5: Rename DefaultGCPolicy to GCPolicy; r=sfink 2016-01-26 12:53:35 -08:00
Terrence Cole
f1807f53a0 Bug 1234862 - Part 4: Always use DefaultGCPolicy for TraceableFifo; r=sfink 2016-01-25 11:12:13 -08:00
Terrence Cole
b3594e3e78 Bug 1234862 - Part 3: Always use DefaultGCPolicy for GCHashTables; r=sfink 2016-01-25 08:43:53 -08:00