Dan Mosedale
|
e776c2c134
|
Bug 830942 - Make VideoEngine attach to JVM on Android to support getUserMedia video capture. r=blassey
|
2013-02-09 14:20:03 -08:00 |
|
Dan Mosedale
|
234e7fa798
|
Bug 830935 - Add a method for getting Fennec's Activity Context from AndroidBridge. r=blassey
|
2013-02-09 13:38:08 -08:00 |
|
Dan Mosedale
|
90422b48aa
|
Bug 839836 - Add an alternative to FindClass that works outside the main thread. r=blassey
|
2013-02-09 17:30:52 -08:00 |
|
Gian-Carlo Pascutto
|
96378720fd
|
Bug 839831 - make jsjni_* functions usable without MOZILLA_INTERNAL_API. r=blassey
|
2013-02-09 15:50:28 -08:00 |
|
Ed Morley
|
4056ec70fd
|
Bug 820170 - A clobber is required on Windows to avoid crashes; CLOSED TREE
|
2013-04-04 12:14:40 +01:00 |
|
Mounir Lamouri
|
a42dcdd17f
|
Bug 857536 - Cleanup the CSS properties applied on <input type='file'> from forms.css. r=bz
|
2013-04-04 10:39:29 +01:00 |
|
Gabor Krizsanits
|
564ca2b95d
|
Bug 820170 - documents should know their globals. r=smaug
|
2013-04-04 11:32:29 +02:00 |
|
Gabor Krizsanits
|
0a621fd246
|
Bug 820170 - nsDOMEventTarget holds a global. r=smaug
|
2013-04-04 11:30:36 +02:00 |
|
Gabor Krizsanits
|
ea8889ecf7
|
Bug 820170 - JunkScope. r=bholley
|
2013-04-04 11:27:43 +02:00 |
|
Gabor Krizsanits
|
fd0f98c248
|
Bug 820170 - GetNativeForGlobal. r=bholley
|
2013-04-04 11:27:42 +02:00 |
|
Gabor Krizsanits
|
5af0153b14
|
Bug 820170 - using nsIGlobalObject in documents. r=smaug
|
2013-04-04 11:27:41 +02:00 |
|
Gabor Krizsanits
|
88efe97ceb
|
Bug 820170 - Weak ref support for globals. r=bholley
|
2013-04-04 11:27:40 +02:00 |
|
Gabor Krizsanits
|
bfdf5461dd
|
Bug 820170 - assert in XPCWrappedNativeScope::SetGlobal. r=bholley
|
2013-04-04 11:27:39 +02:00 |
|
Gabor Krizsanits
|
c28fd8fdb2
|
Bug 820170 - Turning BackstagePass into non-singleton. r=bholley
|
2013-04-04 11:27:38 +02:00 |
|
Gabor Krizsanits
|
e65e82a5ba
|
Bug 820170 - SandboxPrivate for jsd global. r=bholley
|
2013-04-04 11:27:37 +02:00 |
|
Gabor Krizsanits
|
04057305b5
|
Bug 820170 - SandboxPrivate. r=bholley
|
2013-04-04 11:27:36 +02:00 |
|
Gabor Krizsanits
|
015106720f
|
Bug 820170 - nsIGlobalObject. r=bholley
|
2013-04-04 11:27:06 +02:00 |
|
Gabor Krizsanits
|
7c8a275b74
|
Bug 820170 - merge scope members on nsDocument. r=smaug
|
2013-04-04 11:24:40 +02:00 |
|
Kartikaya Gupta
|
23c30b8c8a
|
Bug 856155 - End IME composition before sending touch events to content. r=jchen
|
2013-04-04 02:08:16 -04:00 |
|
Geoff Brown
|
7bf08490b5
|
Bug 855146 - Enable SpecialPowers in robocop tests; r=jmaher
|
2013-04-03 21:11:26 -06:00 |
|
Matt Woodrow
|
9ec5ac5231
|
Bug 855233 - Recreate mask layers if the ContainerParameters offset changes. r=nrc
|
2013-04-04 15:59:24 +13:00 |
|
Boris Zbarsky
|
ee5b601b3a
|
Bug 855700. Make returning an nsIVariant from a WebIDL interface work. r=smaug
|
2013-04-03 22:22:16 -04:00 |
|
Boris Zbarsky
|
eea892adfc
|
Bug 856819 part 2. Sort js-implemented interfaces in a given file so that the declarations in C++ come in the right order. r=mccr8
|
2013-04-03 22:22:16 -04:00 |
|
Boris Zbarsky
|
6ab12bc8be
|
Bug 856819 part 1. Refactor the dependency-sorting we do for dictionaries so that we can also use it for JS-implemented interfaces. r=mccr8
|
2013-04-03 22:22:16 -04:00 |
|
Boris Zbarsky
|
47900fa12c
|
Bug 856841. Don't pass in an implicit JSContext based on argument or return value types for JS-implemented interfaces. r=mccr8
|
2013-04-03 22:22:16 -04:00 |
|
Boris Zbarsky
|
e9d004587d
|
Bug 852219 part 6. Handle cases when the C++ class we want to actually inherit from is not the one that the WebIDL interface is mapped to. r=mccr8
|
2013-04-03 22:22:16 -04:00 |
|
Boris Zbarsky
|
770f6edad3
|
Bug 852219 part 5. Add tests for JS-implemented interfaces inheriting from other interfaces. r=mccr8
|
2013-04-03 22:22:15 -04:00 |
|
Boris Zbarsky
|
4ada2d1867
|
Bug 852219 part 4. Fix forward-declarations and includes for JS-implemented interfaces. r=mccr8
|
2013-04-03 22:22:15 -04:00 |
|
Boris Zbarsky
|
aacf3f8304
|
Bug 852219 part 3. Handle JS-implemented interfaces having a parent interface. r=mccr8
|
2013-04-03 22:22:15 -04:00 |
|
Boris Zbarsky
|
94af964935
|
Bug 852219 part 2. Add an infallible constructor for CallbackObjects which are already in the right compartment and use this to simplify construction of the autogenerated implementation of a JS-implemented WebIDL binding. r=mccr8
|
2013-04-03 22:22:15 -04:00 |
|
Boris Zbarsky
|
2c9bf141d0
|
Bug 852219 part 1. Don't mark JS-implemented interfaces with descendant interfaces as final. r=khuey,mccr8
|
2013-04-03 22:22:15 -04:00 |
|
Boris Zbarsky
|
7529c584e5
|
Bug 854532. Make _asInstance codegen always produce code in the same order. r=khuey
Also fixes whitespace in _hasInstance and makes sure the .pp files are always in the same order
|
2013-04-03 22:22:14 -04:00 |
|
Seth Fowler
|
e3127451ca
|
Bug 856486 (Part 2) - Buffer the last fully-decoded frame for multipart images. r=jrmuizel
|
2013-04-03 19:19:38 -07:00 |
|
Seth Fowler
|
c0cee126d2
|
Bug 856486 (Part 1) - Avoid asserts triggered by rapid off-main-thread decoding. r=jrmuizel
|
2013-04-03 19:18:42 -07:00 |
|
Anthony Jones
|
ae799e322a
|
Bug 852251 - Check for null on CompositorChild::Get()
|
2013-03-27 11:25:12 +13:00 |
|
Ryan VanderMeulen
|
25d2864073
|
Backed out changesets 35ba787bc3db, e95379bbcfd5, and fff4886f812c (bug 847983) for build bustage on a CLOSED TREE.
|
2013-04-03 21:24:24 -04:00 |
|
Rodrigo Silveira
|
88fd8bf28f
|
bug 856241 - Remove closing multiple tabs dialog r=mbrubeck
--HG--
extra : rebase_source : e53aa69ccac48e784c1947f8544c68c313ccbf2c
|
2013-04-03 13:19:34 -07:00 |
|
Jim Chen
|
9a7afafc17
|
Bug 847983 - Try harder to get a valid frame; r=masayuki
|
2013-04-03 20:46:06 -04:00 |
|
Jim Chen
|
b3353c4388
|
Bug 847983 - Don't include empty elements at end of range; r=masayuki
|
2013-04-03 20:46:06 -04:00 |
|
Jim Chen
|
ee94e60acd
|
Bug 847983 - Skip script text nodes for content events; r=masayuki
|
2013-04-03 20:46:06 -04:00 |
|
Bill McCloskey
|
af03a1e9c3
|
Bug 855536 - Add initExtendedSlot (r=njn)
|
2013-04-03 17:43:02 -07:00 |
|
Guilherme Gonçalves
|
b5349096ea
|
Bug 855704 - Log error messages in webspeech. r=smaug
|
2013-04-03 17:43:36 -07:00 |
|
Ehsan Akhgari
|
f4f35b2346
|
Backed out changeset e03a9a31e9c4 (bug 857617) because of build bustage
Landed on a CLOSED TREE
|
2013-04-03 20:29:16 -04:00 |
|
Nathan Froyd
|
5ac25d1cba
|
Bug 798172 - part 5 - convert xdr bits to use Endian.h; r=Waldo
|
2013-01-30 16:48:17 -05:00 |
|
Nathan Froyd
|
452e281cda
|
Bug 798172 - part 4 - convert the jsclone bits to use Endian.h; r=Waldo
|
2013-01-30 16:47:52 -05:00 |
|
Nathan Froyd
|
07fe997bb2
|
Bug 798172 - part 3 - convert SHA1.cpp to use Endian.h; r=Waldo
|
2013-01-30 16:47:00 -05:00 |
|
Nathan Froyd
|
98c812d0b9
|
Bug 798172 - part 2 - add tests for mfbt/Endian.h; r=Waldo
|
2013-01-30 16:46:45 -05:00 |
|
Nathan Froyd
|
ee1a936caa
|
Bug 798172 - part 1 - add mfbt/Endian.h; r=Waldo
|
2013-01-30 16:45:39 -05:00 |
|
Nathan Froyd
|
501b6cbf00
|
Bug 853646 - part 1 - add mozilla::IsIntegral to TypeTraits.h; r=Waldo
|
2013-04-02 11:49:58 -04:00 |
|
Nathan Froyd
|
8a137385b3
|
Bug 853646 - part 0a - remove js::StripConst and use mozilla::RemoveConst instead; r=Waldo
|
2013-04-03 11:24:11 -04:00 |
|