Phil Ringnalda
|
b1fd3d5806
|
Merge m-c to b-i
|
2013-12-07 08:28:10 -08:00 |
Alfredo Yang
|
c4c617f113
|
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
|
2013-12-06 17:38:51 -05:00 |
Donovan Preston
|
5ec0880022
|
Bug 707294 -- Change some strings in the webapprt to say "application" instead of "page". r=myk
--HG--
extra : amend_source : d849b7d4fb3e75601facf0a7ba3c44c8b30c2459
|
2013-12-06 16:17:50 -08:00 |
Ryan VanderMeulen
|
4829857b56
|
Merge m-c to inbound.
|
2013-12-02 16:58:15 -05:00 |
Mike Hommey
|
881a7c1554
|
Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal
|
2013-12-03 06:34:21 +09:00 |
Marco Castelluccio
|
36d1525997
|
Bug 762083 - Avoid places database growth for webapps. r=mak
|
2013-12-02 11:34:47 -05:00 |
Mike Hommey
|
8fd06cf41b
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-27 22:55:07 +09:00 |
Mike Hommey
|
b32a4ed166
|
Backout changeset 3fd4b546eed4 (bug 874266) and changeset a35d2e3a872f (bug 942043) for ASAN build bustage and Windows test bustage
--HG--
extra : amend_source : f20d09aeff1c8b5cbd0f1d24c7ce04e86f3aed1d
|
2013-11-28 14:24:05 +09:00 |
Mike Hommey
|
682364d535
|
Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal
|
2013-11-28 13:08:16 +09:00 |
Mike Hommey
|
a470038314
|
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
|
2013-11-09 10:35:44 +09:00 |
Reuben Morais
|
1d3b24a4d5
|
Backed out 4 changesets (bug 853356) for breaking permission prompts.
|
2013-11-06 01:32:42 -02:00 |
Alfredo Yang
|
af01190bbc
|
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
|
2013-11-05 16:29:27 +08:00 |
Kan-Ru Chen (陳侃如)
|
3b2be7096b
|
Backout 3903cb4b779f
|
2013-11-05 15:00:31 +08:00 |
Alfredo Yang
|
0d61f474ce
|
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
|
2013-11-05 14:05:52 +08:00 |
Wes Kocher
|
e400a12724
|
Merge inbound to m-c
|
2013-11-04 21:09:17 -08:00 |
Mike Hommey
|
78b32bd45d
|
Bug 934360 - Remove GRE_MILESTONE computation from Makefiles. r=mshal
|
2013-11-05 07:39:28 +09:00 |
Donovan Preston
|
bf12a8305c
|
Bug 922239 - Disable the slow script dialog for Open Web Apps. Apps can be killed using the normal procedure for killing apps on each OS. r=myk
|
2013-11-04 17:27:40 -05:00 |
Doug Turner
|
951d114a44
|
Backing out 7fe2c77ebbf2
|
2013-10-31 20:25:03 -07:00 |
Ricardo Palomares
|
28d7281711
|
Bug 929018 - Change to getUserMediaDialog.dtd entities naming to fit conventional naming scheme; r=myk
|
2013-10-28 08:21:13 -07:00 |
Alfredo Yang
|
4317439507
|
Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
|
2013-10-26 21:19:32 -04:00 |
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
Mike Hommey
|
59a17d0f20
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
Birunthan Mohanathas
|
6f158bc61c
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
Joshua Cranmer
|
51d2533270
|
Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps
|
2013-10-21 13:10:04 -05:00 |
Ryan VanderMeulen
|
58c9153edc
|
Merge m-c to b2g-inbound.
|
2013-10-11 15:44:17 -04:00 |
Marco Castelluccio
|
72956e1dee
|
Bug 774521 - Desktop Web Runtime UI implementation for mozGetUserMedia (Camera API). r=myk
|
2013-10-11 11:06:21 -04:00 |
Gregory Szorc
|
dfb77e1fbd
|
Bug 585016 - Move buildlist.py to a mozbuild action; r=mshal
--HG--
rename : config/buildlist.py => python/mozbuild/mozbuild/action/buildlist.py
rename : config/tests/unit-buildlist.py => python/mozbuild/mozbuild/test/action/test_buildlist.py
|
2013-10-11 07:22:49 -07:00 |
Marco Castelluccio
|
44f174e6d5
|
Bug 924549 - Add MOCHITEST_WEBAPPRT_CHROME_MANIFESTS to specify webapprt chrome tests and convert all the webapprt mochitests to use manifests. r=gps
|
2013-10-09 09:16:18 -04:00 |
Marco Castelluccio
|
884432dbab
|
Bug 851217 - Create webapp specific branding. r=Mossop
|
2013-10-09 09:16:18 -04:00 |
Marco Castelluccio
|
4a269b242a
|
Bug 921690 - Test mozPay in the webapp runtime. r=ferjm
|
2013-10-08 08:26:26 -04:00 |
Marco Castelluccio
|
cddf12076b
|
Bug 921103 - Close the webapp.json file once it's been read. r=myk
|
2013-10-01 08:06:57 -04:00 |
Marco Castelluccio
|
ca32bd1a60
|
Bug 898499 - Support mozPay API on desktop webapprt. r=ferjm
|
2013-09-27 14:38:14 -04:00 |
Marco Castelluccio
|
66578ab0db
|
Bug 919683 - Fix regression from bug 880930. r=past
|
2013-09-24 14:28:50 -04:00 |
Marco Castelluccio
|
ca88179519
|
Bug 912301 - Exit fullscreen mode if the user navigates to an off-origin url. r=myk
|
2013-09-10 20:59:30 -04:00 |
Marco Castelluccio
|
85c05a8fa7
|
Bug 777428 - Make it possible to debug webapps running in desktop webapp runtime. r=past
|
2013-09-10 20:59:04 -04:00 |
Ms2ger
|
4e96ae49a4
|
Bug 870407 - Move final batch of CMMSRCS to moz.build and disallow it in makefiles; r=khuey
|
2013-09-06 08:40:41 +02:00 |
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
Marco Castelluccio
|
d3da34b11a
|
Bug 910391 - Remove offline cache observer parameter from confirmInstall. r=fabrice
|
2013-08-29 10:00:33 -04:00 |
Marco Castelluccio
|
6de8dfdd33
|
Bug 836547 - Remove obsolete AITC integration in Webapps.jsm. r=fabrice
|
2013-08-27 23:40:16 -04:00 |
Ryan VanderMeulen
|
1f9cf546ef
|
Merge m-c to fx-team.
|
2013-08-27 20:38:23 -04:00 |
Marco Castelluccio
|
9523b1f221
|
Bug 903055 - Test geolocation permission. r=myk
|
2013-08-27 15:03:42 -04:00 |
Marco Castelluccio
|
99606375c1
|
Bug 908932 - Get rid of ContentPolicy.js in webapprt/. r=myk
DONTBUILD
|
2013-08-27 14:58:46 -04:00 |
Ryan VanderMeulen
|
a2fda7266e
|
Backed out changeset 6cd56d32ec92 (bug 908932) for landing with the wrong bug # in the commit message.
|
2013-08-27 15:06:51 -04:00 |
Marco Castelluccio
|
22407cc89f
|
Bug 908923 - Get rid of ContentPolicy.js in webapprt/. r=myk
|
2013-08-27 14:58:46 -04:00 |
Marco Castelluccio
|
8b0d6f6348
|
Bug 907324 - Fix regression from bug 776446. Menu separator in a popupset creates a weird statusbar. r=myk
|
2013-08-26 15:05:08 -04:00 |
Marco Castelluccio
|
f8f8b309a2
|
Bug 777236 - Implement the "fullscreen" app manifest attribute for web apps on desktop. r=myk
|
2013-08-26 15:04:17 -04:00 |
Ryan VanderMeulen
|
f0ff0e5947
|
Backed out 4 changesets (bug 747428, bug 907324, bug 899353, bug 747552) for mochitest-other assertions.
Backed out changeset ee2bf84036fb (bug 907324)
Backed out changeset 17f932a5856d (bug 899353)
Backed out changeset b277e7b08f88 (bug 747552)
Backed out changeset 6ae3b1195542 (bug 747428)
|
2013-08-26 12:25:49 -04:00 |
Marco Castelluccio
|
5f208d1b7f
|
Bug 907324 - Fix regression from bug 776446. Menu separator in a popupset creates a weird statusbar. r=myk
|
2013-08-26 10:32:31 -04:00 |
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
Marco Castelluccio
|
70afcde437
|
Bug 905397 - Support permissions in desktop webrt. ContentPermission.js changes. r=myk
DONTBUILD
|
2013-08-20 08:18:13 -04:00 |