Andrea Marchesini
|
1674c865bc
|
Bug 1246907 - Open link in a Container Tab - in the context menu, r=Gijs
|
2016-02-12 11:16:41 +00:00 |
|
Shane Caraveo
|
eabb5f6400
|
Bug 1215694 move pocket to a system addon, r=Gijs, r=glandium
part 1: reorganize file locations, r=Gijs
part 2: remove built-in pocket code, r=Gijs
part 3: l10n support, r=glandium
part 4: move code/functionality from part 2 into the addon, r=Gijs
part 5: remove dead code, r=Gijs
part 6: create a simple api for addons to add to reader mode, r=Gijs
part 7: various test fixes related to cui behaviour and pocket, r=me
--HG--
rename : browser/components/pocket/Pocket.jsm => browser/extensions/pocket/content/Pocket.jsm
rename : browser/components/pocket/main.js => browser/extensions/pocket/content/main.js
rename : browser/components/pocket/panels/css/firasans.css => browser/extensions/pocket/content/panels/css/firasans.css
rename : browser/components/pocket/panels/css/normalize.css => browser/extensions/pocket/content/panels/css/normalize.css
rename : browser/components/pocket/panels/css/saved.css => browser/extensions/pocket/content/panels/css/saved.css
rename : browser/components/pocket/panels/css/signup.css => browser/extensions/pocket/content/panels/css/signup.css
rename : browser/components/pocket/panels/fonts/FiraSans-Regular.woff => browser/extensions/pocket/content/panels/fonts/FiraSans-Regular.woff
rename : toolkit/themes/shared/reader/pocket.svg => browser/extensions/pocket/content/panels/img/pocket.svg
rename : browser/components/pocket/panels/img/pocketerror@1x.png => browser/extensions/pocket/content/panels/img/pocketerror@1x.png
rename : browser/components/pocket/panels/img/pocketerror@2x.png => browser/extensions/pocket/content/panels/img/pocketerror@2x.png
rename : browser/components/pocket/panels/img/pocketlogo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogo@1x.png
rename : browser/components/pocket/panels/img/pocketlogo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogo@2x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@1x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@1x.png
rename : browser/components/pocket/panels/img/pocketlogosolo@2x.png => browser/extensions/pocket/content/panels/img/pocketlogosolo@2x.png
rename : browser/components/pocket/panels/img/pocketmenuitem16.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16.png
rename : browser/components/pocket/panels/img/pocketmenuitem16@2x.png => browser/extensions/pocket/content/panels/img/pocketmenuitem16@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_button@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_button@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_devices@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_devices@2x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@1x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@1x.png
rename : browser/components/pocket/panels/img/pocketsignup_hero@2x.png => browser/extensions/pocket/content/panels/img/pocketsignup_hero@2x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@1x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@1x.png
rename : browser/components/pocket/panels/img/signup_firefoxlogo@2x.png => browser/extensions/pocket/content/panels/img/signup_firefoxlogo@2x.png
rename : browser/components/pocket/panels/img/signup_help@1x.png => browser/extensions/pocket/content/panels/img/signup_help@1x.png
rename : browser/components/pocket/panels/img/signup_help@2x.png => browser/extensions/pocket/content/panels/img/signup_help@2x.png
rename : browser/components/pocket/panels/img/signup_or@1x.png => browser/extensions/pocket/content/panels/img/signup_or@1x.png
rename : browser/components/pocket/panels/img/signup_or@2x.png => browser/extensions/pocket/content/panels/img/signup_or@2x.png
rename : browser/components/pocket/panels/img/tag_close@1x.png => browser/extensions/pocket/content/panels/img/tag_close@1x.png
rename : browser/components/pocket/panels/img/tag_close@2x.png => browser/extensions/pocket/content/panels/img/tag_close@2x.png
rename : browser/components/pocket/panels/img/tag_closeactive@1x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@1x.png
rename : browser/components/pocket/panels/img/tag_closeactive@2x.png => browser/extensions/pocket/content/panels/img/tag_closeactive@2x.png
rename : browser/components/pocket/panels/js/messages.js => browser/extensions/pocket/content/panels/js/messages.js
rename : browser/components/pocket/panels/js/saved.js => browser/extensions/pocket/content/panels/js/saved.js
rename : browser/components/pocket/panels/js/signup.js => browser/extensions/pocket/content/panels/js/signup.js
rename : browser/components/pocket/panels/js/tmpl.js => browser/extensions/pocket/content/panels/js/tmpl.js
rename : browser/components/pocket/panels/js/vendor/handlebars.runtime.js => browser/extensions/pocket/content/panels/js/vendor/handlebars.runtime.js
rename : browser/components/pocket/panels/js/vendor/jquery-2.1.1.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery-2.1.1.min.js
rename : browser/components/pocket/panels/js/vendor/jquery.tokeninput.min.js => browser/extensions/pocket/content/panels/js/vendor/jquery.tokeninput.min.js
rename : browser/components/pocket/panels/license.txt => browser/extensions/pocket/content/panels/license.txt
rename : browser/components/pocket/panels/saved.html => browser/extensions/pocket/content/panels/saved.html
rename : browser/components/pocket/panels/signup.html => browser/extensions/pocket/content/panels/signup.html
rename : browser/components/pocket/panels/tmpl/saved_premiumextras.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumextras.handlebars
rename : browser/components/pocket/panels/tmpl/saved_premiumshell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_premiumshell.handlebars
rename : browser/components/pocket/panels/tmpl/saved_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/saved_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signup_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signup_shell.handlebars
rename : browser/components/pocket/panels/tmpl/signupstoryboard_shell.handlebars => browser/extensions/pocket/content/panels/tmpl/signupstoryboard_shell.handlebars
rename : browser/components/pocket/pktApi.js => browser/extensions/pocket/content/pktApi.jsm
rename : browser/locales/en-US/chrome/browser/browser-pocket.properties => browser/extensions/pocket/locales/en-US/pocket.properties
|
2015-12-29 15:40:52 -08:00 |
|
Bernardo P. Rittmeyer
|
47f80bb9d3
|
Bug 1188719 - Show login fill context menu on username field. r=MattN
--HG--
extra : amend_source : 6171cf0c76c3d7567d553db72045d5f246dd5494
extra : transplant_source : %2C%06v%EA%D56%F6%1C%1E%F4J%14%B1%1F%F3%A0%27%7BaD
|
2015-08-24 19:06:00 -07:00 |
|
Bernardo P. Rittmeyer
|
acf840af00
|
Bug 1195949 - Remove key icon from context menu fill. r=MattN
--HG--
extra : transplant_source : R3%C5%97%AF%C4%1A%8A%7B%813%7C%B2%F3%89%AF%BF%E7X%1C
|
2015-08-31 16:42:21 -07:00 |
|
Ehsan Akhgari
|
a35fb77d60
|
Bug 1170011 - Disable infinite recursion on the View Source command; r=jaws
This disables the View Source command on view-source documents in the
view-source-in-tab mode.
|
2015-08-27 08:20:23 -04:00 |
|
Bernardo P. Rittmeyer
|
7ec5131e30
|
Bug 433238 - Password manager contextual menu password field manual fill. r=MattN
--HG--
extra : commitid : C2Thcw28VRq
extra : rebase_source : 6b6b628738bf715109161961bdced4489685058c
|
2015-08-06 15:28:07 -07:00 |
|
Jared Wein
|
07c79c8b90
|
Bug 777680 - "Bookmark This Page" in context menu should be highlighted. r=mak
--HG--
extra : rebase_source : 5c3676692d33e07f934adefa9097658a269b0edf
|
2015-06-13 11:52:17 -04:00 |
|
Jared Wein
|
5f69727d1f
|
Bug 1162713 - Implement "Save Link to Pocket" context menu item. r=dolske
|
2015-05-14 14:04:05 -04:00 |
|
Mike Conley
|
a40ff1f409
|
Bug 1025146 - Make viewing the source of a page or frame via the context menu work with remote browsers. r=jryans.
--HG--
extra : rebase_source : 77beee6aabb3b41febdfdce0b1efbc0077b0273b
|
2015-05-08 17:04:30 -04:00 |
|
Florian Quèze
|
640bf32e81
|
Bug 1155518 - Implement "Save to Pocket" context menu item, r=jaws.
|
2015-05-05 12:24:10 +02:00 |
|
Gijs Kruitbosch
|
32e948f424
|
Bug 1152104 - use command event and delegate clicks to it, r=jaws
|
2015-04-08 15:54:53 +01:00 |
|
Ian Moody
|
cfb644046c
|
Bug 1141186 - Fix context-menu Share commands so they don't use unsafe CPOWs. r=mconley
|
2015-03-11 21:19:30 +00:00 |
|
Ian Moody
|
5717dba3fe
|
Bug 1134409 - Make "Full Screen" context-menu command use messages instead of CPOWs. r=mconley.
--HG--
extra : rebase_source : c4fd20a5a33d9a60ebbe3e3db14801b0207232ba
|
2015-02-19 01:39:00 -05:00 |
|
Gijs Kruitbosch
|
0b91575095
|
Bug 1111147 - update nsContextMenu for EME, r=florian
|
2015-02-10 02:04:06 +00:00 |
|
Brad Lassey
|
710174bd7e
|
Bug 1054959: re-land "Send Video To Device" feature with fixed test_contextmenu.html, r=gavin
--HG--
extra : rebase_source : 80761ff6a0494aa9fdacf1aba51ebc4def35e98b
|
2014-10-17 15:55:14 -07:00 |
|
Carsten "Tomcat" Book
|
90d84f91ee
|
Backed out changeset d38f7ebb2192 (bug 1054959) for m1 test failures
|
2014-10-17 09:58:52 +02:00 |
|
Brad Lassey
|
7ff01ce229
|
bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
|
2014-10-15 18:24:34 -04:00 |
|
Wes Kocher
|
59e0863445
|
Backed out changeset 1828c0ae54b9 (bug 1054959) for mochitest-1 bustage on a CLOSED TREE
|
2014-10-16 15:13:30 -07:00 |
|
Brad Lassey
|
99bd5cfd9b
|
bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
* * *
bug 1054959 - follow up to fix context menut test r=orange CLOSED TREE
|
2014-10-15 18:24:34 -04:00 |
|
Ryan VanderMeulen
|
57109dded7
|
Backed out changesets 93bf386d290e and 063cdd7b00cc (bug 1054959) for test_contextmenu.html failures.
CLOSED TREE
|
2014-10-16 15:19:41 -04:00 |
|
Brad Lassey
|
9a575d1772
|
bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
|
2014-10-15 18:24:34 -04:00 |
|
Wes Kocher
|
86b3bed29d
|
Backed out changeset 402cbbf91165 (bug 1054959) for mochitest-1 bustage
|
2014-10-15 17:47:19 -07:00 |
|
Brad Lassey
|
4ad96a68de
|
bug 1054959 - Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen r=gavin, ui-r=madhava
|
2014-10-15 18:24:34 -04:00 |
|
Shane Caraveo
|
9d52a943fa
|
Bug 1014332 fix share context menu tests, r=jaws
|
2014-10-09 12:02:43 -07:00 |
|
Tetsuharu OHZEKI
|
7c0402641f
|
Bug 1058708 - [e10s] View Page Source of context menu does not work in e10s. r=mconley
|
2014-08-27 05:35:02 +09:00 |
|
Gijs Kruitbosch
|
e126ede3c2
|
Bug 991757 - add telemetry for the context menu, r=mconley,bgrins,f=bwinton
|
2014-08-14 20:44:59 +02:00 |
|
Allison Naaktgeboren
|
cd7511f5cf
|
Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap
|
2014-07-01 15:24:27 -07:00 |
|
Gijs Kruitbosch
|
5e7d356c4d
|
Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws
--HG--
extra : rebase_source : 26b6555b405e247daab91317ac9bed284fb7fb63
|
2014-05-29 12:08:32 +01:00 |
|
Jared Wein
|
062700e6ea
|
Bug 1000513 - Combined navigation items in the context menu. r=Unfocused,dao
--HG--
extra : rebase_source : 90f7c49cf5b4917527bc310d74f5f8327191ca22
|
2014-05-12 17:35:39 -04:00 |
|
Valentin Tsatskin
|
0975471de9
|
Bug 970746 - Context menu should include option to for search link text on search engine. r=bmcbride
|
2014-02-10 18:53:00 -05:00 |
|
Tom Schuster
|
288af30ff5
|
Bug 973195 - [e10s] Change Copy Link in context-menu to use JS instead of cmd_copyLink. r=felipe
|
2014-02-24 23:10:12 +01:00 |
|
Francesco Lodolo
|
dcd5e57578
|
Bug 913826 - New social bookmark button: rename entities to reflect string changes. r=mixedpuppy
|
2013-09-11 09:51:03 -04:00 |
|
Shane Caraveo
|
fbbdb70eaf
|
bug 891219 new social bookmarks, part 2, new implementation, r=markh
|
2013-09-06 10:56:01 -07:00 |
|
Shane Caraveo
|
967bf9736a
|
bug 891219 new social bookmarks, part 1, remove old socialmarks code
|
2013-09-06 10:55:43 -07:00 |
|
James Kitchener
|
de2bc57255
|
Bug 885289 - Improve context menu behaviour for srcdoc iframes. r=mconley, r=bz
|
2013-07-25 09:32:50 -04:00 |
|
Max Li
|
265844cb3d
|
Bug 877453 - Expose longdesc in image context menus. r=gavin ui-r=boriss
|
2013-06-23 09:37:21 -04:00 |
|
Shane Caraveo
|
34b43c9bf2
|
bug 818675 implement new social share panel, r=felipe
|
2013-05-06 23:02:58 -07:00 |
|
Phil Ringnalda
|
bb93063523
|
Back out 89d77682678c (bug 818675) for browser_social_multiprovider.js failures
|
2013-05-06 20:40:44 -07:00 |
|
Shane Caraveo
|
dee9a7fd1e
|
bug 818675 implement new social share panel, r=felipe
|
2013-05-06 18:36:31 -07:00 |
|
Shane Caraveo
|
b148a5d7f6
|
bug 853151 rework recommend into social marks, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
|
2013-05-04 13:11:18 -07:00 |
|
Matt Brubeck
|
40b69bb3d8
|
Back out changeset 29c172213ff7 (bug 853151) because of Ts and Tp5 regressions
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
|
2013-05-03 10:59:43 -07:00 |
|
Shane Caraveo
|
787261ce94
|
bug 853151 rework recommend into social marks, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
|
2013-05-02 11:49:11 -07:00 |
|
Ed Morley
|
0998031926
|
Backed out changeset 8a9a40bfa8e3 (bug 853151) for browser_social_markButton.js failures
--HG--
rename : browser/base/content/test/social/social_mark_image.png => browser/base/content/test/social/social_share_image.png
|
2013-04-25 11:19:52 +01:00 |
|
Shane Caraveo
|
c1591385ae
|
bug 853151 refactoring recommend into SocialMark, r=felipe
--HG--
rename : browser/base/content/test/social/social_share_image.png => browser/base/content/test/social/social_mark_image.png
|
2013-04-24 12:58:36 -07:00 |
|
Sunny
|
c3915a11f9
|
Bug 840745 - Default HTML5 audio/video player controls should facilitate changing playback rate. r=jaws ui-r=limi
--HG--
extra : rebase_source : 9cb821d5b4632dcfbe518504aa963b87b9a2c9f2
|
2013-03-07 12:28:24 -05:00 |
|
Gregory Szorc
|
807212ca1f
|
Bug 840177 - Part 3: Record context menu searches in Firefox Health Report; r=gavin, r=rnewman
|
2013-02-13 12:33:52 -08:00 |
|
Matthew Noorenberghe
|
3b61721a12
|
Bug 587780 - Part 3 - Switch consumers from using a special content-type to the purpose argument. r=rnewman,gavin
--HG--
extra : rebase_source : 0803327b33f416fb0c679015495d376f6bce19a0
|
2012-04-04 02:50:39 -07:00 |
|
Ehsan Akhgari
|
565d0479c3
|
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
|
2013-01-29 13:12:13 -05:00 |
|
Shane Caraveo
|
f225faeab6
|
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
|
2013-01-27 10:31:14 -08:00 |
|
Ryan VanderMeulen
|
1bb6e32d4b
|
Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures.
|
2013-01-26 21:19:21 -05:00 |
|