Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

New Prompt API #1560

Merged
merged 1 commit into from
Aug 12, 2019
Merged

New Prompt API #1560

merged 1 commit into from
Aug 12, 2019

Conversation

keianhzo
Copy link
Contributor

Fixes #1557 Gecko bump and new prompt API update

}
}
public GeckoResult<PromptResponse> onAlertPrompt(@NonNull GeckoSession geckoSession, @NonNull AlertPrompt alertPrompt) {
if (mPromptDelegate != null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I prefer to always use {} with if statements. I've fixed too may bugs in the past where they were left off and then some one added a second line with out realizing the curly brackets were missing. I just grepped the code and see we have a lot of if statements with out {} so I will file a follow up to update the code.

@bluemarvin
Copy link
Contributor

I'm going to land this as it also fixes remote debugging. We can address any issues in a follow up.

@bluemarvin bluemarvin merged commit 2ccdfe4 into master Aug 12, 2019
@bluemarvin bluemarvin deleted the new_prompt_api branch August 12, 2019 22:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update FxR to use new GeckoView Prompt API
2 participants