Commit Graph

142 Commits

Author SHA1 Message Date
David Keeler
d825ef996d bug 821892 - update "Page Info" -> Permissions for plugin permission differentiation r=jaws 2013-02-10 18:27:02 -08: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
Phil Ringnalda
24bae25b23 Back out ed72449453b4 (bug 715075) for browser-chrome orange 2012-11-15 20:40:49 -08:00
Dario Bertero
982afb5b04 Bug 715075 - Page Info reads image width and height synchronously after setting src, leads to 0px x 0px if the image isn't in your cache (e.g. after clearing cache). r=mak 2012-11-15 20:34:56 -05:00
Josh Matthews
a6d9debc97 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Yosy
3982ffb3e1 Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 21:09:29 +02:00
Benjamin Peterson
d81426815e Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
9fd06803cc Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao 2012-09-23 16:48:23 +02:00
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
bb74531dda Bug 787650 - Add element id attributes to pageInfo.xul. r=adw 2012-09-07 16:23:01 -04:00
Atte Kemppila
5aa833f5d1 Bug 771888 - Fix tree selection handling in Page Info > Media. r=adw 2012-09-01 11:35:56 -04:00
Andres Hernandez
e80b022632 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin 2012-08-10 14:20:25 -06:00
Ben Turner
68f2087887 Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking 2012-07-05 14:11:48 -07:00
Chris Pearce
559185a28c Bug 758357 - Backout 2d295ed03d7f for causing bug 770085. r=backout 2012-07-02 16:49:38 +12:00
Ben Turner
38323aad3f Bug 758357: Only show prompt after 50mb of usage for now. Plan is to soon introduce a new service which allows us to remove "old" indexedDB databases and keep a global quota, but for now we simply remove the prompt. r=sicking 2012-06-30 19:57:15 +02: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
Ryan VanderMeulen
4c71ae6d9a Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
202bd53a55 Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Ekanan Ketunuti
105ba78776 Bug 437864 - In <pageInfo.xul>, "Warning: XUL box for hbox element contained an inline img child, forcing all its children to be wrapped in a block." r=dao 2012-05-29 10:28:00 +07: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
Raymond Lee
f71e97db8d Bug 753308 - Call openUILink with named parameters. r=dao 2012-05-12 17:00:48 +02:00
Chris Pearce
de06d6ca22 Bug 716107 part 1 - Add 'fullscreen' permissions to Page Info. r=dao 2012-05-09 09:47:18 +12:00
Jared Wein
87c33b449b Bug 711618 - Add ability to remember plugin activation settings. r=felipe a=blassey 2012-04-18 11:40:30 -07: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
Jan Varga
086c8ef739 Bug 661877 - Enable storing files in IndexedDB. r=bent 2011-12-16 08:34:24 +01:00
Felix Fung
538f268b38 Bug 632119 - Fix View Image Info for Data URIs. r=gavin 2011-12-02 07:33:05 -08:00
Margaret Leibovic
62a314b666 Bug 655869 - Permissions tab assumes all consumers use testPermission. r=gavin 2011-09-06 13:51:11 -07:00
Ed Morley
6e443492c7 Bug 614515 - Remove MOZ_SVG conditions. r=roc 2011-05-30 09:34:50 +02:00
Marco Bonardo
7372a867a9 Bug 641531 - Close Places containers after use (browser changes).
r=sdwilsh
2011-04-23 02:08:01 +02:00
Ben Turner
bb7371ee5c Bug 596377 - 'IndexedDB: Move usage and clearing IO off the main thread'. r=sicking. 2010-10-19 10:58:33 -07:00
Ben Turner
7c83ff8d25 Bug 594583 - 'IndexedDB: Add some UI to clear IndexedDB databases'. r=sicking+gavin. a=beta6blocking. 2010-09-10 12:12:11 -07:00
Tanner M. Young
2704ecfa87 bug 539174 - Page Info > General lists AES-256 ciper as AES-256 256. r=db48x 2010-07-14 16:59:43 -05: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
Dave Townsend
1c73bfd3fe Bug 560602: browser_pageInfo.js times out. r=robstrong 2010-04-28 15:02:43 -07:00
Dave Townsend
c92630540b Backout new add-ons manager due to Ts regression on OSX 10.5 2010-05-01 11:04:44 -07:00
Dave Townsend
bec33e87b8 Bug 560602: browser_pageInfo.js times out. r=robstrong 2010-04-28 15:02:43 -07:00
Tanner M. Young
91661a31f0 Bug 560143 - Prevent the "Address" column in Page Info's Media pane from being hidden. r=dao 2010-04-22 09:19:27 +02: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