Tomasz Kołodziejski
508b4f00ba
Bug 1070923 - Fix intermittent test_bug451286.xul by waiting for the highlight toggle to finish. r=mikedeboer
...
--HG--
extra : rebase_source : 109dcc17a75333f1715e48432893e216e73838fc
2014-09-26 10:49:00 -04:00
Tomasz Kołodziejski
962246cb69
Bug 429732 - Make Finder.jsm iterate over matches asynchronously in small batches so it does not block the UI thread. r=mikedeboer
2014-09-18 10:23:00 +02:00
Markus Stange
6796516e19
Bug 944836 - Remove test that uses MozMouseHitTest on a statusbar. r=dao
2014-09-18 10:56:30 +02:00
Shu-yu Guo
320f4e1440
Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin)
2014-09-15 16:30:47 -07:00
Tomasz Kołodziejski
09301bda32
Bug 923801 - Case-sensitive still affects all find bars globally. r=gavin
2014-09-04 12:29:00 +02:00
Bill McCloskey
42257acb97
Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm
2014-09-02 13:47:12 -05:00
Tomasz Kołodziejski
577b039fe4
Bug 694696 - mute video if volume is set down to 0. r=jaws
2014-08-25 13:55:00 +02:00
Ryan VanderMeulen
f8229b4823
No bug - Widen the allowable number of asserts in test_bug437844.xul to 19-21 so we don't have to keep adjusting it everytime something randomly perturbs it.
2014-08-19 15:12:25 -04:00
Alexander Seleznev
f51b89b01b
Bug 803633 - Update tests. r=mstange
2014-08-10 05:38:00 -04:00
Valentin Gosu
80e53177d9
Bug 1045886 - Increase assertion count in test_bug437844.xul
2014-08-13 16:44:00 +03:00
Martijn Wargers
00ab9ec589
Bug 1049786 - Hopeful fix for the timeouts in bug 1051667. r=adw
2014-08-11 11:04:07 -07:00
Martijn Wargers
1705bdf414
Bug 1049786 - Intermittent browser_bug295977_autoscroll_overflow.js | Window for m should have scrolled vertically. r=adw
2014-08-08 11:33:38 -07:00
Alexander Seleznev
55b578d636
Bug 1048178 - Add tests
2014-08-07 13:33:07 +02:00
Mike Conley
c6bf60555c
Bug 1009628 - Part 3: Tests for XUL deck changes. r=Enn.
2014-07-24 15:05:29 -04:00
Mike Conley
be092d7c73
Backed out changeset 0366dfc36340 (bug 1009628)
2014-08-05 14:53:57 -04:00
Mike Conley
c60ee7b835
Bug 1009628 - Part 3: Tests for XUL deck changes. r=Enn
2014-07-24 15:05:29 -04:00
Martijn Wargers
25fb362335
Bug 251903 - Autoscroll does not function as expected when in an iframe. r=Neil
2014-07-23 13:57:54 +02:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
efbbf73c27
Backed out changeset 64586374a208 on a CLOSED TREE
2014-07-22 18:29:57 -07:00
Alexandre Poirot
09c66c2ebd
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Jonathan Griffin
0cd20a2c49
Backout 4f6d9db92389 for bustage on a CLOSED TREE
2014-07-22 17:55:50 -07:00
Alexandre Poirot
c044256760
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
2014-07-02 15:40:56 -07:00
Trevor Saunders
0cdb19dabd
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Neil Deakin
d9a6133a9f
Bug 1026310, set the open state only once the opening transition is finished, rename the internal popup states to be clearer, fix UITour.jsm to check the showing state, r=MattN,neil
2014-07-14 13:39:04 -04:00
Magnus Melin
bbe7606e08
Bug 1012398 - Completion doesn't take capitalization from address book entry. Also fixes bug 1009469. r=Enn
2014-06-27 21:17:43 +03:00
Kyle Huey
e2e1171cb1
Bug 1031051: Part 7 - Migrate PageTransitionEvent to the WebIDL code generator. r=smaug
2014-06-30 16:02:02 -07:00
Ryan VanderMeulen
a83452fb9b
Backed out changeset 123e07744d21 (bug 1012398) for mochitest-other failures.
...
CLOSED TREE
2014-06-27 15:48:26 -04:00
Magnus Melin
88d09e13a2
Bug 1012398 - Completion doesn't take capitalization from address book entry. Also fixes bug 1009469. r=Enn
2014-06-27 21:29:07 +03:00
Wes Johnston
6586998316
Bug 1018468 - Add fullscreen button to video controls. r=mfinkle
2014-06-11 10:25:18 -07:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Neil Deakin
3ffa4a4bb2
Bug 994117, delay popupshown event until after the opening transition has finished, if one exists, which also fixes the issue causing bug 989991, so enable the animation on the main panel, r=neil
2014-06-16 14:43:07 -04:00
Drew Willcoxon
240234e4fd
Bug 870205 - Fix intermittent browser_bug295977_autoscroll_overflow.js. r=neil
2014-06-05 10:50:33 -07:00
Gijs Kruitbosch
d2ab757462
Bug 454520 - fix caret browsing dialog to default to no and remember choices, r=jaws,f=dbolter
2014-05-26 14:54:03 +01:00
Ed Morley
a94d22c818
Backed out changeset 60ed415ed0ab (bug 454520) for browser_f7_caret_browsing.js timeouts
2014-06-02 17:58:46 +01:00
Gijs Kruitbosch
e668169da6
Bug 454520 - fix caret browsing dialog to default to no and remember choices, r=jaws,f=dbolter
2014-05-26 14:54:03 +01:00
Ryan VanderMeulen
cf035aed8c
No bug - Drop expected number of asserts in test_bug437844.xul.
...
CLOSED TREE
2014-05-30 15:01:52 -04:00
Jared Wein
cb29532ca0
Bug 1016415 - Only iterate into the children of <menugroup> if there are children. r=enndeakin
2014-05-27 12:16:00 -04:00
Makoto Kato
d1f23f67ed
Bug 982298 - Remove importing Timer.jsm. r=bz
2014-05-28 19:03:27 +09:00
Carsten "Tomcat" Book
c509721e94
merge b2g-inbound to mozilla-central
2014-05-26 15:26:11 +02:00
Vincent Chen
7e90a06615
Bug 981477 - Disable B2G emulator reftests that fail oop, r=ahal
2014-05-23 15:56:15 -04:00
Jared Wein
50f8edc821
Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
...
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04:00
Dão Gottwald
d3589f41dd
Revert bug 999604 and remove now-redundant cleanup code
2014-05-13 09:43:10 +02:00
Steven Michaud
3104006a5d
Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl
2014-05-10 11:58:09 -05:00
Ed Morley
11cc546b05
Backed out changeset bf9cc4b2aae6 (bug 996848)
2014-05-07 18:42:43 +01:00
Steven Michaud
ca68312a64
Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl
2014-05-07 11:14:45 -05:00
Ryan VanderMeulen
db76fc8941
Merge fx-team to m-c.
2014-05-06 16:50:48 -04:00
Mike de Boer
dcba54a480
Bug 978861: disable prefillWithSelection on OSX by default, fix its semantics when enabled. r=ehsan
2014-05-06 18:21:16 +02:00
Mike de Boer
a8ca8866ca
Backed out changeset df4ae5ba7d6e (bug 978861) due to m-o test failures.
2014-05-06 16:50:04 +02:00
Mike de Boer
15e4265ceb
Bug 978861: disable prefillWithSelection on OSX by default, fix its semantics when enabled. r=ehsan
2014-05-06 12:01:48 +02:00
Neil Deakin
21719f3cb3
Bug 1001234, disable arrow panel animation on linux, r=dao
2014-05-06 08:33:12 -04:00