-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Cookie Prompt doesn't work #296
Comments
For tracking, this happens when I click on any button, from Browser Console (56.0.1):
|
Yes, seems even though it's defined and the appropriate component is getting called, it doesn't see the definition! Can any of you see what may have gone wrong in the commit? |
I'd like to have some confirmation, if cookie prompts are going to be kept long-term, because I just noticed a revert of Savarese's code, with the explanation in code comments, that [cookie prompting] was 'not supported' (by whom?). Update: @MrAlex94 , It seems from a subreddit three days ago, that you haven't abandoned it, but just disabled it, until the issue becomes bug-free / gets resolved for a working reimplementation. I've just let Savarese know about this bug, so I'm hoping for a response. |
Savarese's response wrt the patch:
Savarese's latest cookie prompt restore patch is currently based on the Firefox 57.0 source tree. cc: @criztovyl @MrAlex94 |
My best guess could be, that there was a version/code conflict with merging one of D.F. Savarese's patches. The windows without window titles and other appropriate information seem to suggest, that Waterfox's modal dialog implementation was different (older?) from that of whichever (newer?) version the merged patch supported. @criztovyl , do you remember, which of Savarese's patches did you merge, and which upstream version did it correspond to? A possible solution is to test cookie prompting with an older patch, and then, if it works reliably in alpha/beta, release. It should simply be possible to merge, build, and test all of Savarese's patches (here) until there's a patch that works. Merging from newest to oldest and testing should help to find out the right one. |
Cookie Prompt (#259) appears to only work from build directory, at least on GTK platforms.
Steps to reproduce
./mach bootstrap
./mach build
./mach run "about:preferences#privacy"
./mach run https://en.wikipedia.org/
./mach install
waterfox "about:preferences#privacy"
waterfox https://en.wikipedia.org/
The text was updated successfully, but these errors were encountered: