Questions tagged [chromebug]

Chromebug is a tool for debugging XUL applications (like Firefox and Thunderbird) with Firebug-like capabilities. It is very useful for developing add-ons (extensions).

Chromebug is a tool for XUL applications like Firefox and Thunderbird.

It brings Firebug-like debugging capabilities to the whole browser/application, and is very useful for developing add-ons (extensions).

For more information, see the Chromebug wiki page and the Chromebug blog entries.

20 questions
0
votes
0 answers

Angular Material cdk Overaly issue with chrome z-index after latest chrome update (Version 111.0.5563.65)

I have a scenerio where I open angular material dialog which opens up cdk-overlay (usual behavior). with their buit-in z-index and position properties. I want to show ngx-spinner on top of that dialog, when I do a service call no matter…
0
votes
0 answers

How can we scrape the data from chromium bugs?

`I was trying to scrape the data from chromium but I was not able to scrape the data. If anyone have any solution would really appreaciate import requests from bs4 import BeautifulSoup url =…
0
votes
1 answer

Google image bug, transparent after clicking on an image

I can't find anybody facing the same problem as mine. Every time I click an image on google image, suddenly the whole page disappear, but I'm still able to click things just like everything is still there. I already turn off all extension, use…
0
votes
0 answers

How to use Chromebug or Firebug to debug an Add-on SDK extension panel

Possible Duplicate: Firefox extension debugging Some topics note that Chromebug can be used to debug Add-on SDK extensions. I just installed it but cannot get it to work. I am starting Firefox 12.0 with -chromebug command line parameter and want…
Vasya
  • 267
  • 1
  • 5
  • 15
-1
votes
1 answer

How to prevent a text from appearing up in firebug or View Source of browser

I have a simple Pan card no : xxxxxxx7654 , which i am showing using jsp in the browser. Now , if i use the view source functionality of the browser or the firebug tool or chrome bug tool, then i will be able to see the text in the DOM. Now, I want…
The Dark Knight
  • 5,455
  • 11
  • 54
  • 95
1
2