Commit Graph

52 Commits

Author SHA1 Message Date
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
Chris Ilias
ece61fbbb1 Bug 752268 - Add browser.privatebrowsing prefs to about:support. r=zpao 2012-06-22 22:38:19 -07:00
Matthew Noorenberghe
73df0390fc Bug 732303 - Redesign safe mode dialog with the profile reset option. r=dolske, ui-r=limi
--HG--
extra : rebase_source : de3907b72625eee1ae897b8991aaeebf38f97480
2012-03-09 15:21:03 -08:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Chris Ilias
8277a818e7 Bug 728981 - Add "browser.search" preferences to about:support [r=zpao] 2012-04-09 13:07:59 -07:00
Kai Engert
1cb75567ff Bug 673381, patch v4 to add NSPR/NSS library version numbers to about:support, r=dtownsend 2012-03-13 00:04:37 +01:00
Matthew Noorenberghe
27fec2ade6 Bug 717070 - Profile reset - Part 3 - about:support UI to reset profile. r=mak 2012-02-23 19:34:18 -08:00
Bill McCloskey
c6cd982f05 Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor) 2012-02-17 14:35:20 -08:00
Geoff Lankow
b0321a6413 Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg 2012-01-17 14:18:29 +13:00
Archaeopteryx
2a9f3c7aa3 Bug 718159 - sessionstore prefs not in about:support r=paul 2012-02-08 11:56:01 +01:00
Matthew Noorenberghe
ad086574ef Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
2011-11-07 21:20:42 -08:00
aceman
32d76a59ed Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop 2012-01-28 11:56:14 +00:00
Doug Sherk
c52099cdca Bug 704710: refactor GfxDriverInfo/GfxInfo(Base) to support string-based vendor and device id r=joe 2011-12-14 21:03:01 -08:00
Atul Aggarwal
e0e58a421e Bug 598339 - Simplying GPU Accelerated Window message in case no window is GPU Accelerated. r=joedrew 2011-11-28 01:44:58 +05:30
Matt Woodrow
df6de81a12 Bug 702770 - Expose GfxInfo properties in about:support. r=jrmuizel 2011-11-18 17:00:37 +13:00
Tobias Markus
1c2f04208c Bug 603332 - Add extra prefs to about:support whitelist to simplify lookup for common support issues; r=gavin.sharp 2011-11-08 01:51:50 +00:00
Matheus Kerschbaum
53e011d82c Bug 679616 - Stop whitelisting dead mozilla.widget.render-mode pref in about:support. r=bas 2011-08-18 11:58:20 +02:00
Ali Juma
58644cb240 Bug 591057 - List both GPUs in about:support and crash reports. - r=jrmuizel 2011-08-12 09:46:41 -04:00
Benoit Girard
8ca3efdd5c Bug 663187 - Add 'plugin', 'plugins' prefs to about:support. r=gavin 2011-06-30 17:08:11 -04:00
Dave Townsend
8e712d7c74 Backing out changeset 010b73990286 from bug 660732 due to it breaking about:support (bug 662901). 2011-06-12 08:47:34 -07:00
Blair McBride
ac0532ca49 Bug 660732 - about:support "Try updating your graphics driver" should link to instructions. r=gavin 2011-06-08 22:46:16 +12:00
Joe Drew
a51d1624f1 Bug 641169 - Whitelist webgl.* prefs in about:support. r=gavin 2011-05-30 09:31:17 +02:00
John Daggett
375ce049e0 Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel 2011-05-11 09:30:20 +09:00
John Daggett
0603515438 Backed out changeset d34dd7156b4d 2011-05-09 15:19:33 +09:00
John Daggett
d51efebde6 Bug 650723. Add ClearType parameter data to about:support. r=gavin,jrmuizel 2011-05-09 14:56:27 +09:00
Benoit Jacob
49511f9226 Bug 642502 - about:support improvements - r=gavin.sharp 2011-05-03 16:07:17 -04:00
Benoit Jacob
39482a826a Bug 642502 - skip fields with 0/empty/null values - r=jrmuizel 2011-05-03 16:07:17 -04:00
Miguel Ojeda
eb6027f5c5 Bug 645485 - Sort list of extensions in about:support. r=dao 2011-04-04 06:32:47 +02:00
Henri Sivonen
5bc865c4b0 Bug 636689 - Rename the HTML5 parser enablement pref and make it show in about:support. r+a=jst. 2011-02-25 18:23:02 +02:00
Jeff Muizelaar
c6f63dc38a Bug 617028. Expose graphics failures in about:support. r=ehsan,a=blocking
Adds a list of the graphics failures below the graphics section.
2011-02-07 16:11:57 -05:00
John Daggett
fd6fdf61fd Bug 624970. Display DirectWrite version in about:support. r=joe, a=joe 2011-01-14 21:57:17 +09:00
Siddharth Agarwal
b29a29ec8e Bug 624191 - Missing <td> in the graphics section of about:support. r+a=gavin
--HG--
extra : rebase_source : 712cd6fab69ea6a00be049adaeb48678bc6bfc4b
2011-01-11 16:28:10 +05:30
Vladimir Vukicevic
dd83d0dfa6 b=619485; add WebGL info to about:support; r=jrmuizel,a=beltzner 2010-12-16 12:49:54 -08:00
Joe Drew
dbc80e18a7 Bug 611027 - driver suggestion not displayed in about:support due to forgetting assignment. r=jrmuizel a=b 2010-11-11 15:31:22 -05:00
Dão Gottwald
3b1cbfe94c Bug 591573 - add support for app.support.vendor. r=enn 2010-10-15 11:10:27 +02:00
Dão Gottwald
d145500023 whitespace fix 2010-10-15 11:14:39 +02:00
Benoit Jacob
74d19c1b7d Bug 602975 - Empty "Graphics" section in about:support - r=joe 2010-10-12 17:01:59 -04:00
Benoit Jacob
76c7fc6d16 Bug 600620 - followup: fix typo in aboutSupport.js - r=jmuizelaar, a=blocking2.0-beta7
--HG--
extra : rebase_source : d5822eaeaec9efb578736bffe311971ff88dc3f2
2010-10-07 14:25:00 -04:00
Benoit Jacob
075394daa7 Bug 600620 - 2/2 - Expose feature status block reason in about:support - r=jmuizelaar, a=blocking2.0-b7 2010-10-06 21:40:08 -07:00
Benoit Jacob
6257218313 Backed out changeset f9ef76b7dbc2 2010-10-06 17:04:30 -04:00
Benoit Jacob
c741c6ce2d Bug 600620 - 2/2 - Expose feature status block reason in about:support - r=jmuizelaar, a=blocking2.0-b7 2010-10-06 16:43:29 -04:00
Vivien Nicolas
c75f8cf191 bug 595284 - about:support is broken in fennec r=gavin a2.0=gavin 2010-09-11 05:16:00 -04:00
Gavin Sharp
ecee39e261 Bug 590841: tweak header string for accelerated windows string in about:support, rs=joe, a=blocking 2010-09-07 16:36:23 -04:00
Joe Drew
3ef9ce1660 Bug 590841 - Add the ability for a DOM window to let us know when it's accelerated, and use that value in about:support. r=gavin sr=roc a=blocking2.0:beta6+ 2010-09-03 14:01:05 -04:00
Johnathan Nightingale
1eb3d35816 Bug 591776 - Add user agent to about:support r=sdwilsh a=blocking2.0beta6+ 2010-09-02 14:42:04 -04:00
Jeff Muizelaar
802d9f8d13 Bug 586046. Export graphics card/driver details to script using GfxInfo. r=gavin 2010-08-27 11:49:02 -04:00
Jeff Muizelaar
78f27ed0a6 Bug 587102. Expose whether direct2d is enabled to about:support. r=johnath
This adds a graphics section to about:support.
2010-08-13 21:29:46 -04:00
Dave Townsend
7a182ad4ba Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
e9f8fcd5cb Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00