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

Unified Diff: loader/appcache2/DOMApplicationCache.idl

Issue 113554: For local review prior to sending to webkit (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: '' Created 11 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « loader/appcache2/DOMApplicationCache.cpp ('k') | page/DOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: loader/appcache2/DOMApplicationCache.idl
===================================================================
--- loader/appcache2/DOMApplicationCache.idl (revision 0)
+++ loader/appcache2/DOMApplicationCache.idl (working copy)
@@ -23,10 +23,10 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-module offline {
+module appcache {
interface [
- Conditional=OFFLINE_WEB_APPLICATIONS,
+ Conditional=APPLICATION_CACHE,
CustomMarkFunction
] DOMApplicationCache {
// update status
@@ -43,17 +43,6 @@
void swapCache()
raises(DOMException);
-#if defined(ENABLE_APPLICATION_CACHE_DYNAMIC_ENTRIES) && ENABLE_APPLICATION_CACHE_DYNAMIC_ENTRIES
- // dynamic entries
- readonly attribute DOMStringList items;
- [Custom] boolean hasItem(in DOMString url)
- raises(DOMException);
- [Custom] void add(in DOMString uri)
- raises(DOMException);
- [Custom] void remove(in DOMString uri)
- raises(DOMException);
-#endif
-
// events
attribute EventListener onchecking;
attribute EventListener onerror;
« no previous file with comments | « loader/appcache2/DOMApplicationCache.cpp ('k') | page/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698