Commit Graph

41 Commits

Author SHA1 Message Date
Vivien Nicolas
c9fc17e7f1 Bug 580676 - Add content prefs service service to Services.jsm [r=gavin] 2010-07-22 01:56:15 +02:00
Ben Parr
9b870877ea Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Benjamin Smedberg
76f5edb3bb Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented). 2010-06-23 15:18:13 -04:00
L. David Baron
c217da4313 On the theory that changeset 31fbc861bcb9 did not intend to back out the piece of changeset eb49e81b9f4d that touched this test, I'm going to put it back, and hope that it might fix some random orange (bug 572954). 2010-06-19 16:17:18 -07:00
Gavin Sharp
3996de6d69 Bug 567950: disable browser_keyevents_during_autoscrolling.js because it times out too much 2010-06-17 21:27:35 -04:00
Paolo Amadini
702a3057a6 Bug 485196 - Web page generated by POST is retried as GET when Save Frame As used, and the page is no longer in the cache. r=smaug, r=gavin
--HG--
rename : toolkit/content/tests/browser/browser_bug471962.js => toolkit/content/tests/browser/browser_save_resend_postdata.js
extra : rebase_source : e985407c54fcd0f138bb7c1bf350356aa4dec2de
2010-06-08 03:15:00 -04:00
Justin Wood
4f28cb401b Backout disabling of browser_bug471962.js since Bug 565199 is actually fixed. rs+=gavin
--HG--
extra : rebase_source : f6ba751ca296c934758931e85c3cd1a938c9513a
2010-06-09 20:55:06 -04:00
Justin Wood
937f745a19 Bug 553815. browser_Services.js and Services.jsm shouldn't fail if MOZ_TOOLKIT_SEARCH is undefined. r=gavin
--HG--
extra : rebase_source : c50f4b39f3a687a9e273f5ea1da18aa2c2da88e3
2010-05-29 23:30:04 -04:00
Robert Sayre
def349ad75 Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
Neil Deakin
a45e72c383 Bug 554873, improve waitForFocus to check for about:blank pages, r=mak 2010-05-18 09:31:03 -04:00
Robert Sayre
d40ae6336a Ahem. Disable generator-using test until bug 565199 is fixed. 2010-05-12 12:32:04 -04:00
Robert Sayre
ed299d5cfa Disable generator-using test until bug 565199 is fixed. 2010-05-12 11:41:13 -04:00
Arpad Borsos
3e4381af31 Bug 558945 - Autoscroll doesn't take into account overflow: -moz-hidden-unscrollable; r=neil@parkwaycc.co.uk 2010-04-13 10:50:17 +02:00
Blair McBride
937cf2e376 Bug 556230: add string bundle service to Services.jsm, r=Mossop
--HG--
extra : rebase_source : 73f5a4950b1d0fea4264c715ff4c9d0693cb62c5
2010-04-12 10:11:37 -04:00
Dão Gottwald
e0da1e411b fix browser_bug295977_autoscroll_overflow.js on OS X 2010-03-14 09:08:14 +01:00
Dão Gottwald
0156366204 fix up tests 2010-03-14 08:02:11 +01:00
Joel Maher
d050afae06 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
Brad Lassey
bb55fe310f backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
aef3dc32c3 Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Kyle Huey
1d0289c601 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
cee9b522a0 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
Clint Talbert
7ffd9496bc Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00
Dave Townsend
25c52d4fe2 Bug 548627: Add some services to Services.jsm. r=gavin 2010-03-01 18:02:09 -08:00
Justin Dolske
0a3eb60eb2 Bug 548646 - Permission manager getter in Services.jsm should be more descriptive. r=gavin 2010-02-25 14:13:00 -08:00
Gavin Sharp
9ca84f2cad Bug 512784: add Services.jsm module to allow easy global access to common services, r=dao, r=Mossop
--HG--
extra : rebase_source : 1827809b6e8ce51e4fb238e962f36aaf30b6ad15
2010-01-28 13:31:45 -05:00
Arpad Borsos
a45f2fda63 Bug 545970 - Autoscroll widget doesn't appear or wrong image appears in certain cases; r=neil@parkwaycc.co.uk 2010-02-13 12:31:10 +01:00
Serge Gautherie
c1e4e3b79d Bug 535907 - [SeaMonkey 2.1 !?] mochitest-browser-chrome: browser_bug295977_autoscroll_overflow.js can cause browser_bug471962.js to fail; (Av1b) Use waitForFocus().
r=neil.
2009-12-28 10:47:47 +01:00
Gijs Kruitbosch
41ba1acfa5 Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Arpad Borsos
81d8238974 Bug 295977 - browser-chrome tests + non-multiple select fixup; r=neil@parkwaycc.co.uk 2009-08-22 11:12:31 +02:00
Dão Gottwald
1ab34b17ab Bug 521557 - enable browser_keyevents_during_autoscrolling.js on Linux 2009-10-10 13:21:06 +02:00
Dão Gottwald
3ff9406720 Backed out changeset 72c1f97df4c6 2009-08-28 20:45:38 +02:00
Arpad Borsos
4dadd605e2 Bug 295977 - browser-chrome tests + non-multiple select fixup; r=neil@parkwaycc.co.uk 2009-08-22 11:12:31 +02:00
Paolo Amadini
d263f3cd68 Bug 486342 - Write a browser-chrome test suite for the various "Save As" functions in Toolkit's "contentAreaUtils.js"; r=sdwilsh
--HG--
rename : toolkit/content/tests/browser/Makefile.in => toolkit/content/tests/browser/common/Makefile.in
rename : toolkit/content/tests/browser/Makefile.in => toolkit/content/tests/browser/data/Makefile.in
rename : toolkit/content/tests/browser/bug471962_testpage_inner.sjs => toolkit/content/tests/browser/data/post_form_inner.sjs
rename : toolkit/content/tests/browser/bug471962_testpage_outer.sjs => toolkit/content/tests/browser/data/post_form_outer.sjs
2009-08-23 16:52:23 +02:00
Serge Gautherie
ef490b2f70 Backed out changeset: 60899aeb80a7 2009-08-20 20:34:27 +02:00
Paolo Amadini
de21219ac4 Bug 486342 - Write a browser-chrome test suite for the various "Save As" functions in Toolkit's "contentAreaUtils.js"; r=sdwilsh
--HG--
rename : toolkit/content/tests/browser/Makefile.in => toolkit/content/tests/browser/common/Makefile.in
rename : toolkit/content/tests/browser/Makefile.in => toolkit/content/tests/browser/data/Makefile.in
rename : toolkit/content/tests/browser/bug471962_testpage_inner.sjs => toolkit/content/tests/browser/data/post_form_inner.sjs
rename : toolkit/content/tests/browser/bug471962_testpage_outer.sjs => toolkit/content/tests/browser/data/post_form_outer.sjs
2009-08-20 17:49:01 +02:00
Masayuki Nakano
25226ca48a Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn 2009-08-01 07:31:18 -07:00
L. David Baron
be4f8acdd0 Backed out changeset 8cd49a8cbb88 (bug 501608) on suspicion of causing lots of mochitest-browser-chrome timeouts and leaks (bug 507698). 2009-07-31 14:36:57 -07:00
Masayuki Nakano
289ea1b5c4 Bug 501608 - menu popup sounds are played when showing the autoscrolling popup. r=enn 2009-07-31 07:23:51 +02:00
Paolo Amadini
f2175ac7bc Bug 483959 - [SeaMonkey] Browser-Chrome browser_bug471962.js times out on SeaMonkey; Bypass the download manager using a mock transfer implementation; r=sdwilsh 2009-03-19 15:50:29 +01:00
Paolo Amadini
35b96e8529 Add test for bug 471962, r=gavin 2009-03-16 14:50:30 -04:00