Commit Graph

128338 Commits

Author SHA1 Message Date
Wes Johnston
b1f0a674a3 Bug 809558 - Turn on audiochannels for Android AudioTrack. r=kinetic 2013-04-11 15:37:35 -07:00
Nathan Froyd
7e22f12b51 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
af54080bb9 Bug 860745 - Check result of ScriptSource::substring. r=luke 2013-04-11 18:30:49 -04:00
Brian Hackett
70cc5abe48 No bug - Fix warning spam, r=shu. 2013-04-11 16:25:43 -06:00
Wes Johnston
d68a4bc33c Bug 850946 - Use light theme for Sync setup on tablets. r=sriram 2013-04-11 15:23:56 -07:00
Brian Hackett
d63684e291 Bug 855088 - Watch for 'arguments' variables declared within 'with' blocks, r=luke. 2013-04-11 16:19:10 -06:00
Aaron Klotz
10bd2c2386 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
b378be51ed bug 856479 remove dead code missed in addon manager work. r=markh 2013-04-10 15:21:53 -07:00
Wes Johnston
4d65fb268e Bug 850946 - Use light theme for Sync setup on tablets. r=sriram 2013-04-11 15:13:06 -07:00
Wes Johnston
2a0ea02489 Bug 858111 - Remove background color from app icons on about:apps. r=mfinkle 2013-04-11 15:13:05 -07:00
Stephen Pohl
da2876e3fd Bug 860779 - Enable two-finger horizontal swipes when swipe animations are disabled. r=smichaud 2013-04-11 17:45:04 -04:00
Gregor Wagner
92d9dae787 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
e770db2c0b 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)
ef248673de 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
11a9a700bf Bug 850302 - B2G mochitests time out on tests using window.open. r=jlebar 2013-03-22 08:41:07 -07:00
Martyn Haigh
79489f9534 Bug 793747 - Add app origin to install message. r=mfinkle 2013-04-09 18:56:47 +01:00
Ryan VanderMeulen
b880048f4e 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
541cb7abc4 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
ce7f08851c 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
d1752a7396 Bug 852057 - Sort contacts correctly when givenName or familyName is null. r=gwagner 2013-04-11 12:35:24 -07:00
Reuben Morais
ecb856b452 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
558c92fd27 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
ae94e43d50 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
514f40e52a Bug 854503 - Rename JS unwrapping functions. r=bholley 2013-04-11 11:50:18 -07:00
EKR
e76c82d92e Bug 856848 - Fix thread crash r=ehugg,ekr 2013-04-01 12:34:36 -07:00
Sean Stangl
0cd23444b5 Bug 858783 - Check user-controlled asm.js flag. r=luke 2013-04-11 11:39:59 -07:00
Michael Harrison
9c3a0ebbde 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
536f3cb891 Bug 860551. Fix instanceof for prototype-less interface objects to be saner. r=dzbarsky 2013-04-11 14:31:06 -04:00
Boris Zbarsky
d5740592e1 Bug 860473 part 3. Root ErrorResult::ThrowJSException. r=evilpie,smaug 2013-04-11 14:31:06 -04:00
Boris Zbarsky
9c6066c314 Bug 860473 part 2. Root WebIDL dictionary ToObject. r=evilpie,smaug 2013-04-11 14:31:06 -04:00
Boris Zbarsky
4cf80a8cde Bug 860473 part 1. Root WebIDL dictionary ParseJSON. r=evilpie, smaug 2013-04-11 14:31:05 -04:00
Sriram Ramasubramanian
876004b00b Bug 823644: Text appearance for about:home. [r=mfinkle]
--HG--
extra : rebase_source : 88252b73641271792b6e746b7bde37d88c1a0458
2013-03-14 11:53:30 -07:00
Sriram Ramasubramanian
5b7bdfb79c 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
30bead6056 Bug 850927: Redundant doorhanger layout xml file. [r=mfinkle]
--HG--
extra : rebase_source : e32481672ca80b654a51237fe33250217e8cd1c3
2013-03-13 21:18:33 -07:00
Sriram Ramasubramanian
cd99875752 Bug 823644: Base TextAppearances for the application. [r=mfinkle]
--HG--
extra : rebase_source : 41c00873d3f5a171b9a8c16d73bd62fa619e6384
2013-03-14 11:44:09 -07:00
Sriram Ramasubramanian
272446b9e9 Bug 823644: Cleanup list-view style. [r=mfinkle]
--HG--
extra : rebase_source : e79f66f5e405dac2ac0dbd1a97ce1c8a26037c10
2013-03-13 16:59:02 -07:00
Sriram Ramasubramanian
7f81a79c02 Bug 823644: Remove the style named "Screen". [r=mfinkle]
--HG--
extra : rebase_source : 9bb92ef85913759a8f58cc7e9f3518317ebde796
2013-03-13 15:26:25 -07:00
Sriram Ramasubramanian
eabf013363 Bug 823644: Base theme for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : a28315779ceba56cb8f8269bb5009eee254926cb
2013-03-13 15:04:50 -07:00
Allison Naaktgeboren
b95b1e31cb Bug 835999 - add a topsites grid to the snapped view.r=mbrubeck 2013-04-11 11:17:04 -07:00
Bobby Holley
44d6edd364 Bug 859957 - Simplify [[DefaultValue]] security wrapping setup. r=mrbkap,gabor,ejpbruel 2013-04-11 11:10:19 -07:00
Joel Maher
3a4b8805b0 Bug 858084 - upload a new talos.zip to to fix the mozcrash issue. r=armenzg 2013-04-11 14:04:43 -04:00
Ms2ger
d783193999 bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
--HG--
extra : rebase_source : ae08a894b592465641ed774688957a446c8966a7
2013-04-09 08:43:25 -04:00
Brian Smith
64edf36eaf 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
Brian Smith
40a7f62580 Bug 733632: Remove SSL/TLS Version UI, r=kaie, r=bsmith
--HG--
extra : rebase_source : cc07bd85a1edca19844fa41da2b0572538fff9c7
2013-04-11 11:01:17 -07:00
Ryan VanderMeulen
3cd54220b2 Backed out changesets a550dadafa30 and 315f6b451d07 (bug 857884) for mochitest failures on a CLOSED TREE. 2013-04-11 13:59:02 -04:00
Ryan VanderMeulen
d7fb6fcb67 Backed out changeset 2ceca4816688 (bug 854614) for intermittent mochitest-a11y crashes on a CLOSED TREE. 2013-04-11 13:09:58 -04:00
Jeff Muizelaar
e728e1b1c4 Bug 860446: Properly readback from WebGL with B2G. r=bjacob
--HG--
extra : rebase_source : ed6f0374cbc5912bcde84680eccfaa2da6c9d1d5
2013-04-11 12:37:07 -04:00
Nicolas Silva
8a892ea6fb Bug 860463 - Ensure that we propagate Destroy() in the shadow layer tree on CompositorParent::ActorDestroy. r=nrc 2013-04-11 06:14:29 -04:00
Chris Lord
7532555042 Bug 859031 - Fix NullPointerException in dynamic toolbar prefs getter. r=lucasr
mAboutHomeContent can be null, make sure to check before accessing it.
2013-04-11 17:33:59 +01:00
Chris Lord
55d7387192 Bug 859100 - Fix NullPointerException in BrowserToolbar.canToolbarHide. r=kats
If this is called before initializeChrome is called, GeckoApp.getLayerView
can be null.
2013-04-11 17:33:40 +01:00