Commit Graph

4934 Commits

Author SHA1 Message Date
Mark Hammond
2df44eefac Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Mark Hammond
1081cc53ce Bug 790488 - Add multiple-tabs to shareButton tests. r=jaws 2012-09-13 12:05:06 +10:00
Marco Bonardo
dce0ae2abb Backout a933e3c0ec0f (bug 749477) for causing a new random failure in m-oth 2012-09-12 21:26:38 +02:00
Marco Bonardo
4bc0d749bc Bug 749477 - Stop abusing about:home localStorage from browser code.
r=fryn
2012-09-12 12:02:03 +02:00
Phil Ringnalda
6914fdb530 Back out df2ddcab7143 (bug 788100), d9e96444da92 (bug 788405), 092a8add22fd (bug 787511) for xpcshell bustage 2012-09-11 20:46:34 -07:00
Mark Hammond
28f78311df Bug 788100 - Remove social.initialize-response message. r=jaws 2012-09-12 12:48:38 +10:00
Mark Hammond
0f347399da Bug 787511 - rename SocialProvider._getWorkerPort to getWorkerPort, remove SocialProvider.port. r=jaws 2012-09-12 12:48:38 +10:00
Boris Zbarsky
d01d82f8ef Bug 1167575. Ensure that we don't exit modal state while we're still waiting on a Gecko runnable in the event-loop-spinning code in nsPrompter.js. r=dolske
If we synchronously shut down the prompt, that will exit modal state while we're
still processing our mouse or key event, which happens _before_ Gecko runnable
processing.  Exiting modal state will generally post a runnable to run timeouts,
so we can end up processing that runnable before we return from processNextEvent
and unwind to whatever code did the alert() call on the web page.  The upshot is
that the webpage will see timeouts fire before the alert() call returns.

If we exit modal state off a Gecko runnable instead, that will ensure that we
return to the nsPrompter code immediately after exiting modal state, see that
the prompt is no longer active, and return to the calling web page code _before_
processing any more runnables.
2016-09-01 21:31:22 -04:00
Neil Deakin
e133080f83 Bug 1131575, e10s, fix and reenable browser_typeAheadFind.js, r=mikedeboer 2015-05-11 08:02:49 -04:00
Neil Deakin
9215f5dbf3 Bug 1161612, e10s, fix and reenable browser_bug734076.js, r=mconley 2015-05-11 08:02:49 -04:00
Neil Deakin
c7cc9f0e4d Bug 1099154, e10s, fix and reenable browser_backButtonFitts.js, r=gijs 2015-05-11 08:02:49 -04:00
Neil Deakin
158605ce87 Bug 1161611, e10s, fix and reenable browser_bug417483, r=felipe 2015-05-11 08:02:38 -04:00
Masayuki Nakano
68ab7987f4 BUg 1163317 browser_tabopen_reflow.js should ignore reflow when IMEContentObserver notifies IME of selection change r=ttaubert 2015-05-10 01:09:05 +09:00
Amod
21b66bc151 Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 22:58:23 +02:00
Ehsan Akhgari
507bfdfb1d Backed out changeset 9c6782197172 (bug 783025) because of test failures 2012-09-08 16:56:04 -04:00
Amod
fafb80c6ba Bug 783025 - Replace String.indexOf(...) != -1 with String.contains(...). r=dao 2012-09-08 21:26:25 +02:00
Mark Hammond
9e93431869 Bug 784236 - Ensure chat windows don't end up in history/places. r=mixedpuppy 2012-09-08 15:43:15 +10:00
Andres Hernandez
36edb5a66e Bug 786418 - browser_newtab_focus.js shouldn't fail when FKA is enabled on Mac, r=enn 2012-09-05 13:43:41 -06:00
Shane Caraveo
bc489a3260 Bug 789248. Fix failing social tests by only updating the status panel on tests that require it and are sure to clear it up afterwards. r=felipe 2012-09-06 13:14:34 -07:00
Tim Taubert
7c47fd8ac3 merge m-c to fx-team 2012-09-05 13:18:58 +02:00
Paul Rouget
af8e24f444 Bug 768442 - It's impossible to add a sidebar inside a tab. r=dao 2012-08-30 12:23:26 +02:00
Ed Morley
91d3c42797 Backout 1d89bc229215 (bug 784142) for bug 787744 2012-09-03 10:04:49 +01:00
Neil Deakin
d4bcba8eda Bug 784142, assertion and crash calling alert while closing a window, r=smaug 2012-08-30 15:39:39 -04:00
Mark Hammond
62bb11a996 Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 21:16:38 +10:00
Mark Hammond
c68b4e9227 merge backout 2012-08-27 16:18:11 +10:00
Mark Hammond
ae881bdfd3 Backout f79e4c7902a1 (Bug 780987) due to talos being angry and red-faced 2012-08-27 16:17:22 +10:00
Mark Hammond
6f07b74bc6 Bug 780987 - implement social.user-recommend-* messages. r=mixedpuppy 2012-08-27 14:48:17 +10:00
Shane Caraveo
7207c2e1da Bug 784535 - enable opening chats from worker. r=jaws 2012-08-26 16:51:24 -07:00
Shane Caraveo
343ad392e0 Bug 774506 - Implement toast notification support. r=jaws 2012-08-26 16:46:45 -07:00
Yury
d33a5c0afb Bug 776208 - Plugin preview overlay test. r=jaws 2012-08-25 17:18:44 -04:00
Shane Caraveo
b581902f69 Bug 779923 - implement social activity flyout panel. r=jaws 2012-08-23 17:11:02 -07:00
Mark Hammond
b38d5a6ab6 Bug 783410 - prevent social URLs from ending up in global history. r=gavin 2012-08-25 13:54:03 +10:00
Mark Hammond
0e555536b5 Bug 780010 - Update browser_shareButton.js to use common SocialAPI test functions. r=jaws 2012-08-25 13:11:55 +10:00
Benjamin Smedberg
4b48693cbf Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html

CLOSED TREE
2012-08-24 13:08:15 -04:00
Yury
62738963e2 Bug 776208 - Tests for plugin preview overlay. r=jaws 2012-08-24 16:18:17 -04:00
Benjamin Smedberg
cbdfb71fb3 Revert bug 776208 for semi-consistent failures:
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html
2012-08-24 13:08:15 -04:00
Ed Morley
c5998cd73f Backout 9c2c1987abc4 & ecaff5097b0b (bug 583890) for intermittent failures in browser_bug583890.js 2012-08-24 13:16:38 +01:00
Yury
b46e0599bf Bug 776208 - Plugin preview overlay test. r=jaws 2012-08-23 17:12:03 -04:00
Adam Dane [:hobophobe]
64e8a8cba2 Bug 583890 - Tab Title Abridger module and tests. r=ttaubert 2012-08-23 20:16:13 -05:00
Adam Dane [:hobophobe]
2ba615121a Bug 583890 - Add visibleLabel attribute/property and tests. r=ttaubert,jaws 2012-08-23 20:15:50 -05:00
Bobby Holley
90622d0c3f Bug 784560 - Fix more tests. r=mccr8 2012-08-23 11:45:28 -07:00
Ed Morley
042f619edc Merge mozilla-central to mozilla-inbound 2012-08-21 21:16:49 +01:00
David Keeler
b5c9045729 Bug 767636 - expose plugin fallback type to extensions. r=jaws 2012-08-21 12:40:07 -07:00
Gavin Sharp
8405257289 merge fx-team into mozilla-central 2012-08-21 10:27:25 -07:00
Blair McBride
b1e7c5d4ba Bug 783763 - Move browser_bug435325.js to /browser/ and remove reference to nsIDOMWindowUtils. r=dolske 2012-08-21 19:42:30 +12:00
Shane Caraveo
0f025f923f Bug 779686 - implement docked chat content areas, r=felipe 2012-08-20 17:52:26 -07:00
Jared Wein
42afbfa809 Bug 779360 - Implement mozSocial.isVisible API for social sidebar window, r=felipe 2012-08-20 14:18:50 -07:00
Shane Caraveo
39f5cb4238 Bug 783691 - show/hide events for social content. r=gavin 2012-08-20 11:25:47 -07:00
Dão Gottwald
ffbb80d183 Bug 783614 - Cutting a sub string from the location bar value can unexpectedly modify the value further. r=Unfocused 2012-08-21 09:56:59 +02:00
Bellindira Castillo [:bellindira]
09b10c48cb Bug 752841 - [New Tab Page] Make the number of tabs adjustable; r=ttaubert 2012-08-16 23:01:03 -06:00