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

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

Issue 662603002: [DevTools] Adjust svg elements highlight to the root FrameView origin. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed review comments Created 6 years, 2 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
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 177
178 [TypeChecking=Interface] void garbageCollectDocumentResources(Document docum ent); 178 [TypeChecking=Interface] void garbageCollectDocumentResources(Document docum ent);
179 void evictAllResources(); 179 void evictAllResources();
180 180
181 unsigned long numberOfLiveNodes(); 181 unsigned long numberOfLiveNodes();
182 unsigned long numberOfLiveDocuments(); 182 unsigned long numberOfLiveDocuments();
183 DOMString dumpRefCountedInstanceCounts(); 183 DOMString dumpRefCountedInstanceCounts();
184 sequence<DOMString> consoleMessageArgumentCounts(Document document); 184 sequence<DOMString> consoleMessageArgumentCounts(Document document);
185 unsigned long[] setMemoryCacheCapacities(unsigned long minDeadBytes, unsigne d long maxDeadBytes, unsigned long totalBytes); 185 unsigned long[] setMemoryCacheCapacities(unsigned long minDeadBytes, unsigne d long maxDeadBytes, unsigned long totalBytes);
186 [RaisesException] void setInspectorResourcesDataSizeLimits(long maximumResou rcesContentSize, long maximumSingleResourceContentSize); 186 [RaisesException] void setInspectorResourcesDataSizeLimits(long maximumResou rcesContentSize, long maximumSingleResourceContentSize);
187 [RaisesException] DOMString inspectorHighlightJSON(Node node);
187 188
188 DOMString counterValue(Element element); 189 DOMString counterValue(Element element);
189 long pageNumber(Element element, optional float pageWidth, optional float pa geHeight); 190 long pageNumber(Element element, optional float pageWidth, optional float pa geHeight);
190 DOMString[] shortcutIconURLs(Document document); 191 DOMString[] shortcutIconURLs(Document document);
191 DOMString[] allIconURLs(Document document); 192 DOMString[] allIconURLs(Document document);
192 long numberOfPages(optional double pageWidthInPixels, optional double pageHe ightInPixels); 193 long numberOfPages(optional double pageWidthInPixels, optional double pageHe ightInPixels);
193 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNu mber); 194 [RaisesException] DOMString pageProperty(DOMString propertyName, long pageNu mber);
194 [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long ma rginLeft); 195 [RaisesException] DOMString pageSizeAndMarginsInPixels(long pageIndex, long width, long height, long marginTop, long marginRight, long marginBottom, long ma rginLeft);
195 196
196 [RaisesException] void setDeviceScaleFactor(float scaleFactor); 197 [RaisesException] void setDeviceScaleFactor(float scaleFactor);
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 unsigned long countHitRegions(CanvasRenderingContext2D context); 284 unsigned long countHitRegions(CanvasRenderingContext2D context);
284 285
285 DOMString serializeNavigationMarkup(); 286 DOMString serializeNavigationMarkup();
286 void hideAllTransitionElements(); 287 void hideAllTransitionElements();
287 288
288 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DocumentFragment fragment); 289 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DocumentFragment fragment);
289 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, Dictionary options); 290 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, Dictionary options);
290 291
291 DictionaryTest dictionaryTest(); 292 DictionaryTest dictionaryTest();
292 }; 293 };
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698