Ms2ger
9fcc9f3096
Bug 1036777 - Remove the useAllocator argument to XPCConvert::JSData2Native; r=bholley
...
It turns out the useAllocator argument is only used for the dipper types
(nsXPTType::{T_ASTRING, T_DOMSTRING, T_UTF8STRING, T_CSTRING}), while we
only pass true in cases where we don't have a dipper type:
* XPCConvert::JSArray2Native errors on those types;
* GetNamedPropertyAsVariantRaw() passes an interface type;
* nsXPCWrappedJSClass::CallMethod passes !param.IsDipper() for the first
calls and only reaches the last call for dependent types, which do not
include any of the dipper types;
* CallMethodHelper::ConvertIndependentParam handles dipper types earlier
* and CallMethodHelper::ConvertDependentParam handles dependent types.
2014-07-11 19:21:23 -07:00
Bobby Holley
31b9417307
Bug 1036777 - Stop relying on useAllocator for 'in' string classes in ConvertIndependentParam. r=neil
2014-07-11 19:21:22 -07:00
Wes Kocher
f75c4ed3c6
Merge m-c to inbound
2014-07-11 18:12:11 -07:00
Marco Castelluccio
457e4bbb10
Bug 967302 - Fix leak caused by the XUL alert shown at the end of an installation by mocking the alerts service. r=myk
2014-07-12 02:59:51 +02:00
Marco Castelluccio
2da233f5ac
Bug 1034836 - Lazily load some modules in Startup.jsm. r=myk
2014-07-12 02:15:35 +02:00
Marco Castelluccio
beaae5a3be
Bug 1036717 - Test webapp runtime update service. r=myk
...
--HG--
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_hosted_checkforupdates_from_webapp_runtime.xul
rename : toolkit/webapps/tests/test_custom_origin.xul => toolkit/webapps/tests/test_packaged_checkforupdates_from_webapp_runtime.xul
2014-07-12 02:09:50 +02:00
Marco Castelluccio
2fe7bcde2f
Bug 1036751 - Test webapp runtime executable update. r=myk
...
--HG--
rename : toolkit/webapps/tests/test_hosted_launch.xul => toolkit/webapps/tests/test_webapp_runtime_executable_update.xul
2014-07-12 02:04:55 +02:00
Boris Zbarsky
7bf5a529d9
Bug 832014 part 9. Switch AccessCheck to using the generated LocationBinding::IsPermitted method. r=bholley
2014-07-11 19:34:44 -04:00
Boris Zbarsky
7a44e33e2c
Bug 832014 part 8. Switch Location to WebIDL bindings. r=peterv,bholley
2014-07-11 19:32:46 -04:00
Boris Zbarsky
90de70e4f5
Bug 832014 part 7. Fix Xray support for unforgeable methods. r=peterv
2014-07-11 19:32:16 -04:00
Boris Zbarsky
12589bea78
Bug 832014 part 6. Make it possible to specify that only a particular interface that implements a given consequential interface gets cross-origin-settable behavior for a particular property. r=bholley
2014-07-11 19:32:14 -04:00
Boris Zbarsky
394a33af93
Bug 832014 part 5. Add WebIDL API to nsLocation. r=peterv,bholley
2014-07-11 19:31:46 -04:00
Boris Zbarsky
3b932952dd
Bug 832014 part 4. Make the URLUtils APIs able to throw, since Location needs to be able to do that so far. r=peterv
2014-07-11 19:30:27 -04:00
Boris Zbarsky
64072c075b
Bug 832014 part 3. Start using nsLocation for the Location interface in bindings. r=peterv
2014-07-11 19:30:27 -04:00
Boris Zbarsky
8f80150b34
Bug 832014 part 2. Add codegen support for [Unforgeable] interfaces. r=peterv
2014-07-11 19:30:27 -04:00
Boris Zbarsky
ee5c456d8a
Bug 832014 part 1. Add parser support for an [Unforgeable] annotation on WebIDL interfaces. r=peterv
2014-07-11 19:30:26 -04:00
Chris Peterson
317399940c
Back out 805ac89b5924 (Bug 1036781) for 52% regression on AWFY's asmjs-ubench-skinning.
2014-07-11 16:01:11 -07:00
Brian Hackett
f21b5eb32b
Bug 1024786 - Watch for inferred file/line information on errors when printing error contexts, r=jandem.
2014-07-11 14:59:20 -08:00
Bobby Holley
c14d9c63b1
Bug 1034682 - Set wantXrays to false for content XBL scopes. r=billm
2014-07-11 15:56:27 -07:00
Bobby Holley
28f31fb0c4
Bug 1034682 - Move remaining wacky wantXrays behavior to the JS entry point so that we don't have to worry about it when creating Sandboxes from C++. r=peterv
2014-07-11 15:56:27 -07:00
Bobby Holley
2caab53ece
Bug 1034682 - Remove nonsensical sandboxProto waiving in the wantXrays case. r=peterv
...
This doesn't make sense. wantXrays means that the WrapperFactory machinery gives
us Xrays in the same-origin case. When it's false, we don't have Xrays to
same-origin objects to begin with, so the waive is useless. Its only observable
effect comes in the situation of privileged (i.e. nsEP) sandboxes with a
less-privileged sandboxPrototype. And I see no reason why these things should get
a waived prototype.
It looks like this was added in 2010 for the Web Console in bug 611401. None of
that is applicable anymore.
2014-07-11 15:56:27 -07:00
Jeff Gilbert
95879f6634
Bug 1037147 - Purge EOL whitespace again. - r=mattwoodrow
2014-07-11 15:41:41 -07:00
Jeff Gilbert
28df0dd6c9
Bug 1037151 - Merge SharedSurface_GL into SharedSurface. - r=mattwoodrow
2014-07-11 15:10:49 -07:00
Ryan VanderMeulen
867bba5025
Merge m-c to b2g-inbound. a=merge
2014-07-11 16:42:00 -04:00
B2G Bumper Bot
e0c36ecaf6
Bumping manifests a=b2g-bump
2014-07-11 13:36:46 -07:00
Ryan VanderMeulen
27a0fdf6de
Merge inbound to m-c. a=merge
2014-07-11 16:34:56 -04:00
Ryan VanderMeulen
c39e71e72f
Merge fx-team to m-c. a=merge
2014-07-11 16:22:36 -04:00
B2G Bumper Bot
3e7d33a013
Bumping manifests a=b2g-bump
2014-07-11 13:21:17 -07:00
B2G Bumper Bot
2d8ae168d6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d7e63029d487
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21634 from KevinGrandon/bug_1005707_update_node_modules
Bug 1005707 - Update node modules for, Intermittent test suite failures, TypeError: Cannot read property 'deleteSession' of null
========
https://hg.mozilla.org/integration/gaia-central/rev/c33ba41b0de9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1005707 - Update node modules for, Intermittent test suite failures, TypeError: Cannot read property 'deleteSession' of null
2014-07-11 13:15:32 -07:00
Ryan VanderMeulen
08cc354053
Merge b2g-inbound to m-c. a=merge
2014-07-11 15:59:34 -04:00
B2G Bumper Bot
d26e7f4e46
Bumping manifests a=b2g-bump
2014-07-11 12:56:14 -07:00
B2G Bumper Bot
daaaaec0b0
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/73d7af68e084
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21524 from empoalp/bug_1030417
Bug 1030417 - aria role key for number keyboard keys
========
https://hg.mozilla.org/integration/gaia-central/rev/79258ab705e7
Author: David Garcia <davidg@tid.es>
Desc: Bug 1030417 - aria role key for number keyboard keys
2014-07-11 12:50:30 -07:00
B2G Bumper Bot
da2e249f45
Bumping manifests a=b2g-bump
2014-07-11 10:46:20 -07:00
B2G Bumper Bot
6c78c2d87f
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f705a3f96020
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1037194 - Disable intermittent gaia-integration | TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/verticalhome/test/marionette/app_hosted_use_cached_icon_test.js | Vertical Home - Hosted app cached icon fetch fallback to default icon
========
https://hg.mozilla.org/integration/gaia-central/rev/00b2f30e17fc
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #21495 from weigao123/bug996863-master
Bug 996863 - [master] show warn message when emergencyOnly. r=Etienne.
========
https://hg.mozilla.org/integration/gaia-central/rev/567e3e41d948
Author: wei.gao <wei.gao@spreadtrum.com>
Desc: Bug 996863 - [master] show warn message when emergencyOnly. r=Etienne.
2014-07-11 10:40:30 -07:00
B2G Bumper Bot
2d4d13fb15
Bumping manifests a=b2g-bump
2014-07-11 10:36:17 -07:00
B2G Bumper Bot
f88a7846f6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e20fe860d63f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1029766 - Intermittent TEST-UNEXPECTED-FAIL | collection_test.js | Vertical - Collection drag icon (/w entry point) into collection r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/49d733f3a96c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1029766 - Intermittent TEST-UNEXPECTED-FAIL | collection_test.js | Vertical - Collection drag icon (/w entry point) into collection r=crdlc"
This reverts commit 6cb2e93790340d18d771a4c532ecfb968fa38c51.
2014-07-11 10:25:30 -07:00
Chenxia Liu
81010ec66d
Bug 1028705 - Move new tab button back to the right. r=lucasr
2014-07-11 09:59:58 -07:00
James Hugman
7bf1f58b32
Bug 1003962 - force-set browser size to ensure we set CSS viewport size before doc checks it; r=myk
2014-07-11 09:24:37 -07:00
Myk Melez
eb2e2b5072
Backed out changeset a043578146a6 for incorrect attribution
2014-07-11 09:23:42 -07:00
B2G Bumper Bot
d6c0d10f22
Bumping manifests a=b2g-bump
2014-07-11 09:21:39 -07:00
B2G Bumper Bot
448cf8e258
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ccb40cf2c27f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #21566 from schien/bug984274-fix-mochitest-permission
Bug 984274 - add required permission for mochitest. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/ee4e3b04920c
Author: Shih-Chiang Chien <schien@mozilla.com>
Desc: Bug 984274 - add required permission for mochitest. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/e248d4293f0c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21198 from KevinGrandon/bug_1017247_system_launch_regression
Bug 1017247 - [System] Remove on-homescreen class
========
https://hg.mozilla.org/integration/gaia-central/rev/225b49af7e81
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1017247 - [System] Remove on-homescreen class r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/ebcf020b2042
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #21268 from ferjm/bug1028398.fxapermission
Bug 1028398: FxA will silently provide user's email to privileged apps i...
========
https://hg.mozilla.org/integration/gaia-central/rev/c7b5f5e4ddde
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 1028398: FxA will silently provide user's email to privileged apps in 2.0. r=zac,arthurcc,gpg
2014-07-11 09:15:35 -07:00
B2G Bumper Bot
c467ca2906
Bumping manifests a=b2g-bump
2014-07-11 09:11:17 -07:00
B2G Bumper Bot
18549334fe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5477def773c7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #21563 from KevinGrandon/bug_1029766_collection_intermittent_test
Bug 1029766 - Intermittent TEST-UNEXPECTED-FAIL | collection_test.js | Vertical - Collection drag icon (/w entry point) into collection
========
https://hg.mozilla.org/integration/gaia-central/rev/4bb0e8e3368e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1029766 - Intermittent TEST-UNEXPECTED-FAIL | collection_test.js | Vertical - Collection drag icon (/w entry point) into collection r=crdlc
2014-07-11 09:05:28 -07:00
Myk Melez
fd5b3ec6cc
Bug 1003962 - force-set browser size to ensure we set CSS viewport size before doc checks it; r=myk
2014-07-11 08:59:41 -07:00
Shane Caraveo
6ce6beedad
Bug 926417 add microdata support for share/marks, r=markh, r=felipe
2014-07-11 08:50:34 -07:00
B2G Bumper Bot
02a7abfe2b
Bumping manifests a=b2g-bump
2014-07-11 08:41:15 -07:00
Henrik Skupin
bdbcf337de
Bug 1037464 - Upgrade virtualenv to 1.11.6 because of installation issue [bustage fix]. r=ahal a=testonly DONTBUILD
2014-07-11 17:39:20 +02:00
B2G Bumper Bot
3794aa8bec
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c1592841047f
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #21545 from bebef1987/alarm
Bug 1036474 - Update test_clock_create_new_alarm to change the alarm tim...
========
https://hg.mozilla.org/integration/gaia-central/rev/40b457a9958b
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1036474 - Update test_clock_create_new_alarm to change the alarm time
2014-07-11 08:35:26 -07:00
B2G Bumper Bot
bc186d1b39
Bumping manifests a=b2g-bump
2014-07-11 08:26:17 -07:00
B2G Bumper Bot
149c6bd2f6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6dfa8ec45d74
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #21619 from willyaranda/bug1033318
Bug 1033318. Show a country list, with a prefix hint. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/e56c6f9d3e2b
Author: Guillermo López <willyaranda@gmail.com>
Desc: Bug 1033318. Show a country list, with a prefix hint
2014-07-11 08:20:29 -07:00