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

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

Issue 530653002: Use page popup pixel readback for calendar-picker-appearance.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline test 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') | Source/core/testing/MockPagePopupDriver.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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 [TypeChecking=Interface] void selectColorInColorChooser(Element element, DOM String colorValue); 77 [TypeChecking=Interface] void selectColorInColorChooser(Element element, DOM String colorValue);
78 [TypeChecking=Interface] void endColorChooser(Element element); 78 [TypeChecking=Interface] void endColorChooser(Element element);
79 79
80 // If the argument is omitted, the top-level document is used. 80 // If the argument is omitted, the top-level document is used.
81 boolean hasAutofocusRequest(optional Document document); 81 boolean hasAutofocusRequest(optional Document document);
82 [RaisesException] DOMString[] formControlStateOfHistoryItem(); 82 [RaisesException] DOMString[] formControlStateOfHistoryItem();
83 [RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values); 83 [RaisesException] void setFormControlStateOfHistoryItem(sequence<DOMString> values);
84 [RaisesException] void setEnableMockPagePopup(boolean enabled); 84 [RaisesException] void setEnableMockPagePopup(boolean enabled);
85 readonly attribute PagePopupController pagePopupController; 85 readonly attribute PagePopupController pagePopupController;
86 readonly attribute Window pagePopupWindow;
86 87
87 [RaisesException] ClientRect absoluteCaretBounds(); 88 [RaisesException] ClientRect absoluteCaretBounds();
88 89
89 [TypeChecking=Interface] ClientRect boundingBox(Element element); 90 [TypeChecking=Interface] ClientRect boundingBox(Element element);
90 91
91 [RaisesException, TypeChecking=Interface] unsigned long markerCountForNode(N ode node, DOMString markerType); 92 [RaisesException, TypeChecking=Interface] unsigned long markerCountForNode(N ode node, DOMString markerType);
92 [TypeChecking=Interface] unsigned long activeMarkerCountForNode(Node node); 93 [TypeChecking=Interface] unsigned long activeMarkerCountForNode(Node node);
93 [RaisesException, TypeChecking=Interface] Range markerRangeForNode(Node node , DOMString markerType, unsigned long index); 94 [RaisesException, TypeChecking=Interface] Range markerRangeForNode(Node node , DOMString markerType, unsigned long index);
94 [RaisesException, TypeChecking=Interface] DOMString markerDescriptionForNode (Node node, DOMString markerType, unsigned long index); 95 [RaisesException, TypeChecking=Interface] DOMString markerDescriptionForNode (Node node, DOMString markerType, unsigned long index);
95 [TypeChecking=Interface] void addTextMatchMarker(Range range, boolean isActi ve); 96 [TypeChecking=Interface] void addTextMatchMarker(Range range, boolean isActi ve);
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 unsigned long countHitRegions(CanvasRenderingContext2D context); 277 unsigned long countHitRegions(CanvasRenderingContext2D context);
277 278
278 DOMString serializeNavigationMarkup(); 279 DOMString serializeNavigationMarkup();
279 void hideAllTransitionElements(); 280 void hideAllTransitionElements();
280 281
281 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DOMString htmlSource); 282 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DOMString htmlSource);
282 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, Dictionary options); 283 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, Dictionary options);
283 284
284 DictionaryTest dictionaryTest(); 285 DictionaryTest dictionaryTest();
285 }; 286 };
OLDNEW
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | Source/core/testing/MockPagePopupDriver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698