Skip to content

Instantly share code, notes, and snippets.

View ferjm's full-sized avatar
🎵

Fernando Jiménez Moreno ferjm

🎵
View GitHub Profile
@ferjm
ferjm / gist:eca8fbc67a2044d09a72
Created October 21, 2014 18:12
Mobile ID log with v188
I/Gecko ( 6526): 1413912286743 MobileId DEBUG getMobileIdAssertion
I/Gecko ( 6093): 1413912286751 MobileId DEBUG Received MobileId:GetAssertion
I/Gecko ( 6093): 1413912286752 MobileId DEBUG getMobileIdAssertion {"appId":1033,"origin":"app://loop.services.mozilla.com","isInBrowserElement":false}
I/Gecko ( 6093): 1413912286753 MobileId DEBUG getByIndex origin, app://loop.services.mozilla.com
I/Gecko ( 6093): 1413912286773 MobileId DEBUG creds undefined - app://loop.services.mozilla.com
I/Gecko ( 6093): 1413912286777 MobileId DEBUG No credentials
I/Gecko ( 6093): 1413912286779 MobileId DEBUG promptAndVerify [xpconnect wrapped (nsISupports, nsIPrincipal, nsISerializable)], app://loop.services.mozilla.com/manifest.webapp, ${}
I/Gecko ( 6093): 1413912286779 MobileId DEBUG getVerificationOptions
I/Gecko ( 6093): 1413912286780 MobileId DEBUG getVerificationO
-1225420460[b6a4a080]: DocLoader:a7cef400: OnStartRequest[a7497e20](app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png) mIsLoadingDocument=false, 1 active URLs
-1225420460[b6a4a080]: DocLoader:a7cef400: ++ Firing OnStateChange start url load (...). URI: app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png
-1225420460[b6a4a080]: DocLoader:a7cef400: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225420460[b6a4a080]: DocLoader:af17c000: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225420460[b6a4a080]: DocLoader:b6a53900: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225420460[b6a4a080]: DocLoader:b23bb400: Stop() called
-1225420460[b6a4a080]: DocLoader:b23bb400: OnStartRequest[b034a800](jar:file:///system/b2g/webapps/serviceworkerware-perftests.gaiamobile.org/application.zip!/index.html) mIsLoadingDocument=false, 1 active URLs
-1225420460[b6a4a080]: DocLo
-1225866924[b6a4a080]: DocLoader:a5bdfc00: OnStartRequest[a5b798d0](app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png) mIsLoadingDocument=false, 1 active URLs
-1225866924[b6a4a080]: DocLoader:a5bdfc00: ++ Firing OnStateChange start url load (...). URI: app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png
-1225866924[b6a4a080]: DocLoader:a5bdfc00: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225866924[b6a4a080]: DocLoader:af020c00: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225866924[b6a4a080]: DocLoader:b6a53900: Status (app://serviceworkerware-perftests.gaiamobile.org/img/icon-128.png): code: 10001
-1225866924[b6a4a080]: DocLoader:b0bbbc00: Stop() called
-1225866924[b6a4a080]: DocLoader:b0bbbc00: OnStartRequest[afd1fc00](jar:file:///system/b2g/webapps/serviceworkerware-perftests.gaiamobile.org/application.zip!/index.html) mIsLoadingDocument=false, 1 active URLs
-1225866924[b6a4a080]: DocLo
➜ app git:(master) rm -rf node_modules
➜ app git:(master) ls
README.md app bower.json deploy.sh gulpfile.js package.json
➜ app git:(master) nvm ls
v0.11.4
-> v0.11.14
v0.12.0
v4.2.2
system
node -> stable (-> v4.2.2) (default)
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf
--- a/dom/bindings/Bindings.conf
+++ b/dom/bindings/Bindings.conf
@@ -1264,16 +1264,22 @@ DOMInterfaces = {
'SVGUnitTypes' : {
'concrete': False,
},
'SVGZoomAndPan' : {
'concrete': False,
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf
--- a/dom/bindings/Bindings.conf
+++ b/dom/bindings/Bindings.conf
@@ -1260,16 +1260,22 @@ DOMInterfaces = {
'SVGUnitTypes' : {
'concrete': False,
},
'SVGZoomAndPan' : {
'concrete': False,
diff --git a/dom/bindings/Bindings.conf b/dom/bindings/Bindings.conf
--- a/dom/bindings/Bindings.conf
+++ b/dom/bindings/Bindings.conf
@@ -1273,16 +1273,22 @@ DOMInterfaces = {
'SVGUnitTypes' : {
'concrete': False,
},
'SVGZoomAndPan' : {
'concrete': False,
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "BackgroundParentImpl.h"
#include "BroadcastChannelParent.h"
#include "FileDescriptorSetParent.h"
#ifdef MOZ_WEBRTC
#include "CamerasParent.h"
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "SyncManagerParent.h"
#include "SyncService.h"
#include "mozilla/unused.h"
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsArrayUtils.h"
#include "nsIMutableArray.h"
#include "nsIOService.h"
#include "SyncManagerParent.h"