mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-10 17:23:26 +01:00
8aac23386e
- Implement CefRequestHandler::OnBeforeBrowse using NavigationThrottle instead of ResourceThrottle (see http://crbug.com/537634). The CefRequest object passed to OnBeforeBrowse will no longer have an associated request identifier. - Mac: Remove additional helper apps which are no longer required (see http://crbug.com/520680) - Remove the UR_FLAG_REPORT_RAW_HEADERS flag which is no longer supported (see http://crbug.com/517114) - Remove the CefBrowserSettings.java parameter. Java is an NPAPI plugin and NPAPI plugins are no longer supported (see http://crbug.com/470301#c11) - Add CefFormatUrlForSecurityDisplay function in cef_parser.h - Fix crash when passing `--disable-extensions` command-line flag (issue #1721) - Linux: Fix NSS handler loading (issue #1727)
37 lines
2.1 KiB
HTML
37 lines
2.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Other Tests</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<h3>Various other internal and external tests.</h3>
|
|
<ul>
|
|
<li><a href="http://mudcu.be/labs/JS1k/BreathingGalaxies.html">Accelerated 2D Canvas</a></li>
|
|
<li><a href="http://webkit.org/blog-files/3d-transforms/poster-circle.html">Accelerated Layers</a></li>
|
|
<li><a href="http://html5advent2011.digitpaint.nl/3/index.html">Cursors</a></li>
|
|
<li><a href="http://tests/dialogs">Dialogs</a></li>
|
|
<li><a href="http://html5demos.com/drag">Drag & Drop</a></li>
|
|
<li><a href="http://www.adobe.com/software/flash/about/">Flash Plugin</a></li>
|
|
<li><a href="http://html5demos.com/geo">Geolocation</a></li>
|
|
<li><a href="http://www.html5test.com">HTML5 Feature Test</a></li>
|
|
<li><a href="http://www.youtube.com/watch?v=siOHh0uzcuY&html5=True">HTML5 Video</a></li>
|
|
<li><a href="http://tests/binding">JavaScript Binding</a></li>
|
|
<li><a href="http://tests/performance">JavaScript Performance Tests</a></li>
|
|
<li><a href="http://tests/performance2">JavaScript Performance (2) Tests</a></li>
|
|
<li><a href="http://tests/window">JavaScript Window Manipulation</a></li>
|
|
<li><a href="http://tests/localstorage">Local Storage</a></li>
|
|
<li><a href="http://tests/pdf.pdf">PDF Viewer direct</a></li>
|
|
<li><a href="http://tests/pdf">PDF Viewer iframe</a></li>
|
|
<li><a href="http://tests/preferences">Preferences</a></li>
|
|
<li><a href="http://mrdoob.com/lab/javascript/requestanimationframe/">requestAnimationFrame</a></li>
|
|
<li><a href="client://tests/handler.html">Scheme Handler</a></li>
|
|
<li><a href="https://www.google.com/intl/en/chrome/demos/speech.html">Speech Input</a> - requires "enable-speech-input" flag</li>
|
|
<li><a href="http://tests/transparency">Transparency</a></li>
|
|
<li><a href="http://webglsamples.org/field/field.html">WebGL</a></li>
|
|
<li><a href="http://apprtc.appspot.com/">WebRTC</a> - requires "enable-media-stream" flag</li>
|
|
<li><a href="http://tests/urlrequest">CefURLRequest</a></li>
|
|
<li><a href="http://tests/xmlhttprequest">XMLHttpRequest</a></li>
|
|
<li><a href="javascript:window.print();">Print this page with "javascript:window.print();"</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|