Bug 101964 - Actions blocked by sandbox flags should log descriptive warnings to the console.
Summary: Actions blocked by sandbox flags should log descriptive warnings to the console.
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Markus Heintz
URL:
Keywords: WebExposed
Depends on: 105791 105792 105793 105862 103255 103615 104365 105774 105794
Blocks: 97978
  Show dependency treegraph
 
Reported: 2012-11-12 12:09 PST by Mike West
Modified: 2012-12-29 13:54 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike West 2012-11-12 12:09:15 PST
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.
Comment 1 Mike West 2012-12-04 10:44:03 PST
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.