Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: LayoutTests/webintents/web-intents-reload.html

Issue 9479030: Merge 108724 - Don't clear IntentRequest callback pointers on stop() (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/webintents/web-intents-reload-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../fast/js/resources/js-test-pre.js"></script>
4 <script> 4 <script>
5 var latch = true; 5 var latch = true;
6 6
7 function buttonClicked() { 7 function buttonClicked() {
8 frames[0].startIntent(); 8 frames[0].startIntent();
9 } 9 }
10 10
(...skipping 29 matching lines...) Expand all
40 debug("* sent mouseup"); 40 debug("* sent mouseup");
41 } 41 }
42 } 42 }
43 </script> 43 </script>
44 </head> 44 </head>
45 <body> 45 <body>
46 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClick ed()"> 46 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClick ed()">
47 <iframe id="frame" onload="frameloaded()" src="resources/web-intents-reload-orig .html"></iframe> 47 <iframe id="frame" onload="frameloaded()" src="resources/web-intents-reload-orig .html"></iframe>
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/webintents/web-intents-reload-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698