Neil Rashbrook
16b51b9c2f
Bug 956657 Share more charset menu code between the view source window and the browser r=Unfocused
2014-02-21 00:17:13 +00:00
Henri Sivonen
ed64e1c604
Bug 959061 - Have only one "Chinese, Simplified" item in the Character Encoding menu. r=Unfocused.
2014-01-30 14:39:25 +02:00
Neil Rashbrook
bf1aca28ee
Bug 940907 Re-introduce the Character Encoding menu to the View Source window r=Unfocused
2014-01-06 08:44:19 +00:00
Jared Wein
3ef06aaed2
Bug 926487 - Replace className comparisons with classList.contains in viewSource.js. r=Unfocused
2013-12-12 18:14:25 -05:00
Henri Sivonen
86b1606c5c
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
2013-10-16 04:46:10 +03:00
Gavin Sharp
8785e29499
Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice
2013-10-08 14:00:48 -07:00
Boris Zbarsky
c3968d7813
Bug 792215. Convert quickstubs to using JSNative getters and setters. r=peterv
2012-09-25 14:44:40 -04:00
Neil Deakin
a092850823
Bug 480356, move content page tooltip text generation code into tooltip binding so that it can be shared, r=neil,mratcliffe
2013-03-21 08:58:07 -04:00
Boris Zbarsky
268d0ca4ce
Bug 838518 part 1. Fix treewalker callers per the API change that was made. r=smaug
2013-02-06 14:22:33 +00:00
Neil Rashbrook
776db6b863
Bug 803661 Can't save files from the view source window r=jdm
2012-10-20 00:37:35 +01:00
Josh Matthews
a6d9debc97
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Ehsan Akhgari
f4bd388765
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
Neil Rashbrook
3f194429dd
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-26 00:11:16 +01:00
Ed Morley
4bd90ea948
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
2012-06-25 19:14:43 +01:00
Neil Rashbrook
d9a10be7eb
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
2012-06-25 09:24:49 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
aceman
bd62801033
Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin
2012-03-29 11:48:40 +02:00
Phil Ringnalda
941a3ed11c
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
2012-03-28 22:37:46 -07:00
aceman
5b045964d6
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-28 21:00:14 -04:00
Gavin Sharp
596779abed
backout 110452fddc2a (bug 738568) since it broke viewsource
2012-03-27 18:06:10 -07:00
aceman
7684f16e43
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
2012-03-27 19:17:35 -04:00
Geoff Lankow
e48a86b087
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Phil Ringnalda
6ea461379a
Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts
2012-02-22 22:11:48 -08:00
Geoff Lankow
be666f6f23
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
2012-02-19 22:47:06 +13:00
Simon Montagu
d5b6d8fbcf
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
2012-01-24 11:52:05 +02:00
Simon Montagu
d21db7f52d
Remove unused forcedDetector property. Bug 713825, r=bz
2012-01-24 11:52:05 +02:00
Simon Montagu
5c995efcb2
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
2012-01-24 11:52:05 +02:00
Simon Montagu
22832cf881
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
2012-01-24 11:52:04 +02:00
Henri Sivonen
28e870cbc4
Bug 700361 - Make viewSource.js assume a pre without an id starts on line 1. r=gavin.sharp.
2011-11-16 09:38:51 +02:00
Henri Sivonen
a42a25896b
Bug 482921 part 9 - Support tooltips in the View Source window. r=gavin.sharp.
2011-11-01 13:33:11 +02:00
arno renevier
9b66592dba
Bug 684908 - Save viewSource uri with content cacheKey; r=neil
2011-10-10 15:27:05 +01:00
Gavin Sharp
7cfe6f0204
Bug 652542: "Ignore warning" link in the view-source window no longer works, r=neil
2011-04-26 09:24:10 -04:00
Robert Kaiser
53e293cd73
bug 567587 - consistent IDs for view(Partial)Source, kill unused page editing function, r=gavin
2010-05-24 14:48:24 +02:00
Ehsan Akhgari
b441a7ac76
Back out changeset 6fc5d661ca55 because of a11y test failures
2010-05-19 10:48:30 -04:00
Asaf Romano
429f6ecb7b
Bug 566736 - Lazily initialize the findbar. r=gavin.
2010-05-19 15:23:43 +03:00
Neil Deakin
3fea5960c8
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
2010-04-18 14:27:18 -04:00
Olli Pettay
cb7087f56a
Bug 544018 - print preview doesn't work in view source , r=dao
2010-02-09 18:24:49 +02:00
Olli Pettay
afa76a6fe2
backout Bug 544018
2010-02-08 19:00:41 +02:00
Olli Pettay
fcad2fdbd3
Bug 544018 - print preview doesn't work in view source, r=dao
2010-02-08 18:16:57 +02:00
Blair McBride
e9afd84370
Bug 397937 - Handle view-source on malware and error pages more gracefully, r=mconnor
2009-12-23 22:03:37 -05:00
Tom Dyas
692f3e5c44
Bug 465265 - Support swipe gestures in View Source windows on Mac OS X. r=gavin, ui-r=faaborg
2009-11-06 17:38:22 +01:00
Dão Gottwald
e95bc52b78
Bug 517755 - use smart getters in View Source window. r=neil
2009-10-03 11:36:04 +02:00
Masahiro Yamada
3fc96b52b4
Bug 425588 "Go to line" should always parse line number as decimal r=mconnor, sr=roc
2009-06-18 14:23:04 +09:00
Phil Ringnalda
cbaac746dc
Bug 480080 - updateStatusBar not defined in gSelectionListener in viewSource.js (when it's getting notified of a selection change after the window has already closed), r=gavin
2009-05-08 21:36:55 -07:00
Josh Aas
4b9a846783
Backed out changeset 9f9b05760fff, bug 480080, to see if it fixes orange
2009-05-08 13:42:19 -04:00
Phil Ringnalda
b4a1cca87a
Bug 480080 - updateStatusBar not defined in gSelectionListener in viewSource.js (when it's getting notified of a selection change after the window has already closed), r=gavin
2009-05-07 20:28:04 -07:00
Phil Ringnalda
bc194063f1
Bug 379822 - Make view source character encoding menuitems work in Thunderbird by not reloading from history if history is disabled, r=gavin
2009-05-03 09:28:43 -07:00
Curtis Bartley
474a00cdf9
Bug 475542 - history/cache problem with view page source issuing a GET on an already POSTed form. r=gavin
2009-02-05 17:38:17 -05:00
Phil Ringnalda
21148a9ccb
Bug 473034 - Scrape the underscore off viewsource's content, r=gavin
2009-01-15 20:02:20 -08:00
81257d1027
Bug 469535 - Cr is not defined in viewSource.js, r=gavin
2008-12-31 22:10:19 -08:00