Граф коммитов

985 Коммитов

Автор SHA1 Сообщение Дата
Joel Maher af142ea0c9 Bug 1116234 - test_bug437844.xul fails when run as a standalone directory. r=RyanVM a=test-only DONTBUILD 2014-12-30 09:39:13 -05:00
Brian Birtles 7bd49bca6c Bug 927349 part 17 - Don't count native reflows in test_popupreflows.xul; r=markh
test_popupreflows.xul currently expects to get 1 reflow when a popup is opened.
This is triggered by JS code. An incremental layout may be triggered by native
code but the test ignores that for unclear reasons ("Because we've simply
cargo-culted this test from browser_tabopen_reflows.js!").

In part 16 on this patch series, we force interruptible reflows to become
full reflows when we have pending animations which can cause this test to
fail since it will see 2 reflows.

The above quoted browser_tabopen_reflows.js specifically ignores reflows
triggered by native code so we adjust this test to do likewise.
2014-12-22 09:35:41 +09:00
Ehsan Akhgari ce47600bf5 Debugging patch for bug 1074744: request the complete log 2014-12-16 18:55:08 -05:00
Ehsan Akhgari daacbbd44a Convert videocontrols_direction_test.js to unix line endings, no bug
Landed on a CLOSED TREE

--HG--
extra : amend_source : 06a065e04095f3c59fd669570e2f1d76de2f1c41
2014-12-15 11:45:34 -05:00
Ehsan Akhgari 4c8bbaf76a Debugging patch for bug 1074744: Log the snapshots properly 2014-12-15 11:44:56 -05:00
Masayuki Nakano dffa5d5d04 Bug 1100862 Shortcut key handlers should ignore Windows-Logo key state if no shortcut keys match a key event and the key is pressed because native applications do so r=enndeakin 2014-12-12 21:17:37 +09:00
Masayuki Nakano 9f491a5703 Bug 1077345 part.7 Use synthesizeComposition({"compositioncommit") in the tests r=smaug 2014-11-25 14:02:32 +09:00
Masayuki Nakano c56c9a574f Bug 1077345 part.5 Use synthesizeComposition({"compositioncommitasis") in the tests r=smaug 2014-11-25 14:02:31 +09:00
Masatoshi Kimura 719c1c269d Bug 862655 - Increase a margin number a bit to accommodate the taller title bar on Windows with DWM enabled. r=Enn 2014-11-24 22:18:08 +09:00
Seth Fowler 9dc24953b1 Bug 1089880 (Part 3) - Use HAS_TRANSPARENCY to handle transparent images nicely in ImageDocument. r=dolske 2014-11-17 11:16:45 -08:00
Edwin Flores 0bba3e93b8 Bug 1075182 - Bump expected assertion count in test_bug437844.xul on a CLOSED TREE - r=intermittent 2014-11-12 13:52:02 +13:00
Ryan VanderMeulen 81beab8e25 Bug 1064580 - Disable browser_bug982298.js on e10s. 2014-11-04 11:35:07 -05:00
Brian Grinstead 02659e2f3b Bug 1085745 - Add a way to select the autocomplete popup in CSS based on which input it is opened for;r=dao 2014-10-21 20:44:38 -07:00
Iaroslav Sheptykin fbf69d6a2f Bug 1052992: Add quick-search event listeners to system event group, so stopPropagation on keyboard events does not affect the findbar. r=MattN 2014-10-16 00:38:58 -07:00
Jon Morton 1700296f02 Bug 979835: Port BoxObject and its subclasses to WebIDL. r=khuey sr=bz
--HG--
rename : layout/xul/nsIPopupBoxObject.idl => dom/webidl/PopupBoxObject.webidl
rename : layout/xul/tree/nsITreeBoxObject.idl => dom/webidl/TreeBoxObject.webidl
rename : layout/xul/nsBoxObject.cpp => layout/xul/BoxObject.cpp
rename : layout/xul/nsBoxObject.h => layout/xul/BoxObject.h
rename : layout/xul/nsListBoxObject.cpp => layout/xul/ListBoxObject.cpp
rename : layout/xul/nsMenuBoxObject.cpp => layout/xul/MenuBoxObject.cpp
rename : layout/xul/nsPopupBoxObject.cpp => layout/xul/PopupBoxObject.cpp
2014-10-14 13:15:21 -07:00
Andrew Halberstadt d292ee73f1 Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
Masayuki Nakano 17d8fb7e4a Bug 960871 part.11 Rename EventUtils.synthesizeText() to EventUtils.synthesizeCompositionChange() r=smaug 2014-10-07 19:01:50 +09:00
Tomasz Kołodziejski 54772b855c Bug 1051187 - "Match case" button does not refresh the number of occurences. r=mikedeboer 2014-10-02 17:23:00 +02:00
Masayuki Nakano 5825b07b8e Bug 975383 part.9 Remove compositionupdate event dispatchers from all tests r=smaug 2014-10-03 15:33:50 +09:00
Julian Viereck 702e34d250 Bug 950797 - Use result from last completion in nsAutoCompleteController to reduce autoFill UI flickering until search results come back. r=mak 2014-09-30 04:14:49 -07:00
Tomasz Kołodziejski 4c14e3120b 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 63556e7c60 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 968d849bee Bug 944836 - Remove test that uses MozMouseHitTest on a statusbar. r=dao 2014-09-18 10:56:30 +02:00
Shu-yu Guo 59ccd2fecb 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 9bc48158ab Bug 923801 - Case-sensitive still affects all find bars globally. r=gavin 2014-09-04 12:29:00 +02:00
Bill McCloskey 757ebcfbe3 Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
Tomasz Kołodziejski 3a9d52f299 Bug 694696 - mute video if volume is set down to 0. r=jaws 2014-08-25 13:55:00 +02:00
Ryan VanderMeulen 625adb8d57 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 c331ffe05f Bug 803633 - Update tests. r=mstange 2014-08-10 05:38:00 -04:00
Valentin Gosu c9a4a4a116 Bug 1045886 - Increase assertion count in test_bug437844.xul 2014-08-13 16:44:00 +03:00
Martijn Wargers 2e68398609 Bug 1049786 - Hopeful fix for the timeouts in bug 1051667. r=adw 2014-08-11 11:04:07 -07:00
Martijn Wargers c6328f9e01 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 3bb1ba4400 Bug 1048178 - Add tests 2014-08-07 13:33:07 +02:00
Mike Conley cfd5986671 Bug 1009628 - Part 3: Tests for XUL deck changes. r=Enn. 2014-07-24 15:05:29 -04:00
Mike Conley 28130bca16 Backed out changeset 0366dfc36340 (bug 1009628) 2014-08-05 14:53:57 -04:00
Mike Conley 1e00739a36 Bug 1009628 - Part 3: Tests for XUL deck changes. r=Enn 2014-07-24 15:05:29 -04:00
Martijn Wargers e50bf138f9 Bug 251903 - Autoscroll does not function as expected when in an iframe. r=Neil 2014-07-23 13:57:54 +02:00
Alexandre Poirot 7ea4dd517f 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 1c5d8636ac Backed out changeset 64586374a208 on a CLOSED TREE 2014-07-22 18:29:57 -07:00
Alexandre Poirot 98afd25e0d 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 38f79ff899 Backout 4f6d9db92389 for bustage on a CLOSED TREE 2014-07-22 17:55:50 -07:00
Alexandre Poirot 37506aa45c Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal 2014-07-02 15:40:56 -07:00
Trevor Saunders dfb8d4ea04 bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
Neil Deakin e9a4f0f8d4 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 9b5274c23b 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 273a6ca8da Bug 1031051: Part 7 - Migrate PageTransitionEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:02 -07:00
Ryan VanderMeulen 01d51a1c3b Backed out changeset 123e07744d21 (bug 1012398) for mochitest-other failures.
CLOSED TREE
2014-06-27 15:48:26 -04:00
Magnus Melin 322da40913 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 d5d5063238 Bug 1018468 - Add fullscreen button to video controls. r=mfinkle 2014-06-11 10:25:18 -07:00
Jim Blandy 7e20285e70 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