Gregory Szorc
45faa95b04
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
2f9c3f619e
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Bobby Holley
07f2fa5d3f
Bug 843711 - Fix up new |Components| culprits in test suite. r=mccr8
2013-02-25 10:43:03 -08:00
L. David Baron
a8ee400190
Bug 404077: Annotate known assertions in mochitests.
2013-02-25 18:39:21 -08:00
Mike Hommey
d26003ab92
Bug 817955 - Only install identity modules in modules/identity. r=benadida,r=jparsons
...
--HG--
extra : rebase_source : 027b0cae0a29d00c34424e542fe4d57192aab5b1
2012-12-05 09:25:21 +01:00
Jed Parsons
12b02d334e
Bug 811014 - Ensure forceIssuer parameter is passed through. r=benadida
2012-11-18 00:02:13 -05:00
Jed Parsons
cfffe88629
Bug 811012 - Allow forceAuthentication parameter to request for whitelisted Marketplace. r=benadida
2012-11-17 08:19:38 -05:00
Jed Parsons
a3975964b9
Bug 804932 - Pass arbitrary options from RPs to BrowserID internal api methods. r=benadida
2012-11-16 18:34:32 -05:00
Jim Mathies
6d4a6c33ae
Bug 810704 - Fixup misc. toolkit resource path issues. r=mak77
2012-11-14 10:24:05 -06:00
Bobby Holley
6c9faad2ad
Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
...
There's really no reason to use the wishy-washy static COW Deny() here.
Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 21:47:49 -03:00
Ed Morley
982b0d39e4
Backout 23c9f61a243b & 6ca11f4b470c (bug 805807) for mochitest-1 orange in test_contextmenu.html
2012-11-02 14:12:51 +00:00
Bobby Holley
f485a6c791
Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
...
There's really no reason to use the wishy-washy static COW Deny() here.
Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 13:27:59 +01:00
Jed Parsons
409a98df73
Bug 806605 - Replace loggedInEmail parameter with loggedInUser. r=benadida
2012-11-01 19:23:14 -04:00
Jed Parsons
e054b7f4a2
Bug 794680 - Connect gecko to gaia identity ui. r=benadida, r=cjones
2012-10-26 07:39:38 -04:00
Phil Ringnalda
edf26f99e4
Back out 4f8830d30f62 (bug 794680) for bustage on a CLOSED TREE
2012-10-16 19:58:32 -07:00
Jed Parsons
7b466c7726
Bug 794680 - Connect gecko to b2g identity ui. r=benadida
2012-10-16 21:34:02 -04:00
Mounir Lamouri
5ab3b6cc6e
Bug 769569 - Check that navigator.id.request was called as a result of user input. r=benadida
2012-10-08 14:03:14 +01:00
Gavin Sharp
47bb40cbaa
Bug 770063: disable intermittently passing todos, r=mattn
2012-09-24 12:59:27 -07:00
Bobby Holley
a25701a3f7
Bug 792036 - Automated fixups. r=mccr8
...
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components | xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
Bobby Holley
8188b09b4e
Bug 792036 - Fix up tests to avoid relying on the existence of window.Components (MANUAL). r=mccr8
...
These are the manual fixes that the ensuing auto-generation can't deal with. Some of them
just fix up formatting (such as Components.\nFoo, so that subsequent auto-generation can
work better).
2012-09-24 14:46:28 +02:00
Andrew McCreight
63490c62d3
Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug
2012-09-10 12:43:45 -07:00
Mark Capella
38befa6972
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Toolkits, r=ted, f=gps
2012-08-14 10:06:12 -04:00
Matthew Noorenberghe
be7fa3cf51
Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
...
--HG--
extra : rebase_source : 8785a377e88b11f59ec00d44b58e6c21fce576a7
2012-06-12 18:16:00 -07:00
Matthew Noorenberghe
745328a524
Bug 773485 - Update identity Makefiles to use MOCHITEST_FILES. r=glandium
...
--HG--
extra : rebase_source : 62987cfce90e63b2fa1fa7de69e2bccdd5cfa725
2012-08-09 00:07:38 -07:00
John Schoenick
9ba167731a
Bug 771666 - Update sandbox test to reflect expected plugin behavior. r=mattn
2012-08-05 19:33:22 -07:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Ms2ger
3941714312
Back out bug 771666 and bug 745030.
2012-07-25 22:39:01 +02:00
John Schoenick
6ae8436eba
Bug 771666 - Update sandbox test to reflect expected plugin behavior. r=mattn
2012-07-25 09:51:02 -07:00
Matthew Noorenberghe
09579d192a
Bug 770063 - Disable a portion of test_sandbox.xul on OS X 10.5 due to intermittent failure. r=dolske
...
--HG--
extra : rebase_source : 36b4c86436895830e00029ee5e31a3b8d5a08c48
2012-07-12 22:27:40 -07:00
Matthew Noorenberghe
d09f10538a
Bug 753239 - Identity module mochitests using DOM APIs. r=dolske
...
--HG--
extra : rebase_source : 10858321be5fe3a59059cf1e8472507a4140c666
2012-07-10 14:32:56 -07:00
Matthew Noorenberghe
da71fbd278
Bug 770418 - Improve identity logging output. r=dolske,jparsons
...
--HG--
extra : rebase_source : 4bfe055e1b783ffa80ad9b8515168a68e02f6a90
2012-07-10 23:54:27 -07:00
Ryan VanderMeulen
fee43a9dcb
Backout 7d1b925bd4ee and 52e5b438c911 (Bug 753239) due to almost permaorange.
2012-07-10 19:21:54 -04:00
Matthew Noorenberghe
36aa7e6b4e
Bug 753239 - Identity module mochitests using DOM APIs. r=dolske
...
--HG--
extra : rebase_source : 0860550a6eec94e0376fbac4d5798f3b9a78230c
2012-07-10 14:32:56 -07:00
Nathan Froyd
bfff055672
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Matthew Noorenberghe
f58d65167e
Bug 770063 - Give more time for loading content in intermittent test_sandbox.xul. a=test-only
...
--HG--
extra : rebase_source : 6ee3172be5286d045d0d07020ac5cd9e14d477cf
2012-07-08 15:45:16 -07:00
Ben Adida
1e0d98e480
Bug 753238 - Identity module unit tests. rs=dolske
...
--HG--
extra : rebase_source : 9ee371fd16d903ed55a98a62c765fe67665b5229
2012-07-06 16:27:33 -07:00
Matthew Noorenberghe
ec836df94a
Bug 762993 - Follow-up fix for 15ac0594d478. Unregister for WindowWatcher notifications in the success case. a=bustage-fix
2012-07-01 00:06:48 -07:00
Matthew Noorenberghe
5f7ed83dc4
Bug 762993 - Implement a sandbox iframe for Identity IdP provisioning. r=jst,benadida,dolske
...
Based on Anant's code from bug 745345.
2012-06-28 01:57:00 -07:00