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
Blake Kaplan
f809f5b13f
Bug 1026099 - Rework the spellchecker context menu to not use CPOWs. r=ehsan/billm/felipe
...
This patch fixes a few nits and typos in the C++ spellchecking code as well as
fixing the Finnish dictionary and multiple installed dictionaries in general (r=ehsan).
It reworks the spellchecking context menu to use async message passing (in JS)
and reduces, by a little, the CPOW use in the context menu code (r=felipe).
Finally, the spellcheck IPDL no longer needs to be 'rpc' since we no longer
nest spellchecking calls, so it can go back to being 'sync' (r=billm).
2014-10-03 10:52:37 -04:00
Neil Deakin
6c1e283ef7
Bug 1071771, disable dictionary list when it cannot be accessed from another process. This makes the context menu work again after using it on a misspelled word, r=mconley
2014-09-30 12:05:53 -04:00
Bill McCloskey
4465d2b3ff
Bug 1039528 - [e10s] Make "Inspect element" context menu item work (r=pbrosset)
2014-09-29 13:05:22 -07:00
Bill McCloskey
8f71982b1a
Bug 1067527 - [e10s] Use contentWindowAsCPOW in context menu code (r=mconley)
2014-09-23 15:48:53 -07:00
Mike Conley
11e4975e65
Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
...
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Mike Conley
6aecdba124
Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
...
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.
--HG--
extra : rebase_source : 6239a4b49e0af89800c5618e4589f8aef03f58d4
2014-09-17 16:06:58 -04:00
Nigel Babu
1da2de4cb7
Merge fx-team to m-c with bustage fix, a=merge
2014-09-16 08:43:45 +05:30
Wes Kocher
6e187f49f8
Merge m-c to inbound a=merge
2014-09-15 16:41:45 -07:00
Shu-yu Guo
15262d36a9
Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo)
2014-09-15 16:30:46 -07:00
Mike Conley
91e7e2f96f
Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
...
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.
--HG--
extra : rebase_source : 719afe669c638ba4883f76f18aee38df6b60b4ad
2014-09-15 13:33:50 -04:00
Ryan VanderMeulen
e84550c5e3
Backed out changeset 5747034f2bcc (bug 899347) for mochitest-bc failures.
...
CLOSED TREE
2014-09-15 15:30:39 -04:00
Bill McCloskey
ea74115231
Bug 1047751 - Disable HTML-controlled context menu in e10s (r=mconley)
2014-09-12 12:58:23 -07:00
Wes Kocher
79bcafc2c6
Merge inbound to m-c a=merge
2014-08-25 17:19:50 -07: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
Jim Mathies
85e4123ae4
Bug 903022 - Parent save-as file pickers to the browser window rather than the content window. r=gavin
2014-08-25 11:48:58 -05:00
Ed Morley
59f76a94a9
Backed out changeset 93cd3fc35cfc (bug 1014332)
2014-08-21 12:27:16 +01:00
Andrea
32a967fa88
Bug 991427 - Check if the last character of the string is part of a surrogate pair when truncating text for display in the context menu, to avoid splitting surrogate pairs, r=gavin
2014-08-16 17:06:10 -07:00
Shane Caraveo
08ae54b590
Bug 1014332 fix context menu tests to handle share, r=jaws
2014-08-15 14:23:24 -07:00
Ed Morley
62b7aa6b87
Merge mozilla-central and inbound
2014-08-12 17:56:08 +01:00
Allison Naaktgeboren
2bf5772323
Bug 1030451-Update spellchecker context menu suggestions for multiprocess.r=billm
2014-08-11 13:07:54 -07:00
Ms2ger
5b546538b2
Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
...
This also includes a test that mozMatchesSelector is still exposed and works.
--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Trishul Goel
e3a2c2e2fb
Bug 1038604 - Rename disableMCB to allowMixedContent. r=dao
2014-07-16 22:03:15 +02:00
Shane Caraveo
a69c426a8e
Bug 926417 add microdata support for share/marks, r=markh, r=felipe
2014-07-11 08:50:34 -07:00
Drew Willcoxon
1bda00a462
Bug 1005601 - "gContextMenu is null" thrown for first textarea context menu in a window. r=Gijs
2014-07-10 03:31:04 -07:00
Gijs Kruitbosch
ee2a420fc8
Bug 1021969, r=bholley,jaws
...
--HG--
extra : rebase_source : f8bc835a5bfcd62e1d59b31d75841d1cc6339634
2014-06-06 17:33:50 +01:00
Jared Wein
9aca6f8285
Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
...
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04: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
179f4cb0aa
Bug 985824 - Search for link text context menu item should pay attention to selection. r=Unfocused
2014-04-01 08:57:24 -04:00
Bill McCloskey
183cb20358
Bug 917681 - [e10s] Make context menu work for selected text (r=felipe)
2014-03-14 11:47:46 -07: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
162b01089f
Bug 947895 - [e10s] Null check browser.docShell in context-menu Open in new tab. r=gavin
2014-02-24 23:10:18 +01: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
Florian Quèze
5d514d90bc
Bug 950051 - context-menu reload in SocialAPI panels doesn't reload the panel, r=mixedpuppy.
2013-12-17 00:10:30 +01:00
Christoph Kerschbaumer
2df9d73cd4
Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs - tabbrowser part. r=gavin
2013-10-10 21:26:32 -07:00
Florian Quèze
56f5daecc2
Bug 773988 - Allow saving a snapshot from a media stream without a known filename, r=dolske.
2013-11-07 14:01:55 +01:00
Benjamin Smedberg
f1747357ee
Bug 926605 part A - When a plugin is removed from a page, continue showing it in the plugin doorhanger, to deal with the cases where the site removes a plugin immediately after trying to use it, r=jaws
2013-10-27 14:41:28 -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
Georg Fritzsche
977802dfc8
Bug 905084 - Fix "Activate this plugin" action in context menu. r=jaws
2013-08-26 16:48:41 +02:00
Shane Caraveo
71661cb777
bug 891216 multiple workers enabled, r=markh
2013-08-21 11:32:46 -07:00
Wes Kocher
dcd0370b58
Backed out changeset 20e064f3e8e0 (bug 905084) for adding a new intermittently failing test on a CLOSED TREE.
2013-08-20 17:20:21 -07:00
Georg Fritzsche
b5983e8bc3
Bug 905084 - Fix "Activate this plugin" action in context menu. r=jaws
2013-08-20 22:25:12 +02:00
Ehsan Akhgari
ef3b15bfe4
Bug 905176 - Don't show the Check Spelling menu item for spellcheck=false contenteditable elements; r=mconley
2013-08-15 15:06:54 -04:00
David Keeler
30891a9af3
Bug 516753 - Forward content context menu events to the parent. r=felipc
2013-08-06 15:00:07 -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