Commit Graph

128245 Commits

Author SHA1 Message Date
Jeff Muizelaar
8607e08ec3 Bug 860466: Properly deal with SharedTextureHostOGL. r=nical
There were a number of issues with the current implementation. It couldn't deal
with NULL mSharedHandles. Additionally it was binding things to the wrong
samplers. Finally it was not properly setting the texture transform (which
defaults to all 0). Finally in a debug build an assert would be hit upon client
shutdown due to it not clearing mDescriptor.

This patch fixes all of those issues which makes flash work again.

--HG--
extra : rebase_source : 733f242d2cd82c145ef6e3af9584f832af3c1f5d
2013-04-11 19:42:26 -04:00
Steve Fink
c264467809 Bug 789593 - Clone typed arrays by cloning their buffers and only saving construction parameters. r=jorendorff, bent
Also enters a compartment where needed, and bumps both the structured clone and IndexedDB schema versions
2013-02-22 13:43:28 -08:00
Nicholas Cameron
72eff27caa No bug, removed commented code, r=nical, DONTBUILD
--HG--
extra : rebase_source : 62b59cd127bec362a9564b2a445006c145a24e2f
2013-04-11 14:33:44 +12:00
Reuben Morais
89e8f96321 Bug 856358 - Remove ContactProperties types from window. r=gwagner
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
2013-04-10 16:09:10 -07:00
Ehsan Akhgari
1534a52e1a Bug 860886 - Make MOZ_CC_LOG_DIRECTORY work again; r=mccr8 2013-04-11 15:39:20 -04:00
Jim Mathies
7794567b33 Bug 860683 - Switch winrt widget utils log output to ascii. r=bbondy 2013-04-11 17:45:29 -05:00
Jim Mathies
3e43f47a40 Bug 860683 - When running tests in immersive mode, connect firefox stdout to a metrotestharness pipe to route test output to mozilla test harnesses. r=bbondy 2013-04-11 17:45:29 -05:00
Wes Johnston
dd65afd543 Bug 809558 - Turn on audiochannels for Android AudioTrack. r=kinetic 2013-04-11 15:37:35 -07:00
Nathan Froyd
a83b0a8ab2 Bug 860860 - followup: fix json.dump call and be more explicit about object ordering; r=gps
It turns out the simple s/simplejson/json/ didn't work because
build_tooltool_manifest used item_sort_key to ensure that the objects
read in were written out in the same order.  This scheme was brittle,
since it only understand a couple of keys from the manifest file, and it
doesn't work with the stdlib json.

Instead, use object_pairs_hook=collections.OrderedDict with json.load,
which ensures that current objects get written out in the same order
they were read in *and* that any future keys will be handled
automagically.

DONTBUILD because NPOTB
2013-04-11 16:57:54 -04:00
Benjamin Peterson
74eca3c9ea Bug 860745 - Check result of ScriptSource::substring. r=luke 2013-04-11 18:30:49 -04:00
Brian Hackett
3ee89269e4 No bug - Fix warning spam, r=shu. 2013-04-11 16:25:43 -06:00
Wes Johnston
c0dddd8180 Bug 850946 - Use light theme for Sync setup on tablets. r=sriram 2013-04-11 15:23:56 -07:00
Brian Hackett
9e809c98e5 Bug 855088 - Watch for 'arguments' variables declared within 'with' blocks, r=luke. 2013-04-11 16:19:10 -06:00
Aaron Klotz
eb4321380d Bug 858800: Removes premature cleanup of Plugin Hang UI's browser-side IPC. r=bsmedberg
--HG--
extra : rebase_source : a587db8df51399a1b68e2912dcc9063c05319080
2013-04-11 15:08:55 -06:00
Shane Caraveo
02d8ecfdbb bug 856479 remove dead code missed in addon manager work. r=markh 2013-04-10 15:21:53 -07:00
Wes Johnston
073b0fc37c Bug 850946 - Use light theme for Sync setup on tablets. r=sriram 2013-04-11 15:13:06 -07:00
Wes Johnston
5924b1a815 Bug 858111 - Remove background color from app icons on about:apps. r=mfinkle 2013-04-11 15:13:05 -07:00
Stephen Pohl
3eda95bca1 Bug 860779 - Enable two-finger horizontal swipes when swipe animations are disabled. r=smichaud 2013-04-11 17:45:04 -04:00
Gregor Wagner
32188acc5d Bug 859601 - mozContacts API - return undefined if the API is unsupported on the platform, not null. r=bent 2013-04-11 17:44:33 -04:00
Brad Lassey
64bd126c8d Bug 858689 - Sending an SMS fails on Android. r=mounir 2013-04-08 10:29:34 -04:00
Guilherme de Araujo ext:(%2C%20Brandon%20Waterloo%20%3Cbrandon.waterloo%40gmail.com%3E)
d245702b6e Bug 851128 - Introduce custom recognition for the double-tap gesture. r=smichaud
Cocoa does not implement the double-tap gesture by default, so the gesture had to be recognized manually.
2013-04-10 14:38:26 -04:00
Martijn Wargers
643c277914 Bug 850302 - B2G mochitests time out on tests using window.open. r=jlebar 2013-03-22 08:41:07 -07:00
Martyn Haigh
3615ced42e Bug 793747 - Add app origin to install message. r=mfinkle 2013-04-09 18:56:47 +01:00
Ryan VanderMeulen
e9c65dfa10 Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE. 2013-04-11 17:00:28 -04:00
Ryan VanderMeulen
d53f153a64 Backed out changeset 5e573a8f7ce1 (bug 856358) for bustage on a CLOSED TREE.
--HG--
rename : dom/interfaces/contacts/nsIContactProperties.idl => dom/interfaces/contacts/nsIDOMContactProperties.idl
2013-04-11 15:48:38 -04:00
Ryan VanderMeulen
b53553830a Backed out changeset f556245d6da1 (bug 856848) for build bustage on a CLOSED TREE. 2013-04-11 15:42:37 -04:00
leo.bugzilla.gecko@gmail.com
4f9c053e1a Bug 852057 - Sort contacts correctly when givenName or familyName is null. r=gwagner 2013-04-11 12:35:24 -07:00
Reuben Morais
5a622c4595 Bug 856358 - Remove ContactProperties types from window. r=gwagner
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
extra : rebase_source : 3581687c7285ed8e9c653d1d71f2b60837708679
2013-04-10 16:09:10 -07:00
Nathan Froyd
4c7584a14c Bug 860860 - use json instead of simplejson in build-clang.py; r=gps
DONTBUILD because NPOTB
2013-04-11 14:59:59 -04:00
Michael Vines
24b1b2d434 Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap 2013-04-10 20:52:48 -07:00
Jacek Szpot
8123bfdfc5 Bug 854503 - Rename JS unwrapping functions. r=bholley 2013-04-11 11:50:18 -07:00
EKR
215d2f06f5 Bug 856848 - Fix thread crash r=ehugg,ekr 2013-04-01 12:34:36 -07:00
Sean Stangl
011ea7d86f Bug 858783 - Check user-controlled asm.js flag. r=luke 2013-04-11 11:39:59 -07:00
Michael Harrison
5db35d415f Bug 855402. Don't try to write to the startup cache if there isn't one, and definitely don't start _thinking_ we've written to it. r=ehsan 2013-04-11 14:32:12 -04:00
Boris Zbarsky
5abeb6d6a7 Bug 860551. Fix instanceof for prototype-less interface objects to be saner. r=dzbarsky 2013-04-11 14:31:06 -04:00
Boris Zbarsky
98cbeae46b Bug 860473 part 3. Root ErrorResult::ThrowJSException. r=evilpie,smaug 2013-04-11 14:31:06 -04:00
Boris Zbarsky
e20f6386fd Bug 860473 part 2. Root WebIDL dictionary ToObject. r=evilpie,smaug 2013-04-11 14:31:06 -04:00
Boris Zbarsky
79d7391b5b Bug 860473 part 1. Root WebIDL dictionary ParseJSON. r=evilpie, smaug 2013-04-11 14:31:05 -04:00
Sriram Ramasubramanian
8179b671aa Bug 823644: Text appearance for about:home. [r=mfinkle]
--HG--
extra : rebase_source : 88252b73641271792b6e746b7bde37d88c1a0458
2013-03-14 11:53:30 -07:00
Sriram Ramasubramanian
46bc929960 Bug 848961: Cleanup font-sizes in Android UI. [r=mfinkle]
--HG--
extra : rebase_source : 9a941ec2064df41457667ca29764bf6ea27896f5
2013-03-07 13:38:54 -08:00
Sriram Ramasubramanian
a16febdfb1 Bug 850927: Redundant doorhanger layout xml file. [r=mfinkle]
--HG--
extra : rebase_source : e32481672ca80b654a51237fe33250217e8cd1c3
2013-03-13 21:18:33 -07:00
Sriram Ramasubramanian
f6ee8f08eb Bug 823644: Base TextAppearances for the application. [r=mfinkle]
--HG--
extra : rebase_source : 41c00873d3f5a171b9a8c16d73bd62fa619e6384
2013-03-14 11:44:09 -07:00
Sriram Ramasubramanian
524079dccd Bug 823644: Cleanup list-view style. [r=mfinkle]
--HG--
extra : rebase_source : e79f66f5e405dac2ac0dbd1a97ce1c8a26037c10
2013-03-13 16:59:02 -07:00
Sriram Ramasubramanian
a31d205c32 Bug 823644: Remove the style named "Screen". [r=mfinkle]
--HG--
extra : rebase_source : 9bb92ef85913759a8f58cc7e9f3518317ebde796
2013-03-13 15:26:25 -07:00
Sriram Ramasubramanian
0cee1c49af Bug 823644: Base theme for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : a28315779ceba56cb8f8269bb5009eee254926cb
2013-03-13 15:04:50 -07:00
Allison Naaktgeboren
4a707ea420 Bug 835999 - add a topsites grid to the snapped view.r=mbrubeck 2013-04-11 11:17:04 -07:00
Bobby Holley
63736f5561 Bug 859957 - Simplify [[DefaultValue]] security wrapping setup. r=mrbkap,gabor,ejpbruel 2013-04-11 11:10:19 -07:00
Joel Maher
a4dca33e41 Bug 858084 - upload a new talos.zip to to fix the mozcrash issue. r=armenzg 2013-04-11 14:04:43 -04:00
Ms2ger
20a9e6b03b bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
--HG--
extra : rebase_source : ae08a894b592465641ed774688957a446c8966a7
2013-04-09 08:43:25 -04:00
Brian Smith
b0048e524e Bug 733642: Allow the user to enable any version of TLS that libssl supports, maintaining our current defaults, r=dolske
--HG--
extra : rebase_source : 3484236a9d357b70a88387e0f27d3757db79bd4b
2013-04-11 11:02:51 -07:00