Changeset 25338 for lang/javascript/vimperator-plugins
- Timestamp:
- 11/29/08 17:31:38 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/trunk/multi_requester.js
r25308 r25338 5 5 * @description-ja リクエストの結果をバッファに出力する。 6 6 * @author suVene suvene@zeromemory.info 7 * @version 0.3. 07 * @version 0.3.1 8 8 * @minVersion 2.0pre 9 9 * @maxVersion 2.0pre … … 80 80 srcEncode: 'EUC-JP', 81 81 urlEncode: 'UTF-8' 82 } 82 }, 83 83 ]; 84 84 … … 379 379 range.detach(); 380 380 var dom = fragment.lastChild; 381 if (dom.tagName == 'parserError' || dom.namespaceURI == 'http://www.mozilla.org/newlayout/xml/parsererror.xml' ) {381 if (dom.tagName == 'parserError' || dom.namespaceURI == 'http://www.mozilla.org/newlayout/xml/parsererror.xml' || fragment instanceof DocumentFragment) { 382 382 $U.log('retry parsing.'); 383 383 return this._createHTMLDocument2(str);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)