Fwd: GeckoView

2019-11-21 Thread Emily Toop
-- Forwarded message - From: Jochen van Waasen Date: Thu, 21 Nov 2019 at 14:16 Subject: GeckoView To: Hi Emily I would like to use GeckoView but need to intercept all request that are coming out of a webpage (URL, resource, XMLHttpRequest, requests coming from inside an iFrame)

Re: Mozilla Mobile Blog

2017-02-23 Thread Emily Toop
OOps, the site can be found at https://mozilla-mobile.github.io On 23 February 2017 at 16:44, Emily Toop wrote: > The Mozilla Mobile Guild has a new blog! You can find it at > https://github.com/mozilla-mobile/mozilla-mobile.github.io. > > So far it is looking a little underwhelming

Mozilla Mobile Blog

2017-02-23 Thread Emily Toop
The Mozilla Mobile Guild has a new blog! You can find it at https://github.com/mozilla-mobile/mozilla-mobile.github.io. So far it is looking a little underwhelming with only a single post about our migration of Firefox for iOS to Swift 3.0 on it, so feel free to start adding your own content. Thi

Re: iOS Swift 3

2017-02-08 Thread Emily Toop
Hi Rod, yes they have. I'm pleased to say that we are almost done with the Swift 3.0 migration, which was started 2 weeks ago. We are currently resolving regressions identified after the full migration and expect to be completely finished with the migration in the next few days, with the code land

Re: UIKonf roundup

2016-06-07 Thread Emily Toop
It turns out these videos might subsequently have been made private, so here is a link to all the conference videos: https://www.youtube.com/playlist?list=PLdr22uU_wISqm9QbnczWxXs9qyuWpSU4k On 2 June 2016 at 15:20, Emily Toop wrote: > Last week I was at UIKonf in Berlin. It was a really g

UIKonf roundup

2016-06-02 Thread Emily Toop
Last week I was at UIKonf in Berlin. It was a really good conference with a good mix of technical and non-technical talks. Here are some that I think are worth the watch: Technical: Steve 'Scotty' Scott on MVVM - https://youtu.be/JbIoI7sm4_o?t=4h46m10s Isabel Barrera - 4 Steps to Architectural E

Re: iOS UI Tests

2016-05-12 Thread Emily Toop
Farhan, It would be really great if new UITests were written using the new UITesting framework rather than expanding on the existing KIF tests. Any chance you could create a new target for UITesting and write these new tests in there? Once the target is there it will be easier to start adding to t

Fwd: [ios] AppState, MenuConfiguration, and prefs

2016-05-09 Thread Emily Toop
Forwarding on to the larger list ahead of todays meet about AppState -- Forwarded message -- From: Emily Toop Date: 5 May 2016 at 13:55 Subject: Re: [ios] AppState, MenuConfiguration, and prefs To: James Hugman Hey. I said I'd give you a link to the branch I made f

Re: Bug Ranking Scheme

2016-04-27 Thread Emily Toop
I think our bug ranking would need to differ based on whether a bug is tagged to tracking+ or tracking version. A meaning of rank 1 being a release blocker when a bug is tracking a version makes total sense, but as James pointed out, makes little sense when the bug is tracking +, where the meaning

[iOS] The Menu Has Landed!

2016-04-20 Thread Emily Toop
I landed the work that has been done on the new Menu[1] for Firefox for iOS today. The menu gives quick and easy access to a number of actions right from your current context. >From a browser tab, you can easily find Find In Page, Request Desktop Site, Settings, open new Private and Non Private t

Re: Proposal to drop custom logging framework on IOS

2016-04-12 Thread Emily Toop
I have also used, and recommend, CocoaLumberjack. I agree with Steph that losing the rolling file logger and log levels would be a bad thing. However, using any third party library is going to bring with it risk of things going wrong out of our control. My concern with the XCGLogger issues is tha

Re: Firefox for iOS and Open Source

2016-03-30 Thread Emily Toop
Quick reminder that this meeting is at 5pm BST / 9AM PST. I.e. 20 minutes. in #mobile On 24 March 2016 at 15:59, Emily Toop wrote: > Just a note, this meeting has been moved to 9am PST to enable more Europe > based people to come. > > On 22 March 2016 at 14:07, Emily Toop wrote

Re: Firefox for iOS and Open Source

2016-03-24 Thread Emily Toop
Just a note, this meeting has been moved to 9am PST to enable more Europe based people to come. On 22 March 2016 at 14:07, Emily Toop wrote: > We've been talking a lot (both iOS and Android) lately about being good > Open Source citizens and what we should be doing to gather and

Firefox for iOS and Open Source

2016-03-22 Thread Emily Toop
We've been talking a lot (both iOS and Android) lately about being good Open Source citizens and what we should be doing to gather and support our contributors. In response to this I have set up a meeting for team and contributors and any interested parties of the Firefox for iOS project to discus

Re: Firefox iOS swift-3.0 branch

2016-03-21 Thread Emily Toop
Also, when I did the Swift 2.0 migration, we were stalled a lot by waiting for dependencies to update first. We should start a list of dependencies such that we can mark when they support 3.0 and know when we can reliably upgrade. Also, we are currently quite far behind with our usage of AFNetwork

Re: iOS Menu Implementation Proposal

2016-03-09 Thread Emily Toop
, thinking about the challenges of user configuration will help us make design decisions now that will allow for ease of extendability later. On 9 March 2016 at 11:30, Emily Toop wrote: > In the menu demo at the Product meeting yesterday, Robin mentioned that a > future update to the menu wil

Re: iOS Menu Implementation Proposal

2016-03-09 Thread Emily Toop
odate this, but I'd also like to open the question out. What are good ways to make the menus user configurable? As always, feedback/comments/ideas are welcome. On 3 March 2016 at 18:15, Emily Toop wrote: > Thank you all for attending the menu meeting. All your feedback and >

Re: iOS Menu Implementation Proposal

2016-03-03 Thread Emily Toop
Thank you all for attending the menu meeting. All your feedback and comments were greatly appreciated. Next steps (Please remind me of anything I have forgotten): * Update DisplayLocation enum to become MenuState enum that will contain the current state required by the menu based on display locat

Re: iOS Menu Implementation Proposal

2016-03-02 Thread Emily Toop
coordinate. > > It's worth noting that there are concurrency worries here. The state of > menu items depends on async operations (isBookmarked), but the menu or even > the current tab could change while those operations are running. > > > > On Wed, Mar 2, 2016 at 9:

Re: iOS Menu Implementation Proposal

2016-03-02 Thread Emily Toop
his & feedback, but also feel free to feedback here. Emily On 24 February 2016 at 18:39, Emily Toop wrote: > So, I've created a little project to explore some of my ideas around the > menu and how it would work. I was hoping to get it more finished by the end > of today (i.

Re: Firefox screenshots can now be easily captured and compared in automation

2016-02-12 Thread Emily Toop
Margaret, The tool we are using to generate screenshots for iOS, Fastlane, has just released a tool, Screengrab, to generate screenshots for Android. You might want to check it out. https://github.com/fastlane/screengrab Emily On 12 February 2016 at 13:29, Margaret Leibovic wrote: > This pret

Re: @testable for iOS

2016-01-14 Thread Emily Toop
This is awesome. I've been meaning to look deeper into @testable for a while. Thanks Richard. On 14 January 2016 at 00:46, Richard Newman wrote: > We didn't get around to using @testable, which was introduced in Swift 2.x. > > I just fixed that. > > This should dramatically speed up builds, and

Re: Firefox for iOS Startup Crash

2015-11-09 Thread Emily Toop
No idea if this is anything to do with it, but this morning I seem unable to run master. I am getting a crash in line 226 of _startBackgroundTask in GCDWebServer.m. EXC_BAD_ACCESS(code=50) On 9 November 2015 at 08:46, Lawrence Mandel wrote: > Someone in the Toronto office (maybe Olivier) told me

Swift 2.0 Error Handling and Defer

2015-09-04 Thread Emily Toop
I've created a Swift Playground to explore knowledge sharing around Error Handling and the Defer keyword. I'd appreciate it if people could take a look and let me know what they think. I thought a playground would be a good way of doing things as they are interactive and people can then play with

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
6. get to work on CI for Swift 2.0 master. >> >> >> On Thu, Aug 27, 2015 at 6:14 AM, Stefan Arentz >> wrote: >> >>> Fantastic. So what is next? Do we keep working in the Swift-2.0 branch >>> until we can run the app on a device? >>> >>>

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
Hmm, it appears that in _my_ XCode7, at least, applicationDidBecomeActive is being called _before_ BrowserViewController.viewDidLoad and therefore the tab queue is being created (caused BrowserDB creation) before the history tables On 27 August 2015 at 14:51, Emily Toop wrote: > Do we

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
changed in this area that could affect the order in which these things occur, as view_favicons_widest is created as part of browser.db creation which always happens first. Can anyone spot what I am missing? On 27 August 2015 at 14:20, Emily Toop wrote: > That's what I'm doing. We

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
to attack first in the mopad. On 27 August 2015 at 14:14, Stefan Arentz wrote: > Fantastic. So what is next? Do we keep working in the Swift-2.0 branch > until we can run the app on a device? > > S. > > > On Thu, Aug 27, 2015 at 5:45 AM, Emily Toop wrote: > >&

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
Also, I've pushed SQLite.swift and SWXMLHash back to their original repos so you'll probably want to run checkout.sh again. On 27 August 2015 at 10:45, Emily Toop wrote: > Today, is a Good Day. > > We have a cleanly compiling version of a Swift 2.0 port of FxiOS. > &g

Re: Swift 2.0 Port of Firefox for iOS

2015-08-27 Thread Emily Toop
gt;>> have all been fixed, though I'm now hitting a segfault in >>> StorageClient.swift, and the error isn't terribly helpful. >>> >>> Dump here: https://pastebin.mozilla.org/8843919 >>> >>> Not sure how many targets are left after t

Re: [iOS] systemFontOfSize(_:weight:)' is only available on iOS 8.2 or newer

2015-08-26 Thread Emily Toop
Stefan: i have solved this in what I've just pushed On 26 August 2015 at 19:46, Stefan Arentz wrote: > So this is interesting .. while compiling with Xcode 7 against the iOS9 > SDK I got this: > > systemFontOfSize(_:weight:)' is only available on iOS 8.2 or newer > > And a bunch of similar w

Re: Swift 2.0 Port of Firefox for iOS

2015-08-26 Thread Emily Toop
>> Dump here: https://pastebin.mozilla.org/8843919 >> >> Not sure how many targets are left after this, but it does feel like this >> is close to the end! >> >> On Tue, Aug 25, 2015 at 9:38 AM, Emily Toop wrote: >> >>> I feel I am really close t

Re: Swift 2.0 Port of Firefox for iOS

2015-08-25 Thread Emily Toop
today in order to get this building against XCode 7.0 Beta 6. On 24 August 2015 at 15:53, Richard Newman wrote: > I think you're heading in the right direction. I'll take a look once I go > through the painful steps to repro :D > > On Mon, Aug 24, 2015 at 7:14 AM, Emily

Swift 2.0 Port of Firefox for iOS

2015-08-24 Thread Emily Toop
Just realised I was sending these to a dead address. Here we go again. On 21 August 2015 at 16:16, Emily Toop wrote: > I've been working this week on getting Firefox for iOS ported over to > using Swift 2.0 in preparation for work beginning on V1.0.x and the release > of iOS9

New Mobile Dev Status Updates Channel

2015-07-17 Thread Emily Toop
Over the last few weeks we've been looking at different ways we can help surface work and progress happening on Mobile Firefox so that people in different timezones can stay abreast of what the team is doing. IRC is great, but scrolling back through the backlog of chat to understand what is going o