Commit Graph

8546 Commits

Author SHA1 Message Date
Ryan VanderMeulen
4dbb23b545 Merge m-c to fx-team. a=merge 2015-07-07 14:41:18 -04:00
Ryan VanderMeulen
18afe1cb5f Merge m-c to inbound. a=merge
CLOSED TREE
2015-07-07 13:38:10 -04:00
Mark Banner
f82c8dac26 Bug 1110937 - Make Loop's link-clicker show the expired/invalid failure view before the user clicks join. r=mikedeboer 2015-07-07 11:58:18 +01:00
Edouard Oger
57f12dd85f Bug 1180868 - Sync preferences - Add tooltip and onhover border to fxa profile picture. r=markh 2015-07-06 16:47:00 +02:00
Panos Astithas
4bb712e8d8 Bug 1175920 - Add a checkbox to the in-content Privacy preferences to toggle TP in Private Browsing. r=jaws 2015-07-07 10:53:52 +03:00
Justin Dolske
f5edb410f0 Bug 1177237 - Implement OS query parsing and user search choice. r=jaws 2015-07-06 18:11:05 -07:00
Mark Banner
a2410034df Bug 1180671 - Rename 'l10n' to 'mozL10n' in Loop's views.jsx to be more consistent with uses elsewhere. r=mikedeboer 2015-07-06 22:59:51 +01:00
Dragana Damjanovic
c7fc0a288e Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell 2015-07-06 07:55:00 +02:00
Emanuel Hoogeveen
31c0c961cd Bug 905127 - Part 1 - Make some functions from nsNetUtil not inline. r=jduell 2015-07-07 04:17:00 +02:00
Hector Zhao
41ba7835ab Bug 1178166 - Handle gbk encoded login.ini from 360 secure browser. r=mak 2015-06-25 15:18:44 +08:00
Tim Taubert
ccf85bc90e Bug 1171085 - [Control Center] Implement keyboard navigation r=Gijs 2015-06-30 17:38:35 +02:00
Jared Wein
9ed25e6d4d Bug 1175293 - Allow UITour to check and set Firefox as the default browser. r=gijs 2015-07-06 10:41:14 -04:00
Mike de Boer
3317a82131 Bug 1142520: add telemetry hooks for Hello context in conversation add and URL access actions. r=Standard8,vladan 2015-07-06 15:29:12 +02:00
Mike de Boer
9e5d78f7e6 Bug 1127574: Part 2 - add telemetry hooks for Hello rooms creation and deletion actions. r=Standard8,vladan 2015-07-06 14:53:45 +02:00
Mike de Boer
1175d2f1ce Bug 1127574: Part 1 - add telemetry hooks copy and email of room and direct call URLs. r=Standard8,vladan 2015-07-06 15:02:10 +02:00
Phil Ringnalda
ab06bdf2b9 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Mike de Boer
b794d2c4d1 Bug 1171940: introduce unit tests for the new room context flows inside the Hello conversation window. r=Standard8 2015-07-03 19:00:33 +02:00
Mike de Boer
f26d30af93 Bug 1171940: update/ fix tests that my patches above have broken and lower the total amount of warnings generated by React in the console. r=Standard8 2015-07-03 19:00:30 +02:00
Mike de Boer
434bf078bb Bug 1171940: introduce an 'Edit Context' button to the conversation toolbar inside the Hello conversation window. r=Standard8 2015-07-03 19:00:27 +02:00
Mike de Boer
bbe478f2dc Bug 1171940: remove the mode-switching and have only one-mode Edit Context view inside the Hello conversation window. r=Standard8 2015-07-03 19:00:25 +02:00
Mike de Boer
841e87ea25 Bug 1171940: move the context display into the chat area inside the Hello conversation window. r=Standard8 2015-07-03 19:00:22 +02:00
Michael Layzell
4354df201c Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 17:12:27 -04:00
Ehsan Akhgari
c6abaf9f02 Backout bug 1170200 because of test failures on a CLOSED TREE 2015-07-03 16:43:47 -04:00
Gijs Kruitbosch
1319784ba8 Bug 1175653 - followup: fix Set instantiation to fix mulet bustage, rs=bustage 2015-07-03 17:16:19 +01:00
Gijs Kruitbosch
bbfe9cf45e Bug 1175653 - followup review comments: remove URI_INHERITS_SECURITY_CONTEXT check, r=dveditz 2015-07-03 16:00:21 +01:00
Gijs Kruitbosch
4a48062945 Bug 1175653 - only allow local schemes for the chrome commandline flag, r=dveditz 2015-06-25 13:25:56 -07:00
Gijs Kruitbosch
62e0afbb3f Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r=jaws 2015-06-19 16:52:44 +01:00
Mark Banner
8700c9a458 Bug 1178270 - Upgrade Loop's use of eslint to the latest (0.24) and upgrade the eslint-plugin-react version (0.6.2). r=dmose 2015-07-03 10:49:00 +01:00
Masatoshi Kimura
6bfa5e93d2 Bug 1179249 - Always use the modern settings dialog in Preferences on Windows 10. r=jaws 2015-07-03 06:39:52 +09:00
Jorg K
d598e65912 Bug 730829 - Make 'open all in tabs' work for livemarks. r=mak 2015-07-01 04:03:00 -04:00
Edouard Oger
384d8201a0 Bug 1139698 - Add Firefox Account avatar in Hamburger Menu. r=markh 2015-06-29 20:06:00 -04:00
Mark Banner
a15db4a891 Bug 1176774 - Upgrade Loop's libs to latest versions and add some more pre-minified ones for release. r=dmose 2015-07-02 18:49:56 +01:00
Tim Taubert
9b8bd55cd1 Bug 1177524 - Don't hide the subview until after the transition is done r=Gijs 2015-06-30 06:01:16 +02:00
Tim Taubert
98152d624a Bug 1177524 - Apply max-height:0 after transitioning the subview r=Gijs 2015-06-25 14:28:38 -07:00
Michael Layzell
492e17ebff Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan 2015-07-03 14:18:23 -04:00
Brian Grinstead
8668a4ad98 Bug 1175239 - Replace tracking protection drop-down control with a button;r=ttaubert 2015-07-01 11:50:57 -07:00
Mike de Boer
ffe5e9e522 Bug 1178383: count the amount of warnings yielded for each test suite and throw an error when the count doesn't meet expectations. r=Standard8 2015-07-01 11:33:27 +02:00
Wes Kocher
5785e7b90a Merge m-c to fx-team, a=merge 2015-06-30 16:58:23 -07:00
Wes Kocher
bcbfb4ea9b Merge inbound to central, a=merge 2015-06-30 16:38:53 -07:00
Dave Townsend
1a97339daf Bug 1176205: Fix typo breaking tests on aurora. r=RyanVM 2015-06-30 14:06:38 -07:00
Brian Grinstead
f1d9e8bc30 Bug 1175327 - Move existing Tracking Protection functionality from shield doorhanger to Control Center;r=ttaubert 2015-06-30 14:02:39 -07:00
Gijs Kruitbosch
4d5e9f4792 Bug 1177639 - ensure copy is made visible again, r=mak 2015-06-29 21:03:13 +01:00
Mark Banner
8562f7dc64 Bug 1176774 - Upgrade Loop's test libraries to latest versions. r=dmose 2015-06-30 15:35:57 +01:00
Ryan VanderMeulen
b8bf8e684c Backed out changeset c961b404bca1 (bug 1173801) for making the Win8 timeouts worse than they were to start. 2015-06-29 21:04:26 -04:00
Carsten "Tomcat" Book
a1f11d0729 merge mozilla-inbound to mozilla-central a=merge 2015-06-29 14:17:02 +02:00
Ehsan Akhgari
0c1eb4b2b4 Backout changeset d648becaa638 (bug 1170531) for test failures 2015-06-27 13:14:06 -07:00
Michael Layzell
709f53ca94 Bug 1170531 - Disable clipboard menu commands correctly in non-(X)HTML documents; r=ehsan 2015-06-27 12:37:44 -07:00
Brian R. Bondy
a43a7a6a9b Bug 791501 - Default Programs UI should select Firefox by default. r=jimm 2015-06-27 12:27:26 +09:00
Dan Mosedale
b65e85fc50 Bug 1173582-no longer need to ship/load SDK CSS & related assets, r=Standard8 2015-06-26 17:40:35 -07:00
Mark Banner
34cd59e142 Bug 1177954 - Log sdk failure events to the server during Loop room activity. r=dmose 2015-06-26 17:28:05 -07:00