Граф коммитов

527 Коммитов

Автор SHA1 Сообщение Дата
Shih-Chiang Chien 0581ac410b Bug 1277197 - fix JS error in PresentationRequestUIGlue for 2-UAs device. r=kuoe0. 2016-06-01 21:12:21 +08:00
Ehsan Akhgari eaba90d427 Bug 1261011 - Remove Inter-App Communication API; r=fabrice 2016-05-05 07:39:10 -04:00
KuoE0 96422f51d2 Bug 1235123 - Part 3 - Update interfaces and implantations of nsIPresentationDevice and nsIPresentationUIGlue to support 1-UA use case, r=schien 2016-04-28 15:18:21 +08:00
KuoE0 7730573efe Bug 1235123 - Part 1 - Make SystemAppProxy can handle multiple system app, r=schien 2016-04-28 15:18:03 +08:00
KuoE0 f6da5068fb Bug 1208417 - Part 2 - Add DisplayDeviceProvider to Presentation API, r=schien, r=smaug 2016-04-28 15:05:25 +08:00
Jeff Muizelaar 83bb88f11e Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
We would rather people not use this pref.
2016-04-05 10:55:17 -04:00
Carsten "Tomcat" Book fad84a5168 Backed out changeset 864320b75e76 (bug 1259466) for suspicion this caused bc 7 test failures on m-c 2016-04-05 08:54:01 +02:00
Jeff Muizelaar 328e2a6882 Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
We would rather people not use this pref.
2016-04-04 17:15:00 -04:00
Nick Alexander e90bd4aabb Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
MozReview-Commit-ID: 63yJGdgPbhe

--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Marco Castelluccio 2fb9c40ec1 Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
J. Ryan Stinnett a6d2c487b5 Bug 1238160 - Set tab context's isolation from frame attr. r=smaug
Renames existing nsFrameLoader::OwnerIsBrowser* methods to add "Moz" prefix for
clarity.

Adds nsFrameLoader::OwnerIsIsolatedMozBrowserFrame which checks the noisolation
attribute of mozbrowser frames, if present.

This is used to set isolation in nsFrameLoader::GetNewTabContext only when true.

MozReview-Commit-ID: Dz02xBoKh1P
2016-03-02 10:35:56 -06:00
J. Ryan Stinnett 2a55d065b7 Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement.  Other
methods that pass these values around also have name changes.

Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc.  No changes are made to any
serialization formats.  Only runtime method and variable names are updated.

No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations.  These are corrected in subsequent patches
focused on behavior.

MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
Ehsan Akhgari 8a0731fdde Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
ISHIKAWA, Chiaki be2b50a7f8 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
Juan Gomez 9a7f22486b Bug 1235990 - Correct array type checking. r=shu 2016-01-07 08:05:00 +01:00
Phil Booth 8a5646364e Bug 1227527 - Implement basic FxA device registration. r=markh 2016-01-13 05:55:00 +01:00
Carsten "Tomcat" Book d833f9ba1a merge mozilla-inbound to mozilla-central a=merge 2016-01-13 11:57:15 +01:00
Dave Townsend 94b261cf62 Bug 1238783: Fix incorrect properties. r=bustage
--HG--
extra : commitid : FoLQ5nxHqU5
2016-01-12 13:49:21 -08:00
Dave Townsend 7c8d5d737d Bug 1238783: Remove preprocessing from b2g/components/PersistentDataBlock.jsm r=gerard-majax
--HG--
extra : commitid : 6ULjXqE6hyp
extra : rebase_source : 1f7ef24458e11b1d2219526855d319e5dc1edd46
2016-01-11 15:38:02 -08:00
Alexandre Lissy 0107add0d3 Bug 1212395 - Allow test_logcapture_gonk.js to be longer. r=me 2016-01-08 08:04:00 -05:00
Alexandre Lissy 8ad25b96cd Bug 1144499 - Allow test_logshake_gonk.js to be longer. r=me
--HG--
extra : histedit_source : d40b20d18aaf41451d5b0a10502c7880c0481da9
2016-01-08 08:04:00 -05:00
Alexandre Lissy 584426a02e Bug 1235290 - Allow test_persistentdatablock_gonk.js to be longer. r=me 2016-01-08 08:04:00 -05:00
Shu-yu Guo 1768759efb Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm) 2016-01-06 16:02:16 -08:00
Kit Cambridge a96af10ef8 Bug 1227300, Part 5 - Implement `showAlert` for the B2G alerts backend. r=mhenretty
--HG--
extra : commitid : JMm9N0eVUYr
extra : rebase_source : dfb08f757919cb1345f4447e88c7ad91a70194e3
2015-11-23 15:01:57 -08:00
Juan Gomez f8855e8d08 Bug 1214515 - PersistentDataBlock b2g component implementation. r=gerard-majax 2015-12-16 07:52:00 +01:00
Carsten "Tomcat" Book 1808346fae Backed out changeset c472eeb03435 (bug 1214515) for bustage
--HG--
extra : rebase_source : f0d8ce3fc4749b5fc398152ca26e17da7813dd09
2015-12-16 14:51:17 +01:00
Juan Gomez 39e5f194dc Bug 1214515 - PersistentDataBlock b2g component implementation. r=gerard-majax 2015-12-15 04:40:00 +01:00
Fernando Jimenez 041e6bc58c Bug 1224570 - [Service Workers Panel] Service Workers panel fails to show registered service workers after restart. r=fabrice 2015-12-10 14:32:58 -05:00
Andrea Marchesini 32580a380e Bug 1231100 - Get rid of nsIDOMFileReader - patch 2, r=sicking 2015-12-09 15:52:38 -05:00
Andrea Marchesini c2230f21f8 Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking 2015-12-09 15:52:15 -05:00
Fabrice Desré c2b3d7cba2 Bug 1230633 - User is unable to enable full devtools/developer mode r=me 2015-12-04 15:06:53 -08:00
Fabrice Desré 73cba43755 Bug 1229620 - Replace #ifdefs in b2g/ code by AppConstants r=timdream 2015-12-03 09:14:07 -08:00
Yoshi Huang 594e2d555e Bug 1196652 - OriginSuffix is shown in about:serviceworker on b2g. r=ferjm 2015-11-19 10:13:15 +08:00
Brian R. Bondy 3a4bea677d Bug 1180288 - Use native filepickers for Graphene. r=khuey 2015-11-06 10:26:15 -05:00
Andrea Marchesini d4b954e4fa Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug 2016-01-12 19:18:15 +00:00
Eddy Bruel 4bc69d6082 Bug 1216566 - Fix a bug in nsIServiceWorkerManager.getAllRegistrations;r=catalinb 2015-11-02 15:04:41 +01:00
Shih-Chiang Chien 3be689c5cf Bug 1217712 - Part 1 - reject session request to packaged app with no "presentation" permission. r=seanlin. 2015-10-23 09:32:29 +08:00
Tooru Fujisawa 943c6c37b7 Bug 1217983 - Remove for-each from b2g/. r=fabrice
--HG--
extra : commitid : IQe3AzUUClY
extra : rebase_source : 2040efd2e74d53946f8094f0ebc40b62cda43dd9
2015-10-19 00:11:49 +09:00
Fernando Jimenez 22e4079a60 Bug 1211606 - Only fetch keys when Sync is enabled via 'services.sync.enabled' pref changed from Gaia. r=fabrice 2015-10-15 23:36:58 +02:00
Alexandre Lissy 20cbe0e046 Bug 1212295 - Wait for SystemApp to be ready before sending update-error event. r=fabrice 2015-10-08 04:03:00 +02:00
Alexandre Lissy 5f39b1bca8 Bug 1212265 - Collect recovery log as part of LogShake. r=gwagner 2015-10-07 02:50:00 +02:00
Carsten "Tomcat" Book 08997000eb Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book e7ef778c9d Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)

--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo d06b6030f6 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Carsten "Tomcat" Book de28b5128f Backed out changeset b5e8cd00d7ef (bug 1238515) for Android Test failures
--HG--
extra : rebase_source : d7883a0923a22c676f26946ab8950a9bf01490a9
2016-01-12 14:15:08 +01:00
Andrea Marchesini 923de404a2 Bug 1238515 - nsIFilePicker methods should clearly say when they return directories and files, r=smaug 2016-01-12 10:23:13 +00:00
Fernando Jimenez dccbcb2b7f Bug 1210725 - Set proper audience in SyncManager.getAssertion. r=michielbdjong 2015-10-02 15:22:57 +02:00
Kevin Grandon d176e0d847 Bug 1204965 - Graphene support. Merge larch into mozilla-central. r=fabrice r=glandium 2015-09-30 23:49:00 +02:00
Wes Kocher 296abd21ee Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 38a51b2c491658bc19cfac0d227b04ef6e5f6718
2015-09-30 14:10:21 -07:00
KuoE0 c2cc25534d Bug 1156715 - Create shell-remote for launching system-remote, r=fabrice 2015-09-29 19:41:00 +02:00