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

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

Issue 12568009: Merge 145735 "REGRESSION(r137607): Redirecting a post to a get then reloading triggers resubmit war… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 void stopTrackingRepaints(in Document document) raises (DOMException); 243 void stopTrackingRepaints(in Document document) raises (DOMException);
244 244
245 // Returns a string with information about the mouse cursor used at the spec ified client location. 245 // Returns a string with information about the mouse cursor used at the spec ified client location.
246 DOMString getCurrentCursorInfo(in Document document) raises (DOMException); 246 DOMString getCurrentCursorInfo(in Document document) raises (DOMException);
247 247
248 SerializedScriptValue deserializeBuffer(in ArrayBuffer buffer); 248 SerializedScriptValue deserializeBuffer(in ArrayBuffer buffer);
249 ArrayBuffer serializeObject(in SerializedScriptValue obj); 249 ArrayBuffer serializeObject(in SerializedScriptValue obj);
250 250
251 void setUsesOverlayScrollbars(in boolean enabled); 251 void setUsesOverlayScrollbars(in boolean enabled);
252 252
253 void forceReload(in boolean endToEnd);
254
253 [Conditional=ENCRYPTED_MEDIA_V2] void initializeMockCDM(); 255 [Conditional=ENCRYPTED_MEDIA_V2] void initializeMockCDM();
254 }; 256 };
OLDNEW
« no previous file with comments | « Source/WebCore/testing/Internals.cpp ('k') | Source/WebKit/win/WebKit.vcproj/WebKitExports.def.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698