Ehsan Akhgari
97b6ccc8c3
Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop
2012-04-24 23:14:16 -04:00
Ed Morley
2d31d82b8d
Backout a6175c97f365, 3ceeeaf0519f, bde34cebdcdc, 66dfa9606626, 86762d8c4de9, 717f908c990a, aa83d71fe7ee (bug 722868) for compilation failures
2012-06-28 19:00:30 +01:00
Ehsan Akhgari
8fb72cdd94
Bug 722868 - Part 4: Make the view source window aware of the deleteTemporaryPrivateFileWhenPossible API; r=Mossop
2012-04-24 23:14:16 -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
Ian Neal
8baa6708da
Bug 756784 - Make file menu popup more consistent and easier to overlay r=gavin
2012-06-17 16:40:30 +01:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Neil Rashbrook
fadc7afebe
Bug 738589 Avoid JavaScript strict warning by not explicitly passing the default value in r=gavin
2012-04-02 00:02:01 +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
452ead3fdd
Bug 713810 - Use the HTMLness mode of the original document for the View Selection Source serialization. r=gavin.sharp.
2012-01-19 09:51:49 +02:00
Henri Sivonen
fa50078a10
Bug 710142 - Make external View Source editor work again when the content comes from nsIWebBrowserPersist. r=gavin.sharp.
2011-12-20 09:41:08 +02:00
Henri Sivonen
44c46417e9
Bug 700034 - Wait for the view source doc to load before reading its .body.textContent when feeding an external editor. r=gavin.sharp, a=Unfocused.
2011-12-12 10:53:48 +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
Boris Zbarsky
718e5745dd
Bug 624763. When cloning the fragment we'll munge, clone it into a data document. r=smaug
2011-09-26 17:25:17 -04: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
Dão Gottwald
53a30b9b4c
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02: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
Simon Montagu
240ba31641
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
2010-03-18 10:37:12 +02: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
Dão Gottwald
32f9911ea1
Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano
2009-12-15 08:49:08 +01: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
Taras Glek
30d4e76d45
Bug 522229 - XML Pretty-Print no longer colored r=bz
2009-10-14 14:34:50 -07:00
Dão Gottwald
e95bc52b78
Bug 517755 - use smart getters in View Source window. r=neil
2009-10-03 11:36:04 +02:00
Dão Gottwald
ee84abf99c
Bug 517768 - crash with view page source and external editor [@nsDocShell::OnStateChange(nsIWebProgress*, nsIRequest*, unsigned int, unsigned int) ]. r=bz
2009-10-02 20:33:55 +02:00
Neil Deakin
88534acaa1
Bug 456106, use new drag and drop api in browser and toolkit, r=mano
2009-06-20 20:04:07 -04: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