| Summary: | REGRESSION(r181134): [GTK] Test /webkit2/WebKitWebView/insecure-content is failing after r181134 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
| Component: | Tools / Tests | Assignee: | Michael Catanzaro <mcatanzaro> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | chavarria1991, darin, gustavo, mcatanzaro, mrobinson, oliver, svillar | ||||
| Priority: | P2 | Keywords: | Gtk, Regression | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 140625 | ||||||
| Attachments: |
|
||||||
|
Description
Carlos Garcia Campos
2015-03-06 00:08:42 PST
Bug #140392 adds API to expose those settings. Currently all browsers that block mixed content have UI to disable blocking on the current page. As much as I'd like to avoid that, because *most* sites will not break, we probably have to add it. So we will still need WEBKIT_INSECURE_CONTENT_RUN. The change in default will be good, but only for 2.10. Also the patch in that bug probably fixes the test case, but it changes cross-platform code to add WEBKIT_INSECURE_CONTENT_BLOCKED so we need an Apple reviewer. (In reply to comment #1) > Bug #140392 adds API to expose those settings. Currently all browsers that > block mixed content have UI to disable blocking on the current page. As much > as I'd like to avoid that, because *most* sites will not break, we probably > have to add it. So we will still need WEBKIT_INSECURE_CONTENT_RUN. > > The change in default will be good, but only for 2.10. Yes, this doesn't affect any of the stable branches. *** Bug 142663 has been marked as a duplicate of this bug. *** Note that we can't do anything about this (besides skip the test) until we get approval from Apple on how to handle bug #142469. (In reply to comment #5) > Note that we can't do anything about this (besides skip the test) until we > get approval from Apple on how to handle bug #142469. Since the test is only failing for the run-execute-content I prefer to add #if 0 to the affected part with a FIXME pointing to this bug instead of skipping the test. Created attachment 250638 [details]
Patch
Let's update the expected result instead of indefinitely wait for some other bugs
Comment on attachment 250638 [details]
Patch
Ok, we will update this test when the new api is added
Comment on attachment 250638 [details] Patch Clearing flags on attachment: 250638 Committed r182733: <http://trac.webkit.org/changeset/182733> All reviewed patches have been landed. Closing bug. |