aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/setupMetamaskMeshMetrics.js
blob: fd3b93fc430fdcb48958529e85bd92b74570ed49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12

module.exports = setupMetamaskMeshMetrics

/**
 * Injects an iframe into the current document for testing
 */
function setupMetamaskMeshMetrics () {
  const testingContainer = document.createElement('iframe')
  testingContainer.src = 'https://metamask.github.io/mesh-testing/'
  console.log('Injecting MetaMask Mesh testing client')
  document.head.appendChild(testingContainer)
}
class='txt' type='search' size='10' name='q' value=''/>
path: root/multimedia/mpgtx
Commit message (Expand)AuthorAgeFilesLines
* Enable stagebapt2013-10-192-16/+8
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2
* - remove MD5ohauer2011-07-031-1/+0
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* Fix the largefile support when copy bigger than 4gb, bump the PORTREVISION.mezz2006-06-132-3/+13
* - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
* - Add SHA256ahze2005-11-091-0/+1
* - Fix mpeg joining [1] and splittingahze2005-10-242-0/+22
* - Update to 1.3.1ahze2005-01-122-9/+4
* Fix build with -O2 on 6.xahze2004-12-151-2/+2
* Add -O to CFLAGS on FreeBSD 6.x to work around build failuer with -O2.arved2004-11-031-1/+7
* Fix build with gcc34arved2004-06-131-1/+1
* SIZEify.trevor2004-01-30