Commit Graph

8750 Commits

Author SHA1 Message Date
David Rajchenbach-Teller
409d9e236e Bug 883609 - Porting tests to new Session Restore backup mechanism;r=ttaubert
--HG--
rename : browser/components/sessionstore/test/browser_833286_atomic_backup.js => browser/components/sessionstore/test/browser_backup_recovery.js
2014-06-24 16:51:22 +02:00
David Rajchenbach-Teller
dda55660fc Bug 883609 - Make Session Restore backups useful;r=ttaubert 2014-06-24 16:51:15 +02:00
Asaf Romano
900b49eb1e Bug 977770 - Count the times users manually adjust the offered translation pair. r=felipe. 2014-06-24 16:53:30 +03:00
Brian R. Bondy
8cd13a3270 Bug 1028575 - Remove brandShortName from Preferences tab title. r=jaws 2014-06-24 09:45:17 -04:00
Tim Taubert
a6cce4d071 Bug 1029486 - Check for dead wrappers after running language detection r=felipe 2014-06-24 14:04:45 +02:00
Asaf Romano
80952d18ee Bug 1029363 - browser_translation_fhr.js fails if it runs on its own. r=ttaubert. 2014-06-24 11:42:49 +03:00
Asaf Romano
0e132b65dc Bug 973294 - Count the number of times 'Show Original' is used. r=felipe. 2014-06-24 11:41:52 +03:00
Asaf Romano
a9690e1dd6 Bug 977774 - Count the number of times a user opts out of Instant Translation. r=felipe. 2014-06-24 11:40:24 +03:00
Vikneshwar
085d53d4c1 Bug 1027819 - Replace the deprecated initEvent code with the CustomEvent constructor. r=jaws 2014-06-20 11:28:00 +02:00
Carsten "Tomcat" Book
333b876740 Backed out changeset 5e0288a4e398 (bug 977774) for bc1 test failures 2014-06-24 09:13:47 +02:00
Carsten "Tomcat" Book
57655b7b7e Backed out changeset 895eeb7bddb8 (bug 973294) for bc1 test failures 2014-06-24 09:13:34 +02:00
Asaf Romano
007ecd2b70 Bug 973294 - Firefox counts the number of times that users pick 'Show Original'. r=felipe. 2014-06-24 08:36:56 +03:00
Asaf Romano
6852295bd8 Bug 977774 - Count the number of times a user opts out of Instant Translation. r=felipe. 2014-06-24 08:30:47 +03:00
Ryan VanderMeulen
630815ba86 Merge m-c to fx-team. a=merge 2014-06-23 10:59:41 -04:00
Ryan VanderMeulen
adb70139cc Merge inbound to m-c. a=merge 2014-06-23 10:42:32 -04:00
kernp25@yahoo.com
30fd62f102 Bug 480242 - "Always ask" doesn't work for Plugins. r=Unfocused 2014-06-23 21:44:49 +12:00
Mark Banner
d3de984921 Bug 1023279 Make conversation window title localizable, and add missing license header. r=nperriault,ui-review=darrin 2014-06-23 11:48:32 +01:00
Asaf Romano
293536d1d6 Bug 977774 - Metric for tracking opts out of Instant Translation. r=felipe. 2014-06-22 12:23:40 +03:00
Florian Quèze
46e8421108 Bug 1022856 - Implement translator provider attribution. r=felipe
Parts of the patch written by Felipe, with r=florian
2014-06-20 15:50:41 -03:00
Tim Taubert
c8c5f3bbc7 Backed out changeset 65a7440e87ea (bug 1027092) 2014-06-20 17:08:52 +02:00
Tim Taubert
7ed6552b1e Bug 1027096 - Fix encoding errors in browser_911547.js r=smacleod 2014-06-18 16:01:33 +02:00
Tim Taubert
01d93a3314 Bug 1027087 - Fix ContentRestore errors when a tab is closed while restoring into it r=smacleod 2014-06-18 14:48:12 +02:00
Tim Taubert
c9158aa8f2 Bug 1027092 - Fix "this.editor is undefined" errors when running browser_394759_behavior.js r=smacleod 2014-06-18 15:56:39 +02:00
Dão Gottwald
a1f6c67c7b Bug 867317 - Implement transition for showing and hiding toolbars. r=jaws 2014-06-20 14:11:55 +02:00
Wes Kocher
387f8bb39f Merge m-c to fx-team 2014-06-19 18:33:19 -07:00
Wes Kocher
af6ad08f86 Merge inbound to m-c a=merge 2014-06-19 18:07:43 -07:00
Florian Quèze
8ab686ea99 Bug 1022640 - the Translation UI disappears when tearing off a tab, r=felipe. 2014-06-19 19:40:24 +02:00
Ed Morley
901a1e2acc Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Ed Morley
6703cfdbb0 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-19 15:59:56 +01:00
Mike de Boer
782d1b99f9 Bug 1022725: add a mock httpd.js Translation provider for tests. r=florian,felipe 2014-06-19 16:56:02 +02:00
Mike de Boer
a5ea2f48a7 Bug 1022725: Rename BingTranslation to BingTranslator and allow overriding URLs. r=florian 2014-06-19 16:56:00 +02:00
Florian Quèze
156db1bd01 Bug 1027024 - Never translate 'language' disappears when close/open translation infobar using a expired key, r=mikedeboer. 2014-06-19 12:09:28 +02:00
Ryan VanderMeulen
ad8fba4501 Merge m-c to fx-team. a=merge 2014-06-18 16:17:58 -04:00
Jared Wein
9954500055 Bug 754304 - make in-content preferences linkable via URL. r=mattn 2014-06-19 16:12:52 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Dão Gottwald
179cf8d577 Bug 996053 - make nsISessionStore's setTabValue, setWindowValue and setGlobalValue take arbitrary JS values but throw for non-strings, for consistency with SessionStore.jsm. r=ttaubert
--HG--
extra : rebase_source : 6fc3457960da44e27be89ff89bbc9398ec87375a
2014-06-18 20:12:19 +02:00
Felipe Gomes
39039f6701 Bug 1024757 - Translation FHR should report missed opportunities due to the detected language not being part of the list of supported languages. r=mdeboer 2014-06-19 13:42:29 -03:00
Felipe Gomes
5e300cc8f6 Bug 1022413 - Update list of languages supported by automatic translation. r=MattN 2014-06-18 21:07:12 -03:00
Carsten "Tomcat" Book
e1f7ca9bf3 Merge mozilla-central to mozilla-inbound 2014-06-17 14:32:55 +02:00
Carsten "Tomcat" Book
e6b190e7a8 merge fx-team to mozilla-central a=merge 2014-06-17 14:09:46 +02:00
Mark Banner
c0c094e7c7 Bug 1011392 - Make Social API's panel handling generic so that Loop can use it as well, enabling Loop to function properly in the Application menu. r=mhammond 2014-06-17 11:23:40 +01:00
Neil Deakin
3884a72e08 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
Ryan VanderMeulen
ef66038dae Merge m-c to inbound on a CLOSED TREE. a=merge 2014-06-16 14:26:54 -04:00
Florian Quèze
3b3536a166 Bug 1012535 - Handle translation service unavailable errors, r=felipe. 2014-06-16 17:50:08 +02:00
Wes Kocher
2eed38ebe8 Merge fx-team to m-c a=merge 2014-06-13 17:39:46 -07:00
Tom Schuster
7078cf7ad0 Bug 1020651 - about:preferences do not work properly if browser.cache.{disk,memory}.enable is false. r=jaws 2014-06-13 19:13:37 +02:00
Mark Banner
80c167047f Bug 1022689 Separate out the Loop Push Handler from the Loop Service code to help similify testing and clarify separation of modules. r=mhammond 2014-06-16 08:41:17 +01:00
Tim Taubert
5672b08fe1 Bug 973292 - Record the number of characters that are translated with FHR r=felipe 2014-06-11 15:57:52 +02:00
Hernan Rodriguez Colmeiro
2f2ff056e0 Bug 1020245 - Call openPreferences from utilityOverlay.js. r=jaws 2014-06-11 07:39:00 -04:00
Hernan Rodriguez Colmeiro
bc2f010f44 Bug 1014698 - Unable to see the keyboard focus indicator on the category list of in-content preferences, r=jaws 2014-06-03 12:06:00 +01:00