Inquisitor

From MozillaWiki
Jump to navigation Jump to search
  • dashboard (/products/Firefox)
    • models: daily.php, middleware topCrashBySignatureTrends
  • reports
    • crashes per user (/daily?p=Firefox&v[]=)
      • model: daily.php
        • looks like a wrapper around mware aduByDay/aduByDayDetails
    • nightly builds (/products/Firefox/builds)
      • model: build.php
    • top changers (/products/Firefox/topchangers)
    • top crashers by signature (/topcrasher/byversion/Firefox/5.0)
      • models: topcrashers.php, bug.php
    • top crashers by url (/topcrasher/byurl/Firefox/5.0)
      • model: topcrashersbyurl.php
    • top crashers by domain (/topcrasher/bydomain/Firefox/5.0)
    • top crashers by topsite (/topcrasher/bytopsite/Firefox/5.0)
  • search
    • advanced search (/query)
      • models: search.php, bug.php, platform.php
  • reports
    • report list (/report/list?product=Firefox&version=Firefox%3A5.0&query_search=signature&query_type=contains&query=libxul&reason_type=contains&date=06%2F23%2F2011 10%3A04%3A13&range_value=1&range_unit=weeks&hang_type=any&process_type=any&do_query=1&signature=libxul.so%400x1ff7d10)
      • models: report.php, bug.php, extension.php, job.php
      • Clicking on a signature from a report page or advanced search initiates this
    • individual crash report (/report/index/bp-76505bbd-8cce-4d01-aaf8-ba7f02110623)
      • models: report.php, bug.php, extension.php, job.php, priorityjobs.php
      • linked from "about:crashes" in browser
  • server status (/status)
    • model: server_status.php
  • admin pages (/admin)
    • branch data sources (/admin/branch_data_sources)
      • model: branch.php
    • postcrash email (/admin/email)
      • model: middleware email*