gecko/dom/ipc
Ehsan Akhgari a95b6edeea 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
..
tests Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AudioChild.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AudioChild.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AudioParent.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
AudioParent.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ContentChild.cpp Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
ContentChild.h Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
ContentParent.cpp 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 2012-04-16 22:14:01 -04:00
ContentParent.h Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
ContentProcess.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ContentProcess.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CrashReporterChild.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CrashReporterChild.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CrashReporterParent.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
CrashReporterParent.h Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg 2012-06-06 14:08:30 +12:00
ipdl.mk Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jar.mn Bug 758297 - Move <iframe mozbrowser> code to dom/browser-element. r=mounir 2012-06-07 10:49:48 -04:00
Makefile.in Bug 761082 - Only export TabMessageUtils.h in mozilla/dom. r=cjones 2012-06-07 10:41:59 +02:00
PAudio.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PBrowser.ipdl Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones 2012-06-12 18:01:25 -04:00
PCOMContentPermissionRequestChild.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PContent.ipdl Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
PContentDialog.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PContentPermissionRequest.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PCrashReporter.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PDocumentRenderer.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
PMemoryReportRequest.ipdl Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
remote-test.js Bug 758401 - Add a way to get message manager from docshell, r=jst 2012-05-28 12:27:25 +03:00
TabChild.cpp Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
TabChild.h Bug 765075 - Load BrowserElementChild.js before returning the result of window.open from <iframe mozbrowser> to the opener. r=smaug 2012-06-21 21:17:52 -04:00
TabMessageUtils.cpp Bug 761082 - Only export TabMessageUtils.h in mozilla/dom. r=cjones 2012-06-07 10:41:59 +02:00
TabMessageUtils.h Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
TabParent.cpp Bug 761927, part 0: Add casting helpers and clean house a little. r=jlebar 2012-06-22 18:27:30 -07:00
TabParent.h Bug 761927, part 0: Add casting helpers and clean house a little. r=jlebar 2012-06-22 18:27:30 -07:00
test.xul Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00