Commit Graph

193398 Commits

Author SHA1 Message Date
Nikhil Marathe
437b5b1da0 Bug 1023547 - Fix intermittent dom/workers/test/test_promise.html failure. r=bz
--HG--
extra : transplant_source : %91%24G%DA%8F%B6%95%CEY%3Ff1%B4%3B%CA%23%DB5%ED%88
2014-07-11 20:21:54 -07:00
Jeff Walden
e7366d0824 Bug 901351 - Tests. r=jorendorff
--HG--
extra : rebase_source : 6c35e645511632868953dec45fa0a3b86e0f9f34
2013-08-08 17:31:45 -07:00
Jeff Walden
a0c2a5a108 Bug 1037100 - Remove all ScopedDeleteArray uses from gfx/gl/. r=jgilbert
--HG--
extra : rebase_source : fff244a14da1605f8c6db552925f5bc4b34fb106
2014-07-10 17:43:01 -07:00
Jeff Walden
1b00e1824b Bug 1037106 - Use UniquePtr to manage ownership of the Debugger C++ class instance created for a new Debugger object, until it can be stored in the Debugger object's private slot (and owned by it). r=jimb, r=luke
--HG--
extra : rebase_source : 0f283bdd22e0e1d320f12b60e9fe98b5a606aa8d
2014-07-09 17:58:43 -07:00
Jeff Walden
f4bf4b99f5 Bug 1036710 - Use UniquePtr to manage ownership of the array of PNK_CASE nodes in table switches. r=jorendorff
--HG--
extra : rebase_source : 35a808887ea5dd2dfbd0b81e8628e9a38563c292
2014-07-09 16:59:57 -07:00
Jeff Walden
e1925af47a Bug 1037609 - Make ScriptSource::{display,SourceMap}URL_ into UniquePtrs. Also add js::DuplicateString that's like js_strdup but returns a UniquePtr. r=jimb, r=mccr8
--HG--
extra : rebase_source : 2d8f84a97047d10bbf81e6cd7735a7f802f74194
2014-07-11 12:50:05 -07:00
Nathan Braswell
8bb25a9efd Bug 1032956 - Self-hosted functions in {Object,Function}.{,prototype.}* are broken and fail on an assert. r=jwalden
--HG--
extra : rebase_source : 050efcbf6e69314cabd5a9910981684d92fa4836
2014-07-07 11:48:48 -07:00
Botond Ballo
dba111cd34 Bug 1037191 - Have APZCTreeManager::GetTargetAPZC(point) always return nullptr if an overscrolled APZC is matched. r=kats
--HG--
extra : rebase_source : 2714fa4480ccab42acde9a6dfa36f1d4424bb630
2014-07-10 18:30:13 -04:00
Bobby Holley
3ffe1a37c3 Bug 1036777 - Fix string casts to be safe per-XPIDL. r=neil
These types map to nsAString and nsACString respectively.
2014-07-11 19:21:23 -07:00
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