Bobby Holley
4f1637c5e8
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 12:58:08 +02:00
Bobby Holley
6de4e1495d
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 12:58:07 +02:00
Bobby Holley
14988b5704
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 12:58:07 +02:00
Bobby Holley
b5546abe0c
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 12:58:07 +02:00
Ed Morley
82b70addb5
Merge last PGO-green changeset of mozilla-inbound to mozilla-central a=merge
2012-04-24 11:14:56 +01:00
Matthew Schranz
8f06779da7
Bug 686913 - HTMLProgressElement should no longer be a form control. r=mounir a=mfinkle
2012-04-24 12:03:21 +02:00
Joe Drew
59b12ae642
Backout 492d12fa8b65 (bug 732016) for regressions. a=regression
...
--HG--
extra : rebase_source : cda0401baa2c3e5f6192f76c1cd25eca8187a9a0
2012-04-23 11:13:33 -07:00
Mounir Lamouri
327273dcb8
Bug 747442 - Unlock orientation only if the received mozfullscreenchange is for fullscreen being disabled. r=smaug a=mfinkle
2012-04-23 10:30:58 +02:00
Steven Lee
915c786840
Bug 736939 - AudioManager implementation. r=cjones, a=b2g-only
2012-04-22 14:14:36 -04:00
Vicamo Yang
117389f1f0
Bug 738132 - Part 3: parse application port address for incoming messages. r=philikon a=b2g-only
2012-04-23 20:43:32 -03:00
Vicamo Yang
d8549e3ccd
Bug 738132 - Part 2: support 8-bit encoding. r=philikon
2012-04-23 20:43:32 -03:00
Vicamo Yang
4fd6e87bb3
Bug 738132 - Part 1: add GsmPDUHelper.readDataCodingScheme. r=philikon
2012-04-23 20:43:32 -03:00
Yoshi Huang
5ce156c88f
Bug 736941 - B2G RIL: Fetch SIM record. r=philikon a=b2g-only
2012-04-18 18:07:29 +08:00
Ehsan Akhgari
1a8a30ca2a
Backout bug 743615 because of build bustage; a=backout
2012-04-23 19:11:46 -04:00
Bobby Holley
a78bcec20c
Bug 743615 - Tests. r=bent, a=blassey
2012-04-24 00:53:37 +02:00
Bobby Holley
6dad3c142d
Bug 743615 - Hook up worker ImageData to the structured clone stream. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
52fb059174
Bug 743615 - Introduce the ImageData object/constructor in workers. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
867538f142
Bug 743615 - MainThreadWorkerStructuredCloneCallbacks should not call the WorkerStructuredCloneCallbacks variants. r=bent
...
Doing so makes no sense. It seems like a no-op right now because we handle all the same cases first. But it's a hazard, and a problem for my upcoming patches.
2012-04-24 00:53:37 +02:00
Bobby Holley
415205d98d
Bug 743615 - Handle ImageData in the main thread runtime callbacks. r=bent
2012-04-24 00:53:37 +02:00
Bobby Holley
df61498679
Bug 743615 - Base worker structured clone tags on the dom ones to ensure against collisions. r=bent
2012-04-24 00:53:37 +02:00
Tom Schuster
fef9c89dba
Bug 711843 - Update JSAPI for typed arrays, remove uses of jstypedarray.h outside the engine [r=Waldo,bz,Ms2ger,bholley,bjacob,philikon,evilpie,bent,yourmama] [a=mfinkle thanks to gkw]
2012-01-14 09:43:00 -08:00
Ryan VanderMeulen
0791674429
Back out 149a80dafcb8 (bug 686913) due to build failures. a=YUNoTry?
2012-04-21 17:48:31 -04:00
Matthew Schranz
ef633bc69b
Bug 686913 - HTMLProgressElement and HTMLMeterElement should not be form controls. r=mounir, a=mfinkle
2012-04-21 17:35:42 -04:00
Myk Melez
f1228220a9
bug 746645 - Adding the white-list for myapps (or stage-myapps) has no effect with a clean FF profile; r=fabrice, a=mfinkle
2012-04-21 14:15:06 -07:00
Josh Matthews
c119292173
Bug 677194 - Change assertion to an early-return bailout. r=jst, a=akeybl
2012-02-29 12:11:03 -05:00
Boris Zbarsky
516d09b4a2
Bug 740811. Make SVGElement.prototype be Element.prototype again. r=peterv, a=akeybl
2012-04-20 21:44:35 -04:00
Oleg Romashin
af4d6f6006
Bug 746913 - Plugins NativeRenderer X/qt/gtk includes defines cleanup. r=karlt, a=desktop-only
2012-04-20 17:15:59 -04:00
James Willcox
42536c7c7a
Bug 707353 - Implement ANPWindow::showKeyboard() for Android plugins. r=snorp a=blocking-fennec
...
--HG--
extra : rebase_source : ca2da8fe9689fa702444cd6da7b4841d9ef12ec4
2012-04-20 09:49:50 -07:00
Timothy Nikkel
be2da87d6f
Bug 732016 Allow override of the scroll port size used for clamping scroll positions. r=roc
2012-04-19 20:54:54 -05:00
Chris Peterson
e65057dbc4
Bug 742036 - Part 3: Pass Android's native keycodes to Flash plugin using nsGUIEvent::pluginEvent. r=masayuki,blassey a=blocking-fennec
...
--HG--
extra : rebase_source : c5cd6ba353970c1ba2f3315c55730957d1a306b9
2012-04-19 10:49:31 -07:00
Philipp von Weitershausen
3ef5287c22
Bug 717122 - Network Manager interface for Wifi. r=gal,mrbkap a=b2g-only
2012-04-19 18:33:36 -03:00
Philipp von Weitershausen
aa926901c0
Bug 717122 - Network Manager interface for the RIL. r=gal
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
ba7be9a3da
Bug 717122 - Network Manager implementation. r=gal
2012-02-14 12:12:11 -08:00
Thinker K.F. Li
3796846238
Bug 717122 - Network Manager interfaces. r=cjones
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
e996b69651
Bug 729173 - Part 5 - Expose the RIL state to content. r=fabrice,qDot
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
a823b88e82
Bug 729173 - Part 4: Fill in the MobileConnection DOM implementation. r=mounir
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
6c6bc0f177
Bug 729173 - Part 3: Hook up MobileConnection to the Navigator object
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
7560ad0bad
Bug 729173 - Part 2: MobileConnection boilerplate. r=mounir
2012-04-19 18:33:25 -03:00
Philipp von Weitershausen
35466ca188
Bug 729173 - Part 1: MobileConnection interfaces. r=sicking
2012-04-19 18:33:25 -03:00
Ed Morley
37f4d82a7d
Backout 4e26b559d215, d74da7b4bf10 & d91d3787a3ef (bug 742036) for xul android failures; a=backout
2012-04-19 12:50:46 -07:00
Chris Peterson
ef807c5b5a
Bug 742036 - Part 3: Pass Android's native keycodes to Flash plugin using nsGUIEvent::pluginEvent. r=masayuki,blassey a=blocking-fennec
...
--HG--
extra : rebase_source : 0cedf764055dba59a8c55a468b5a6dc60e20dbae
2012-04-19 10:49:31 -07:00
Blake Kaplan
6d5ff2bdc2
Bug 745114 - Collapse the various status change callbacks into a single callback. r=cjones a=b2g-only
2012-04-13 17:07:54 +08:00
Hub Figuière
29f8c7e2dc
Bug 712924 - Part 2: Return the proper role description for definition lists, with localization. r=surkov a=NPOTB
2012-04-17 17:31:03 -07:00
Brad Lassey
01424bdb88
bug 746135 - PopLocalFrame won't be called if an error occurs in AudioRunnable::Run() r=snorp
2012-04-17 09:59:22 -04:00
Myk Melez
0e8cb8852d
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
2012-04-17 07:11:53 -07:00
Marco Bonardo
8fd56f3066
Merge last green PGO from inbound to central
2012-04-17 15:31:58 +02:00
Olli Pettay
d796636855
Bug 731875 - Geolocation doorhanger might cause a zombie compartment, GeoPositionOptions part, r=dougt
2012-04-16 22:08:48 +03:00
Blake Kaplan
b6627fbc83
Bug 740079 - Provide a synchronous API to get precise information about the current connection status. r=cjones f=kaze
2012-04-09 11:32:17 +08:00
Mounir Lamouri
e980c7d0bd
Bug 745495 - Fix crash when using screen object from removed iframe. r=smaug
2012-04-16 11:33:35 +02:00
Josh Aas
bb65774aa4
Bug 745241: Clean up some plugin stream functions. r=bsmedberg
2012-04-15 17:34:01 -04:00