Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #125 from jennycao/remove-session-storage-xml
Browse files Browse the repository at this point in the history
remove "session storage" sample from tests.embedding.xml and Readme
  • Loading branch information
jennycao committed Jan 28, 2016
2 parents a25ec36 + 303e291 commit 654fafa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DemoExpress is a central place to collect web feature samples that demonstrate u
* XwalkView Basic: `LayoutActivity`, `MultiInstanceActivity`, `OnHideOnShow`, `VersionAndAPIVersion`, `MultiSurfaceViews`, `MultiTextureViews`, `SetZOrderOnTop`, `ClearCache`, `ClearCacheForSingleFile`, `ZoomInAndOut`, `SaveState`, `SetLanguage`, `Transparent`, `SetInitialScale`, `EncodingDisplay`, `MultiInstanceOverlay`, `WindowSecure`
* XwalkView Extened: `InputConnection`, `DispatchKeyEvent`, `DispatchDraw`, `OnTouchEvent`, `FocusChanged`, `ScrollChanged`, `SizeChanged`, `VisibilityChanged`, `WindowFocusChanged`, `ClearFormData`, `WindowsVisibilityChanged`, `DisableLongClick`, `.extended.BlankWindowForVisibilityTesting`, `LongClick`, `RequestFocus`, `NetworkAvailable`
* XwalkUIClient & XwalkResourceClient: `ResourceAndUIClient`, `OnIconAvailableOnReceivedIcon`, `OnCreateWindowRequested`, `ShouldOverrideUrlLoading`, `Redirection`, `BlockAndErrorRedirection`, `OnReceivedLoadError`, `ClientOnRequestFocus`, `ConsoleLog`, `ReceivedTitle`, `ClientKeyEvent`, `ClientReceivedSSLError`, `OnUnhandledKeyEvent`, `OpenFileChooser`, `OnJavascriptModalDialog`, `OnJavascriptCloseWindow`
* MISC: `Preferences`, `EchoExtension`, `DownloadListenerActivity`, `CookieManagerTest`, `AcceptFileSchemeCookies`, `SessionStorage`
* MISC: `Preferences`, `EchoExtension`, `DownloadListenerActivity`, `CookieManagerTest`, `AcceptFileSchemeCookies`
`LoadMultiPages`, `XWalkViewHideAndShow`, `XwalkExtension`, `MultipleSurfaceViews`, `MultipleTextureViews`
* Web API & Feature:
* Runtime & Packaging: `App URI`
Expand Down
11 changes: 0 additions & 11 deletions tests.embedding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,17 +586,6 @@
<test_script_entry test_script_expected_result="0" />
</description>
</testcase>
<testcase component="sample" execution_type="manual" id="SessionStorage" platform="android" priority="P0" purpose="SessionStorage Test" status="approved" type="functional_positive">
<description>
<steps>
<step order="1">
<step_desc>0</step_desc>
<expected>0</expected>
</step>
</steps>
<test_script_entry test_script_expected_result="0" />
</description>
</testcase>
</set>
</suite>
</test_definition>

0 comments on commit 654fafa

Please sign in to comment.