Josh Matthews
6758610a3e
Backed out changeset 71a2a9d7618e
2012-10-03 13:12:12 -04:00
Josh Matthews
9e619eab5c
Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan
2012-10-03 13:10:55 -04:00
Josh Matthews
f8bc15a806
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Josh Matthews
26c7f1fdc8
Bug 789546 - Convert all JS users of imgICache service to use privacy-aware imgITools API instead. r=ehsan
2012-09-17 12:18:40 -04:00
Jared Wein
121d46ca3b
Bug 654687 - Combine Stop and Reload in the page context menu. r=felipe
2012-07-03 23:21:53 -07:00
Jared Wein
4ca7850f11
Bug 239307 - Remove 'Send Link...' from context menus. r=fryn ui-r=shorlander
2012-07-03 13:42:18 -07:00
Ehsan Akhgari
45fe6d3ae2
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Dan Wendorf
485d018917
Bug 702159 - Add context menu to exit DOM full screen mode and tests. r=jaws
2012-05-24 23:57:59 -05:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gavin Sharp
a4a4d8383b
Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
...
--HG--
extra : transplant_source : %D6%90%13%91%EA%3D3%CB%93B1%CD%7F%0Cf%D1%08%00%A4%E6
2012-04-18 15:44:02 -07:00
Paul ADENOT
a4640d7b1b
Bug 557278 - OGG audio handled as OGV video. r=dolske, a=desktop-only
2012-04-20 22:33:42 -04:00
Wolfgang Rosenauer
b00df78bbd
Bug 526717 - remove non-working "Set as desktop background" from the UI for unsupported desktops. r=gavin
2012-04-02 22:43:12 +02:00
Chad Freeman
3dfad2bd5e
Bug 720023 - Context menus for selected domains should be the identical as for links. r=jwein
2012-03-16 12:41:37 -07:00
Ekanan Ketunuti
751f71d71a
Bug 734027 - Decode percent encoding on non-ASCII filename when saving a video snapshot. r=jaws
2012-03-08 18:18:35 +07:00
rsx11m
68a52ecffb
Bug 730041 - Disable "View Background Image" in context menu for stand-alone video content. r=dolske
2012-02-29 19:35:48 -05:00
VD
081c9f71ba
Bug 702894 - Remove pre-DOM API full-screen video implementation. r=dao
2012-02-08 14:19:29 +01:00
Matthew Noorenberghe
42961c6594
Bug 722636 - Only show "Undo Add to Dictionary" context menu on text fields and add separator r=ehsan
...
--HG--
extra : rebase_source : 85fab3254730ef89d66fe86b4a6fb6c8f392b882
2012-01-31 14:53:21 -08:00
Quentin Headen
8db5bf6208
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
Dão Gottwald
5e3233b7b2
Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
2011-12-07 15:45:44 +01:00
Dão Gottwald
ef93d2dbda
fixing line endings, no bug
2011-11-29 17:18:42 +01:00
Jared Wein
23e0f6924e
Bug 470628 - Part 1: CSS, JS, XBL, and locale changes (with fall-back support). r=dolske ui-r=shorlander f=fryn
2011-11-23 14:42:18 -05:00
Marco Bonardo
9d3a1947c9
Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
...
r=dietrich
2011-11-15 20:42:27 +01:00
Marco Bonardo
1a2d6e25f7
Bug 700348 - fix showBookmarkDialog warnings.
...
r=dietrich
2011-11-11 22:39:26 +01:00
Paul ADENOT
2d1995385e
Bug 556563 - Disable/remove "View video" when you're already viewing the video. r=dolske
2011-11-02 13:52:21 -07:00
Marco Bonardo
7279ff22e3
Bug 696159 - Remove some deprecated Places code.
...
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Justin Dolske
3f09d1f5cc
Bug 693099 - "Save Snapshot As" option on HTML5 videos creates PNG files with .JPG file extension. r=sparky
2011-10-11 00:14:27 -07:00
Jared Wein
3142bbfabf
Bug 669260 - Add statistics overlay to video element. r=dolske
2011-10-03 20:47:41 -07:00
Matthew Wein
a911d6f1fd
Bug 681550 - Add ability to save current frame of video. r=dolske
2011-10-03 10:42:36 -07:00
Jared Wein
3ae900471a
Backed out 971f1bf573fc8 due to test failures
2011-10-03 10:36:07 -07:00
Matthew Wein
fbe7c208a8
Bug 681550 - Add ability to save current frame of video. r=dolske
2011-10-03 08:13:50 -07:00
Rob Campbell
714e893ca1
Bug 688595 - Hide Inspect Element context menu items if not enabled; r=gavin
2011-09-23 13:43:37 -03:00
Panos Astithas
d78ae29f4c
Bug 587134 - Context menu item for Highlight Element (highlighter); r=gavin
2011-09-21 13:16:25 +03:00
Jesper Kristensen
90f5bdbe17
Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan
2011-09-13 14:58:54 -04:00
Felix Fung
9bb0edf799
Bug 577266 - Correct misspellings in source code
2011-09-06 17:20:35 -07:00
Ed Morley
4923d068c0
Backout a422b9ff0a9e (bug 591780 part 1) for causing 8% Ts regression on multiple platforms; a=khuey
2011-09-06 14:32:26 +01:00
Jesper Kristensen
ffe4248d12
Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan
2011-09-05 18:44:34 -04:00
Jan Varga
bd7b514f07
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
Jan Varga
5020b003ce
Bug 617528 Part 2 - Core implementation r=smaug
...
--HG--
rename : content/html/content/test/test_bug418756.html => content/html/content/test/test_checked.html
2011-08-08 19:31:32 +02:00
Kailas
846f5869f6
Bug 564387 - Let "Save Video As..." respect the filename set in the Content-Disposition header. r=gavin
...
--HG--
rename : embedding/test/320x240.ogv => browser/base/content/test/bug564387_video1.ogv
2011-07-10 13:53:22 -07:00
Dão Gottwald
abac6739de
Bug 591953 - Show the "Open Link" context menu item for URLs with hyphens. r=gavin
2011-06-21 11:59:29 +02:00
Mounir Lamouri
0e5c1727be
Bug 558651 - "Check Spelling" should only be shown in context menu when input element is in 'text' or 'search' state. r=sdwilsh
2011-05-02 22:13:22 +00:00
Boris Zbarsky
853fd4d981
Bug 331959 and bug 127903. Make situations in which an anchor or submit control is nested inside another anchor and the inner thing is clicked trigger the inner thing, not both. r=smaug,gavin a=blocker
2010-12-27 14:42:10 -06:00
Dão Gottwald
d307de44b0
Bug 606678 - use openLinkIn in nsContextMenu ("Open Link in New Tab" shouldn't add tabs to popups). r=gavin a=b
...
--HG--
extra : rebase_source : c76eb56bdcdb55bf965b5c3adebfeb6720a733db
2010-12-25 00:11:45 +01:00
Honza Bambas
4d88c7dff6
Bug 597374 - Downloading of a file from a password protected directory fails, r=dolske, sr=bzbarsky, a=blocking2.0:betaN+
2010-10-25 18:47:23 +02:00
Chris Pearce
5c3547d9d9
Bug 485288 - Ensure video context menu doesn't show when video's source children don't contain a resource. r=dolske a=blocking2.0
2010-09-03 12:03:03 +12:00
Dão Gottwald
712036f4f2
Bug 425575 - Huge context menu when holding right-click on a page, dragging mouse and letting go anywhere out of content area. r=mano
2010-08-06 08:55:42 +02:00
Felipe Gomes
f65350ecbb
Bug 520805: Full screen video plays back on wrong monitor (multiple monitor setup). r=jst, a=beltzner
2010-08-02 22:55:25 -04:00
Dão Gottwald
34bce9400e
Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
2010-07-30 08:53:13 +02:00
Frank Yan
14fac842d0
Bug 514739: Remove 'block images from www.site.com' context menu item. r=gavin
2010-07-14 19:00:12 -07:00
Ehsan Akhgari
d16efb60a6
Bug 433860 - No spelling suggestions for text inputs when contenteditable node in document; r=gavin
2010-06-01 14:08:38 -04:00
Mounir Lamouri
cbf74508a5
Bug 557620 - Implement <input type="tel">. r=smaug,dolske,dao sr=sicking
2010-05-12 09:17:07 +02:00
Dão Gottwald
8f5cb994b5
Bug 556482 - Remove dead onDestroy method. r=gavin
2010-04-02 09:17:59 +02:00
Dão Gottwald
115b0a5381
Backed out changeset 15e478e4abd8
2010-01-27 13:26:21 +01:00
Ehsan Akhgari
f7d725dcf0
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
Nochum Sossonko
101eff953b
Bug 526952 - Check if we're on a link before using the selection for the context menu, r=dao
2009-12-12 21:22:09 -05:00
Nochum Sossonko
e6acb87371
Bug 515512 - Text urls that don't have the leading protocol should have the link context menu options when selected. r=dao
2009-10-31 08:59:23 +01:00
Dão Gottwald
fb97ffad40
Bug 524106 - "View Image Info" selects the wrong image when there are multiple images with the same src. r=db48x
2009-10-29 08:42:45 +01:00
Tanner M. Young
3927f423ab
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
Blair McBride
814a48f0a5
Bug 432213 - Bookmark dialog position incorrectly when bookmarking frame. r=mak77, ui-r=limi
2009-10-01 16:10:53 +02:00
Dão Gottwald
d001b590f3
Bug 453063 - Support for fullscreen video playback. r=dolske, ui-r=boriss
2009-10-01 10:49:00 +02:00
Dão Gottwald
a8f534133a
Bug 482941 - make 'View Background Image' handle background-image lists. r=mano
2009-09-23 11:07:12 +02:00
Johnathan Nightingale
6434f3c3d1
Bug 514520 - Double separator in context menu after properties dialog deletion. r=dao
2009-09-14 11:20:03 -04:00
Michael Schonfeld
a1c9bb1492
Bug 417483 - Double separator in context menu when selecting empty text & using iframes r=gavin
2009-09-14 11:19:58 -04:00
Johnathan Nightingale
81e5814880
Back out context menu changes for orange investigation
2009-09-14 13:22:03 -04:00
Johnathan Nightingale
74b9e437a9
Bug 514520 - Double separator in context menu after properties dialog deletion. r=dao
2009-09-14 11:20:03 -04:00
Michael Schonfeld
85c9947761
Bug 417483 - Double separator in context menu when selecting empty text & using iframes r=gavin
2009-09-14 11:19:58 -04:00
Mike Connor
b975eab73b
fix post-commit comment from gavin
...
--HG--
extra : rebase_source : dca2dbc66c4fb4230c72158eeeda88b9320d3d00
2009-09-09 18:25:28 -04:00
Mike Connor
fa56c4da13
bug 454518 -allow opening URLs that are not linked from the context menu (if selected), r=gavin, ui-r=beltzner
...
--HG--
extra : rebase_source : 1b363d5cfbbcd1acbbf037485bd0367bb0a7a9b6
2009-09-09 05:10:53 -04:00
Johnathan Nightingale
3d60b7255e
Bug 513147 - Remove the "properties" dialog (and associated "metaData" hooks) from web elements. r=vlad sr=jonas
2009-09-01 09:21:35 -04:00
Nochum Sossonko
b1f4f49414
Bug 502486 - Don't strip the www off urls for the block-image context menu label. r=dao, ui-r=faaborg
2009-08-28 20:26:17 +02:00
Dão Gottwald
f7fa537188
Bug 506861 - make more use of makeURI(). r=gavin
2009-07-29 07:55:18 +02:00
Justin Dolske
bf05b49fd1
Bug 497603 - "Pause" should change to "Play" in the context menu when the end of a video is reached. r=dao
2009-07-14 13:26:33 -07:00
Dão Gottwald
90b48a859a
Bug 503953 - make consistent use of gNavigatorBundle. r=gavin
2009-07-14 00:10:04 +02:00
Justin Dolske
1e2a5f3f42
Bug 496832 - Disable media entries in context menu when media source is invalid. r=gavin.sharp
2009-07-09 18:26:35 -07:00
Mark Smith
bb426c0819
Bug 437174 - Disabling 3rd party cookies breaks sending cookies for
...
channels with no docshell. r+sr=bzbarsky.
Added forceAllowThirdPartyCookie to nsIHttpChannelInternal.
Added LOAD_FLAGS_FORCE_ALLOW_COOKIES to nsIWebNavigation.
Added PERSIST_FLAGS_FORCE_ALLOW_COOKIES to nsIWebBrowserPersist.
--HG--
extra : rebase_source : 0ea11e1ed53d75152f57ffed74f44fc749a7a567
2009-06-16 10:30:25 -04:00
Mark Finkle
71094b75ef
Bug 497098: add imageURL getter to nsContextMenu for extension compat, r=gavin
2009-06-09 21:59:18 -04:00
Kai Liu
60d03a30f4
Bug 424101 - Inputs with type image don't give a context menu to save the image; r=gavin ui-r=beltzner
2009-02-27 00:06:01 +03:30
Ehsan Akhgari
a21f8e15f2
Bug 461625 - Hide the UI for saving permission manager entries in Private Browsing mode, r=mconnor
2008-11-04 02:52:22 +03:30
Justin Dolske
0224388329
Bug 462294 - Add "View Video" to context menu for <video> elements. r=gavin, ui-r=boriss
2008-10-30 12:29:40 -07:00
Justin Dolske
f6a9437320
Bug 461810 - Video content menu should operate on .currentSrc, not .src. r=gavin
2008-10-28 11:52:04 -07:00
Dão Gottwald
49dc58ee4e
Bug 439133 - "Show Image" is poorly labeled, can be confused with "View Image". ui-r=faaborg, r=mano
2008-10-27 23:47:01 +01:00
Dão Gottwald
e3b2bcff5a
Bug 453793 - Remove XUL directory listing leftovers from browser/. r=gavin
2008-10-26 00:03:54 +02:00
Justin Dolske
0b0b563969
Bug 449522 - Context menu for HTML5 <video> elements. r=gavin, ui-r=boriss
2008-10-22 23:36:52 -07:00
Gavin Sharp
5634d58e82
Bug 439292: allow 'open in new tab/window' for mailto links if the registered handler is a web handler, patch by Natch <highmind63@gmail.com>, r=me
2008-08-26 20:20:41 -04:00
Vlado Valastiak (wladow, Mozilla.sk)
9fac491233
'Search Foo for selected text' context menu hitchhikes an accesskey
2008-07-29 16:41:54 +02:00
Kai Liu
71fba86b9b
Bug 431141: input type="password" should not have "Add Keyword to this Search" context menu, r=gavin
2008-06-15 21:28:01 -04:00
timeless@mozdev.org
dea70d3e21
Bug 423432 parent.getAttributeNS is not a function [parent instanceof Document] r=gavin a=beltzner
2008-04-09 21:08:25 -07:00
reed@reedloden.com
377a5bb5b8
Bug 423833 - "Show Only This Frame code uses about: url for error pages, instead of original site url" [p=johnath@mozilla.com (Johnathan Nightingale [johnath]) r=Mano a=blocking-firefox3+]
2008-04-08 11:45:08 -07:00
johnath@mozilla.com
fd53f748be
Back out bug 423833 due to windows browser test failures
2008-04-07 07:56:44 -07:00
johnath@mozilla.com
3d1072b0ce
"Show Only This Frame" code uses about:neterror url for error pages. b=423833 r=mano a=blocking-firefox3 (beltzner)
2008-04-07 06:39:08 -07:00
gavin@gavinsharp.com
4ec983fe66
Replace CRLF with LF
2008-04-04 10:55:58 -07:00
reed@reedloden.com
d8be793d5b
Bug 425631 - "It is possible to duplicate the suggestions on spell checking" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) r=gavin a=blocking-firefox3+]
2008-04-04 02:08:16 -07:00
dolske@mozilla.com
1b346b4adc
Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+
2008-04-02 20:02:08 -07:00
dietrich@mozilla.com
9b590e293e
Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano)
2008-03-13 12:25:49 -07:00
dietrich@mozilla.com
bb02f4a736
Backing out test of bug 384370
2008-03-10 10:49:31 -07:00
dietrich@mozilla.com
ee727436aa
Bug 384370 - test perf run (r=mano)
2008-03-10 09:41:52 -07:00
dietrich@mozilla.com
b4a8b029fa
backing out test checkin of bug 384370
2008-03-04 14:12:27 -08:00
dietrich@mozilla.com
115cb33e21
TESTING - temp checkin of bug 384370 (r=mconnor)
2008-03-04 13:23:04 -08:00
dietrich@mozilla.com
7df26481c9
backing out test patch for bug 384370
2008-03-04 12:04:14 -08:00
dietrich@mozilla.com
6eada140a5
Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING (r=mconnor)
2008-03-04 11:50:18 -08:00