Commit Graph

401 Commits

Author SHA1 Message Date
Wes Kocher
a1ec030ef0 Backed out changeset fc91bd1a27a7 (bug 1353073) for eslint failures a=backout 2017-04-15 00:33:34 -07:00
Shane Caraveo
879fbe7c86 Bug 1353073 handle contextmenu in sidebar when remote=true, r=kmag
MozReview-Commit-ID: GDAd2jYrlf6
2017-04-14 15:15:37 -07:00
Kris Maglione
e6a8ac0beb Bug 1355120: Get rid of top-level window ID tracking. r=aswan
MozReview-Commit-ID: y7DzMxXBot
2017-04-12 14:12:22 -07:00
kernp25
e42851c3cc Bug 1339416 - contextMenus.OnClickData should have the frameId. r=mixedpuppy 2017-04-04 12:00:16 +02:00
Christoph Kerschbaumer
574344af6e Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs 2017-04-03 12:43:01 +02:00
Carsten "Tomcat" Book
4f3ecfe971 Backed out changeset fdb11fbb53cf (bug 1344706) for eslint failure 2017-04-03 11:32:38 +02:00
Christoph Kerschbaumer
9a82733457 Bug 1344706 - Do not reuse originPrincipal as triggeringPrincipal within utilityOverlay.js. r=gijs 2017-04-03 09:58:17 +02:00
Mark Banner
63e1ce3277 Bug 1350298 - Reduce the complexity of nsContextMenu:setTarget. r=jaws
MozReview-Commit-ID: 2TYNVCV4LSL
2017-03-23 16:22:24 +00:00
Mark Banner
881b22034d Bug 1350298 - Fix most of the ESLint issues in nsContextMenu.js. r=jaws
MozReview-Commit-ID: 4t2paQntzBO
2017-03-23 12:34:22 +00:00
Mark Banner
5da5245edb Bug 1350298 - Stop preprocessing nsContextMenu.js - use AppConstants instead. r=jaws
MozReview-Commit-ID: LLz9bRu9Xxs
2017-03-24 11:33:48 +00:00
Kilik Kuo
6bcf385da9 Bug 1348601 - Carry IsHandlingUserInput information to media listeners in content.js. r=mrbkap
HTMLMediaElement relies on user's interaction to allow playback when media.autoplay.enabled set to false.

MozReview-Commit-ID: IPZdAAKlrjM
2017-03-22 14:12:41 +08:00
Christoph Kerschbaumer
63d8668a3f Bug 1343279 - Use SystemPrincipal when loading canvasToBlobURL. r=gijs 2017-02-28 20:48:42 +01:00
Luca Greco
7dc975a291 Bug 1190687 - [webext] webNavigation.onCreatedNavigationTarget on new windows/tabs from context menu and user clicks on links. r=kmag
MozReview-Commit-ID: KYVKkVUSOzR
2017-02-24 19:49:38 +01:00
Florian Quèze
c8cf49999e Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws. 2017-01-27 10:51:03 +01:00
Florian Quèze
0a4ee94a29 Bug 1334199 - script-generated patch to omit getComputedStyle's second argument when it's falsy, r=jaws. 2017-01-27 10:51:02 +01:00
Jonathan Kingston
5f3247760f Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00:00
Sebastian Hengst
bbb910c990 Backed out changeset bdaebda382c1 (bug 1297738) for failing browser_referrer_open_link_in_container_tab.js on OS X. r=backout 2016-11-28 01:06:03 +01:00
Jonathan Kingston
d2f8d8daa5 Bug 1297738 - Removing accesskey from container menus that are not accessible via a keyboard r=Gijs
MozReview-Commit-ID: KKBw4k61H9N
2016-11-24 15:05:06 +00:00
Phil Ringnalda
bf34d7ef12 Merge m-i to m-c, a=merge
MozReview-Commit-ID: EDVoIcyWOhi
2016-11-22 20:03:03 -08:00
Alexandre Poirot
6c52d41429 Bug 1154645 - Simplify inspectNode implementation by passing CSS selector instead of node reference. r=pbro
MozReview-Commit-ID: 3yeDk3OniFj
2016-11-09 09:23:36 -08:00
srivatsav
3b918ed510 Bug 1312466: Added a password context to contextMenus API. r=kmag
MozReview-Commit-ID: DzLX4JQTfRS
2016-11-22 16:57:43 +05:30
Jonathan Kingston
df5380e1a5 Bug 1267916 - part 1 - Open about preferences #containers in any existing menu (except context menu), r=jaws 2016-11-03 19:31:28 +01:00
Ehsan Akhgari
40930029ec Bug 908570 - Don't show the 'Add Dictionaries…' menu item for contenteditable elements with spellcheck=false; r=dao 2016-10-20 15:43:55 -04:00
Sebastian Hengst
003acbb7e1 Backed out changeset 6b3dc1102513 (bug 908570) 2016-10-20 20:03:15 +02:00
Ehsan Akhgari
97ee9449f2 Bug 908570 - Don't show the 'Add Dictionaries…' menu item for contenteditable elements with spellcheck=false; r=dao 2016-10-20 09:53:06 -04:00
Gijs Kruitbosch
a5f81387b8 Bug 1284395, r=bz,mconley,baku
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Andrea Marchesini
a82c34d5ba Bug 1289832 - ContextMenu should take userContextId from nsILoadContext, r=gijs 2016-09-23 14:12:59 +02:00
Sebastian Hengst
1be73950af Backed out changeset 6036b8acdab5 (bug 1284395) for asserting in ChromeUtils::IsOriginAttributesEqualIgnoringAddonId at nsDocShell.cpp:8007 for Windows debug builds. r=backout 2016-09-19 17:10:09 +02:00
Gijs Kruitbosch
0ab165096f Bug 1284395, r=bz,mconley
MozReview-Commit-ID: 1nPyv7G3q7d
2016-09-06 14:19:45 +01:00
Carsten "Tomcat" Book
31cc011b59 Merge mozilla-central to mozilla-inbound 2016-09-08 12:42:45 +02:00
Andrea Marchesini
29789e3b3f Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs 2016-09-08 11:40:46 +02:00
Fischer.json
cfa542463c Bug 1120967 - Broken middle/right click on links via about:preferences pages. r=jaws
MozReview-Commit-ID: FejMTP3invj
2016-08-19 17:32:31 +08:00
Masatoshi Kimura
cb58b18779 Bug 1161599 - Show "Reload Image" if the image has an error. r=florian
MozReview-Commit-ID: 1hDVFySM6to
2016-08-29 12:03:13 +09:00
Boris Chiou
79f1500bd8 Bug 1245751 - Part 12: Retrieve href from both None & XLink namespace in Browser & Android. r=Gijs,sebastian
MozReview-Commit-ID: dSyuTRh5MY
2016-07-07 17:07:14 +08:00
Shane Caraveo
e5626fbd1f Bug 1289549 P2 socialapi remove sidebar and chat, r=florian
MozReview-Commit-ID: JzSDh41IPBu
2016-08-23 15:24:06 -07:00
Shane Caraveo
da86ee46c2 Bug 1289549 P1 socialapi remove status and marks, r=florian
MozReview-Commit-ID: IgpgD7qwasI
2016-08-23 15:24:06 -07:00
Wes Kocher
6a99fe80d4 Backed out changeset de9d3e0f0b20 (bug 1299480) for browser-chrome failures in browser_referrer_open_link_in_container_tab.js a=backout 2016-09-06 15:55:55 -07:00
Andrea Marchesini
cce61ca710 Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs 2016-09-06 21:22:20 +02:00
Phil Ringnalda
f1ee28364f Back out 0bb0f5bef1a6 (bug 1299480) for failures in browser_referrer_open_link_in_tab.js
CLOSED TREE
2016-09-06 07:55:12 -07:00
Andrea Marchesini
0065d73bb4 Bug 1299480 - Fix regression in the context menu when containers are in used, r=gijs 2016-09-06 13:19:01 +02:00
Kilik Kuo
e08c8732b8 Bug 1150371 - [Part1] - Remove 'Learn more about Drm...' from r-click context menu if it's a MediaElement for clearkey content. r=florian
MozReview-Commit-ID: 2OrP7bM40pS
2016-08-06 17:33:11 +08:00
Mike Conley
d0d68e5772 Bug 1200524 - Use Blob URLs instead of Data URLs for saving media from the content process. r=Felipe
Data URLs were fine for smaller pieces of media, but for large media, we'd quickly
max out the message size limit, and that'd result in a failure to even show the
save dialog.

With Blob URLs, we can refer to large media using a unique identifier that
is easy to pass around, and works from content to parent process.

MozReview-Commit-ID: Gooi1YIqrEM
2016-07-27 16:32:01 -04:00
Geoff Lankow
5fbd361aec Bug 1287657 - Context menu items should not be disabled for media with a blob URL; r=kinetik, r=baku 2016-07-25 22:41:52 +12:00
Andrea Marchesini
27f8427500 Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-25 09:25:08 +02:00
Carsten "Tomcat" Book
cf0644ba80 Backed out changeset bf7c4e797f76 (bug 1287091) for bc3/bc6 test failures 2016-07-24 14:32:04 +02:00
Andrea Marchesini
71dff7c49c Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-23 08:57:40 +02:00
Wes Kocher
f35484cf41 Backed out 5 changesets (bug 1287091) for build bustage after assertions in SharedIC.h CLOSED TREE
Backed out changeset c57fd3af416e (bug 1287091)
Backed out changeset edad0174cb12 (bug 1287091)
Backed out changeset 7ed07b35bad6 (bug 1287091)
Backed out changeset 939d5064ab91 (bug 1287091)
Backed out changeset acbca9af0a3b (bug 1287091)
2016-07-22 11:14:13 -07:00
Andrea Marchesini
50d5ad0233 Bug 1287091 - part 1 - ContextualIdentityService should use a storage for the containers, r=Gijs 2016-07-22 16:14:24 +02:00
J. Ryan Stinnett
30933227ec Bug 1240907 - Flatten RemoteBrowserTabActor into BrowserTabActor. r=ochameau
The removes the legacy path for non-e10s that avoids the messageManager.  We now
use the messageManager for all cases, both e10s off and on.

Unsurprisingly, this revealed a variety of race conditions in various tests, so
they've been cleaned up as well.

MozReview-Commit-ID: EXEWehphLIY
2016-07-21 12:20:55 -05:00
Pushpankar
77a14e357c Bug 1286854 - Replace ownerDocument.defaultView with ownerGlobal in browser/. r=dao 2016-07-16 10:20:04 +02:00