Firefox official releases

Browsers, email, chat, etc.
Message
Author
User avatar
ThoriumBlvd
Posts: 159
Joined: Fri 04 Oct 2013, 09:04
Location: N.E. USA

#201 Post by ThoriumBlvd »

I believe your Puppy has pfind to search for files. If so just type in marionette to the search box. There will be a "log" file at least. This file in my puppy has one line stating its installed. In the example on page 13, its running, and has more lines in the log-file.
[img]http://www.am3radio.us/image3.jpg[/img] . [img]http://www.am3radio.us/image4.jpg[/img]

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

Re: Whose control has your browser been under?

#202 Post by nooby »

Burunduk wrote:A small addition to the Firefox 24 release notes just FYI.

Firefox 24 comes with a (disabled) built-in remote access tool called Marionette. It is intended for some vague SocialAPI tests this is why security or performance is a minor concern.

Bugzilla: Add --marionette CLI to enable Marionette on all Firefox builds
MDN wrote: Marionette is available in all Firefox builds; it is not enabled, however, unless you launch Firefox with the -marionette command-line argument.[1]
MDN wrote: What is Marionette?

Marionette is an automation driver. It can remotely drive either the UI or the internal JavaScript of a program built on the Gecko platform, such as Firefox or Firefox OS. Marionette runs as a server on your test machine, allowing you to connect to that server and remotely drive tests and send commands. Its goal is to replicate what Selenium does for the browser: to enable the tester to have the ability to send commands to a remote test machine.

Marionette shares much of the same API as Selenium/WebDriver, and makes writing tests easy. You have the API to drive user actions like page navigation and element clicking, but also the ability to execute arbitrary JavaScript scripts, allowing for a greater variety of tests.


When would I use it?

If you want to utilize user interaction with chrome or content, Marionette is the tool you're looking for, but it is also capable of doing much more! Marionette lives in both the chrome and content space of a gecko process, so it is capable of running commands in any of these spaces.

This means you can run any JS script in chrome or in content. This is a powerful feature, enabling a user to do anything from inspecting the content DOM of a Firefox instance running in a remote machine to executing a script that changes profile preferences in privileged chrome space.[2]
marionette.log wrote: 1379630108356 Marionette INFO MarionetteComponent loaded
1379630109167 Marionette INFO marionette enabled via command-line
1379630109202 Marionette INFO marionette-server.js loaded
1379630109321 Marionette INFO Listening on port 2828

1379630109322 Marionette INFO Marionette server ready
Hope it is okay that I copy the whole thing. Pfind says I have no such thing.
kind of odd. Could it be I do something different? It does say I have FF25
I use Google Search on Puppy Forum
not an ideal solution though

Burunduk
Posts: 80
Joined: Sun 21 Aug 2011, 21:44

#203 Post by Burunduk »

The marionette.log file is in a Firefox profile directory (usually /root/.mozilla/firefox/xxxxxxxx.default/). It should contain only one line. My example was an illustration of a working server.

The marionette component is disabled by default. I don't think it can be enabled or disabled via GUI (the remote debugging is a different story).

An extension can probably use it:
Daniel Veditz wrote: …AMO reviewers should watch for addons which
* manipulate these prefs
* attempt to use the marionette APIs

There may well be legitimate testing add-ons that use these so they should not be prohibited, we just need to make sure that they aren't used secretly from an add-on for which it's irrelevant and inappropriate.[1]

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#204 Post by nooby »

Burunduk that was right on. I have that file too.

it says
Marionette INFO Marionette Component loaded
that word "loaded" could indicate it is in practical use
but maybe it just means what you wrote that it is Not activated?

would it help to delete the file?
I use Google Search on Puppy Forum
not an ideal solution though

Burunduk
Posts: 80
Joined: Sun 21 Aug 2011, 21:44

#205 Post by Burunduk »

There is no point in deleting the file — Firefox will keep creating it anyway.

The marionette is a server (somewhat similar to MozRepl) and it's listening on port 2828 or any other set by a preference in about:config when active. If you don't believe it's stopped, try to run the netstat -lt command:

Code: Select all

# netstat -lt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 localhost:631           *:*                     LISTEN     
# 
(Don't worry about port 631. It's related to CUPS.)

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#206 Post by nooby »

Thanks that is how it looks on my ROX Term too.
So that is reassuring :)
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
Hesse James
Posts: 106
Joined: Mon 08 Feb 2010, 18:41

Firefox 25.0.1

#207 Post by Hesse James »

Hi
I updated my Firefox SFS to 25.0.1 yesterday.
http://ul.to/0vlikakr

I like to update to new versions by "plug-in" updated SFS-files and not exhausting the personal safe file.

Language setting add-on-download
https://addons.mozilla.org/de/firefox/a ... -switcher/

Language add-on download
http://releases.mozilla.org/pub/mozilla ... win32/xpi/

Tested with Slacko 5.5. No guarantee that it works on your puppy.

Christian

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#208 Post by Semme »


User avatar
OscarTalks
Posts: 2196
Joined: Mon 06 Feb 2012, 00:58
Location: London, England

#209 Post by OscarTalks »

I packaged Firefox ESR (Extended Support Release) as .pet and .sfs

It gets all the updates without the (main) version number jumping every few weeks.
This is the English (British) version.

Main folder is in /usr/lib (not /opt)

Tested in Lucid and Racy.

Would need dbus and dbus-glib from PPM in Wary.

Download from here:-
http://www.smokey01.com/OscarTalks
Oscar in England
Image

User avatar
Semme
Posts: 8399
Joined: Sun 07 Aug 2011, 20:07
Location: World_Hub

#210 Post by Semme »


User avatar
koulaxizis
Posts: 452
Joined: Sun 17 Jul 2011, 18:43
Location: Greece
Contact:

#211 Post by koulaxizis »

Last edited by koulaxizis on Sun 23 Feb 2014, 16:41, edited 1 time in total.
[b]Christos Koulaxizis[/b]
[i]Woof woof from Greece![/i]

[color=darkred][url=https://sourceforge.net/projects/puppystuff/][ Puppy Stuff Repository ][/url][/color]

User avatar
MyPuppysaysWauWau
Posts: 162
Joined: Thu 20 Feb 2014, 10:12
Location: Austria/Vienna

Is possible to configure Firefox as nonroot-user?

#212 Post by MyPuppysaysWauWau »

Hi I'm Walter, and a newbie,

I've a question.... how secure is Firefox running in Puppy, and is it possible to configure it as Spot or similar?

...or is the safest way is to use the BitBox (Browser in the Box) to go in the web. What do you think?

Thanks in advance for help, and sorry for my poor English.

Best regards,
Walter

Shep
Posts: 878
Joined: Sat 08 Nov 2008, 07:55
Location: Australia

#213 Post by Shep »

Firefox is currently on version 29.0

User avatar
balloon
Posts: 56
Joined: Thu 03 Oct 2013, 03:45
Location: Miyagi, Japan

#214 Post by balloon »

Please be careful about Firefox 29.0 causing a change of UI.
ESR version (ex. Slacko) and Iceweasel (ex. DebianDog) is not changed now, (ver. 24.5.0)
but these are affected later.
Attachments
firefox29en.jpg
(53.87 KiB) Downloaded 1406 times
[b]BALLOON a.k.a. Fu-sen.[/b] from Japan | ã￾µã￾†ã￾›ã‚“ Fu-sen. (old: 2 8 6)

User avatar
koulaxizis
Posts: 452
Joined: Sun 17 Jul 2011, 18:43
Location: Greece
Contact:

#215 Post by koulaxizis »

Firefox 29.0.1 PET (packaged on Slacko 5.7.0)
[b]Christos Koulaxizis[/b]
[i]Woof woof from Greece![/i]

[color=darkred][url=https://sourceforge.net/projects/puppystuff/][ Puppy Stuff Repository ][/url][/color]

Pelo

Last version 16.0

#216 Post by Pelo »

Please change Title (at the top). :D

User avatar
boxR
Posts: 338
Joined: Sat 13 Aug 2011, 21:58
Location: France

#217 Post by boxR »


Shep
Posts: 878
Joined: Sat 08 Nov 2008, 07:55
Location: Australia

#218 Post by Shep »

Mozilla is now up to FireFox version 36.0.4

IME, updates have been seamless until v 36.0 and 36.1 which caused puppy to freeze. requiring that I pull the power plug to start over. The fact that Mozilla brought out minor updates in quick succession indicates they messed up with this version.

With this fixed, FireFox continues its exemplary performance. 8)

Pelo

Flashplayer : test add_on Video Without Flash

#219 Post by Pelo »

Flashplayer : test add_on Video Without Flash on recent Firefox.
Add it at the first start or remove installed flashplayer.
Recent : what does that mean ? up to you to check versions where this add-on can be used... :D
Version 12 is too old ( Puppy precise 5.7.1 Japan)
Amis de France et francophones Lire aussi getflash ici
Attachments
Flashplayer.png
(41.9 KiB) Downloaded 521 times

Post Reply