Slashdot Mirror


Patch Maker -- Mozilla Hacking & Patching Made

A reader writes: " Mozillaquest.com has an article about Patch Maker which is a new Perl script that let's you hack the Mozilla UI using JS, CSS, and XUL. You do not have to download or compile the source code or pull CVS. It makes writing and submitting Mozilla UI patches easier."

27 of 96 comments (clear)

  1. WILL YOU SLASHDOT GUYS LEARN??? by Hitokage_Nishino · · Score: 5, Informative

    Stop posting stuff from mozillaquest.com!

    Even if the stuff about scripting is true, mozillaquest exists solely to bash the efforts of those who spend their time working on the mozilla project. Don't vindicate that troll who runs it.

    1. Re:WILL YOU SLASHDOT GUYS LEARN??? by Gerv · · Score: 2

      Mozilla chief wrangler left article which mozillaquest uncovered first!

      The guy who runs MozillaZine works at Netscape one floor down from where Mitchell Baker used to work. Do you really think Mozillaquest knew about her being laid off before MozillaZine?

      Gerv

    2. Re:WILL YOU SLASHDOT GUYS LEARN??? by Gerv · · Score: 2

      It didn't get reported because it has had no real effect on Mitchell's work for the Mozilla project. She still does all the stuff for Mozilla she used to do. So why is it news?

      In the middle of November, I'm going to stop being employed by Netscape. Will that be a big story too?

      Gerv

  2. Just Incase some Slashdotting Occurs... by Kaio · · Score: 2, Redundant

    Here's the main text of the article:

    >

    Patch Maker -- Mozilla Hacking & Patching Made Easy

    Mike Angelo -- 6 October 2001 (c)

    The Mozilla Organization's newest toy for Mozilla hacking is Patch Maker. It let's almost anyone familiar with XUL, JS, or CSS create patches to the Mozilla user interface - without having to deal with CVS (Concurrent Versions System), source code, C++, and/or compiling.

    Patch Maker makes it easier to write and to submit Mozilla user interface (UI) patches. It was written by Mozilla developer Gervase Markham primarily for people who are not in to, or up to, dealing with CVS and compiling. Even people that are up to snuff skill-wise might not have sufficient computer resources to work with the Mozilla CVS and compiling Mozilla source code.

    The impetus for creating Patch Maker seems to lie in the fact that Mozilla bugs are raging out of control. So the Mozilla developers are hoping to get more bug-fixing help from the Mozilla and Open Source communities by making it easier for people to write and submit bug-fix patches.
    XUL (pronounced zuul) is Mozilla implementation of XML that is used to describe the interactive Web-like page faces of Mozilla-based applications. Think of XUL as the Mozilla developers' name for an XML-based language used to describe the UI (User Interface). Creating a Mozilla skin or UI is mostly a matter of hacking the XUL, XML, CSS, JS and so forth that define the chrome and skin, and/or redoing the graphic images and widgets they use.

    To be more precise, however, XUL is not exactly XML. A standard XML parser cannot interpret XUL. That is why you cannot display XUL as a Web page with Internet Explorer 5, Netscape 4.x, or other non-Mozilla-based browsers. Mozilla-based browsers have a special parser that can interpret XUL.

    Here is how it works. The Mozilla browser suite is built on top of the underlying Mozilla application programming framework, which is written in C++. For the most part, the Mozilla browser-suite user-interface employs XUL, JS, and CSS. Patch Maker is a Perl script that let's you modify the user interface XUL, JS, or CSS and try your modification(s) without having to download, compile, or recompile the source code -- and without having to deal with CVS.

    More About the Mozilla Application Programming Framework

    Mozilla-based Web-browser suites, including the navigator, e-mail, news, and composer components, all are applications built to run upon the underlying Mozilla application programming framework. So what you see when you run such Mozilla-based Web-browser suites essentially are interactive Web-like pages defined and controlled by the XUL, JS, and CSS code, which is interpreted at run time.

    What you see when you open Mozilla or Netscape 6 (NS6) browser suites is not the Mozilla or NS6 program itself. What you see essentially is an interactive Web page generated by Mozilla and its Gecko layout engine.

    Web page is an oversimplification. The Mozilla Web-browser face is similar to a Web page in that it is laid out by Mozilla's Gecko engine much as the Gecko engine lays out a Web page. Mozilla-the-browser is a combination of text, images, widgets and so forth laid out by Gecko to form an interactive user interface. That interactive user interface is very much similar to a Web page. Something we will call a Web-like page here.

    Downloading & Using Patch Maker

    Patch Maker is limited to the XUL, JS, and CSS code that runs on top of the underlying Mozilla application programming framework, It will not let you create patches for the underlying Mozilla framework.

    You can download the Patch Maker script from the Mozilla Organization Web site. You also should read the Patch Maker Web page on the Mozilla Organization Web site. Links for the Patch Maker script and Web page are in the Resources Section at the end of this article.

    Patch Maker is designed primarily for Linux. However, according to the PageMaker Web site, you should be able to use Page Maker with Windows if you also download ActivePerl and Cygwin.

    If you would like to hack the Mozilla or Netscape browser suites without using Patch Maker, please check our Mozilla-skinning articles, MozillaQuest the Series: Building Your Own Mozilla-Based Web Browser .

    For more information about Mozilla the organization, Mozilla the application programming framework, and Mozilla the Web browser suite, please see the series, Mozilla--A Lizard for All Seasons. (Please check the Resources Section at the end of this article for links.)

    >

    1. Re:Just Incase some Slashdotting Occurs... by rjamestaylor · · Score: 3, Insightful
      The impetus for creating Patch Maker seems to lie in the fact that Mozilla bugs are raging out of control

      Wow. And the Republicans call Dan Rather biased! Could the impetus just be to make it easier to make changes? Does it have to be bugs raging out of control?

      Disgusting excuse for a "journalist".

      --
      -- @rjamestaylor on Ello
    2. Re:Just Incase some Slashdotting Occurs... by DrXym · · Score: 2
      Here's the main text of the article:


      Although this is technically plagarism it does have the beneficial side-effect of denying Mike Angelo advertising revenue for his continuing hatchet job against Mozilla. Frankly I wonder what Netscape or mozilla.org did to him that he feels he must reel out one misinformed article after another.

    3. Re:Just Incase some Slashdotting Occurs... by Gerv · · Score: 5, Informative

      The impetus for creating Patch Maker seems to lie in the fact that Mozilla bugs are raging out of control.

      In fact, the impetus for creating Patch Maker was to allow more people to contribute to Mozilla. Many UI designers are not able to manage the intricacies of our build process; many people do not want to purchase Code Warrior (on Mac) or MSVC++ 6 (on Windows) and are unable, for one reason or another, to install Linux. Many people do not have the bandwidth to continually download and update the CVS tree - even downloading a nightly is a major event which must happen at cheap telephone times.

      This software is for all of these people. For the first time, you can make a significant code contribution to a large open source project without the complexities of compiling.

      Note: Patch Maker is still in development; I would appreciate help porting it to Mac especially, and debugging it on Windows.

      Gerv

      --
      gerv@mozilla.org, author of Patch Maker

  3. Thoughts on MozillaQuest by XBL · · Score: 5, Funny

    Now, even though in the article Mike says that the reason for this "toy" is to help fix the bugs that are "raging out of control", at least he makes the article respectible, and professional.

    Mike is a very experienced writer who will undoubtedly move on to higher journalism, like maybe ZDNet. Heck, ZDNet might even turn MozillaQuest into a full-blown print magazine.

    Just remember folks, in a couple years, Mike Angelo will have gone places you have never dreamed. Even though people call the stuff he writes now "crap", I believe in him.

    1. Re:Thoughts on MozillaQuest by Rura+Penthe · · Score: 2

      +3 insightful? hahaha, Maybe the mods should recognize humor better. :)

  4. MozillaQuest by Anonymous Coward · · Score: 4, Funny

    Every time there's a story linked to MozillaQuest.com, somebody links to MozillaQuestQuest.com. So now I am. Why does Slashdot continue linking to this retard?

  5. I agree by Chuck+Chunder · · Score: 3, Interesting

    That's why I sent him this email.
    Unfortunatly he must get so many requests from potential advertisers that he can't find time to reply to them all, as he didn't reply to mine.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  6. Could this be used against me? by b0z · · Score: 2, Insightful

    Could their scripts be set up to run from a website? I remember the Netscape "Brown Orifice" crack that turned a browser into a trojan. Internet Explorer is already a laughingstock because of all the security flaws, would this make Mozilla just as bad?

    --
    Mas vale cholo, que mal acompañado.
    1. Re:Could this be used against me? by Gerv · · Score: 2

      There is no danger to end users from Patch Maker. It's a development tool, like your C compiler or an editor.

      Gerv

    2. Re:Could this be used against me? by rtaylor · · Score: 2

      You say that now, but wait until its included as an email attachment that patches Mozilla to look like IE.

      It'll be the first email virus Microsoft promotes and will send to you on request.

      --
      Rod Taylor
  7. I wrote this software by Gerv · · Score: 5, Informative

    I am the author of Patch Maker. Any questions about it may be directed to me :-)

    Gerv

    1. Re:I wrote this software by Gerv · · Score: 2

      If you know the code to insert, sure :-) Or if someone else makes a patch which does that, you can easily apply it to your Mozilla installation, at the cost of a small speed penalty because you will be running with unjarred chrome. It's not really designed for this, but it could be used to do it.

      Gerv

    2. Re:I wrote this software by Gerv · · Score: 2

      Jesus loves you too :-)

      Gerv

  8. Cool. I found something accurate in a MQ article!! by asa · · Score: 2, Informative

    So the Mozilla developers are hoping to get more bug-fixing help from the Mozilla and Open Source communities by making it easier for people to write and submit bug-fix patches.

    He actually got something right! It's not just developers hoping to get more bug-fixing help though. The Mozilla QA and testing community can use help as well. Gerv (creator of the Patch Maker) is also the maintainer of the Bugzilla Helper which, like the patch maker, was created to make it easier for people to contribute to the Mozilla project. If you're interested in helping to make Mozilla better and you've got DTML skills then you can probably help clean up the Mozilla UI with Gerv's Patch Maker. If you're interested in helping but aren't interested in development there are plenty of other ways to get involved.

    --Asa

  9. Re:Could you explain the second paragraph below? by Gerv · · Score: 4, Informative

    Did you read any other comments? Take everything you read at MozillaQuest with a very large pinch of salt.

    XUL is an XML-based language - just like XHTML, SVG or any of the others. The sentence "A standard XML parser cannot interpret XUL." is either wrong or extremely misleading. No XML parsers can _interpret_ what they read, but an XML parser can parse XUL perfectly. Mozilla uses expat for this purpose.

    That is why you cannot display XUL as a Web page with Internet Explorer 5, Netscape 4.x, or other non-Mozilla-based browsers.

    "Displaying XML as a web page" makes no sense. What happens is that you apply a style sheet to some XML (whether XHTML or something else) to display it. If you gave XUL a style sheet, it would display according to that style sheet. Essentially, this is what Mozilla does when it renders its UI.

    Gerv

  10. Repost with working links (I hope) by asa · · Score: 3, Informative

    Darn, Slashdot doesn't like title attributes in links :( Repost with good links

    So the Mozilla developers are hoping to get more bug-fixing help from the Mozilla and Open Source communities by making it easier for people to write and submit bug-fix patches.

    He actually got something right! It's not just developers hoping to get more bug-fixing help though. The Mozilla QA and testing community can use help as well. Gerv (creator of the Patch Maker) is also the maintainer of the Bugzilla Helper which, like the patch maker, was created to make it easier for people to contribute to the Mozilla project. If you're interested in helping to make Mozilla better and you've got DTML skills then you can probably help clean up the Mozilla UI with Gerv's Patch Maker. If you're interested in helping but aren't interested in development there are plenty of other ways to get involved.

    --Asa

    1. Re:Repost with working links (I hope) by Gerv · · Score: 2

      The number of bugs is not a good measure of the quality of the product. That graph has been going up since we started recording numbers - does that mean Mozilla is buggier now than in 1999?

      I just landed the links toolbar, which was one bug, and 20 people immediately filed bugs on it. That doesn't mean the product is "more buggy".

      Gerv

  11. Rather than reading about it from a dubious source by moof1138 · · Score: 2, Informative

    Take a look at the docs at Mozilla's site:

    http://www.mozilla.org/hacking/patch-maker/

    I have to say that with the Tab interface, support for the LINKS toolbar, and all of the other cool things Moz has been picking up lately, it is really becoming a brilliant application. I cringe when I am stuck using I.E. now.

    --

    Hyperbole is the worst thing ever.
  12. Re:Don't mod this as a troll, please by Gerv · · Score: 2

    Mozilla would benefit from constructive criticism appropriate to a not-yet-finished application. Mangelo's criticism is never constructive, and usually misleading and factually incorrect. You may claim that a view of Mozilla based on MozillaZine is rather rosy; a view of Mozilla based only on MozillaQuest would be wildy warped.

    For example, "Netscape denies Netscape 6.1 based on Mozilla code". Or how about "Mozilla is getting steadily buggier because there are more bugs in the bug database." By that measure, no code at all would be the ideal, as it would be bug-free. :-)

    MozillaZine has its fair share of dissenters as well. Strauss, for one. And macpeep.

    Gerv

  13. Re:Rather than reading about it from a dubious sou by jonathan_ingram · · Score: 2

    Yes, with the tabs they've taken a lovely interface that I first saw in Konsole... it's my favoured form of MDI. (PWM does a similar thing as a window manager, but there would be a seperate instance of the program in each tab). I'd love to see this interface implemented in many more applications -- Konqueror for a start.

    Sadly, I didn't get to see the LINKS toolbar because it was only enabled for about half an hour, and I'm not downloading loads more 15 meg old nightly builds to see what it looks like. Does anyone have any screenshots?

  14. MozillaQuest by Zontar+The+Mindless · · Score: 2, Redundant

    Why the heck does /. keep posting stories at this site? MozillaQuest's content can be summed up as 1/3 FUD, 1/3 idiocy, and 1/3 plagiarism. At best it can can termed a "wannabe" site, and I'm more inclined simply to label it a travesty.

    This story was originally posted at MozillaZine on Thursday. For anybody who visits MozillaZine or who has the Mozilla Sidebar turned on in their /. preferences, this is both a bad joke and stale news. Get with it, /. editors! There's just no excuse for this kind of sloppiness.

    Don't give this poseur any more hits! Please!

    --
    Il n'y a pas de Planet B.
  15. Re:Don't mod this as a troll, please by DrXym · · Score: 2
    Hey, no one in Mozilla is against criticism - otherwise we'd shut down Bugzilla and all the mailing lists - but criticism has to be informed and constructive to be beneficial.


    MQ is neither informed nor constructive. Mike Angelo (the only contributor to MQ) seems to make a point of not finding out all the facts, of leaping to the wrong conclusions, of concocting conspiracies to explain the mundane and of ignoring the facts even after he is corrected. All-in-all it make MQ an extremely unreliable, sensationalist and downright mean site.


    If you want criticism (independent and internal) you'll find plenty of it in the netscape.public.mozilla.* newgroups, and on mozillazine.org, and on mozillanews.org.

  16. Re:Could you explain the second paragraph below? by Gerv · · Score: 3

    But not nearly as obnoxious as the constant use of XML entities for localizing strings.

    How would you like us to do localisation?

    Gerv