Changeset 25481 for lang/javascript/vimperator-plugins
- Timestamp:
- 12/01/08 01:15:36 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/branches/1.2/multi_requester.js
r25308 r25481 5 5 * @description-ja リクエストの結果をバッファに出力する。 6 6 * @author suVene suvene@zeromemory.info 7 * @version 0.3. 07 * @version 0.3.1 8 8 * @minVersion 1.2 9 9 * @maxVersion 1.2 10 * Last Change: 29-Nov-2008.10 * Last Change: 01-Dec-2008. 11 11 * ==/VimperatorPlugin== 12 12 * … … 377 377 range.detach(); 378 378 var dom = fragment.lastChild; 379 if (dom.tagName == 'parserError' || dom.namespaceURI == 'http://www.mozilla.org/newlayout/xml/parsererror.xml' ) {379 if (dom.tagName == 'parserError' || dom.namespaceURI == 'http://www.mozilla.org/newlayout/xml/parsererror.xml' || fragment instanceof DocumentFragment) { 380 380 $U.log('retry parsing.'); 381 381 return this._createHTMLDocument2(str);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)