Bug 101964
Summary: | Actions blocked by sandbox flags should log descriptive warnings to the console. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mike West <mkwst> |
Component: | WebCore Misc. | Assignee: | Markus Heintz <markusheintz> |
Status: | ASSIGNED | ||
Severity: | Normal | CC: | abarth |
Priority: | P2 | Keywords: | WebExposed |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 105791, 105792, 105793, 105862, 103255, 103615, 104365, 105774, 105794 | ||
Bug Blocks: | 97978 |
Mike West
When actions are blocked by sandboxing flags, we should log to the console some descriptive warning. For instance, we should probably log something like "Blocked form submission to '[URL]' because the form's frame is sandboxed, and the 'allow-forms' flag is not set." (http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/loader/FrameLoader.cpp&exact_package=chromium&q=SandboxForms&type=cs&l=344). This goes for most (all?) of the flags; I don't think we're currently logging for any.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mike West
This is a goodfirstbug kind of bug, and Markus expressed some interest this morning in taking it on. Handing it to him for the moment.