[webkit-changes] cvs commit: WebCore/manual-tests liveconnect-security-exception.html

Geoffrey ggaren at opensource.apple.com
Fri Aug 12 15:43:41 PDT 2005


ggaren      05/08/12 15:43:40

  Modified:    .        ChangeLog
               manual-tests liveconnect-security-exception.html
  Log:
          Reviewed by adele.
  
          * manual-tests/liveconnect-security-exception.html:
              - fixed wrong codebase path
              - added instruction to disable popup blocking
  
  Revision  Changes    Path
  1.4565    +8 -0      WebCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/WebCore/ChangeLog,v
  retrieving revision 1.4564
  retrieving revision 1.4565
  diff -u -r1.4564 -r1.4565
  --- ChangeLog	12 Aug 2005 01:30:24 -0000	1.4564
  +++ ChangeLog	12 Aug 2005 22:43:36 -0000	1.4565
  @@ -1,3 +1,11 @@
  +2005-08-12  Geoffrey Garen  <ggaren at apple.com>
  +
  +        Reviewed by adele.
  +
  +        * manual-tests/liveconnect-security-exception.html:
  +            - fixed wrong codebase path
  +            - added instruction to disable popup blocking
  +
   2005-08-11  Adele Peterson  <adele at apple.com>
   
           Reviewed by Darin.
  
  
  
  1.2       +2 -1      WebCore/manual-tests/liveconnect-security-exception.html
  
  Index: liveconnect-security-exception.html
  ===================================================================
  RCS file: /cvs/root/WebCore/manual-tests/liveconnect-security-exception.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- liveconnect-security-exception.html	11 Aug 2005 01:28:42 -0000	1.1
  +++ liveconnect-security-exception.html	12 Aug 2005 22:43:40 -0000	1.2
  @@ -16,6 +16,7 @@
   <p>This test checks for a regression against <i>rdar://problem/4151132 REGRESSION: Some applet liveconnect calls throws privilege exception.</i>.</p>
   <p>To test:</p>
   <ol>
  +<li>Disable popup blocking.</li>
   <li>Select the window titled "popup window."</li>
   <li>From the debug menu, select "Show JavaScript console." This will allow you to see errors thrown in the popup window by the Java Virtual Machine. If there are any, the test has failed.</li>
   <li>If the text in the popup window does not match the text below, the test has failed:<br>
  @@ -26,6 +27,6 @@
   </li>
   <li>Otherwise, the test has passed.</li>
   </ol>
  -<applet id='applet' code="TestApplet.class" codebase="."></applet>
  +<applet id='applet' code="TestApplet.class" codebase="resources"></applet>
   </body>
   </html>
  
  
  



More information about the webkit-changes mailing list