Changeset 51474 in webkit


Ignore:
Timestamp:
Nov 29, 2009 7:10:36 PM (14 years ago)
Author:
dbates@webkit.org
Message:

2009-11-29 Daniel Bates <dbates@webkit.org>

Reviewed by Adam Barth.

https://bugs.webkit.org/show_bug.cgi?id=31971

Updated comment to reflect latest XSSAuditor bindings.

No functionality was changed. So, no new tests.

  • page/XSSAuditor.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51473 r51474  
     12009-11-29  Daniel Bates  <dbates@webkit.org>
     2
     3        Reviewed by Adam Barth.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=31971
     6
     7        Updated comment to reflect latest XSSAuditor bindings.
     8
     9        No functionality was changed. So, no new tests.
     10
     11        * page/XSSAuditor.h:
     12
    1132009-11-29  Daniel Bates  <dbates@webkit.org>
    214
  • trunk/WebCore/page/XSSAuditor.h

    r50810 r51474  
    4343    // user-submitted data, including:
    4444    //
    45     // * the query string of the URL.
     45    // * the URL.
    4646    // * the HTTP-POST data.
    4747    //
     
    4949    // is denied execution.
    5050    //
    51     // When you instantiate the XSSAuditor you must specify the {@link Frame}
    52     // of the page that you wish to audit.
     51    // When you instantiate the XSSAuditor you must specify the Frame of the
     52    // page that you wish to audit.
    5353    //
    5454    // Bindings
     
    6060    // methods call into XSSAuditor:
    6161    //
    62     // * ScriptController::evaluate - used to evaluate JavaScript scripts.
    63     // * ScriptController::createInlineEventListener - used to create JavaScript event handlers.
    64     // * HTMLTokenizer::scriptHandler - used to load external JavaScript scripts.
     62    // * ScriptController::evaluateInWorld - used to evaluate JavaScript scripts.
     63    // * ScriptController::executeIfJavaScriptURL - used to evaluate JavaScript URLs.
     64    // * ScriptEventListener::createAttributeEventListener - used to create JavaScript event handlers.
     65    // * HTMLBaseElement::process - used to set the document base URL.
     66    // * HTMLTokenizer::parseTag - used to load external JavaScript scripts.
     67    // * FrameLoader::requestObject - used to load <object>/<embed> elements.
    6568    //
    6669    class XSSAuditor : public Noncopyable {
Note: See TracChangeset for help on using the changeset viewer.