This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/dashboard.js b/dashboard.js | |
| index 74ff00b..97b5742 100644 | |
| --- a/dashboard.js | |
| +++ b/dashboard.js | |
| @@ -9,11 +9,9 @@ const { | |
| getLogAge, | |
| isTestConnection, | |
| } = require("./logs"); | |
| -const { | |
| - getDescription, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/devtools/client/webconsole/components/Output/ConsoleOutput.js b/src/devtools/client/webconsole/components/Output/ConsoleOutput.js | |
| index bc687900..a0f36c17 100644 | |
| --- a/src/devtools/client/webconsole/components/Output/ConsoleOutput.js | |
| +++ b/src/devtools/client/webconsole/components/Output/ConsoleOutput.js | |
| @@ -89,17 +89,21 @@ class ConsoleOutput extends Component { | |
| //KY do i need this? | |
| UNSAFE_componentWillUpdate(nextProps, nextState) { | |
| - console.log("willupdate nextProps", nextProps) | |
| - console.log("willupdate nextState", nextState) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/devtools/server/actors/replay/connection.js b/devtools/server/actors/replay/connection.js | |
| index d1ac13985178..f4ab5763d54c 100644 | |
| --- a/devtools/server/actors/replay/connection.js | |
| +++ b/devtools/server/actors/replay/connection.js | |
| @@ -10,7 +10,9 @@ const { XPCOMUtils } = ChromeUtils.import( | |
| "resource://gre/modules/XPCOMUtils.jsm" | |
| ); | |
| const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm"); | |
| -const { setTimeout } = Components.utils.import('resource://gre/modules/Timer.jsm'); | |
| +const { setTimeout } = Components.utils.import( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/devtools/server/actors/replay/connection.js b/devtools/server/actors/replay/connection.js | |
| index 10653c994a11..397e8071e766 100644 | |
| --- a/devtools/server/actors/replay/connection.js | |
| +++ b/devtools/server/actors/replay/connection.js | |
| @@ -10,7 +10,9 @@ const { XPCOMUtils } = ChromeUtils.import( | |
| "resource://gre/modules/XPCOMUtils.jsm" | |
| ); | |
| const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm"); | |
| -const { setTimeout } = Components.utils.import('resource://gre/modules/Timer.jsm'); | |
| +const { setTimeout } = Components.utils.import( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/dispatch/internal.js b/src/dispatch/internal.js | |
| index a09fc7bb..c7082e40 100644 | |
| --- a/src/dispatch/internal.js | |
| +++ b/src/dispatch/internal.js | |
| @@ -18,12 +18,55 @@ async function fetchGraphQL(query, name, variables = {}) { | |
| return await result.json(); | |
| } | |
| +async function fetchUser(authId) { | |
| + const query = `query fetchUser($auth_id: String) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/dispatch/internal.js b/src/dispatch/internal.js | |
| index a09fc7bb..7181bd17 100644 | |
| --- a/src/dispatch/internal.js | |
| +++ b/src/dispatch/internal.js | |
| @@ -18,12 +18,54 @@ async function fetchGraphQL(query, name, variables = {}) { | |
| return await result.json(); | |
| } | |
| +async function fetchUserId(authId) { | |
| + const query = `query fetchUserId($auth_id: String) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/dispatch/internal.js b/src/dispatch/internal.js | |
| index a09fc7bb..e3c3a87a 100644 | |
| --- a/src/dispatch/internal.js | |
| +++ b/src/dispatch/internal.js | |
| @@ -18,12 +18,48 @@ async function fetchGraphQL(query, name, variables = {}) { | |
| return await result.json(); | |
| } | |
| +async function fetchUserId(authId) { | |
| + const query = `query fetchUserId($auth_id: String) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/README.txt b/README.txt | |
| index 6370ac2679aa..a1f388c02fbf 100644 | |
| --- a/README.txt | |
| +++ b/README.txt | |
| @@ -27,3 +27,5 @@ install directory without having to rebuild everything, try: | |
| ``` | |
| rm -rf rr-opt/dist/Replay.app | |
| ``` | |
| + | |
| + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/devtools/server/actors/replay/connection.js b/devtools/server/actors/replay/connection.js | |
| index 10653c994a11..64f81c8cff9e 100644 | |
| --- a/devtools/server/actors/replay/connection.js | |
| +++ b/devtools/server/actors/replay/connection.js | |
| @@ -10,7 +10,9 @@ const { XPCOMUtils } = ChromeUtils.import( | |
| "resource://gre/modules/XPCOMUtils.jsm" | |
| ); | |
| const { OS } = ChromeUtils.import("resource://gre/modules/osfile.jsm"); | |
| -const { setTimeout } = Components.utils.import('resource://gre/modules/Timer.jsm'); | |
| +const { setTimeout } = Components.utils.import( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/README.txt b/README.txt | |
| index 6370ac2679aa..a1f388c02fbf 100644 | |
| --- a/README.txt | |
| +++ b/README.txt | |
| @@ -27,3 +27,5 @@ install directory without having to rebuild everything, try: | |
| ``` | |
| rm -rf rr-opt/dist/Replay.app | |
| ``` | |
| + | |
| + |