Garvan Keeley

Results 18 issues of Garvan Keeley

Cross posted from https://github.com/mozilla-mobile/firefox-ios/issues/4772 >I can't repro, but this was reported twice now. After returning to Firefox iOS, the app won't receive any taps until the app is backgrounded and...

I get 'https://github.com/garvankeeley/firefox-ios%0Dhttps://github.com/mozilla-mobile/firefox-ios/blob/f09af843f5490f58211a3b71d4ac874e92c26b39/Client/Frontend/UserContent/UserScripts/MainFrame/AtDocumentEnd/FindInPage.js%23L66-L66' when this would be the working URL: 'https://github.com/mozilla-mobile/firefox-ios/blob/f09af843f5490f58211a3b71d4ac874e92c26b39/Client/Frontend/UserContent/UserScripts/MainFrame/AtDocumentEnd/FindInPage.js%23L66-L66' With one other strange problem, the encoded `#` as `%23` doesn't but work `#` does, which I think might...

Running the benchmark with SwiftyJSON 3.1.4 (currently the latest) shows a 25% perf gain with JASON, on-device with a 5C. Just wanted to make a note for others who might...

Switching from Cocoapods to Carthage, and using only dependencies that are in Firefox iOS will make merging the codebases much easier. This is the list of 3rd party deps we...

Closed on 'develop' branch

We have no tests for this, and a number of bugs related to it (and to uploading groups of pings out of order).

We can use this as a thread to track the progress of this work, or drop general notes about this task in here. Hopefully today or early tomorrow we can...

This will be a simple boolean. Not sure what general API is available to check if a previous run crashed; Firefox iOS would have this available through Sentry.

Here is the focus event: https://github.com/mozilla-services/mozilla-pipeline-schemas/tree/master/schemas/telemetry/focus-event We can submit a PR to that repo with the Firefox event type.

We plan to add to CorePing an event counter dictionary to count user events. For example: `eventcount: {"new tab button": 5, "app menu button": 8}`

Consider adding perf measurement data to Core Ping. This will use the server backend histogram measurement type. Measurements need a defined number of buckets and the range of each bucket....