Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposing flushcookie api. #313

Closed
wants to merge 1 commit into from
Closed

Conversation

brock8503
Copy link
Contributor

Been spending lots of time with the cookie API and notice we don't have this API exposed .

Put together b5319b0 for it.

I modeled this after the VisitAllCookies API design.

More more more cookies 🍪 🍪 🍪

Also noticed we are not setting the creation time of the cookies in the visit API , pulling that information out of the struct and adding to the .net cookies in 63f13a4.

Cookie time 🍪

@brock8503
Copy link
Contributor Author

Reverting the timestamp because I ate to many 🍪 and it was flat out wrong.

Need to see how we are going to accurately return the creation parameter when there is no set in .NET cookie class.

(PS let me know if you want me to nuke the revert history)

@brock8503
Copy link
Contributor Author

Sorry guys didn't create a topic branch for this fix, but here is a fix for #213

I also fixed a focus bug, mouseenter on the popup should change focus.

@brock8503
Copy link
Contributor Author

Needed to add the mouse leave event too to make sure we release the mouse.

@brock8503 brock8503 changed the title Exposing the cookies flushstore method Exposing more cookies and fix for Popup DPI issues. Apr 13, 2014
dpiTransform = new ScaleTransform(
1 / matrix.M11,
1 / matrix.M22
);
Copy link
Member

Choose a reason for hiding this comment

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

The last parenthesis should be aligned with dpiTransform, IMHO.

@perlun
Copy link
Member

perlun commented Apr 20, 2014

Also, I don't like to mix totally unrelated stuff (cookie handling) and DPI fixes into one single PR. 😄 Could you split it please?

@brock8503
Copy link
Contributor Author

@perlun fixed these comments up and added a new pr #337

Much cleaner!

@brock8503 brock8503 changed the title Exposing more cookies and fix for Popup DPI issues. Exposing flushcookie api. Apr 21, 2014
@perlun
Copy link
Member

perlun commented Apr 29, 2014

Does this mean we can close this one now?

@brock8503
Copy link
Contributor Author

@perlun and @jornh this contains the cookie PR, and the other PR #337 contained the DPI bug fix.

This should be reviewed and merged as well!

Woohooo!

@amaitland
Copy link
Member

@brock8503 Are you able to merge in changes from master?

@amaitland
Copy link
Member

Created PR #399 to progress getting this PR merged.

amaitland added a commit that referenced this pull request Jul 1, 2014
@amaitland
Copy link
Member

Closed with #399

@amaitland amaitland closed this Jul 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants