Commit graph

10673 commits

Author SHA1 Message Date
Tim Taubert
cf32aa59d3 Bug 1109875 - When unloading a frameLoader flush all pending state changes by sending a final update message r=billm 2015-04-29 07:13:29 +02:00
Tim Taubert
366320a488 Bug 1109875 - Ignore SessionStore:update messages that do not target the browser's latest frameLoader r=billm,smaug 2015-04-28 16:22:38 +02:00
Florian Quèze
8cf9407c0e Bug 1155519 - Add "View Pocket Items" menuitem to the bookmarks menu, r=dolske. 2015-05-05 12:24:11 +02:00
Mark Banner
45e5cb1b04 Bug 1128979 - Improve usability of loop-client test server - allow tests to be loaded when in the github context; also allow the full server url to be specified, not just the port. r=dmose NPOTB DONTBUILD 2015-05-05 09:03:43 +01:00
Mark Banner
237b0d0d47 Bug 1108088 - Get Loop's build-jsx working on Windows without the react version check working (for now). r=dmose NPOTB DONTBUILD 2015-05-05 09:03:42 +01:00
Ryan VanderMeulen
2f893755da Backed out changesets c6380188c418 and cc9ff30e82d6 for possible Android debug asserts/crashes.
CLOSED TREE
2015-05-04 14:12:37 -04:00
Tim Taubert
1f6ae32b94 Bug 1145063 - Remove the keywords column from the Library r=mak 2015-05-04 14:22:32 +02:00
André Reinald
b38e2efe0e Bug 1075157 - Support action: reset search. r=gfritzsche, r=florian, r=bholley 2015-04-24 17:57:52 +02:00
Marco Bonardo
5117bebc71 Bug 1160708 - Bookmark Properties dialog not longer allows empty bookmark names. r=ttaubert 2015-05-04 13:05:10 +02:00
Marco Bonardo
3cc2d3e440 Bug 1159812 - Bookmark All Tabs is broken. r=ttaubert 2015-05-04 13:05:07 +02:00
Marco Bonardo
c09150dc35 Bug 1160131 - editBookmarkOverlay.js throws an error when adding a tag to a bookmark. r=ttaubert 2015-05-04 13:05:03 +02:00
Jared Wein
4d373656ab Bug 1159744 - Use the panel implementations from the Pocket add-on for the Pocket feature. r=dolske 2015-05-01 17:16:42 -04:00
Mark Banner
108bfbef2e Bug 1153806 - Enable encryption of Loop room context data. r=mikedeboer 2015-05-01 18:02:03 +01:00
Ryan VanderMeulen
9440cb5e32 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : f158ed522808c8be66f918e7cd2d674a93e9e8b8
2015-05-01 10:50:07 -04:00
Mark Banner
c14ff065f8 Bug 1160145 - Fix eslint warnings in Loop's xpcshell and mochitest files and turn on linting for them. r=dmose 2015-05-01 10:42:46 +01:00
Jim Mathies
2ff558b0ac Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde 2015-04-30 16:43:19 -05:00
Ryan VanderMeulen
8c2f9c9b09 Backed out changeset 31297813dd26 (bug 1159327) for bustage on a CLOSED TREE. 2015-04-30 16:08:29 -04:00
Jim Mathies
588accccdc Bug 1159327 - Enable accessibility more broadly with e10s and add an e10s a11y blacklist for clients with known issues. r=tbsaunde 2015-04-30 14:42:43 -05:00
Matthew Noorenberghe
e0462894d4 Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
Based on a patch by Jared Wein (:jaws).

--HG--
extra : rebase_source : fc9399a9acb2bb36831df1f5b99b3f9da02b1dbb
2015-04-30 13:43:47 -07:00
Ryan VanderMeulen
330f835697 Backed out changeset d94ef5bca70e (bug 1152761) for xpcshell failures. 2015-04-30 14:18:34 -04:00
Ryan VanderMeulen
e7e6f40c2f Merge m-c to fx-team. a=merge 2015-04-30 14:05:10 -04:00
Cedric Raudin
e5106eb19f Bug 1115365 - Update the import string in the Loop contact panel to explain it will be from Google. r=Standard8 2015-04-30 16:41:13 +01:00
Mark Banner
4e0d29a865 Bug 1152761 - Add local storage for Loop's room keys in case recovery is required, and handle the recovery. r=mikedeboer 2015-04-30 16:41:13 +01:00
Mike de Boer
042809d7ec Bug 1152733: change the name of Loop/ Hello histograms that recently changed to be enumerated types. r=vladan 2015-04-29 11:55:08 +02:00
Marco Bonardo
c29e8d6653 Bug 1159462 - unreachable code in editBookmarkOverlay.js. r=mano 2015-04-30 10:40:10 +02:00
Martin Tomes
926adf2389 Bug 1084296 - Add an ellipsis to Loop's "Remove Contact" menu item. r=Standard8 2015-04-30 07:40:50 +01:00
Mark Banner
47de4886b9 Bug 1146305 - IDN links should be properly displayed in Hello rooms for context in conversations. r=mikedeboer 2015-04-30 07:40:49 +01:00
Mark Banner
64f91f7342 Bug 1158112 - Move the Loop modules into a sub-directory and prepare eslint for enabling more rules for Loop. r=dmose
--HG--
rename : browser/components/loop/CardDavImporter.jsm => browser/components/loop/modules/CardDavImporter.jsm
rename : browser/components/loop/GoogleImporter.jsm => browser/components/loop/modules/GoogleImporter.jsm
rename : browser/components/loop/LoopCalls.jsm => browser/components/loop/modules/LoopCalls.jsm
rename : browser/components/loop/LoopContacts.jsm => browser/components/loop/modules/LoopContacts.jsm
rename : browser/components/loop/LoopRooms.jsm => browser/components/loop/modules/LoopRooms.jsm
rename : browser/components/loop/LoopStorage.jsm => browser/components/loop/modules/LoopStorage.jsm
rename : browser/components/loop/MozLoopAPI.jsm => browser/components/loop/modules/MozLoopAPI.jsm
rename : browser/components/loop/MozLoopPushHandler.jsm => browser/components/loop/modules/MozLoopPushHandler.jsm
rename : browser/components/loop/MozLoopService.jsm => browser/components/loop/modules/MozLoopService.jsm
rename : browser/components/loop/MozLoopWorker.js => browser/components/loop/modules/MozLoopWorker.js
2015-04-30 07:40:49 +01:00
Bill McCloskey
f2b643a854 Bug 1156515 - Remove 'New e10s Window' (r=felipe) 2015-04-29 17:21:46 -07:00
Wes Kocher
10fec54e1c Merge fx-team to m-c a=merge CLOSED TREE 2015-04-29 16:46:00 -07:00
Tooru Fujisawa
0edbeb71c8 Bug 1102219 - Part 5: Replace more String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
ziyunfei
e1db0f779e Bug 1102219 - Part 4: Replace String.prototype.contains with String.prototype.includes in chrome code. r=till 2015-04-30 00:32:05 +09:00
Tim Taubert
4be292c267 Bug 1158750 - Reenable browser_bookmarkProperties.js subtest by manually selecting the text field's input for new folder names. r=mano 2015-04-27 13:51:16 +02:00
Ryan VanderMeulen
1241218f33 Merge m-c to fx-team. a=merge 2015-04-28 15:43:20 -04:00
Ryan VanderMeulen
cb8cb027ac Backed out changeset 7882ac796e0f (bug 1158872) for WinXP mochitest-other permacrashing. a=me 2015-04-28 15:35:05 -04:00
Mark Banner
712f3f3e35 Bug 1159199 - Clicking the context indicator in the Loop panel should close the panel after opening the url. r=mikedeboer 2015-04-28 13:51:27 +01:00
Mark Banner
ad6bbb3e9a Bug 1155078 - Only display domain name in the context part of the panel. r=mikedeboer 2015-04-28 13:51:27 +01:00
Mark Banner
fb94500173 Bug 1137813 - Part 4. Don't log the cleanup event as the server doesn't accept it after the room has been left. r=mikedeboer 2015-04-28 11:20:36 +01:00
Asaf Romano
4926ad6112 Bug 1158900 - Editing bookmark's Location and Description in the Properties window doesn't work; bookmark title missing. r=mak 2015-04-28 11:05:42 +03:00
Asaf Romano
e8d18c2d7b Bug 1158553 - Star button / Edit Bookmark panel doesn't move the bookmark to the chosen folder. r=mak 2015-04-28 11:04:44 +03:00
Mark Banner
1ac32c7de0 Bug 1158800 - Don't show errors for context in conversations on the standalone UI as they may force the user into an unnecessary re-obtaining of the URL. r=dmose 2015-04-28 08:17:56 +01:00
Mark Banner
90e4dc9b43 Bug 1137813 - Part 3. Add room connection status logging. r=mikedeboer 2015-04-28 08:17:56 +01:00
Mark Banner
783bafff35 Bug 1137813 - Part 2. Stub dispatcher.dispatch globally in otSdkDriver_test.js to simplify tests. r=mikedeboer 2015-04-28 08:17:56 +01:00
Mark Banner
aa10ed4df6 Bug 1137813 - Part 1. Tidy up some event handler names in Loop's otSdkDriver. r=mikedeboer 2015-04-28 08:17:56 +01:00
Brian Grinstead
368c4f3793 Bug 1158872 - Remove white titlebar on Windows for Dev Edition theme;r=Gijs 2015-04-27 19:57:50 -07:00
Dão Gottwald
31d6073260 Bug 1063625 - Show the "Warn me when closing multiple tabs" and "Warn me when opening multiple tabs might slow down &brandShortName;" checkboxes only when needed. ui-r=phlsa r=jaws 2015-04-28 18:30:19 +02:00
Florian Quèze
864fb2404a Bug 1156878 - Send a request to the server when clicking the Pocket toolbar button, r=jaws. 2015-04-27 11:49:21 +02:00
Mark Banner
c00eaf4764 Bug 1158725 - Share link button has stopped working in latest nightly. Pass the necessary props to the component. r=mikedeboer 2015-04-27 10:35:40 +01:00
Tim Taubert
ac3615aa89 Bug 1156722 - Remove unused _getURIFromString() method r=smacleod 2015-04-22 12:43:51 +02:00
Tim Taubert
80ede19e04 Bug 1156722 - Remove unused reference to the parent process message manager r=smacleod 2015-03-30 10:15:40 +02:00