Commit Graph

475 Commits

Author SHA1 Message Date
Gabriele Svelto
95b58a5e16 Bug 1011493 - Assign the correct priority to the keyboard app. r=khuey 2014-05-30 15:29:43 +02:00
Trevor Saunders
876b806f62 bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
Tim Chien
a69d36b4d6 Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl 2014-05-23 03:14:00 +02:00
Ryan VanderMeulen
ae91b0cd6a Backed out changeset aa71426c4514 (bug 983490) for intermittent failures. 2014-05-22 13:24:50 -04:00
Tim Chien
b3e208f11d Bug 983490 - Better progress control for setInputMethodActive() test. r=yxl 2014-05-22 01:14:00 +02:00
Yuan Xulei
c2aed37763 Bug 993394 - Wait until BrowserElement child ready before calling SetInputMethodActive. r=fabrice 2014-05-19 17:34:55 +08:00
Junior Hsu
ed51aecaa3 Bug 970777 - Remove redundant |numLoaded| checks in dom/browser-element/mochitests/*.js. r=smaug
1. Make the test more solid
2. Postpone the second |takeScreenshot| right after the |iframe1| is onload again
3. Remove redundant |numLoaded| by assigning |iframe1.src| first.
2014-05-09 01:52:00 +02:00
Ryan VanderMeulen
150ab7617e Merge b2g-inbound to m-c. 2014-05-08 15:52:48 -04:00
Ryan VanderMeulen
54deef767b Bug 983490 - Disable test_browserElement_inproc_SetInputMethodActive.html and test_browserElement_oop_SetInputMethodActive.html for frequent failures. 2014-05-08 10:26:04 -04:00
Dave Huseby
718be9d317 Bug 972075 - Add profile markers from browser element event synthesis. r=BenWa, r=vingtetun 2014-05-05 16:41:00 -04:00
Fabrice Desré
63c5a84412 Bug 1003836 - Don't use createEvent("TouchEvent") to check if TouchEvents are supported r=smaug 2014-05-02 14:56:18 -07:00
Gabriele Svelto
12544ee594 Bug 999327 - Consider the wake-locks held by the main process when computing priorities. r=fabrice 2014-05-01 15:47:26 +02:00
Ehsan Akhgari
76968a69ed Bug 998734 - Remove nsIAsyncScrollEventDetail; r=bzbarsky 2014-04-26 20:07:50 -04:00
Patrick Wang (Chih-Kai Wang)
b91de9e100 Bug 994560: Compute CPU priority based on priority that is going to be set r=gsvelto 2014-04-18 14:28:14 +08:00
Marco Castelluccio
9b8bd037cb Bug 993326 - Automatically restore apps launchable value. r=fabrice 2014-04-17 16:43:04 -04:00
Monica Chew
1b724bad01 Bug 991177: Disallow overrides for SEC_ERROR_CA_CERT_INVALID (r=keeler) 2014-04-15 15:35:41 -07:00
Botond Ballo
857b2811ce Bug 976605 - Disable active element handling in BEP.js if APZ is enabled. r=kats,vingtetun
--HG--
extra : source : 2a6f99faedb8317b87b99a81953fa0ddd759ddaa
2014-04-09 13:39:36 -04:00
Ed Morley
9e1dd10843 Backed out changeset 7d8d52db13a6 (bug 976605) 2014-04-15 17:45:13 +01:00
Botond Ballo
3d60647ed5 Bug 976605 - Disable active element handling in BEP.js if APZ is enabled. r=kats,vingtetun
--HG--
extra : source : 62f6bbf910b470d8e423811dd036fe13b2c8c47b
2014-04-09 13:39:36 -04:00
Vivien Nicolas
062ed28a41 Bug 986752 - CSS :active states get stuck with multiple on-screen touches. r=botond 2014-04-09 14:47:30 +02:00
Jan Jongboom
12bc0f9699 Bug 987549 - Wait until BrowserElement child scripts have been loaded before dispatching inputMethod setActive request. r=yxl 2014-04-02 08:51:46 -04:00
Richard Newman
660ed70e27 Bug 989580 - Lazy load BrowserElementParent.jsm in BrowserElementParent.js. r=jst 2014-03-31 14:04:38 -07:00
Boris Zbarsky
9553dba3d6 Bug 987112. Remove the redundant and somewhat annoying parentObject argument to dictionary ToObject() methods. r=bholley 2014-03-29 01:45:10 -04:00
Ryan VanderMeulen
d9d827e562 Merge inbound to m-c. 2014-03-26 20:58:31 -04:00
Fabrice Desré
c1daa445bf Bug 982491 - Group apps in activities chains in the same process r=cervantes,gene 2014-03-25 21:56:35 -07:00
Cervantes Yu
2497e33577 Bug 968604: Temporarily disable test case test_Preallocated.html in mochitest-2 suite before the Shutdown hang is fixed. r=fabrice
--HG--
extra : rebase_source : d31f86a4f5d7ed90beb2540871c39b5c63ae0900
2014-03-26 14:46:05 +08:00
Cervantes Yu
1bfe0b1b6e Bug 968604 Part 2: Test case fix: clean up the preallocated process in an async manner. r=khuey
--HG--
extra : rebase_source : 234d60d32283caed23f3729b205a6271edb0aa1e
2014-03-03 18:52:39 +08:00
Cervantes Yu
b22bcfe208 Bug 959966: prevent the preallocated process from being killed by the lowmem killer by rasing its priority. r=khuey,gsvelto 2014-03-13 15:24:42 +08:00
Wes Kocher
da76467f53 Merge m-c to b2g-inbound 2014-03-18 14:59:25 -07:00
Vivien Nicolas
c558cd7946 Bug 984845 - BrowserElementParent.getScreenshot should return more accurate screenshots. r=fabrice 2014-03-18 18:44:24 +01:00
Masayuki Nakano
b7a8d4a392 Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
--HG--
rename : dom/events/nsEventDispatcher.cpp => dom/events/EventDispatcher.cpp
rename : dom/events/nsEventDispatcher.h => dom/events/EventDispatcher.h
2014-03-18 13:48:21 +09:00
Bill McCloskey
d960718b48 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8 Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Bill McCloskey
624ffda758 Backed out changeset d6261f65070a 2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633 Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted) 2014-03-13 15:41:41 -07:00
Andrea Marchesini
e2957ce845 Bug 982800 - Browser API: Add a mozbrowsermanifestchange event to detect <link rel="manifest"> elements, r=ehsan
--HG--
rename : dom/browser-element/mochitest/test_browserElement_inproc_Iconchange.html => dom/browser-element/mochitest/test_browserElement_inproc_Manifestchange.html
rename : dom/browser-element/mochitest/test_browserElement_oop_Iconchange.html => dom/browser-element/mochitest/test_browserElement_oop_Manifestchange.html
2014-03-13 15:30:03 +00:00
Vaibhav Agarwal
5f496eafb5 Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-12 11:41:08 -04:00
Tim Chien
a40e20d646 Bug 981997 - Fix test for setInputMethodActive and dead object error. r=yxl 2014-03-12 08:45:27 -04:00
Vaibhav Agarwal
07841bb6fe Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-03-12 06:16:12 -04:00
Vaibhav Agarwal
cb06996fcf Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher 2014-03-06 13:42:45 -05:00
Vaibhav Agarwal
b192b2603d Bug 971132 - B2G mochitests should use the new manifest format; r=jmaher 2014-03-06 13:42:43 -05:00
Ryan VanderMeulen
991cf68d46 Merge inbound to m-c. 2014-03-04 17:12:58 -05:00
David Keeler
e8ea24a4a6 bug 978797 - stop classifying SEC_ERROR_INADEQUATE_KEY_USAGE as a "bad cert" error r=briansmith 2014-03-03 15:39:07 -08:00
Vivien Nicolas
c8d7604f94 Bug 978544 - Ignore events targetting a nsIMozBrowserFrame in BrowserElementPanning.js. r=fabrice 2014-03-04 09:53:16 +01:00
Marco Castelluccio
0c48df7ac8 Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz 2014-02-27 11:56:48 -05:00
Wes Kocher
b64c8d22b6 Merge m-c to b2g-inbound 2014-02-25 20:36:29 -08:00
"Kan-Ru Chen (陳侃如)"
69828ffd57 Bug 970290 - Rename NoWhitelist to NoPermission. r=fabrice
We no longer use whitelist to control the permission. Test against no
permission instead.

--HG--
extra : rebase_source : 8fd77b2588a07bc17363b49d104b3b08ee2293a5
2014-02-26 11:38:32 +08:00
"Kan-Ru Chen (陳侃如)"
5846b299bc Bug 970290 - Call setEnabledPref earlier. r=fabrice
Must set the preferences before testready.

--HG--
rename : mobile/android/tests/browser/moz.build => mobile/android/tests/moz.build
extra : rebase_source : 7b21cbeb52f0f64d29d2c7fbad6de1c931f233ed
2014-02-25 16:13:05 +08:00
Ted Mielczarek
062d40049c Bug 975455 - Move more Mochitests to manifests. r=jmaher 2014-02-20 10:14:52 -05:00