gecko/mobile/android/chrome/content
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
..
bindings Bug 764535 - (Part 2) Remove bindings.xml, and put menulist binding in its own file. r=mbrubeck 2012-06-18 10:09:23 -07:00
about.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
aboutAddons.js Bug 756689 - Send notifications when addon options are shown. r=mfinkle 2012-05-21 12:31:36 -07:00
aboutAddons.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
aboutApps.js Backout 21a070f6afcd for Android bustage 2012-06-26 18:07:13 -07:00
aboutApps.xhtml Bug 697309 - Add support for the Open Web Apps API - part 2 : about:apps r=mbrubeck r=fabrice 2012-03-30 00:50:48 -04:00
aboutCertError.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
aboutDownloads.js Bug 741655 - Add more controls to download manager. r=bnicholson 2012-05-23 20:56:39 -04:00
aboutDownloads.xhtml Bug 695178 - Download Manager. r=mfinkle,wesj 2012-04-04 10:12:44 -07:00
aboutHome.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
aboutReader.html Bug 750686 - Implement style toolbar for Reader Mode (r=mfinkle) 2012-06-20 18:12:13 +01:00
aboutReader.js Bug 766966 - Change "Font" to "Text" in Reader UI (r=mfinkle) 2012-06-22 17:44:36 +01:00
aboutRights.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
blockedSite.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
browser.js 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
browser.xul Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
config.xhtml Bug 721640 - Show no entries for empty filter in about:config. r=mfinkle 2012-06-07 11:16:45 -07:00
cursor.css Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
dbg-browser-actors.js Bug 764324 - Fix breakpoint handling for Fennec and B2G browser actors; r=mfinkle,vingtetun 2012-06-15 11:54:45 +03:00
downloads.js Bug 741430 - Use new icons for status alert notifications r=sriram 2012-05-24 23:41:57 -04:00
exceptions.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
languages.properties Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
netError.xhtml Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Readability.js Bug 750683 - Check if page is convertible to enable reader mode (r=mfinkle) 2012-06-20 19:21:22 +01:00
sanitize.js Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
SelectHelper.js Bug 747851 - Only fire change if a select changed. r=mfinkle 2012-05-30 13:23:13 -07:00