Commit Graph

10823 Commits

Author SHA1 Message Date
Randell Jesup
8f7cb1702e Bug 822956: backout 3dead2094684 due to breaking normal PeerConnection cases rs=me 2012-12-20 14:23:55 -05:00
Gregor Wagner
cb3c37ba0e Bug 814157 - Need additional security checks for the "desktop-notification" permission. r=fabrice 2012-12-20 11:06:42 -08:00
Gregor Wagner
86c7e3b40a Bug 823397 - Installing a privileged app from marketplace dev - appStatus should be privileged, but ends up being web. r=fabrice 2012-12-20 10:52:33 -08:00
Kyle Huey
6fbefc01da Bug 696591: Followup to placate clang on this CLOSED TREE. 2012-12-20 06:46:15 -08:00
Kyle Huey
3c66ee194a Bug 696591: Properly handle blocking databases from pages that are entering the bfcache. r=bent,bz 2012-12-20 06:18:03 -08:00
Eric Chou
cd035247db Bug 811683 - Increase speed of sending file, r=gyeh 2012-12-20 18:36:58 +08:00
Kyle Machulis
62d07093f9 Bug 811683 - Changed UnixSocketRawData to take variable sizes up to 64k, r=cjones 2012-12-20 18:36:55 +08:00
Chris Jones
cd7244c758 Bug 822510: Add specific privilege levels for camera and video, and enable that for video. r=jlebar,kang 2012-12-19 23:41:08 -08:00
Gina Yeh
c780c6734a Bug 820157 - Patch 1: bluetooth Hfp not sending status updates, r=echou 2012-12-20 15:28:51 +08:00
Gregor Wagner
0983d9bffc Bug 822528 - PhonenumberJS: Start using previous MCC. r=sicking 2012-12-19 23:17:37 -08:00
Boris Zbarsky
9416e5d67d Bug 816380 followup. Remove unnecessary code. 2012-12-19 22:51:29 -08:00
Boris Zbarsky
83f5c67b46 Bug 823173 test. Make sure that navigator doesn't have any broken interfaces on it. r=jlebar 2012-12-19 16:21:18 -08:00
Boris Zbarsky
0bb5f9396e Bug 819741. Add support for passing an ArrayBufferView to XHR.send(). r=sicking,bent 2012-12-19 17:47:39 -08:00
Boris Zbarsky
6aebf1cca6 Bug 822340. Make the Ion optimization for DOM method calls sound. r=jandem
The static functions just got moved with no changes made to them
except for a change from inTypes->unknown() to
inTypes->unknownObject() in the first test in TestAreKnownDOMTypes,
becase the rest of the method depends on the stronger condition, and
it was being ensured accidentally before.
2012-12-19 17:47:39 -08:00
Bellindira Castillo [:bellindira]
7a54853680 Bug 806725 - Fix a typo in the patch that landed. r=jdm 2012-12-18 17:08:15 -06:00
Philipp von Weitershausen
51d954b25b Bug 774621 - Follow-up: Rev UUIDs of changed interfaces. r=bz 2012-12-19 20:05:27 -05:00
Ed Morley
b823df0685 Backout 3bcd9a5a33a2 (bug 814247), d9546d42054c & 8b6edf9f6b87 (bug 814638) for failures in test_bug814638.xul and also crashes on a CLOSED TREE 2012-12-19 23:46:07 +00:00
Josh Matthews
36ed4c8e79 Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg 2012-12-05 02:33:20 -05:00
Daniel Holbert
3b48be599f Bug 821528: Remove unused static function "pluginDrawWindow()" from nptest_droid.cpp. r=blassey 2012-12-19 13:12:46 -08:00
Ed Morley
0c632ab2fc Backout 4faa85ebbbf7 (bug 814247) for build bustage on a CLOSED TREE 2012-12-19 20:20:30 +00:00
Josh Matthews
f27802d4e8 Bug 814247 - Add auth cache jars for separate apps. r=mayhemer,bsmedberg 2012-12-05 02:33:20 -05:00
Fabrice Desré
8ccef7c9b4 Bug 821211 - Information presented to the user from the mini-manifest is not verified to exactly match the information in the manifest within the JAR file [r=ferjm] 2012-12-19 11:37:13 -08:00
Jan Varga
79c731a093 Bug 820715 - Move quota related pieces from IndexedDatabaseManager to QuotaManager. r=bent
--HG--
rename : dom/indexedDB/CheckQuotaHelper.cpp => dom/quota/CheckQuotaHelper.cpp
rename : dom/indexedDB/CheckQuotaHelper.h => dom/quota/CheckQuotaHelper.h
2012-12-19 18:45:57 +01:00
Ed Morley
63bbc7e359 Backout 39bf5d23ebe9 & b1ea92a3149d (bug 813978) on suspicion of B2G marionette-webapi failures on a CLOSED TREE 2012-12-19 13:00:28 +00:00
Randell Jesup
182f2a4a27 Bug 822956: convert to TrackUnionStreams for getUserMedia (and add hint support) r=roc 2012-12-19 02:48:12 -05:00
Justin Lebar
fcb9bb724a Bug 821440 - Allow the B2G homescreen to run in the background with a decreased oom_score_adj compared to vanilla background apps. r=cjones 2012-12-18 21:37:35 -05:00
Rob Wood
a0ede6e781 Bug 813978 - Update SMS tests as required for SMS changes in 813978; r=fabrice 2012-12-17 14:16:28 -08:00
Fabrice Desré
49e38ea84b Bug 813978 - [SMS API] getMessages cursor is slow when SMS database contains large number of messages [r=ferjm] 2012-12-10 13:03:59 -08:00
Justin Lebar
776a756b93 Bug 819791 - Part 7: Use explicit TArray copy constructors in Bluetooth code. r=qdot 2012-12-18 20:16:06 -05:00
Justin Lebar
177343bcf8 Bug 819791 - Part 6: Remove unnecessary TArray copies in dom/indexedDB. r=bent 2012-12-18 20:16:06 -05:00
Justin Lebar
7bef45ba1a Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
Also make typeof nsAutoTArray == typeof AutoInfallibleTArray and switch
files to using nsTArrayForwardDeclare.h.
2012-12-18 20:16:06 -05:00
Boris Zbarsky
b38b9eede6 Bug 819523 part 2. Allow Nullable<> of various array types to work sanely. r=jlebar 2012-12-18 20:16:05 -05:00
Chris Jones
2e3484e3be Back out bug 814252. 2012-12-18 16:19:54 -08:00
Ryan VanderMeulen
102a580f26 Merge m-c to inbound. 2012-12-18 18:45:16 -05:00
Mike Habicher
82191a997d Bug 822531 - Fix regression of bug 783682 caused by bug 779139. r=mwu 2012-12-18 18:19:38 -05:00
Olli Pettay
9ec599bc27 Bug 790978 - Convert MutationObserver to webidl, r=bz
--HG--
extra : rebase_source : 86b4120ef1f3bedc6554761af715de8413f01343
2012-12-18 16:50:52 +02:00
Ben Turner
c7f6c9cea0 Bug 814026, r=mrbkap. 2012-12-18 08:01:42 -08:00
Gregor Wagner
5b8bf9d41c Bug 821876 - Fix ParseNumber so that it accepts a null defaultRegion. r=gal 2012-12-17 18:20:31 -08:00
Nikhil Marathe
2dba77f34f Bug 822406 - Use transaction.error.name when possible. r=gwagner 2012-12-17 20:53:39 -05:00
Jed Parsons
d38b6bc630 Bug 822450 - Create a syntheticEventsOk pref for marionette identity tests. r=benadida 2012-12-17 16:51:33 -05:00
Fernando Jiménez
59274e0501 Bug 819974 - [Apps] Allow to cancel hosted app download; r=fabrice 2012-12-18 22:43:13 +01:00
Fernando Jiménez
7a84cb7069 Bug 819971 - Expose nsOfflineCacheUpdate::Cancel() via nsIOfflineCacheUpdate.idl. Tests; r=honzab 2012-12-18 22:41:20 +01:00
Antonio M. Amaya
e13a10fe98 Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations - Tests [r=fabrice] 2012-12-17 17:38:40 +01:00
Antonio M. Amaya
67ebce3ce6 Bug 812289 - PermissionSettings doesn't enforce any restriction on permissions operations [r=sicking] 2012-12-15 02:32:30 +01:00
Jim Mathies
afacf1fa39 Bug 820200 - Enable browser-element oop tests on Windows. r=justin.lebar 2012-12-18 10:25:44 -06:00
Jim Mathies
d3113730d9 Bug 820200 - Pass application directory to XRE_InitEmbedding2 in content process. r=bsmedberg 2012-12-18 10:24:42 -06:00
Ed Morley
4b9183ba5d Backout 9864a836aa35 (bug 820167) for crashes 2012-12-18 15:36:07 +00:00
Avi Halachmi
1db1f190b1 Bug 820167: Enable performance measurement of tab animation. r=jmuizelaar,dao 2012-12-18 09:31:01 -05:00
Adam Roach
379d6a6735 Bug 817429: Accept candidate messages that are zero numbered r=jesup 2012-11-21 12:48:32 -06:00
Dale Harvey
3a7959bd4a Bug 816101 - Send a system message when a call is complete. r=hsinyi 2012-12-18 14:54:18 +01:00