Commit Graph

127351 Commits

Author SHA1 Message Date
Dan Mosedale
d7f3f45608 Bug 835973 - Build and package Android Java video capture classes so they can be found for use by getUserMedia. r=glandium 2013-02-09 14:49:49 -08:00
Dan Mosedale
fb86c1c584 Bug 839841 - Load Android classes needed by getUserMedia reliably. r=blassey 2013-02-10 10:42:44 -08:00
Dan Mosedale
426c04e030 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
4e629863c7 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
03cfbe7e6b 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
113655cd4a Bug 839831 - make jsjni_* functions usable without MOZILLA_INTERNAL_API. r=blassey 2013-02-09 15:50:28 -08:00
Ed Morley
0916ad2428 Bug 820170 - A clobber is required on Windows to avoid crashes; CLOSED TREE 2013-04-04 12:14:40 +01:00
Mounir Lamouri
550eb0ad4e 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
26d5b45a24 Bug 820170 - documents should know their globals. r=smaug 2013-04-04 11:32:29 +02:00
Gabor Krizsanits
4995dd1d6c Bug 820170 - nsDOMEventTarget holds a global. r=smaug 2013-04-04 11:30:36 +02:00
Gabor Krizsanits
2c40adaf82 Bug 820170 - JunkScope. r=bholley 2013-04-04 11:27:43 +02:00
Gabor Krizsanits
580557f44a Bug 820170 - GetNativeForGlobal. r=bholley 2013-04-04 11:27:42 +02:00
Gabor Krizsanits
b999241fc8 Bug 820170 - using nsIGlobalObject in documents. r=smaug 2013-04-04 11:27:41 +02:00
Gabor Krizsanits
fa14b1b757 Bug 820170 - Weak ref support for globals. r=bholley 2013-04-04 11:27:40 +02:00
Gabor Krizsanits
aeacc33406 Bug 820170 - assert in XPCWrappedNativeScope::SetGlobal. r=bholley 2013-04-04 11:27:39 +02:00
Gabor Krizsanits
c38a4cd7da Bug 820170 - Turning BackstagePass into non-singleton. r=bholley 2013-04-04 11:27:38 +02:00
Gabor Krizsanits
5c25d885ea Bug 820170 - SandboxPrivate for jsd global. r=bholley 2013-04-04 11:27:37 +02:00
Gabor Krizsanits
76d19a29d3 Bug 820170 - SandboxPrivate. r=bholley 2013-04-04 11:27:36 +02:00
Gabor Krizsanits
23e12dce05 Bug 820170 - nsIGlobalObject. r=bholley 2013-04-04 11:27:06 +02:00
Gabor Krizsanits
670b243606 Bug 820170 - merge scope members on nsDocument. r=smaug 2013-04-04 11:24:40 +02:00
Kartikaya Gupta
f3fbc8f1fa Bug 856155 - End IME composition before sending touch events to content. r=jchen 2013-04-04 02:08:16 -04:00
Geoff Brown
cda57e13d7 Bug 855146 - Enable SpecialPowers in robocop tests; r=jmaher 2013-04-03 21:11:26 -06:00
Matt Woodrow
02007e421a Bug 855233 - Recreate mask layers if the ContainerParameters offset changes. r=nrc 2013-04-04 15:59:24 +13:00
Boris Zbarsky
0d9204981d Bug 855700. Make returning an nsIVariant from a WebIDL interface work. r=smaug 2013-04-03 22:22:16 -04:00
Boris Zbarsky
6d1fe7f08a 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
5f998ce2a9 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
0bbbeb9739 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
d1d7bbfca7 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
c4a0a2468f 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
0b155803de 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
abe07c4a46 Bug 852219 part 3. Handle JS-implemented interfaces having a parent interface. r=mccr8 2013-04-03 22:22:15 -04:00
Boris Zbarsky
e46eb7751d 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
f1a792a7a7 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
e46a3bd2f6 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
0f6297a555 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
b6b7251367 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
b8de5f1a84 Bug 852251 - Check for null on CompositorChild::Get() 2013-03-27 11:25:12 +13:00
Ryan VanderMeulen
f47a78e842 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
90620f3cc4 bug 856241 - Remove closing multiple tabs dialog r=mbrubeck
--HG--
extra : rebase_source : e53aa69ccac48e784c1947f8544c68c313ccbf2c
2013-04-03 13:19:34 -07:00
Jim Chen
123c7df9d5 Bug 847983 - Try harder to get a valid frame; r=masayuki 2013-04-03 20:46:06 -04:00
Jim Chen
94cd9aa1ba Bug 847983 - Don't include empty elements at end of range; r=masayuki 2013-04-03 20:46:06 -04:00
Jim Chen
ddf313ccd9 Bug 847983 - Skip script text nodes for content events; r=masayuki 2013-04-03 20:46:06 -04:00
Bill McCloskey
ee2c97bfce Bug 855536 - Add initExtendedSlot (r=njn) 2013-04-03 17:43:02 -07:00
Guilherme Gonçalves
7c920afb61 Bug 855704 - Log error messages in webspeech. r=smaug 2013-04-03 17:43:36 -07:00
Ehsan Akhgari
6cc3dba85f 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
32107ddb8c Bug 798172 - part 5 - convert xdr bits to use Endian.h; r=Waldo 2013-01-30 16:48:17 -05:00
Nathan Froyd
bce810ada0 Bug 798172 - part 4 - convert the jsclone bits to use Endian.h; r=Waldo 2013-01-30 16:47:52 -05:00
Nathan Froyd
920087ef25 Bug 798172 - part 3 - convert SHA1.cpp to use Endian.h; r=Waldo 2013-01-30 16:47:00 -05:00
Nathan Froyd
7182225404 Bug 798172 - part 2 - add tests for mfbt/Endian.h; r=Waldo 2013-01-30 16:46:45 -05:00
Nathan Froyd
e168c4f292 Bug 798172 - part 1 - add mfbt/Endian.h; r=Waldo 2013-01-30 16:45:39 -05:00