Closed Bug 780955 Opened 12 years ago Closed 6 years ago

Support writing HTML tests for security checks

Categories

(Core :: DOM: Device Interfaces, defect, P1)

defect

Tracking

()

RESOLVED INCOMPLETE
B2G C2 (20nov-10dec)
blocking-basecamp -

People

(Reporter: cjones, Assigned: dchanm+bugzilla)

References

Details

(Whiteboard: [LOE:M])

There are two kinds of tests I want to write
 - pure-HTML tests in which apps poke APIs they don't have permissions to access
 - C++ tests in which specially-crafted code pokes IPDL interfaces it shouldn't

For the HTML tests,

cjones> mounir, fabrice, hey, we're going to need tests for the permissions stuff ... what's the state of the art for setting up apps for testing?
<mounir> cjones: two solutions: you have an HTML chrome test and you insert <iframe mozapp>
<mounir> or you have a mochitest and you add it in the whitelist
* DanielColoma has quit (Quit: http://www.mibbit.com ajax IRC Client)
<mounir> cjones: allowed apps manifest urls are in build/automation.py.in (around line 525)
<cjones> mounir, so with the chrome test i can forge a manifest?
<cjones> and bypass the static list?
* mariow (mariow@8132442A.6F2F4533.15854D2E.IP) has joined #webapi
* sicking has quit (Ping timeout)
* victorporof has quit (Ping timeout)
* sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) has joined #webapi
<mounir> cjones: hmm, you can probably use mozapp.install()

Not blocking the permissions infra on this because we need to get that landed and integrated into patches asap.
blocking-basecamp: --- → ?
Definitely a want, but I wouldn't block a release on this.
Seems that we need to be able to do testing of permissions.  This is currently the source of much pain and several email threads.  Unless I misunderstand this bug.
One issue per bug please.

Morphing this to just cover the first issue mentioned in comment 0. I.e. writing HTML tests which check that we prompt and block requests as needed.

Please file a separate bug on the C++ thing.
blocking-basecamp: ? → +
Summary: Support writing tests for security checks → Support writing HTML tests for security checks
(In reply to Jonas Sicking (:sicking) from comment #3)
> One issue per bug please.
> 
> Morphing this to just cover the first issue mentioned in comment 0. I.e.
> writing HTML tests which check that we prompt and block requests as needed.
> 
> Please file a separate bug on the C++ thing.

Testing access to an API with permission enabled/disabled should be easy as soon as permission manager is app-aware.
Testing if the prompts shows up can be done by wrinting a mock of nsIPermissionPrompt (or whatever this is called). Just as we do for nsIFilePicker.
Mochi tests require 2 infrastructure pieces:

1. Being able to test if a dialog comes up.
2. Verifying that a mochi test running a trusted or certified app can do what they are allowed.
Assignee: nobody → gmealer
Whiteboard: [WebAPI:P1]
LOE'ing at Medium given current knowledge, but think it's towards the 1 week side of it and I was on the fence for Small.

We have some rough code to do the mock prompt and poke APIs from an app context (the intent of the HTML check portion). We don't yet have a fully working general solution for all privileged and certified app possibilities, and may not have identified all the blockers.

This is a bit of an odd bug overall, though, as we don't expect to require product code change to make this work. It will be part of the permissions test code in general.
Whiteboard: [WebAPI:P1] → [WebAPI:P1] [LOE:M]
How's this going, Geo?
Basic rollup of current status is here: https://etherpad.mozilla.org/ep/pad/view/permtesting-20121003/KGDaYi2Tkq

Based on dependencies listed here, added a couple of bugs to Depends On.
Depends on: 797164, 797574
Depends on: 798580
Priority: -- → P1
Whiteboard: [WebAPI:P1] [LOE:M] → [LOE:M]
Are we waiting on automation?  Can we get going on this bug without it?
Flags: needinfo?(gmealer)
AFAIK, this bug refers directly to the automation. 

We're going to discuss this week whether anything can be partially automated to start some testing on local computer (as opposed to targeting CI) but any significant testing--particularly on B2G--likely does require the automation framework to be up and running.
Flags: needinfo?(gmealer)
Depends on: 810041
Milestoning for C2 (deadline of 12/10), as this meets the criteria of "known bugs with LOE:M".
Target Milestone: --- → B2G C2 (20nov-10dec)
Depends on: 811141
No update since October. What's the status?

And does this truly need to block the release?
There's been no action here for some time now. We're not going to block on new test infrastructure at this point in the schedule.
blocking-basecamp: + → -
(In reply to Lawrence Mandel [:lmandel] from comment #13)
> There's been no action here for some time now. We're not going to block on
> new test infrastructure at this point in the schedule.

I don't believe we need anymore test infrastructure changes for this bug. However the bug has be repurposed to keep track of test writing status. There has been progress on those dependent bugs.
Assignee: gmealer → dchan+bugzilla
Depends on: 1026290
FxOS no longer in tree. Marking old FxOS Device Interfaces bugs as INCOMPLETE.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.