Guest User

ff bug

a guest
Feb 18th, 2012
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Timestamp: 2/18/2012 10:06:12 AM
  2. Error: [ABH2] Failed to hook function: <[object Object].addLiveBookmark> MatchError:
  3. @matchCode: var toolbarIP = new InsertionPoint(PlacesUtils.bookmarks.toolbarFolder, -1);
  4. function PCH_addLiveBookmark(url, feedTitle, feedSubtitle) {
  5. var feedURI = makeURI(url);
  6. var doc = gBrowser.contentDocument;
  7. var title = arguments.length > 1 ? feedTitle : doc.title;
  8. var description;
  9. if (arguments.length > 2) {
  10. description = feedSubtitle;
  11. } else {
  12. description = PlacesUIUtils.getDescriptionFromDocument(doc);
  13. }
  14. var toolbarIP = new InsertionPoint(PlacesUtils.toolbarFolderId, -1);
  15. PlacesUIUtils.showBookmarkDialog({action: "add", type: "livemark", feedURI: feedURI, siteURI: gBrowser.currentURI, title: title, description: description, defaultInsertionPoint: toolbarIP, hiddenRows: ["feedLocation", "siteLocation", "description"]}, window);
  16. }
  17. Source File: chrome://abhere2/content/browserOverlay.js
  18. Line: 14
  19.  
  20.  
  21.  
  22.  
  23. Timestamp: 2/18/2012 10:06:12 AM
  24. Error: [ABH2] Failed to hook function: <[object Object].addLiveBookmark> MatchError:
  25. @matchCode: PlacesUIUtils.showMinimalAddLivemarkUI(feedURI, gBrowser.currentURI, title, description, toolbarIP, true)
  26. function PCH_addLiveBookmark(url, feedTitle, feedSubtitle) {
  27. var feedURI = makeURI(url);
  28. var doc = gBrowser.contentDocument;
  29. var title = arguments.length > 1 ? feedTitle : doc.title;
  30. var description;
  31. if (arguments.length > 2) {
  32. description = feedSubtitle;
  33. } else {
  34. description = PlacesUIUtils.getDescriptionFromDocument(doc);
  35. }
  36. var toolbarIP = new InsertionPoint(PlacesUtils.toolbarFolderId, -1);
  37. PlacesUIUtils.showBookmarkDialog({action: "add", type: "livemark", feedURI: feedURI, siteURI: gBrowser.currentURI, title: title, description: description, defaultInsertionPoint: toolbarIP, hiddenRows: ["feedLocation", "siteLocation", "description"]}, window);
  38. }
  39. Source File: chrome://abhere2/content/browserOverlay.js
  40. Line: 14
  41.  
  42.  
  43. Timestamp: 2/18/2012 10:06:13 AM
  44. Error: clearButton is null
  45. Source File: chrome://findbartweaks/content/findbartweaks.js
  46. Line: 236
  47.  
  48.  
  49. Timestamp: 2/18/2012 10:06:13 AM
  50. Error: gBrowser.addProgressListener was called with a second argument, which is not supported. See bug 608628.
  51. Source File: chrome://browser/content/tabbrowser.xml
  52. Line: 1904
  53.  
  54.  
  55. Timestamp: 2/18/2012 10:06:15 AM
  56. Error: [Exception... "'TypeError: aTab is null' when calling method: [nsITimerCallback::notify]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "native frame :: <unknown filename> :: <TOP_LEVEL> :: line 0" data: no]
  57.  
  58.  
  59.  
  60.  
  61. Timestamp: 2/18/2012 10:06:16 AM
  62. Error: aNode is null
  63. Source File: chrome://browser/content/nsContextMenu.js
  64. Line: 405
  65.  
  66.  
  67.  
  68.  
  69. Timestamp: 2/18/2012 10:06:16 AM
  70. Error: gContextMenu is null
  71. Source File: chrome://browser/content/browser.xul
  72. Line: 1
  73.  
  74.  
  75.  
  76.  
  77. Timestamp: 2/18/2012 10:06:18 AM
  78. Error: uncaught exception: [Exception... "Cannot find interface information for parameter arg 0 [nsIDOMNavigator.mozPower]" nsresult: "0x80570006 (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO)" location: "JS frame :: http://tags.expo9.exponential.com/tags/Pastebincom/ROS/tags.js :: makeTagHash :: line 265" data: no]
  79.  
  80.  
  81. Timestamp: 2/18/2012 10:06:18 AM
  82. Error: uncaught exception: [Exception... "Cannot find interface information for parameter arg 0 [nsIDOMNavigator.mozPower]" nsresult: "0x80570006 (NS_ERROR_XPC_CANT_GET_PARAM_IFACE_INFO)" location: "JS frame :: http://tags.expo9.exponential.com/tags/Pastebincom/ROS/tags.js :: makeTagHash :: line 265" data: no]
Advertisement
Add Comment
Please, Sign In to add comment