Commit Graph

8799 Commits

Author SHA1 Message Date
Nicolas Perriault
7d663f33a9 Bug 996526 - Backbone views to carry their own templates. r=dmose 2014-05-29 21:20:11 +01:00
Nicolas Perriault
10938a5fde Bug 972019 - Shared conversation router logic. r=dmose 2014-05-29 21:20:11 +01:00
Mark Banner
671c706913 Bug 995194 Don't unpublish when receiving sessionDisconnected, as we've implicitly unpublished already, r=dmose 2014-05-29 21:20:11 +01:00
Dan Mosedale
83c30ff2f6 Bug 976127 - Get marionette to drive shared and desktop-local unit tests, r=Standard8 2014-05-29 21:20:11 +01:00
Nicolas Perriault
7fae1e6c4c Bug 972019: Terminate a call. r=Standard8
--HG--
extra : transplant_source : %ADE%A7%A4%A5%F2v%114%95%10%21%C6Trg%CA%86y%19
2014-05-29 21:20:11 +01:00
Mark Banner
fc5cbbe678 Bug 993324 Upgrade Loop to use TokBox SDK v2.2 r=nperriault
--HG--
extra : transplant_source : %B6%95%BF%E3%7E%E4p%98%D3%16%3F%8E%3B%20c%B4%06%C5%AB%C3
2014-05-29 21:20:11 +01:00
Nicolas Perriault
b96f8de068 Bug 991126 - Prevented multiple form submission. r=Standard8
--HG--
extra : transplant_source : rK%128L%3A%89%1A%F5%06%3F%CB%EEr%00a%AC%E0%B0E
2014-05-29 21:20:11 +01:00
Nicolas Perriault
7b19cc12a8 Bug 988229 - Shared notifier component. r=dmose
--HG--
extra : transplant_source : %26%85%C1%04J%17%17%17%AF%95%AF%9D%CA%9F%EF%E21%25W%21
2014-05-29 21:20:11 +01:00
Nicolas Perriault
a5e9958ef2 Bug 991122 - Fixed video layout on Google Chrome. r=dmose
--HG--
extra : transplant_source : %80%D6%CA5J%AC%8C%14%F4%EA%D9zz%C3%95%2AH%D0v%27
2014-05-29 21:20:11 +01:00
Nicolas Perriault
0c731b20a6 Bug 991654 - Updated client to use new server error format. r=Standard8
--HG--
extra : transplant_source : %E9Jpme%FB%C0%29Un%01J%10%EFd%00%19%BD%F4%E3
2014-05-29 21:20:11 +01:00
Mark Banner
a87e3940b2 Bug 985596 Improve conversation model to handle incoming and outgoing calls. r=dmose
--HG--
extra : transplant_source : %DA%3FS%93%89%FF%90S3%E7%18%26%5D%2An.K%EA%BA%80
2014-05-29 21:20:11 +01:00
Nicolas Perriault
4ac3aa169a Bug 985596 - Refactored shared assets & tests. r=dmose
--HG--
rename : static/shared/README.md => browser/components/loop/content/shared/README.md
rename : static/shared/css/common.css => browser/components/loop/content/shared/css/common.css
rename : static/shared/css/conversation.css => browser/components/loop/content/shared/css/conversation.css
rename : static/shared/css/panel.css => browser/components/loop/content/shared/css/panel.css
rename : static/shared/css/readme.html => browser/components/loop/content/shared/css/readme.html
rename : static/shared/img/icon_32.png => browser/components/loop/content/shared/img/icon_32.png
rename : static/shared/img/icon_64.png => browser/components/loop/content/shared/img/icon_64.png
rename : static/shared/js/models.js => browser/components/loop/content/shared/js/models.js
rename : static/shared/js/views.js => browser/components/loop/content/shared/js/views.js
rename : static/shared/libs/backbone-1.1.2.js => browser/components/loop/content/shared/libs/backbone-1.1.2.js
rename : static/shared/libs/jquery-2.1.0.js => browser/components/loop/content/shared/libs/jquery-2.1.0.js
rename : static/shared/libs/lodash-2.4.1.js => browser/components/loop/content/shared/libs/lodash-2.4.1.js
rename : static/shared/libs/sdk.js => browser/components/loop/content/shared/libs/sdk.js
rename : static/shared/libs/webl10n-20130617.js => browser/components/loop/content/shared/libs/webl10n-20130617.js
rename : static/css/webapp.css => browser/components/loop/standalone/content/css/webapp.css
rename : static/index.html => browser/components/loop/standalone/content/index.html
rename : static/js/webapp.js => browser/components/loop/standalone/content/js/webapp.js
rename : static/l10n/data.ini => browser/components/loop/standalone/content/l10n/data.ini
rename : test/webapp_test.js => browser/components/loop/test/standalone/webapp_test.js
extra : transplant_source : %DA%D9%3A%E9%C6%E0d%13%84%C1%BEps%C8b%F09o%D7m
2014-05-29 21:20:11 +01:00
Mark Banner
49c12d9a48 Bug 985596 Set up initial desktop window - share some of the webapp models and views with the desktop client. r=dmose
--HG--
rename : test/vendor/chai-1.9.0.js => browser/components/loop/test/shared/vendor/chai-1.9.0.js
rename : test/vendor/mocha-1.17.1.css => browser/components/loop/test/shared/vendor/mocha-1.17.1.css
rename : test/vendor/mocha-1.17.1.js => browser/components/loop/test/shared/vendor/mocha-1.17.1.js
rename : test/vendor/sinon-1.9.0.js => browser/components/loop/test/shared/vendor/sinon-1.9.0.js
extra : transplant_source : p%B7/%BA%B8%FAV%D0%8F%ABV%98%DB%AE%28%E6%8C%FA%C6C
2014-05-29 21:20:11 +01:00
Nicolas Perriault
f5876d76c9 Bug 979880 - Implement basic UI+logic for initiating a call. r=Standard8
--HG--
extra : transplant_source : U%1EN%CB%0A%BD%96%3D%0EU%3B%B9F%FD%20%CA%AA%A7%21h
2014-05-29 21:20:11 +01:00
Nicolas Perriault
7921706444 Bug 983697 - Fill loop-client repository with basic server & readme. r=dmose
--HG--
extra : transplant_source : Z%1E%08.%D8%87%A3%E7%A7%E7d%CD%AF%EA%D0wp%E4d%D8
2014-05-29 21:20:11 +01:00
Dan Mosedale
38eac2392c Bug 976109 - Load and package Hawk libraries, r=NiKo` 2014-05-29 21:13:49 +01:00
Dan Mosedale
1cb2fa0cf5 No bug - Bandaid to make registration work right; real fix coming in bug 1017394, rs=Standard8 2014-05-29 21:13:49 +01:00
Dan Mosedale
ff614af1dd Bug 976109 - Implement mozLoop.getLoopCharPref, r=mhammond 2014-05-29 21:13:48 +01:00
Dan Mosedale
3d3f6f9dd4 Bug 976109: Save hawk-session-token to prefs at reg time for later use; r=mhammond 2014-05-29 21:13:48 +01:00
Mark Banner
0afb002262 Bug 1008116 Show the Loop button by default and update the tooltip and panel text. r=mhammond 2014-05-29 21:13:48 +01:00
Mark Banner
a9a116b3b4 Bug 994151 Part 2. Only register with the servers if the user has obtained call urls that haven't expired yet. r=dmose 2014-05-29 21:13:48 +01:00
Mark Banner
336221533f Bug 994151 Part 1. Handle registration errors better, with simple notifications to the user, and handle subsequent attempts to register with the server. r=dmose 2014-05-29 21:13:47 +01:00
Mark Banner
4367fa8b0c Bug 1005245 Remove now redundant test harness code. r=nperriault 2014-05-29 21:13:47 +01:00
Mark Banner
1b9e04b658 Bug 1008122 Loop content changes for the separation of Loop from Social. r=nperriault 2014-05-29 21:13:46 +01:00
Mark Banner
c2461d5e72 Part of Bug 976109 - Add Loop pages to the about: redirector. r=mhammond 2014-05-29 21:13:46 +01:00
Mark Banner
6a569f76d9 Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
Nicolas Perriault
26ef1a08f8 Bug 1005041: In progress feedback when getting a call url, r=dmose 2014-05-29 21:13:45 +01:00
Nicolas Perriault
49aba128a7 Bug 994146: panel should be reset when closed, r=dmose 2014-05-29 21:13:45 +01:00
Nicolas Perriault
3ff57ae89e Bug 999480 - Panel to use a router & templated views, r=Standard8 2014-05-29 21:13:45 +01:00
Nicolas Perriault
c5b2043d0d Bug 998271 - L10n notifications, r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
c72772c6cf Bug 991118 - Going back should terminate call session, r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
a5bfc7fd74 Bug 996526 - Backbone views to carry their own templates. r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
7ea875c3f6 Bug 972019 - Shared conversation router logic. r=dmose 2014-05-29 21:13:44 +01:00
Nicolas Perriault
1f2077974a Bug 972019: Terminate a call. r=Standard8 2014-05-29 21:13:43 +01:00
Nicolas Perriault
26720acc22 Bug 987252 - Using new shared notification system. r=Standard8 2014-05-29 21:13:43 +01:00
Dan Mosedale
e2fe4521c1 Bug 976127 - Get marionette to drive desktop-local & shared unit tests, r=Standard8 2014-05-29 21:13:43 +01:00
Mark Banner
c862bcfd18 Bug 985596 Set up initial desktop conversation window. r=dmose 2014-05-29 21:13:43 +01:00
Nicolas Perriault
f3c2ed47a9 Bug 985596 - Updated shared assets & tests layout. r=Standard8
--HG--
rename : browser/components/loop/test/mocha-test/README.md => browser/components/loop/test/desktop-local/README.md
rename : browser/components/loop/test/mocha-test/client_test.js => browser/components/loop/test/desktop-local/client_test.js
rename : browser/components/loop/test/mocha-test/index.html => browser/components/loop/test/desktop-local/index.html
rename : browser/components/loop/test/mocha-test/panel_test.js => browser/components/loop/test/desktop-local/panel_test.js
2014-05-29 21:13:42 +01:00
Dan Mosedale
dd49c47299 Bug 989127 - README build clarifications r=Standard8 2014-05-29 21:13:42 +01:00
Dan Mosedale
6d2216f217 Bug 988457 - Remove loop shared dir, add README for building, r=Standard8 2014-05-29 21:13:42 +01:00
Romain Gauthier
ebcac0b50b Bug 987597: Send an caller identifier when obtaining a call-url. r=Standard8 2014-05-29 21:13:42 +01:00
Mark Banner
f49be3f572 Bug 985596 Set up the conversation window infrastructure and obtain the list of calls. r=dmose 2014-05-29 21:13:41 +01:00
Nicolas Perriault
0990db56f0 Bug 972020 - Loop basic UI. r=Standard8
--HG--
rename : browser/components/loop/content/libs/backbone-min.js => browser/components/loop/content/shared/libs/backbone-1.1.2.js
rename : browser/components/loop/content/libs/lodash.min.js => browser/components/loop/content/shared/libs/lodash-2.4.1.js
2014-05-29 21:13:41 +01:00
Nicolas Perriault
0a91369aaa Bug 978952 - stand up trivial mocha/chai test; code by @n1k0 and @dmose; r=Standard8 2014-05-29 21:13:41 +01:00
Adam Roach
70abf1ea57 Bug 976358: Adding chrome URL for Loop panel. r=tOkeshu 2014-05-29 21:13:40 +01:00
Adam Roach
8de4151dd5 Bug 975548: Import minimal frameworks for client. r=nperriault 2014-05-29 21:13:39 +01:00
Tim Taubert
96c549d105 merge m-c to inbound 2014-05-29 08:32:31 +02:00
Gijs Kruitbosch
125721fd9c Bug 979207 - add some logging to see if the popup is getting closed while opening, r=mconley 2014-06-16 14:33:53 +01:00
Richard Marti
f41c3d8c30 Bug 1007888 - Move the Cookies button at the end of the row in in-content preferences. r=jaws 2014-05-21 22:51:58 +02:00
Dão Gottwald
0f6faf237d Bug 1016834 - Replace errant NIGHTLY_BUILD ifdefs with E10S_TESTING_ONLY. r=gijs 2014-05-28 21:26:37 +02:00
Bernardo P. Rittmeyer
03c827b89c Bug 1020422 - Fix the width of some in-content checkbox hit areas that were full block. r=mconley 2014-06-06 11:35:00 -04:00
Bernardo P. Rittmeyer
32686a9f3b Bug 1010402- Fix full block width of some hit areas in sync dialogs. r=mconley 2014-06-06 07:47:00 -04:00
Wes Kocher
216b247057 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Gijs Kruitbosch
795eb55860 Bug 1015617 - listen for hiding the panel immediately, r=mikedeboer 2014-06-05 16:02:58 +01:00
Mike de Boer
dea3bd3c63 Bug 1015525: changes to translation prefs are now recorded by FHR. r=rnewman 2014-06-04 15:32:08 +02:00
Tim Taubert
1e9b9fba77 Bug 923315 - Ensure that sessionstore.js writes don't interfere with browser_upgrade_backup.js r=yoric 2014-06-04 08:33:13 +02:00
Mike de Boer
b99316c9d6 Bug 1015617: close the panel directly, instead of relying on keyboard events and window focus. r=Gijs 2014-06-04 16:48:52 +02:00
Gijs Kruitbosch
46834d5519 Bug 979207 - add logging and better yielding to browser_968447_bookmarks_toolbar_items_in_panel.js, r=mikedeboer
--HG--
extra : rebase_source : cc2958a501ce7c8a23decfc79c51840133a29d4b
2014-06-03 12:42:33 +01:00
Matthew Noorenberghe
91ec3a6aac Bug 705927 - Support friendly names for profile selection during migration. r=Mano 2014-06-04 00:56:18 -07:00
Steven MacLeod
34d0f0822a Bug 978158 - Setup FHR provider for Translation project r=felipe,rnewman
--HG--
rename : browser/components/translation/test/test_cld2.js => browser/components/translation/test/unit/test_cld2.js
rename : browser/components/translation/test/xpcshell.ini => browser/components/translation/test/unit/xpcshell.ini
2014-06-03 18:08:35 +02:00
Gijs Kruitbosch
3c7a2873df Bug 996988 - use different method to wait for window closure, r=jaws
--HG--
extra : rebase_source : cfb78153229e5722609e10e9e4a417659590c28a
2014-06-02 22:30:02 +01:00
Mike de Boer
0078888ef0 Bug 1015521: Bing translation service will now uses available credentials. r=felipe 2014-06-03 12:43:12 +02:00
Mike de Boer
0fa4d64fa1 Bug 1014007: reset _pendingRequest property on the correct scope. r=felipe 2014-06-02 16:40:27 +02:00
Michael Pruett
149b9ba012 Bug 1006461 - Fix handling of permission notifications in preference dialogs. r=florian 2014-05-30 19:24:29 -05:00
Asaf Romano
2987677fce Bug 1018981 - Language to translate to box has the same colour as the infobar and up/down arrows are missing. r=ttauber. This also fixes bug 1018976. 2014-06-03 12:39:48 +03:00
Honza Bambas
4b98e16e4c Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Felipe Gomes
188eafeede Bug 1014672 - & character translated to & r=mikedeboer 2014-06-05 14:52:40 -03:00
Ryan VanderMeulen
006487470f Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
995070a4f7 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
Robert O'Callahan
2a92625af7 Bug 1015664. Part 2: Remove some NS_HIDDEN usage. r=bsmedberg 2014-06-03 00:08:24 +12:00
Robert O'Callahan
cbb8fdebfc Bug 1015664. Part 1: Remove NS_HIDDEN_() usage. r=bsmedberg 2014-06-03 00:08:21 +12:00
Phil Ringnalda
3e5340dd29 Merge f-t to m-c 2014-05-31 20:31:07 -07:00
Tom Schuster
1e6042cb74 Bug 795764 - Make in-content preferences work when browser.cache.offline.enable is false. r=jaws 2014-05-31 22:10:50 +02:00
Asaf Romano
e1c5cdb458 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-31 00:21:11 +03:00
Richard Marti
f3bedef631 Bug 1017874 - Switch to "General" page on load to initialize the help link. r=jaws 2014-05-30 08:32:45 +02:00
Ryan VanderMeulen
98cb66a0fc Backed out changeset 0521f4f30285 (bug 988480) for mochitest-bc failures. 2014-05-30 15:00:14 -04:00
Asaf Romano
826714abf6 Bug 988480 - Implement OS X styling of Translation Infobar. r=mak 2014-05-30 20:57:50 +03:00
Asaf Romano
4819996837 Bug 1013904 - Text not selectable in in-content prefs. r=jaws. 2014-05-30 20:32:29 +03:00
Richard Marti
78099d92bc Bug 1014758 - Don't observe Ctrl+Tab in Advanced tabs. r=jaws 2014-05-29 17:10:43 +02:00
Richard Marti
40c49912f7 Bug 1013718 - In-content preferences: correctly align the class indent. r=jaws 2014-05-28 23:35:11 +02:00
Mark Banner
165f7d28a4 Bug 1026504 - Clarify non-shared status of sdk and webl10n for Loop by moving them from the shared libs to non-shared. r=nperriault
--HG--
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/css/ot.min.css => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/css/ot.min.css
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-chrome.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-chrome.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-copy-firefox.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-copy-firefox.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-firefox.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/access-denied-firefox.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/access-predenied-chrome.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/access-predenied-chrome.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/access-prompt-chrome.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/access-prompt-chrome.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/audioonly-publisher.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/audioonly-publisher.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/audioonly-subscriber.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/audioonly-subscriber.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/buttons.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/buttons.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/loader.gif => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/loader.gif
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/mic-off.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/mic-off.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/mic-on.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/mic-on.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/speaker-off.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/speaker-off.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/images/rtc/speaker-on.png => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/images/rtc/speaker-on.png
rename : browser/components/loop/content/shared/libs/otcdn/webrtc/v2.2.5/js/dynamic_config.min.js => browser/components/loop/content/libs/otcdn/webrtc/v2.2.5/js/dynamic_config.min.js
rename : browser/components/loop/content/shared/libs/sdk.js => browser/components/loop/content/libs/sdk.js
rename : browser/components/loop/content/shared/libs/webl10n-20130617.js => browser/components/loop/standalone/content/libs/webl10n-20130617.js
2014-06-18 10:43:31 +01:00
Mark Banner
52532e0c8b Bug 1020859 Part 2 - Change Loop to use HawkClient to increase shared code usage and make MozLoopService simpler. r=mhammond 2014-06-18 10:42:15 +01:00
Ryan VanderMeulen
e56b4d6f7a Merge m-c to inbound. 2014-05-28 16:28:34 -04:00
Bobby Holley
dab24150e9 Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor 2014-05-28 11:14:27 -07:00
Gijs Kruitbosch
c505617c8d Bug 1015494 - allow disabling panel animations during tests, r=mconley
--HG--
extra : rebase_source : 3dbdf0da5fbce6e432f5a38ae700957445f4a913
2014-05-27 13:43:56 +01:00
Carsten "Tomcat" Book
c0ddb75825 Merge mozilla-central to fx-team 2014-05-28 15:29:24 +02:00
Carsten "Tomcat" Book
809708bcda merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Althaf Hameez
914cc9cd66 Bug 983988 - Update constants for idle time before backup. r=mak 2014-05-28 01:10:00 -04:00
Tim Taubert
e4173a1a49 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Ryan VanderMeulen
4a08636d20 Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -04:00
Gavin Sharp
204f8dfcc3 Bug 947574: Add some better debugging info to browser/components/search/test/browser_426329.js to help diagnose intermittent timeouts 2014-05-27 18:04:15 -07:00
Florian Quèze
340e9d96ee Bug 1016342 - build translation by default, r=felipe. 2014-05-28 00:45:45 +02:00
Birunthan Mohanathas
d9e420fc7c Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c"). r=ehsan
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Birunthan Mohanathas
085f40aff8 Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Althaf Hameez
e6fecd5bb0 Bug 818587 - Adding a compression option for bookmark backups. r=mak 2014-05-24 19:48:00 +02:00
Mike Conley
65c6a341ef Bug 993712 - Try to fix intermittent browser_984455_bookmarks_items_reparenting.js by using openPopup to open menus instead of synthesized mouse events. rs=jaws. 2014-05-23 14:18:00 -04:00
Dão Gottwald
70f75cd4bc Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:41:31 +02:00
Dão Gottwald
c963498105 Backed out changeset d670f361bbb6 2014-05-23 20:39:46 +02:00
Dão Gottwald
203aa359ec Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley 2014-05-23 20:34:03 +02:00
Jared Wein
b15e8be65c Bug 962069 - Dragging an item on to the toolbar overflow chevron should open the overflow popup. r=mikedeboer 2014-05-23 10:51:30 -07:00
Felipe Gomes
0a6e078f5c Bug 1012533 - Translation root inside root shouldn't be stringfied twice. r=florian 2014-05-23 13:09:21 -03:00
Felipe Gomes
04350197cb Bug 1012519 - Re-translation should use original content instead of newly translated content. r=florian 2014-05-23 13:08:18 -03:00
Mike de Boer
13ef3b4fd8 Bug 1013861: show translation preferences section if ui.show pref == true. r=felipe 2014-05-23 17:16:28 +02:00
Mike de Boer
f696e726d8 Bug 1013861: add pref to control showing the translation UI. r=felipe 2014-05-23 17:16:27 +02:00
Richard Marti
e88310c875 Bug 1013719 - in-content preferences: Leave the buttons also on OS X on one line. r=jaws 2014-05-22 18:33:01 +02:00
Dave Townsend
2ebe4344a9 Bug 988072 - Australis sidebar widget does not work for SDK add-ons (sidebar API). r=gijs 2014-05-21 14:54:00 +01:00
Hernan Rodriguez Colmeiro
47fdcec7a9 Bug 974641 - Favicon for in-content preferences. r=jaws 2014-05-22 20:52:00 +02:00
Florian Quèze
de59008bd2 Bug 1013537 - Implement animated translation icon for "Translation in Progress" infobar, r=felipe. 2014-05-22 22:33:13 +02:00
Allison Naaktgeboren
dac30139cf Bug 1004533 - Guard all e10s testing UI behind an E10S_TESTING_UI ifdef.r=mconley,r=nalexander 2014-05-22 09:09:32 -07:00
Asaf Romano
282c5312b1 Bug 988070 - New PlacesUtils.promiseBookmrksTree API for retrieving bookmarks data, a generalization of PlacesBackups.getBookmarksTree. r=mak, sr=gavin. 2014-05-22 19:06:57 +03:00
Carsten "Tomcat" Book
5edff1b771 Merge mozilla-central to fx-team 2014-05-22 15:56:09 +02:00
Carsten "Tomcat" Book
886c128123 merge fx-team to mozilla-central 2014-05-22 15:17:20 +02:00
Florian Quèze
b8d3314294 Bug 988297 - Language is changed if up/down arrow keys are used while translation infobar displays the error message, r=felipe. 2014-05-22 15:12:53 +02:00
Gijs Kruitbosch
1472623df0 Bug 1014238 - don't break on invalid customization state, r=jaws
--HG--
extra : rebase_source : a803b73d7eda4ad38073f8d280324710666c16c7
2014-05-22 00:35:57 +01:00
Birunthan Mohanathas
aea8617b92 Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
58641805f1 Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
f65339b9ff Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Althaf Hameez
e5d63ad0ce Bug 1011581 - Remove the unused optional parameter aFileExt in PlacesBackup r=mak 2014-05-21 08:39:00 +02:00
Mike de Boer
a945a0b9c4 Bug 10113915: remove unused imports. r=florian. 2014-05-21 17:54:52 +02:00
Richard Marti
92e5a99a40 Bug 1013523 - Remove history check in in-content preferences.js. r=jaws 2014-05-20 21:11:13 +02:00
Richard Marti
807f603e68 Bug 1013516 - Don't ship unneeded in-content preferences files. r=jaws 2014-05-20 20:41:33 +02:00
Girish Sharma
92c32f8f42 Bug 1001131 - Reduce devtools footprint at browser startup - Session store for scratchpad manager. r=ttaubert 2014-05-20 04:30:24 +05:30
Marco Bonardo
b6041d5d9c Bug 988481 - Implement Windows/Linux styling of Translation Infobar. r=mano 2014-05-20 12:10:17 +02:00
Ryan VanderMeulen
38be6b7a6d Merge m-c to fx-team on a CLOSED TREE. 2014-05-20 15:01:13 -04:00
Ryan VanderMeulen
1aed2f609e Merge fx-team to m-c. 2014-05-20 14:31:48 -04:00
Gijs Kruitbosch
c50823ec7c Bug 993712 - get more information from timeout-ing test, rs=firebot, test-only
--HG--
extra : rebase_source : 563c13548e1347a5df710e7833bd761515cfcdfa
2014-05-20 16:55:13 +01:00
Carsten "Tomcat" Book
eb3c441d69 Backed out changeset c058132f270e (bug 988481) for bc1 test failures 2014-05-20 14:01:41 +02:00
Marco Bonardo
ecff0ce2b5 Bug 988481 - Implement Windows/Linux styling of Translation Infobar. r=mano 2014-05-20 12:10:17 +02:00
Arpad Borsos
65f6702662 Bug 1011854 - Remove usage of 2nd WeakMap#get parameter from SessionStore; r=ttaubert
--HG--
extra : rebase_source : a63bf620acd02ff5e72a0dc6821423d25a5f34e9
2014-05-20 14:19:14 +02:00
Felipe Gomes
044aebb14c Bug 971054 - Parts 5 and 6. Move translation content handler to its own jsm and hook up it with the UI and engine. r=florian 2014-05-19 17:33:41 -03:00
Felipe Gomes
dfbd566b02 Bug 976554 - Replace original content of webpage's text nodes with translated content, or vice versa. r=florian 2014-05-19 17:32:09 -03:00
Felipe Gomes
de0ef149d6 Bug 976556 - Parse translation results back into the TranslationDocument and TranslationItem data structures. r=florian 2014-05-19 17:31:23 -03:00
Felipe Gomes
61232aa1de Bug 971054 - Part 4. Class to manage the service's auth token lifetime and renewal. r=florian 2014-05-19 17:29:47 -03:00
Felipe Gomes
88fad51371 Bug 971054 - Part 3. BingRequest class that represents one network request sent to translation service. r=florian 2014-05-19 17:28:25 -03:00
Felipe Gomes
3accdb2bac Bug 971054 - Part 2. BingTranslator engine. r=florian 2014-05-19 17:27:32 -03:00
Felipe Gomes
d8798f4c8f Bug 971054 - Part 1. TranslationDocument class that manages the translation process and data for a document. r=florian 2014-05-19 17:26:55 -03:00
Gijs Kruitbosch
708b5dcbd7 Bug 996635 - fix removing widgets from outside their area, r=jaws
--HG--
extra : rebase_source : c6e5fc5b2cb5e79f4fb7c1307c383157f8577c61
2014-05-12 21:47:17 +01:00
Jared Wein
f2734dc7d4 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Florian Quèze
b3791d75b5 Bug 1008195 - Clicking on the notification icon should toggle the translation infobar, r=felipe. 2014-05-16 17:17:06 +02:00
Gijs Kruitbosch
af7a4a6664 Bug 946166 - make clicking disabled items not close the panel, r=mikedeboer 2014-05-15 19:35:33 +01:00
Gijs Kruitbosch
bb9c18e0bf Backed out changeset b32eb8beb7eb (bug 996635) for mochitest-browser bustage in other customizableui tests 2014-05-16 00:23:00 +01:00
Gijs Kruitbosch
233814d5d7 Bug 996635 - fix removing widgets from outside their area, r=jaws
--HG--
extra : rebase_source : c24812c5a95ddd79051dec1ff6cd71a56234aa3a
2014-05-12 21:47:17 +01:00
Gijs Kruitbosch
ad52835602 Bug 996988 - add more logging, remove listener as late as possible, to get more info about what circumstances are triggering our listener not getting called, r=test-only/firebot
--HG--
extra : rebase_source : bab908e94b023a478b5d56d333344dcf3be10274
2014-05-27 13:17:07 +01:00
Gijs Kruitbosch
966bef1734 Bug 1015494 - fix sidebar state at the end of the test, r=mconley
--HG--
extra : rebase_source : 377a22b5e2850786453fe9f600f57005c1756bed
2014-05-26 21:12:57 +01:00
Asaf Romano
f374977b67 Bug 988275 - Choosing the same language in Translation Infobar will attempt to translate. r=florian 2014-05-26 17:03:13 +03:00
Asaf Romano
9b8266188a Bug 994037 - Translation infobar can be placed in the wrong tab. r=florian 2014-05-26 15:30:42 +03:00
Carsten "Tomcat" Book
b81afe3348 Backed out changeset 49859608dbb8 (bug 741047) for bc1 memory leaks 2014-05-15 10:31:36 +02:00
Jared Wein
9956304a3f Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : cf486a6e5c8673d66a57e3b726b58073c694a338
2014-05-11 15:52:33 -04:00
Mike Conley
ee08e05f4f Bug 993712 - Remove hand-rolled timeout handler from customizableui/test/head.js. r=test-only
I'm trying to smoke out an intermittent orange in bug 993712, and I'm starting to run dry on
ideas. I'm having no luck reproducing the bug locally. What I'm trying to do here is cause
the orange (when it rears its head) to force a mochitest timeout, which will take a screenshot.
I'm hoping that screenshot gives me some clues about what's going on.
2014-05-14 17:09:34 -04:00
David Rajchenbach-Teller
713a334dc5 Bug 989393 - Clean up old tabs and windows. r=ttaubert 2014-05-14 06:12:00 -04:00
David Rajchenbach-Teller
880b910289 Bug 962948 - Additional Telemetry on Session Restore startup. r=ttaubert 2014-05-05 09:23:00 -04:00
Tim Taubert
770d32628d Bug 1009599 - Restoring from about:sessionrestore fails when there is more than one tab in the window r=smacleod 2014-05-13 18:30:48 +02:00
Michael Pruett
e75469398a Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN 2014-05-12 23:11:19 -05:00
Wes Kocher
754c5c0a71 Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Ryan VanderMeulen
4f6ccf8cd8 Merge m-c to b2g-inbound. 2014-05-13 16:27:50 -04:00
Drew Willcoxon
165dac9371 Bug 1009318 - Add Google search purpose for about:newtab. r=MattN 2014-05-13 12:37:19 -07:00
Alexandre Poirot
3aea845834 Bug 1009090 - Fix content permissions in mulet. r=fabrice 2014-05-12 10:35:00 -04:00
Gijs Kruitbosch
7991db589f Bug 1003588 - don't let spacers, springs and separators go into the panel, r=jaws 2014-05-09 22:11:24 +01:00
Gijs Kruitbosch
d71433e778 Bug 1008559 - setLocationAttributes, as called from buildArea, should remove anchor attribute if set, r=mconley 2014-05-12 19:12:06 +01:00
Florian Quèze
d100a471df Bug 976574 - Implement 'Translation Preferences' option in infobar - tests, r=felipe.
--HG--
extra : rebase_source : f96151044fb083fa2c8e19d085c2a6a90700afe2
2014-05-13 09:57:20 +02:00
Florian Quèze
890b1a4ce2 Bug 976574 - Implement 'Translation Preferences' option in infobar, r=felipe.
--HG--
extra : rebase_source : 240d73d8d852a1868bb96e39d61fc7a80a60621b
2014-05-13 09:57:08 +02:00
Ryan VanderMeulen
df91ea951b Merge inbound to m-c. 2014-05-12 16:32:53 -04:00
vikneshwar
6ff2bf299b Bug 1003888 - Replaced getter for isReady() instead of a function(). r=mconley 2014-05-09 11:29:00 +02:00
Jared Wein
f41c47ecca Backed out changeset 0e11a16741bf (bug 741047) 2014-05-11 17:37:57 -04:00
Jared Wein
7a8afd9c0f Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs 2014-05-11 15:52:33 -04:00
Neil Deakin
ef346b0d91 Bug 994194, don't set height of panels when they are on the toolbar, prevents scrollbars from appearing, r=mconley 2014-05-12 08:24:40 -04:00
Ehsan Akhgari
903bfdef6e Bug 994964 - Make DOM XPIDL interfaces non-scriptable, and add shim Components.interfaces entries for them; r=bzbarsky,bholley 2014-05-08 16:45:36 -04:00
Ryan VanderMeulen
ee0a788293 Merge fx-team to m-c. 2014-05-08 16:04:26 -04:00
Mike de Boer
bc908e1e24 Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley. 2014-05-08 11:14:20 +02:00
Richard Marti
b599f8c57a Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Dão Gottwald
2818e1245a Bug 805068 - Make browser chrome tests more self-contained by giving each test a new blank tab. r=ttaubert 2014-05-07 15:08:05 +02:00
Carsten "Tomcat" Book
3b7d34e657 Backed out changeset 22347f9e52cd (bug 989890) for bc1 testfailures 2014-05-07 10:38:27 +02:00
Richard Marti
c4190148f0 Bug 989890 - Port the help button to in-content prefs. r=jaws 2014-05-05 22:54:57 +02:00
Richard Marti
a3006ab351 Bug 1005038 - In-content preferences: open the links in a new tab. r=jaws 2014-05-02 17:00:06 +02:00
Tetsuharu OHZEKI
0b2ab77a19 Bug 1005868 - Remove the needless migration code for 'browser.tabs.onTop'. r=dao 2014-05-06 05:17:20 +09:00
Tim Taubert
28b75bf5ec Bug 1002843 - Wait until important parts have been initialized before restoring tabs into windows r=smacleod 2014-05-03 08:11:43 +02:00
Henri Sivonen
34b67bca76 Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk. 2014-05-08 12:32:00 +03:00
Gavin Sharp
1b20b99c0a Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof 2013-07-27 17:32:40 -07:00
Ed Morley
b107d7de01 Merge mozilla-central and inbound 2014-05-01 16:23:05 +01:00
Ed Morley
548e0d10a5 Merge latest green fx-team changeset and mozilla-central 2014-05-01 15:53:50 +01:00
Honza Bambas
ec884e84a0 Bug 916052 - Adapt about:cache to the HTTP cache v2 API, r=michal+MattN 2014-05-01 13:28:12 +02:00
Tim Nguyen
0ebd573948 Bug 989751 - Some items in the Web Developer and Sidebar widgets have the wrong styling, r=gijs
--HG--
extra : rebase_source : c5d3e9fb0aa32d16a0a24edd43a800f68eba114f
2014-04-30 04:40:00 +01:00
Ryan VanderMeulen
437ea5c26f Merge fx-team to m-c. 2014-04-30 16:41:19 -04:00
Tim Taubert
04188028c0 Bug 1003096 - Make browser_tabview_bug595601.js wait until the test session is restored r=smacleod 2014-04-30 12:30:56 +02:00
Tim Taubert
8f899ebf07 Bug 1003096 - Remove tab reordering feature implemented in bug 480148 to unblock bug 715376 r=smacleod 2014-04-30 07:31:55 +02:00
Alexandre Poirot
9b9a93caf2 Bug 961745 - Introduce b2g/dev application to build a mulet. r=mshal, r=fabrice 2014-04-28 14:53:00 -04:00
Ryan VanderMeulen
558e2f2f60 Merge fx-team to m-c. 2014-04-29 16:52:33 -04:00
Tim Taubert
ff1e9be5b2 Backed out changeset 434ffe0d33b2 (bug 1003096) on a CLOSED TREE r=bustage 2014-04-29 22:03:02 +02:00
Tim Taubert
d27d316af5 Bug 1003096 - Remove tab reordering feature implemented in bug 480148 to unblock bug 715376 r=smacleod 2014-04-29 13:32:12 +02:00
Mike Connor
2f50304429 Bug 998073 - implement test coverage for Amazon search plugin, r=adw
--HG--
extra : rebase_source : d238b146692d6e7e6bd3c201471b545b04faa5ee
2014-04-25 14:23:41 -04:00
Mike Connor
659ba5ddf3 Bug 998072 - implement test coverage for eBay search plugin, r=adw
--HG--
extra : rebase_source : f58a7320e1c5507a6bb42f2d94f3992e17cd574d
2014-04-24 16:25:22 -04:00
Mike Connor
c68207ed25 Bug 998071 - implement test coverage for Yahoo search plugin, r=adw
--HG--
extra : rebase_source : cdec24b11e5c6383a14e9e7ab2dc8d59c3e0d2b2
2014-04-24 16:21:40 -04:00
Mike Connor
3be9019408 bug 995390 - make bing/yahoo codes consistent across channels, r=gavin
--HG--
extra : rebase_source : 0b8711d655edf1ecf45776fdff1edfa421da1403
2014-04-14 15:49:39 -04:00
Drew Willcoxon
f23c26027e Bug 962490 - Add a search field to the new tab page (Bing test follow-up). r=me 2014-04-28 17:43:43 -07:00
Steven MacLeod
6b97d7dfd1 Bug 1001120 - Introduce a test for slow subframe loads invalidating Session History. r=ttaubert 2014-04-28 19:21:09 -04:00
Steven MacLeod
20e09455ae Backed out changeset a2d961fb4789 due to intermittent mochitest-bc oranges. 2014-04-28 19:21:08 -04:00
Steven MacLeod
7d701edf2a Bug 1001120 - Remove the frame tree observer from the content-sessionStore.js SessionHistoryListener. r=ttaubert 2014-04-28 12:04:00 -04:00
Gijs Kruitbosch
00007267c8 Bug 994712 - fix CART regression caused by switch to Promise.jsm for Task.jsm. r=mconley. 2014-04-25 14:49:28 +02:00
Birunthan Mohanathas
5f1fde8824 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Ryan VanderMeulen
8d5596e4bc Backed out changeset cabda6c7f0e9 (bug 947914) for frequent test failures. 2014-04-26 18:12:33 -04:00