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

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

Issue 1057603002: Expose scroll customization for touch to JS (behind REF). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix case where documentElement was added to scroll chain twice. Created 5 years, 8 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
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 ClientRectList getTransitionElementRects(); 291 ClientRectList getTransitionElementRects();
292 void hideAllTransitionElements(); 292 void hideAllTransitionElements();
293 void showAllTransitionElements(); 293 void showAllTransitionElements();
294 void setExitTransitionStylesheetsEnabled(boolean enabled); 294 void setExitTransitionStylesheetsEnabled(boolean enabled);
295 295
296 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DocumentFragment fragment); 296 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, DocumentFragment fragment);
297 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, PluginPlaceholderOptions options); 297 [RaisesException, TypeChecking=Interface] void forcePluginPlaceholder(HTMLEl ement plugin, PluginPlaceholderOptions options);
298 298
299 DictionaryTest dictionaryTest(); 299 DictionaryTest dictionaryTest();
300 UnionTypesTest unionTypesTest(); 300 UnionTypesTest unionTypesTest();
301 301 [RaisesException, TypeChecking=Interface] void setScrollChain(ScrollState sc rollState, Element[] elements);
302 void forceBlinkGCWithoutV8GC(); 302 void forceBlinkGCWithoutV8GC();
303 303
304 DOMString selectedHTMLForClipboard(); 304 DOMString selectedHTMLForClipboard();
305 DOMString selectedTextForClipboard(); 305 DOMString selectedTextForClipboard();
306 306
307 iterable<long>; 307 iterable<long>;
308 }; 308 };
OLDNEW
« Source/core/page/EventHandler.cpp ('K') | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698