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

Side by Side Diff: Source/core/testing/Internals.idl

Issue 1157253010: Remove WebMediaPlayerClient::requestFullscreen() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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 unified diff | Download patch
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013 Apple Inc. All rights reserved. 3 * Copyright (C) 2013 Apple Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 long numberOfPages(optional double pageWidthInPixels, optional double pageHe ightInPixels); 199 long numberOfPages(optional double pageWidthInPixels, optional double pageHe ightInPixels);
200 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNu mber); 200 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNu mber);
201 [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long ma rginLeft); 201 [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long ma rginLeft);
202 202
203 [RaisesException] void setDeviceScaleFactor(float scaleFactor); 203 [RaisesException] void setDeviceScaleFactor(float scaleFactor);
204 [RaisesException] void setPageScaleFactor(float scaleFactor); 204 [RaisesException] void setPageScaleFactor(float scaleFactor);
205 [RaisesException] void setPageScaleFactorLimits(float minScaleFactor, float maxScaleFactor); 205 [RaisesException] void setPageScaleFactorLimits(float minScaleFactor, float maxScaleFactor);
206 206
207 [RaisesException, TypeChecking=Interface] void setIsCursorVisible(Document d ocument, boolean isVisible); 207 [RaisesException, TypeChecking=Interface] void setIsCursorVisible(Document d ocument, boolean isVisible);
208 208
209 [TypeChecking=Interface] void mediaPlayerRequestFullscreen(HTMLMediaElement mediaElement);
210 [TypeChecking=Interface] double effectiveMediaVolume(HTMLMediaElement mediaE lement); 209 [TypeChecking=Interface] double effectiveMediaVolume(HTMLMediaElement mediaE lement);
211 [TypeChecking=Interface] void mediaPlayerRemoteRouteAvailabilityChanged(HTML MediaElement mediaElement, boolean available); 210 [TypeChecking=Interface] void mediaPlayerRemoteRouteAvailabilityChanged(HTML MediaElement mediaElement, boolean available);
212 [TypeChecking=Interface] void mediaPlayerPlayingRemotelyChanged(HTMLMediaEle ment mediaElement, boolean remote); 211 [TypeChecking=Interface] void mediaPlayerPlayingRemotelyChanged(HTMLMediaEle ment mediaElement, boolean remote);
213 212
214 void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme); 213 void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme);
215 void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme, seq uence<DOMString> policyAreas); 214 void registerURLSchemeAsBypassingContentSecurityPolicy(DOMString scheme, seq uence<DOMString> policyAreas);
216 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString sch eme); 215 void removeURLSchemeRegisteredAsBypassingContentSecurityPolicy(DOMString sch eme);
217 216
218 TypeConversions typeConversions(); 217 TypeConversions typeConversions();
219 218
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 312
314 boolean isUseCounted(Document document, long useCounterId); 313 boolean isUseCounted(Document document, long useCounterId);
315 314
316 iterable<long>; 315 iterable<long>;
317 316
318 [Unscopeable] readonly attribute DOMString unscopeableAttribute; 317 [Unscopeable] readonly attribute DOMString unscopeableAttribute;
319 [Unscopeable] DOMString unscopeableMethod(); 318 [Unscopeable] DOMString unscopeableMethod();
320 319
321 ClientRectList focusRingRects(Element element); 320 ClientRectList focusRingRects(Element element);
322 }; 321 };
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698