Skip to content

Commit 654fafa

Browse files
committed
Merge pull request crosswalk-project#125 from jennycao/remove-session-storage-xml
remove "session storage" sample from tests.embedding.xml and Readme
2 parents a25ec36 + 303e291 commit 654fafa

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DemoExpress is a central place to collect web feature samples that demonstrate u
55
* XwalkView Basic: `LayoutActivity`, `MultiInstanceActivity`, `OnHideOnShow`, `VersionAndAPIVersion`, `MultiSurfaceViews`, `MultiTextureViews`, `SetZOrderOnTop`, `ClearCache`, `ClearCacheForSingleFile`, `ZoomInAndOut`, `SaveState`, `SetLanguage`, `Transparent`, `SetInitialScale`, `EncodingDisplay`, `MultiInstanceOverlay`, `WindowSecure`
66
* XwalkView Extened: `InputConnection`, `DispatchKeyEvent`, `DispatchDraw`, `OnTouchEvent`, `FocusChanged`, `ScrollChanged`, `SizeChanged`, `VisibilityChanged`, `WindowFocusChanged`, `ClearFormData`, `WindowsVisibilityChanged`, `DisableLongClick`, `.extended.BlankWindowForVisibilityTesting`, `LongClick`, `RequestFocus`, `NetworkAvailable`
77
* XwalkUIClient & XwalkResourceClient: `ResourceAndUIClient`, `OnIconAvailableOnReceivedIcon`, `OnCreateWindowRequested`, `ShouldOverrideUrlLoading`, `Redirection`, `BlockAndErrorRedirection`, `OnReceivedLoadError`, `ClientOnRequestFocus`, `ConsoleLog`, `ReceivedTitle`, `ClientKeyEvent`, `ClientReceivedSSLError`, `OnUnhandledKeyEvent`, `OpenFileChooser`, `OnJavascriptModalDialog`, `OnJavascriptCloseWindow`
8-
* MISC: `Preferences`, `EchoExtension`, `DownloadListenerActivity`, `CookieManagerTest`, `AcceptFileSchemeCookies`, `SessionStorage`
8+
* MISC: `Preferences`, `EchoExtension`, `DownloadListenerActivity`, `CookieManagerTest`, `AcceptFileSchemeCookies`
99
`LoadMultiPages`, `XWalkViewHideAndShow`, `XwalkExtension`, `MultipleSurfaceViews`, `MultipleTextureViews`
1010
* Web API & Feature:
1111
* Runtime & Packaging: `App URI`

Diff for: tests.embedding.xml

-11
Original file line numberDiff line numberDiff line change
@@ -586,17 +586,6 @@
586586
<test_script_entry test_script_expected_result="0" />
587587
</description>
588588
</testcase>
589-
<testcase component="sample" execution_type="manual" id="SessionStorage" platform="android" priority="P0" purpose="SessionStorage Test" status="approved" type="functional_positive">
590-
<description>
591-
<steps>
592-
<step order="1">
593-
<step_desc>0</step_desc>
594-
<expected>0</expected>
595-
</step>
596-
</steps>
597-
<test_script_entry test_script_expected_result="0" />
598-
</description>
599-
</testcase>
600589
</set>
601590
</suite>
602591
</test_definition>

0 commit comments

Comments
 (0)