Mounir Lamouri
4dab400e01
Bug 795134 - Remove localStorage when clear private data API is used. r=bent
...
--HG--
rename : dom/tests/mochitest/localstorage/test_app_uninstall.html => dom/tests/mochitest/localstorage/test_clear_browser_data.html
2012-09-29 18:31:33 +01:00
David Dahl
c9b984fdb4
Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice
2012-09-28 17:16:29 -05:00
Ed Morley
a828d79027
Bug 677841 - Disable test_resize_move_windows.html on Linux for too many intermittent failures
2012-09-28 15:45:29 +01:00
Robert O'Callahan
dce96785d6
Bug 539356 - Fix selectAtPoint.html test. r=mattwoodrow
2012-09-28 23:19:39 +12:00
Ryan VanderMeulen
1d063da395
Merge m-c to inbound.
2012-09-27 23:05:53 -04:00
Mounir Lamouri
4e62d61114
Bug 786301 - 3/3 - Test that localStorage is removed when an app is uninstalled. r=honza
2012-09-27 16:29:25 +01:00
Honza Bambas
020743deb1
Bug 778127 - change only some test check messages, r=michal
2012-09-27 21:35:07 +02:00
Ed Morley
5a3b322459
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
2012-09-27 16:34:46 +01:00
Robert O'Callahan
4f2493bc70
Bug 539356 - Fix selectAtPoint.html test. r=mattwoodrow
2012-09-28 01:07:40 +12:00
Fabrice Desré
1e24fe7790
Bug 790870 - Implement install/update API during installation of hosted apps - Part 2 : hosted apps implementation [r=gwagner]
2012-09-26 18:01:20 -07:00
Ryan VanderMeulen
030ac42360
Backout 5c0e68dceca8 (bug 758269) due to mochitest-other orange.
...
--HG--
extra : rebase_source : 4576482dfdf270c203572a0c39093e590836fa76
2012-09-26 19:49:43 -04:00
David Dahl
3873a0bfd0
Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice
2012-09-26 17:22:54 -05:00
Jan Varga
429314f793
Bug 773373 part 5: Automatic tests. r=mounir
2012-09-25 16:06:28 -07:00
Fernando Rodríguez Sela
cf29313e18
Bug 744700 - B2G 3G: Notify connection errors in the WebMobileConnection API (part 1), r=bent
2012-09-25 12:21:39 -07:00
Honza Bambas
3581c481dc
Bug 756717 - Implement 'appcache jar' for apps, r=tlee+jduell
2012-07-31 02:36:00 -04:00
Andrea Marchesini
f90a417ca8
Bug 779982 - Change behaviour of getSelf and add amInstalled function. r=sicking
2012-09-25 11:04:24 -04:00
Benoit Jacob
e87660d62e
Bug 750862 - Implement WEBGL_compressed_texture_pvrtc - r=jgilbert
2012-09-25 08:49:28 -04:00
Benoit Jacob
8a05af4222
Bug 790712 - Implement WEBGL_compressed_texture_atc - r=jgilbert
2012-09-25 08:49:28 -04:00
Myk Melez
e9ad291d46
Bug 791943. r=fabrice
2012-09-24 22:41:21 -04:00
Bobby Holley
4000987cdb
Bug 792036 - More manual fixes requested by Andrew. r=mccr8
2012-09-24 14:46:29 +02:00
Bobby Holley
5af5a73d3d
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
c64d31c5e0
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
Ryan VanderMeulen
f4358c428c
Backout 63643fbbde88 due to mochitest-other orange.
2012-09-23 16:48:35 -04:00
Myk Melez
d6d156f0f1
Bug 791943. r=fabrice
2012-09-23 15:26:35 -04:00
Diogo Golovanevsky Monteiro
88b8d85e57
Bug 784402 - Pointer Lock must respect iframe sandbox flag. r=smaug
2012-09-22 20:56:55 -04:00
Marco Castelluccio
23f3300d24
Bug 786710 - Tests for valid and invalid cases. r=fabrice
2012-09-22 20:48:27 -04:00
Ms2ger
5b4f3272e0
Merge PGO-green changeset from m-i to m-c.
2012-09-20 11:51:47 +02:00
Ms2ger
7fec2d16ba
Bug 744907 - Remove BlobBuilder; r=sicking
2012-09-20 09:55:36 +02:00
Peter Van der Beken
d21c8a19b6
Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.
...
--HG--
extra : rebase_source : 18e21a786b6a9cc2aeada52ba5ca3a2614cb596b
2012-09-05 22:49:53 +02:00
Jan Varga
50c0691da8
Bug 776416 - Fix remaining tests. r=sicking
2012-09-13 20:47:04 +02:00
Jonas Sicking
439a8d4733
Bug 776416 - Remove exceptions to 5MB quota rule in localStorage. r=honzab
2012-09-13 20:46:50 +02:00
Gene Lian
0d2499046f
Bug 790823 - Fix test failure: Unexpected interface name in global scope: MozTimeManager. r=jlebar
2012-09-13 12:39:57 +08:00
Myk Melez
ef9ad7e26c
bug 777400 - disable mozApps.installPackage API in Firefox for Desktop and Android; r=fabrice, sr=sicking
2012-09-11 13:53:42 -07:00
Bobby Holley
e04e482496
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
2012-09-11 01:05:10 -07:00
Jim Mathies
0eb28a561b
Bug 783531 - Implement a 'select word at point' text selection routine in nsIDOMWindowUtils. r=roc
2012-09-10 16:02:23 -05:00
Andrew McCreight
1c528bccf1
Bug 775868 - fix more tests. r=bholley
2012-09-10 12:44:29 -07:00
Andrew McCreight
0e9f97bd16
Bug 775868, part 1: make tests access DomWinUtils via SpecialPowers. r=smaug
2012-09-10 12:43:45 -07:00
Gregor Wagner
2f5d2e9f4a
Bug 770731 - Expose JS API for modifying app permissions. r=sicking
2012-09-19 11:19:00 -07:00
Ryan VanderMeulen
2ff849733d
Backout bug 788914 and bug 789494 because they were backed out on inbound.
2012-09-07 19:40:57 -04:00
Bobby Holley
1aba2e3bc2
Bug 789494 - Rip enablePrivilege out of misbehaving mochitests. r=mccr8
2012-09-07 11:28:56 -07:00
Boris Zbarsky
a562efcb37
Bug 767931. Make drawWindow and asyncDrawXULElement ChromeOnly. r=roc
2012-09-07 01:29:47 -04:00
Gregor Wagner
6a37b417e8
Bug 788561 - SettingsAPI: Use createLock instead of getLock. r=bent
2012-09-05 17:33:03 -07:00
Myk Melez
9ab726eee5
bug 785545 - unrefactor mozApps tests for maximum readability/reliability; r=fabrice
2012-09-05 10:08:54 -07:00
Brendan Dahl
e5b3162f1a
Bug 745025 - Part 1 - Adds mozPrintCallback for canvas. r=smaug
2012-08-31 10:45:45 -07:00
Fabrice Desré
0b01d804c9
Bug 783573 - Remove permissions whitelist from navigator.mozApps [r=gwagner]
2012-08-31 08:36:39 -07:00
Mounir Lamouri
994c0bc77a
Bug 786296 - Remove permissions when an app is uninstalled. r=jlebar,fabrice
2012-08-31 11:34:28 -03:00
Phil Ringnalda
602be3a4aa
Bug 744125 - Disable test_pointerlock-api.html on 10.8, too
...
--HG--
extra : rebase_source : a5f9aed6cf7d08b8660b1eff20f0ead0ae3e6cb9
2012-08-29 21:30:53 -07:00
Yoshi Huang
028ace545e
Bug 785942 - Part 3: Remove MobileConnection in global namespace test. r=smaug
2012-08-27 18:43:50 -03:00
Philipp von Weitershausen
f47e2a9937
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
...
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Justin Lebar
4093a69579
Bug 775009 - Part 1: Fix test broken by part 2. r=bz
2012-08-25 18:23:53 -04:00