/external/webkit/WebCore/manual-tests/inspector-wrappers/ |
D | inspector-wrappers-test-utils.js | 13 xhr(win); 16 function xhr(win) { function 17 var xhr = new win.XMLHttpRequest(); 22 xhr.open("GET", url, false); 23 xhr.send(); 24 truealert("Result:\n\n" + xhr.responseText);
|
/external/webkit/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 3381 xhr:function(){ 3510 var xhr = s.xhr(); 3515 xhr.open(type, s.url, s.async, s.username, s.password); 3517 xhr.open(type, s.url, s.async); 3523 xhr.setRequestHeader("Content-Type", s.contentType); 3527 xhr.setRequestHeader("If-Modified-Since", 3531 xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); 3534 xhr.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ? 3540 if ( s.beforeSend && s.beforeSend(xhr, s) === false ) { 3545 xhr.abort(); [all …]
|
D | concat-jquery-mootools-prototype.js | 3381 xhr:function(){ 3510 var xhr = s.xhr(); 3515 xhr.open(type, s.url, s.async, s.username, s.password); 3517 xhr.open(type, s.url, s.async); 3523 xhr.setRequestHeader("Content-Type", s.contentType); 3527 xhr.setRequestHeader("If-Modified-Since", 3531 xhr.setRequestHeader("X-Requested-With", "XMLHttpRequest"); 3534 xhr.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ? 3540 if ( s.beforeSend && s.beforeSend(xhr, s) === false ) { 3545 xhr.abort(); [all …]
|
D | mootools-1.2.2-core-nc.js | 356 Browser.Features.xhr = !!(Browser.Request()); 3701 this.xhr = new Browser.Request(); 3708 if (this.xhr.readyState != 4 || !this.running) return; 3712 this.status = this.xhr.status; 3715 this.response = {text: this.xhr.responseText, xml: this.xhr.responseXML}; 3721 this.xhr.onreadystatechange = $empty; 3746 this.fireEvent('complete').fireEvent('failure', this.xhr); 3756 return this.xhr.getResponseHeader(name); 3813 this.xhr.open(method.toUpperCase(), url, this.options.async); 3815 this.xhr.onreadystatechange = this.onStateChange.bind(this); [all …]
|
/external/webkit/WebCore/bindings/js/ |
D | JSEventTarget.cpp | 84 if (XMLHttpRequest* xhr = target->toXMLHttpRequest()) in toJS() local 85 return toJS(exec, globalObject, xhr); in toJS()
|
/external/webkit/WebCore/bindings/v8/ |
D | WorkerContextExecutionProxy.cpp | 289 XMLHttpRequest* xhr = target->toXMLHttpRequest(); in convertEventTargetToV8Object() local 290 if (xhr) in convertEventTargetToV8Object() 291 return convertToV8Object(V8ClassIndex::XMLHTTPREQUEST, xhr); in convertEventTargetToV8Object()
|
/external/webkit/WebCore/inspector/front-end/ |
D | Resource.js | 335 this.category = WebInspector.resourceCategories.xhr;
|
D | inspector.css | 2465 .resources-category-scripts, .resources-category-xhr, .resources-category-fonts, .resources-categor… 2473 .filter-all .resources-category-xhr, .filter-xhr .resources-category-xhr, 2528 .resources-category-xhr .resources-graph-bar { 2532 .resources-category-xhr.resource-cached .resources-graph-bar { 2965 .resource-sidebar-tree-item.resources-category-xhr .icon { 2969 .children.small .resource-sidebar-tree-item.resources-category-xhr .icon {
|
D | ResourcesPanel.js | 1007 …b: 119}, images: {r: 164, g: 60, b: 255}, scripts: {r: 255, g: 121, b: 0}, xhr: {r: 231, g: 231, b… property 1108 case WebInspector.resourceCategories.xhr:
|
D | inspector.js | 365 xhr: new WebInspector.ResourceCategory(WebInspector.UIString("XHR"), "xhr"), property
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 2382 Test: storage/hash-change-with-xhr.html 29832 Test: fast/dom/Window/window-early-properties-xhr.html 32822 Bug 24330: Sync xhr in workers should send an abort exception when the worker is terminated. 32834 Add more logic to handle the termination case for sync xhr. 33978 Stop active objects when the thread is getting shutdown so that xhr gets properly shutdown. 35238 The xhr spec says that the readystatechange events are synchronous, so in the case of a 35239 nested sync xhr no readystatechange events should be fired for the outer xhr. 35264 Changes the behavior of sync xhr for insecure redirects in two ways: 35265 … + Sends an error event instead of an abort event (which is the same as async xhr's behavior). 54734 Test: http/tests/appcache/xhr-foreign-resource.html [all …]
|
D | ChangeLog | 8748 Null deref in JSObject::mark due to null xhr wrapper 8751 Make event target binding for appcache and xhr behave in the same way as
|
D | ChangeLog-2007-10-14 | 14031 * manual-tests/memory/xhr-multiple-requests-responseText.html: Added. 14032 * manual-tests/memory/xhr-multiple-requests-responseXML.html: Added. 14033 * manual-tests/memory/xhr-multiple-requests.html: Added. 14034 * manual-tests/memory/xhr-repeated-string-access.xml: Added. 67930 Test: fast/xsl/transform-xhr-doc.xhtml
|
D | ChangeLog-2006-12-31 | 29399 Test: http/tests/xmlhttprequest/xhr-onunload.html
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 17152 fast/xsl/transform-xhr-doc.xhtml
|