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

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

Issue 17585006: Remove HTMLDocument.width and height properties (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix device metrics test with Internals API Created 7 years, 5 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 DOMString visiblePlaceholder(Element element); 79 DOMString visiblePlaceholder(Element element);
80 80
81 void selectColorInColorChooser(Element element, DOMString colorValue); 81 void selectColorInColorChooser(Element element, DOMString colorValue);
82 82
83 [RaisesException] DOMString[] formControlStateOfPreviousHistoryItem(); 83 [RaisesException] DOMString[] formControlStateOfPreviousHistoryItem();
84 [RaisesException] void setFormControlStateOfPreviousHistoryItem(sequence<DOM String> values); 84 [RaisesException] void setFormControlStateOfPreviousHistoryItem(sequence<DOM String> values);
85 [RaisesException] void setEnableMockPagePopup(boolean enabled); 85 [RaisesException] void setEnableMockPagePopup(boolean enabled);
86 readonly attribute PagePopupController pagePopupController; 86 readonly attribute PagePopupController pagePopupController;
87 87
88 [RaisesException] ClientRect unscaledViewportRect();
89
88 [RaisesException] ClientRect absoluteCaretBounds(); 90 [RaisesException] ClientRect absoluteCaretBounds();
89 91
90 [RaisesException] ClientRect boundingBox(Element element); 92 [RaisesException] ClientRect boundingBox(Element element);
91 93
92 [RaisesException] ClientRectList inspectorHighlightRects(Document document); 94 [RaisesException] ClientRectList inspectorHighlightRects(Document document);
93 95
94 [RaisesException] unsigned long markerCountForNode(Node node, DOMString mark erType); 96 [RaisesException] unsigned long markerCountForNode(Node node, DOMString mark erType);
95 [RaisesException] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index); 97 [RaisesException] Range markerRangeForNode(Node node, DOMString markerType, unsigned long index);
96 [RaisesException] DOMString markerDescriptionForNode(Node node, DOMString ma rkerType, unsigned long index); 98 [RaisesException] DOMString markerDescriptionForNode(Node node, DOMString ma rkerType, unsigned long index);
97 void addTextMatchMarker(Range range, boolean isActive); 99 void addTextMatchMarker(Range range, boolean isActive);
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 void forceReload(boolean endToEnd); 243 void forceReload(boolean endToEnd);
242 244
243 void enableMockSpeechSynthesizer(); 245 void enableMockSpeechSynthesizer();
244 246
245 [RaisesException] DOMString getImageSourceURL(Element element); 247 [RaisesException] DOMString getImageSourceURL(Element element);
246 248
247 boolean isSelectPopupVisible(Node node); 249 boolean isSelectPopupVisible(Node node);
248 250
249 [RaisesException] ClientRect selectionBounds(); 251 [RaisesException] ClientRect selectionBounds();
250 }; 252 };
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