gecko-dev/xpcom
Masayuki Nakano 006066d2ee Bug 1546888 - Make editor public methods which may be canceled by clipboard event listener return NS_SUCCESS_DOM_NO_OPERATION when it's canceled r=m_kato
This patch makes editors return new error code internally when clipboard event
is dispatched and canceled by script.  This is for making each caller stop
handling the edit action.  However, it's not actual failure.  Therefore, making
public methods return `NS_SUCCESS_DOM_NO_OPERATION` instead via
`EditorBase::ToGenericNSResult()`.

Differential Revision: https://phabricator.services.mozilla.com/D28935

--HG--
extra : moz-landing-system : lando
2019-05-02 08:39:53 +00:00
..
base Bug 1546888 - Make editor public methods which may be canceled by clipboard event listener return NS_SUCCESS_DOM_NO_OPERATION when it's canceled r=m_kato 2019-05-02 08:39:53 +00:00
build Bug 1460811 - migrate XULStore to rkv r=bgrins,lina 2019-04-22 02:59:51 +00:00
components Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
doc
ds Bug 1545430 - Implement selector-matching for ::part(). r=heycam 2019-05-01 17:28:23 +00:00
glue Bug 1546498 - Split out MaybePrefetchMemory's check into two functions r=aklotz 2019-05-01 02:08:28 +00:00
idl-parser Bug 1535486 - Handle the element type correctly with rust XPCOM types, r=mccr8 2019-03-22 21:32:59 +00:00
io Merge mozilla-inbound to mozilla-central. a=merge 2019-05-01 18:56:07 +03:00
libxpt/xptcall
reflect Bug 1541684, part 3 - Statically compute if a method is reflectable. r=nika 2019-04-05 23:48:18 +00:00
rust Bug 1546048 - Use std::ffi::CStr and the cstr crate instead of custom stuff in xpcom. r=lina 2019-04-22 05:09:23 +00:00
string Bug 1543693 - Add missing nsReadableUtils wrappers for conversions between UTF-8 and Latin1 XPCOM string. r=froydnj 2019-04-12 17:49:11 +00:00
system Bug 1433685 - Remove nsGConfService, r=glandium 2019-04-10 10:18:14 +00:00
tests Bug 1461601 - lower the OOM bound for TArray::test_fallible on Windows; r=erahm 2019-05-01 17:04:40 +00:00
threads Bug 1548562 - require `nsThread::Init` to take a name; r=baku 2019-05-02 16:05:50 +00:00
windbgdlg Bug 1528651 - Fix some trivial warnings and re-enable warnings-as-errors on Windows in some directories. r=dmajor 2019-02-19 20:42:11 +09:00
xpidl
moz.build Bug 1489340 - Remove xpcom/typelib r=froydnj 2018-09-07 13:55:38 +00:00
xpcom-config.h.in Bug 1523851 - Remove the dynamic_cast<void*> test. r=froydnj 2019-01-30 14:25:33 +00:00
xpcom-private.h.in