Commit Graph

63 Commits

Author SHA1 Message Date
Ehsan Akhgari
64ade930e8 Bug 844169 - Part 2: Rename nsIDOMHTMLIFrameElement.allowfullscreen to allowFullscreen in order to comply with the spec; r=cpearce 2013-02-25 20:59:33 -05:00
Jared Wein
146616b917 Bug 774315 - Close button and context menu to hide click-to-play plugin instances. Portions of the patch contributed by David Keeler. r=felipe 2012-07-17 13:45:59 -07:00
Ehsan Akhgari
92f4c24ee8 Bug 456884 - Provide a way to open a link into private browsing mode; r=dao ui-r=madhava 2012-11-27 10:09:24 -05:00
Bobby Holley
054fe781e2 Bug 805807 - Make Components wrapper throw on denial. r=mrbkap
There's really no reason to use the wishy-washy static COW Deny() here.

Also, note that the xpcshell-test wasn't testing what it thought it
was - interfaces is accessible from content code.
2012-11-02 21:47:49 -03:00
Chris Pearce
a710077c4c Bug 805301 - Rename iframe.mozallowfullscreen to allowfullscreen. r=jlebar 2012-10-30 11:02:24 +13:00
OHZEKI Tetsuharu
c16f0fadc3 Bug 565717 - "Search for" context menu entry should be in textareas/inputs too. r=gavin.sharp 2011-04-24 12:15:53 -04:00
Bobby Holley
2125a8c6de Bug 792036 - Automated fixups. r=mccr8
find /files/mozilla/build/d/_tests/testing/mochitest/tests/ | egrep "\.(xhtml|html|xml|js)$" | grep -v SimpleTest | grep -vi mochikit | grep -v simpleThread | grep -v test_ipc_messagemanager_blob.html | grep -v "indexedDB/test" | xargs grep -l Components |  xargs grep -L enablePrivilege | perl -pe 's#.*mochitest/tests/##' | xargs perl -p -i.bakkk -e 's/Components\.interfaces(\s|;|\.|\[)/SpecialPowers\.Ci$1/g, s/SpecialPowers\.wrap\(Components\)\.(.)(lasses|tils|nterfaces|esults)/SpecialPowers.C$1/g, s/(?<![\.a-zA-Z])Components/SpecialPowers\.Components/g, s/window\.Components/window\.SpecialPowers\.Components/g'
2012-09-24 14:46:29 +02:00
Sankha Narayan Guria
411a22dd67 Bug 776293 - Right-clicking a hyperlinked image and pressing "g" now copies the hyperlink URL. r=jaws 2012-09-18 14:16:16 -07:00
Bobby Holley
90622d0c3f Bug 784560 - Fix more tests. r=mccr8 2012-08-23 11:45:28 -07:00
Bobby Holley
29338e3496 Bug 778420 - Fix up tests that don't like the new enablePrivilege. r=jmaher 2012-08-03 22:19:54 +02:00
Jared Wein
1fee1aaa8d Bug 654687 - Combine Stop and Reload in the page context menu. r=felipe 2012-07-03 23:21:53 -07:00
Jared Wein
01c65f7c9d Bug 239307 - Remove 'Send Link...' from context menus. r=fryn ui-r=shorlander 2012-07-03 13:42:18 -07:00
Dan Wendorf
fe811e68b8 Bug 702159 - Add context menu to exit DOM full screen mode and tests. r=jaws 2012-05-24 23:57:59 -05:00
Paul ADENOT
fca78ee5c8 Bug 557278 - OGG audio handled as OGV video. r=dolske, a=desktop-only 2012-04-20 22:33:42 -04:00
Chad Freeman
ef1ba37cb3 Bug 720023 - Context menus for selected domains should be the identical as for links. r=jwein 2012-03-16 12:41:37 -07:00
Matthew Noorenberghe
9bf9072d5f Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan 2012-01-31 14:53:21 -08:00
Serge Gautherie
f001b5129b Bug 713192. (Av1c-FF) Improve code. r=gavin.sharp. 2012-01-08 04:09:00 +01:00
Quentin Headen
5191b46312 Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan 2011-12-29 16:06:56 -05:00
Paul ADENOT
c52807ff9a Bug 556563 - Disable/remove "View video" when you're already viewing the video. r=dolske 2011-11-02 13:52:21 -07:00
Dave Camp
f70aa26c8c Bug 696167 - test_contextmenu.html doesn't respect highlighter preference. r=gavin 2011-10-26 19:48:21 -07:00
Quentin Headen
3cdbd53275 Bug 364914 - Do not spell check the contents of a textarea until it's focused for the first time; r=ehsan 2011-10-16 22:06:24 -04:00
Jared Wein
99dbdcf78f Bug 669260 - Add statistics overlay to video element. r=dolske 2011-10-03 20:47:41 -07:00
Matthew Wein
42d004cfa2 Bug 681550 - Add ability to save current frame of video. r=dolske 2011-10-03 10:42:36 -07:00
Jared Wein
9ea4ba9c0d Backed out 971f1bf573fc8 due to test failures 2011-10-03 10:36:07 -07:00
Matthew Wein
dbaaba4649 Bug 681550 - Add ability to save current frame of video. r=dolske 2011-10-03 08:13:50 -07:00
Ed Morley
3df70117bf Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-24 04:35:02 +01:00
Graeme McCutcheon
778a2b8cec Bug 46555 - "Select All" should only be enabled when editor is non-empty. r=ehsan, gavin 2011-09-23 22:44:53 +01:00
Panos Astithas
e4275843ab Bug 587134 - Context menu item for Highlight Element (highlighter); r=gavin 2011-09-21 13:16:25 +03:00
Matt Brubeck
aa947b1f73 Back out fb6480b0b03f (bug 556563) because of timeouts and failures in test_contextmenu.html 2011-09-22 13:02:02 -07:00
Paul ADENOT
17afa03014 Bug 556563 - Disable/remove "View video" when you're already viewing the video r=dolske 2011-09-22 17:35:25 +01:00
Graeme McCutcheon
484c76c32a Bug 682618 - Explicitly blur and focus elements to ensure IsCommandEnabled calls are dispatched to correct element. r=gavin 2011-09-10 17:17:36 +01:00
Jan Varga
9fb11ee274 A followup for bug 617528 - implement the HTML5 "context menu" feature (contextmenu attribute). Merged "generated" and "ident" XUL attribute into "generateditemid" and renamed PageMenu.init() to PageMenu.maybeBuildAndAttachMenu(). r=enn 2011-08-18 18:37:26 +02:00
Ms2ger
620cf981c6 Merge m-c to m-i 2011-08-13 14:47:03 +02:00
Malini Das
bb40837cb3 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
Jan Varga
a7af2140b3 Bug 677463 - <menuitem>.label should return .textContent if there's no label content attribute r=smaug 2011-08-11 08:07:26 +02:00
Jan Varga
a76cfe8db7 Bug 617528 Part 2 - Core implementation r=smaug 2011-08-08 19:31:32 +02:00
arno renevier
e7c773c6c8 Bug 338427 - Spellchecker should respect the langi attribute; r=ehsan 2011-08-12 15:12:45 -04:00
Neil Deakin
24497e9d62 Bug 558072. Allow getting of popup position and size from popupshowing event. r=roc,a=blocking 2010-09-06 15:30:17 +12:00
Ian Neal
2fd82d1dee Bug 593576 - test_contextmenu.html has some undeclared variables following fix from bug 496832
r/a=gavin
2010-09-04 17:45:25 +01:00
Neil Deakin
29267ac70e Bug 585841 - Right click, 'copy link location' no longer works
r=Neil
a=blocking2.0
a=sheriff for landing
2010-08-10 13:55:31 -07:00
Kurt Schultz
6e32a194f9 Bug 322736 - Reorder menus to promote tabs over windows. ui-r=beltzner, r=dao 2010-07-20 18:11:00 -04:00
Frank Yan
9baec5701c Bug 514739: Remove 'block images from www.site.com' context menu item. r=gavin 2010-07-14 19:00:12 -07:00
Ehsan Akhgari
5e5d069e4c Bug 570321 - spell-check-dictionary name is not displayed in context menu; r=gavin 2010-06-05 23:48:30 -04:00
Ehsan Akhgari
e266e35ede Bug 433860 - No spelling suggestions for text inputs when contenteditable node in document; r=gavin 2010-06-01 14:08:38 -04:00
Robert Kaiser
2e78d29561 bug 560867 - test_contextmenu should test for label existence and give slightly better log info, r=gavin a=jimm|sheriff for CLOSED TREE 2010-04-22 00:08:34 +02:00
Dão Gottwald
a9c19d3312 add missing spaces; 'switch' is not a function 2010-02-06 11:40:06 +01:00
Dão Gottwald
5d2246b4ad Backed out changeset 15e478e4abd8 2010-01-27 13:26:21 +01:00
Ehsan Akhgari
7ffb995b86 Bug 242852 - I wish that "Copy link text" were a hyperlink contextual menu option, r=gavin, ui-r=faaborg 2010-01-15 21:28:27 -08:00
Tanner M. Young
ca8c8dd143 Bug 517902 - "Reimplement image properties, using the existing "Media" panel" [ui-r=faaborg r=db48x sr=mconnor] 2009-10-22 19:32:49 -05:00
Dão Gottwald
cc0d966663 add missing semicolons 2009-10-01 16:07:21 +02:00