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

Side by Side Diff: Source/core/frame/WindowPrivateScript.idl

Issue 516273002: Move plugin placeholder style to CSS, and allow it to bypass main world CSP. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and rewrite Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Utility methods exposed only to private script.
6 [
7 NoInterfaceObject, // Always used as target of 'implements'
8 ] interface WindowPrivateScript {
9 // FIXME: Get rid of this, and use something more elegant instead.
10 // http://crbug.com/414849
11 [OnlyExposedToPrivateScript] DOMString loadPlatformResource(DOMString name);
haraken 2014/10/04 00:56:20 Will we be able to use this API to load images, ja
jbroman 2014/10/04 03:36:06 Since it returns a string, I don't think it would
haraken 2014/10/05 23:54:39 Yeah, if the loadPlatformResource API doesn't faci
12 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698