Commit Graph

68 Commits

Author SHA1 Message Date
Yosy
fbc8b4825a 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
a5fc829344 Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures 2012-09-23 12:25:39 -04:00
Yosy
6684ca9137 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
6c0b339ed1 Bug 781973 - Use filepicker's open() instead of the obsolete show() in /browser. r=bbondy 2012-09-19 17:21:38 -06:00
John Schoenick
6630c58f4e Bug 772590 - The plugin category manager registration should account for multiple plugins per MIME, r=josh 2012-07-10 17:06:17 -07:00
Brendan Dahl
a04fcdad74 Bug 752676: Add pdf.js as an internal handler for pdfjs (1/2); r=mak77 2012-06-02 09:56:24 -07:00
Gervase Markham
ca171eec44 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Paolo Amadini
cf5f8a7506 Bug 731942 - Replace old synchronous favicons calls in the Toolkit external content handler dialog. r=mak 2012-03-19 20:24:41 +01:00
Geoff Lankow
775acbaa1a 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
Dão Gottwald
0633d627e7 Bug 706108 - Remove unused largeIcon logic from applications.js. r=dolske 2011-12-19 13:08:13 +01:00
Gavin Sharp
c68c868900 Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted relanding with a clobber on a CLOSED TREE 2011-10-27 10:27:56 -07:00
Blair McBride
b6e9e19c54 Backout 9e94c7b5290f (bug 696436) due to Mac opt breakage. CLOSED TREE 2011-12-16 16:08:48 +13:00
Gavin Sharp
815a99f1f5 Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted
--HG--
extra : rebase_source : 138e3b0259bb144524b1bdb8a6db9d83fe527c71
2011-10-27 10:27:56 -07:00
Benjamin Smedberg
c71e024222 Bug 574457 - Back out the functional changes from revision 0327e126ea24, bug 569644, because of 100ms (20%) Ts regression on Linux/Mac. This leaves the nsIContentUtils helper function, but restores the plugin host category entry munging. 2010-06-29 16:56:13 -04:00
Gavin Sharp
11699e815e Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
--HG--
extra : rebase_source : 23f0da39af75427aaeb02ba32a1a88af3f339230
2010-06-07 10:29:25 -04:00
Benjamin Smedberg
80b423e0a0 Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz 2010-06-10 12:42:16 -04:00
Dão Gottwald
16ecfbb336 Bug 527433 - nsIWebContentConverterRegistrar::getContentHandlers count out param should be optional. r=gavin 2009-11-09 16:45:42 +01:00
Jim Mathies
a2988c6265 Bug 403857 - Windows file picking codepath in Applications preference pane should use isValidHandlerApp. r=myk 2009-10-03 18:25:41 +02:00
mail@bugz.ata.myota.org
7a7c854f53 Bug 480826 - Firefox should honour browser.chrome.favicons setting when opening Edit->Preferences->Applications. r=mconnor 2009-08-13 09:53:47 +02:00
Dão Gottwald
a4fbde811e Bug 483881 - application.png is distorted on Linux. r=gavin 2009-03-18 20:22:31 +01:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Dão Gottwald
ea5746602f Bug 395642 – make clear button in Applications prefpane be x button inside search field (and use emptytext for the label). r=myk 2008-08-07 09:36:13 +02:00
Ryan Flint
4d072bbf49 Bug 446212 - Random failure on Linux mozilla-central qm-centos5-03 / browser_bug410900.js. r=gavin 2008-07-20 02:34:35 -04:00
Mike Hommey
fd48fc7812 Bug 409192 - "Applications prefpane is broken if shell service isn't available at runtime (Applications preferences dialogue is empty, no way to add applications)" [p=mh+mozilla@glandium.org (Mike Hommey) r=gavin] 2008-07-12 03:40:15 -05:00
florian@queze.net
0c09c96b07 Bug 416471 - The action icon is wrong after opening and closing the Application Details dialog. r=gavin, a=blocking-firefox3+ 2008-02-10 05:03:10 -08:00
myk@mozilla.org
0790ba79b7 bug 414931: remove cruft from browser.js and make offline storage website list in preferences work on Windows and Linux; r=mano 2008-01-31 15:50:54 -08:00
myk@mozilla.org
1d424440c1 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; Patch by Will Guaraldi; r=myk,sayrer; a=beltzner 2008-01-29 23:12:08 -08:00
myk@mozilla.org
c616286f07 backing out bug 400061 because it caused a test failure 2008-01-29 21:41:48 -08:00
myk@mozilla.org
e407ae2ad2 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; r=myk,sayrer; a=beltzner 2008-01-29 21:00:32 -08:00
florian@queze.net
035db61d63 Relanding bug 402252 - application details should be accessible from prefs UI. Original patch: r=Mano, ui-r=beltzner (over IRC), a1.9=damons; additionnal parts (strings): r+ui-r+a1.9=beltzner. 2008-01-29 12:06:37 -08:00
florian@queze.net
aa9e9fbd7d Backing out part of bug 402252 to fix unit test failure, until I recover the lost changes to preferences.properties 2008-01-29 08:42:47 -08:00
florian@queze.net
71426e541d Bug 402252 - application details should be accessible from prefs UI. r=Mano, ui-r=beltzner (over IRC), a1.9=damons. 2008-01-29 07:30:53 -08:00
reed@reedloden.com
8b2808c9af Bug 398627 - "make icons for "always ask" and "save file" actions in Applications prefpane" (Get rid of icon URL hardcoding) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=myk a=blocking-firefox3+] 2008-01-29 00:00:55 -08:00
florian@queze.net
9aa21634a6 Bug 413622 - New MIME type set with 'Do this automatically...' doesn't appear in applications list. r=gavin, a1.9=blocking1.9+ 2008-01-24 22:51:52 -08:00
florian@queze.net
d5b901ad3b Bug 412019 - Applications pref pane: sorting by application only partially remembered. r=gavin, a1.9=beltzner 2008-01-22 20:35:04 -08:00
florian@queze.net
1876c52932 Bug 400222 - 'Application' content type in Applications prefpane has problems. r=gavin, ui-r=beltzner, a=blocking-firefox3+ 2008-01-14 18:32:28 -08:00
reed@reedloden.com
f06d08ec66 Bug 399539 - ""Applications" prefpane is too narrow" (add tooltips) [p=dao@mozilla.com (Dão Gottwald) r=gavin ui-r=beltzner a=blocking-firefox3+] 2008-01-07 14:32:46 -08:00
rflint@ryanflint.com
ec31b68b4d Bug 410900 - Applications pref pane is empty. r=myk, a=schrep 2008-01-07 00:08:48 -08:00
mozilla@weilbacher.org
7e1413196b Bug 410433: fix applications prefs page for platforms without shell service (especially OS/2), r=gavin.sharp, a=dsicore 2008-01-04 06:00:10 -08:00
reed@reedloden.com
33dce78fd4 Bug 403621 - "fix various ArrayEnumerator implementations" [p=dao@mozilla.com (Dão Gottwald) r=Mano a1.9=schrep] 2007-11-21 13:15:39 -08:00
reed@reedloden.com
7e6f8996ee Bug 282958 - "toolkit/mozapps/downloads/content uses wrong contractid for the MIME service" [p=chpe@gnome.org (Christian Persch) r=biesi a1.9=schrep] 2007-11-21 12:57:38 -08:00
reed@reedloden.com
74d3dd09fb Bug 400472 - "Applications pref pane displays duplicate entries after selection" [p=florian r=gavin a=blocking-firefox3+] 2007-11-14 23:24:26 -08:00
myk@mozilla.org
ec949c9b64 bug 396491: actions menu for feed type in Applications prefpane loses focus upon selection; r=gavin, a=mconnor 2007-10-30 11:23:39 -07:00
reed@reedloden.com
5b7c6fe237 Bug 348808 - "use application selector instead of file selector dialog when picking helper apps" [p=jimm r=dolske r=rob_strong r=myk r=biesi a=blocking-firefox3+ for M9] 2007-10-18 21:15:41 -07:00
myk@mozilla.org
2fda30c5d9 bug 398626: make sure the Applications prefpane always displays the 'always ask' and 'save to disk' actions where appropriate; r=gavin 2007-10-09 13:10:46 -07:00
myk@mozilla.org
d8ac8901f7 bug 397335: when the user chooses an application via the file picker for a type in the Applications prefpane, make sure it gets saved to the datastore; r=gavin 2007-10-09 13:07:55 -07:00
myk@mozilla.org
dc61e48a73 bug 395182: also display the MIME types for types with identical descriptions in the Applications prefpane; r=gavin 2007-10-09 12:16:00 -07:00
myk@mozilla.org
efcb8f8c62 bug 398565: display icons in the Applications prefpane for the 'save file' and 'always ask' actions; r=gavin, a=mconnor 2007-10-05 16:41:21 -07:00
myk@mozilla.org
2f078d30f5 bug 395136: show types handled only by disabled plugins in the Applications prefpane; r=gavin, a=mconnor 2007-10-05 16:31:10 -07:00
myk@mozilla.org
b38938b8f3 bug 395138: show types set to 'always ask' in Applications prefpane; r=gavin, a=mconnor 2007-10-04 00:46:29 -07:00