Andres Hernandez
2b51a67583
Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy
2012-09-19 17:21:38 -06:00
Margaret Leibovic
072126a146
Bug 695399 - Remove synchronous calls to nsICacheSession::openCacheEntry in pageInfo.js. r=gavin
2012-09-13 18:22:35 +02:00
Atte Kemppila
5aa833f5d1
Bug 771888 - Fix tree selection handling in Page Info > Media. r=adw
2012-09-01 11:35:56 -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
L. David Baron
bcbee88918
Unprefix the border-image-* properties and add a temporary alias for -moz-border-image (but not for its subproperties, which we haven't shipped prefixed). (Bug 713643, patch 5) r=bzbarsky
2012-05-30 22:19:49 -07:00
Raymond Lee
d5b67675f7
Bug 733297 - When saving a video from Page Info, the file picker title is 'Save Image'. r=jaws
2012-05-21 14:26:18 +08:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Geoff Lankow
2e3f95225f
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg
2012-01-17 14:34:51 +13:00
Maxim Iorsh
f50e36c7d8
Bug 460146 - CSS3 border-image images should appear in Page Info -> Media; r=db48x
2012-02-05 19:07:18 +00:00
Felix Fung
6907345369
Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x
2012-01-26 16:10:00 -05:00
Phil Ringnalda
cf11785ea2
Backed out 2e37e7223aa3 (bug 460146) for orange
2012-01-25 21:08:17 -08:00
Maxim Iorsh
ce5531512e
Bug 460146 - CSS3 border-image images should appear in Page Info ? Media. r=db48x
2012-01-25 18:49:23 -08:00
Felix Fung
538f268b38
Bug 632119 - Fix View Image Info for Data URIs. r=gavin
2011-12-02 07:33:05 -08:00
Ed Morley
6e443492c7
Bug 614515 - Remove MOZ_SVG conditions. r=roc
2011-05-30 09:34:50 +02:00
Tanner M. Young
a1c686a1ea
Bug 377349 - Page info : Media Tab. The broken image indicator is often wrong. r=db48x
2010-06-23 14:24:02 -05:00
Tanner M. Young
c01504a75e
Bug 573603 - Speed up Page Info > Media. r=db48x
2010-06-21 19:13:46 -05:00
Tanner M. Young
4bc8d747db
Bug 560258 - Standalone Ogg Audio is not previewed correctly in Page Info > Media. r=db48x
2010-06-21 17:43:42 -05:00
Joe Drew
2530aac060
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
2010-04-16 17:05:47 -04:00
Ehsan Akhgari
cb2da5e14d
Bug 492250 - URLs in Page Info Media tab should be LTR; r-gavin
2010-05-23 22:16:50 -04:00
Tanner M. Young
6d151789bb
Bug 560061 - fix typo. r=dao
2010-04-22 09:16:53 +02:00
Tanner M. Young
209688714c
Bug 448630 - Make audio and video show up in Page Info > Media. r=dao
2010-04-17 11:08:12 +02:00
Tanner M. Young
de2bf23b4f
Bug 539068 - View Image Info selects the CSS background-image of an image rather than the image itself. r=dao
2010-01-14 11:47:24 +01:00
Tanner M. Young
72d0c40995
Bug 526721 - "View Image Info" displays the wrong size if the document's first image has the same url, same alt but different scale. r=dao
2009-11-12 08:59:56 +01:00
Tanner M. Young
0d3a7a6c6a
Bug 526534 - Page Info does not detect multiple instances of the same image on a page if no alt text is provided or the alt text is the same. r=dao
2009-11-11 11:34:30 +01:00
Tanner M. Young
3b4c3b6e47
Bug 524090 - make "View Image Info" scroll to the selected image in the Page Info media tab. r=dao
2009-11-07 19:24:08 +01:00
Tanner M. Young
f45dcce71b
Bug 524092 - fix for compatibility with "View Frames" add-on. r=dao
2009-11-07 12:29:52 +01:00
Tanner M. Young
23d7a091df
Bug 524092 - "View Image Info" command is not carried out if "Page Info" window is already opened. r=dao
2009-11-06 08:04:38 +01:00
Dão Gottwald
cf9e16bcfa
Bug 525190 - Refactor the way pageInfo.js handles arguments. r=db48x
2009-10-31 01:50:57 +01:00
Dão Gottwald
07e9daa295
Bug 524106 - "View Image Info" selects the wrong image when there are multiple images with the same src. r=db48x
2009-10-29 08:42:45 +01:00
Tanner M. Young
ca8c8dd143
Bug 517902 - "Reimplement image properties, using the existing "Media" panel" [ui-r=faaborg r=db48x sr=mconnor]
2009-10-22 19:32:49 -05:00
Dão Gottwald
8072c5b698
Additional fixes for bug 386333
2009-09-19 12:19:48 +02:00
Henrik Skupin
a1b212863b
Bug 386333 - Extract the mime type from data URI images in Page Info. r=mano
2009-09-19 12:19:00 +02:00
Dão Gottwald
4437c09ed7
Bug 494808 - Page Info > Media doesn't list background images anymore. r=mano
2009-07-24 17:10:02 +02:00
Ehsan Akhgari
b526ec3cf0
Bug 493225 - Remove the unused members of pageInfoTreeView; r=gavin
2009-05-17 15:55:58 +04:30
Florian Quèze
d0146fe694
Bug 426029 - Media preview displays broken images for images with data url. r=mano
2009-04-05 16:45:54 +02:00
Natch
4ccc49b597
Bug 458579 - Feed tab missing in page info; r=gavin.sharp
2008-10-29 04:37:44 +01:00
Daniel Holbert
8992d625af
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Ryan VanderMeulen
28b76cd653
Bug 337890 - please spell formater formatter; mozilla-central part; r=timeless
2008-09-12 18:24:14 +02:00
Neil Deakin
c2a1aca520
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
2008-08-27 08:07:27 -04:00
Boris Zbarsky
aafb52ed89
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
2008-08-25 11:08:28 -04:00
Neil Deakin
81eb052ee9
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
2008-08-25 21:56:29 +12:00
Dave Camp
711e7f6fc5
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
2008-08-19 17:55:30 -07:00
Neil Deakin
9f2a8820ef
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
2008-08-20 10:31:45 +12:00
Serge Gautherie
e0a7e1ebfd
cleanup for bug 405105, r=gavin
2008-07-12 12:07:51 +02:00
364e39121a
Bug 423486 - Remove help viewer from Firefox and point to SUMO, r=gavin, ui-r=beltzner, a1.9b5=beltzner
2008-03-24 10:18:38 -07:00
99dcc91c17
Bug 377364 - Page Info: Suppress the jumping in the bottom half of the Media tab. Improve consistency with the Element Properties Window. r=Mano, ui-r=beltzner, a1.9=beltzner
2008-01-23 17:22:37 -08:00
413da44370
Bug 410751 - "BrowserPageInfo() in Firefox 3.0b2 breaks API compatibility with earlier versions of Firefox and with SeaMonkey" [p=philip.chee@gmail.com (Philip Chee) r=Mano r=florian a1.9=schrep]
2008-01-05 19:50:37 -08:00
03fccf7609
Bug 409310 - Make SVG image viewing in page info more robust. r=mano,sr=bzbarsky,a1.9=mconnor
2007-12-31 07:40:48 -08:00
ca727a6d41
Bug 315010 - Page Info should list links and images in SVG page. r=me, a=mconnor.
2007-12-17 10:27:23 -08:00
5d19f279fe
Bug 399746: Page Info -> Media broken when there is an image with a JS-reserved word (like 'watch') as alt attribute. r=mano, r=db48x, sr=neil (over IRC), a1.9=beltzner
2007-12-14 12:41:13 -08:00