Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(161)

Delta Between Two Patch Sets: Source/WebCore/testing/Internals.idl

Issue 359780043: WIP for IO
Left Patch Set: Make timestamp logic use the callback's execution context Created 5 years, 8 months ago
Right Patch Set: Fix inline test while making sure the text test still passes too. Created 5 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « Source/WebCore/testing/Internals.cpp ('k') | Source/WebKit/ChangeLog » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * Copyright (C) 2013-2017 Apple Inc. All rights reserved. 3 * Copyright (C) 2013-2017 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 [MayThrowException] void insertAuthorCSS(DOMString css); 352 [MayThrowException] void insertAuthorCSS(DOMString css);
353 [MayThrowException] void insertUserCSS(DOMString css); 353 [MayThrowException] void insertUserCSS(DOMString css);
354 354
355 readonly attribute boolean isUnderMemoryPressure; 355 readonly attribute boolean isUnderMemoryPressure;
356 void beginSimulatedMemoryPressure(); 356 void beginSimulatedMemoryPressure();
357 void endSimulatedMemoryPressure(); 357 void endSimulatedMemoryPressure();
358 358
359 unsigned long numberOfLiveNodes(); 359 unsigned long numberOfLiveNodes();
360 unsigned long numberOfLiveDocuments(); 360 unsigned long numberOfLiveDocuments();
361 unsigned long referencingNodeCount(Document document); 361 unsigned long referencingNodeCount(Document document);
362 unsigned long numberOfActiveIntersectionObservers(Document document);
362 WindowProxy? openDummyInspectorFrontend(DOMString url); 363 WindowProxy? openDummyInspectorFrontend(DOMString url);
363 void closeDummyInspectorFrontend(); 364 void closeDummyInspectorFrontend();
364 [MayThrowException] void setInspectorIsUnderTest(boolean isUnderTest); 365 [MayThrowException] void setInspectorIsUnderTest(boolean isUnderTest);
365 366
366 DOMString counterValue(Element element); 367 DOMString counterValue(Element element);
367 long pageNumber(Element element, optional unrestricted float pageWidth = 800 , optional unrestricted float pageHeight = 600); 368 long pageNumber(Element element, optional unrestricted float pageWidth = 800 , optional unrestricted float pageHeight = 600);
368 sequence<DOMString> shortcutIconURLs(); 369 sequence<DOMString> shortcutIconURLs();
369 long numberOfPages(optional unrestricted double pageWidthInPixels = 800, opt ional unrestricted double pageHeightInPixels = 600); 370 long numberOfPages(optional unrestricted double pageWidthInPixels = 800, opt ional unrestricted double pageHeightInPixels = 600);
370 [MayThrowException] DOMString pageProperty(DOMString propertyName, long page Number); 371 [MayThrowException] DOMString pageProperty(DOMString propertyName, long page Number);
371 [MayThrowException] DOMString pageSizeAndMarginsInPixels(long pageIndex, lon g width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft); 372 [MayThrowException] DOMString pageSizeAndMarginsInPixels(long pageIndex, lon g width, long height, long marginTop, long marginRight, long marginBottom, long marginLeft);
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 void setCaptureExtraNetworkLoadMetricsEnabled(boolean value); 660 void setCaptureExtraNetworkLoadMetricsEnabled(boolean value);
660 661
661 void reloadWithoutContentExtensions(); 662 void reloadWithoutContentExtensions();
662 663
663 void setUseSystemAppearance(boolean value); 664 void setUseSystemAppearance(boolean value);
664 665
665 unsigned long pluginCount(); 666 unsigned long pluginCount();
666 667
667 void notifyResourceLoadObserver(); 668 void notifyResourceLoadObserver();
668 }; 669 };
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b