Dave Camp
fee966b388
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
2013-04-11 13:59:08 -07:00
Ed Morley
2e302e649c
Backed out changeset 8a9a40bfa8e3 (bug 853151) for browser_social_markButton.js failures
2013-04-25 11:19:52 +01:00
Shane Caraveo
02d0bf5646
bug 853151 refactoring recommend into SocialMark, r=felipe
2013-04-24 12:58:36 -07:00
Gijs Kruitbosch
c970027224
Bug 845555 - Fix statistics menu item, r=jaws
2013-04-15 23:06:12 -07:00
Sunny
705e935ed2
Bug 840745 - Default HTML5 audio/video player controls should facilitate changing playback rate. r=jaws ui-r=limi
2013-03-07 12:28:24 -05:00
Ehsan Akhgari
5ab06de081
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
2013-01-29 13:12:13 -05:00
Shane Caraveo
347c33476c
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-27 10:31:14 -08:00
Ryan VanderMeulen
77fadf6a12
Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures.
2013-01-26 21:19:21 -05:00
Shane Caraveo
cc6d077b35
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-26 16:48:54 -08: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
Olli Pettay
d0cda82ce3
Bug 816340 - Propagate events to chrome even if there is a disabled form control in the event target chain, r=jst,gavin
2013-01-03 17:17:36 +02:00
Joe Walker
f8871c53c5
Merge m-c to fx-team
2012-12-13 17:42:37 +00:00
Joe Walker
7aaa4bea44
Bug 813031 - gDevTools needs an API review [toolbox]; r=paul
2012-12-13 13:03:55 +00:00
Johan Charlez
ddf0ac2047
Bug 433168 - Context menu is not shown for form buttons and select elements. r=gavin
2012-12-13 01:09:49 -05:00
Ehsan Akhgari
e013e231c0
Merge mozilla-central to mozilla-inbound
2012-11-30 13:20:05 -05:00
Joe Walker
9632928486
Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
2012-11-30 08:07:59 +00: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
Ed Morley
b8d06247d3
Backout f3bb2259ca27 (bug 433168) for browser-chrome failures
2012-10-31 16:07:20 +00:00
Johan Charlez
fa11a8d1fc
Bug 433168 - Context menu is not shown for form buttons and select elements. r=Mano.
2012-10-31 10:56:51 -04: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
Josh Matthews
b3c1799f1c
Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan
2012-10-03 15:33:54 -04:00
Josh Matthews
8dfb90a0b7
Backed out changeset 71a2a9d7618e
2012-10-03 13:12:12 -04:00
Josh Matthews
2f85f48291
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
a6d9debc97
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Josh Matthews
12bf132b81
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
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
Ehsan Akhgari
f4bd388765
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
fe811e68b8
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
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gavin Sharp
86d1c01ff0
Bug 734076: make use of the new openUILink form to simplify context menu callers, r=dao
2012-04-18 15:44:02 -07: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
Wolfgang Rosenauer
9e0cad1539
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
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
Ekanan Ketunuti
70b3ec117f
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
2053493ffd
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
9c9297a32d
Bug 702894 - Remove pre-DOM API full-screen video implementation. r=dao
2012-02-08 14:19:29 +01: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
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
Dão Gottwald
54d6678452
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
55664356ea
fixing line endings, no bug
2011-11-29 17:18:42 +01:00
Jared Wein
1e8092a8d4
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
62238b62aa
Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
...
r=dietrich
2011-11-15 20:42:27 +01:00
Marco Bonardo
3691090b43
Bug 700348 - fix showBookmarkDialog warnings.
...
r=dietrich
2011-11-11 22:39:26 +01: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
Marco Bonardo
1c1a9598ca
Bug 696159 - Remove some deprecated Places code.
...
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Justin Dolske
5f5783bba7
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
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