Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Changeset 562
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Marti  
View profile  
 More options Dec 29 2007, 4:32 am
From: Marti <thala...@hotmail.com>
Date: Sat, 29 Dec 2007 02:32:03 -0700
Local: Sat, Dec 29 2007 4:32 am
Subject: Changeset 562
Ref: http://greasemonkey.devjavu.com/changeset/533
Cloned in: http://greasemonkey.devjavu.com/changeset/562

Aaron Boodman wrote:
> * Removed menu_ToolsSepFx from the insertBefore attribute from the firefox menu.
>I couldn't find this anywhere in the mozilla source, and it seems like javascriptConsole is a reasonable place for it. If this is wrong, we can add it back.

You are correct... it is not in the base Firefox code, but is actually dynamically created by Mozilla with the core distributions of Firefox.  If you personally wish to put it back in, it will keep the location consistent with previous versions. (e.g. backwards compatibility ;D ) but it not a requirement.

I put both in there, as if Firefox doesn't find the first one for some weird reason, it tries the next one, and if it doesn't find that one, it will append to the end of the menu.

>* Removed the duplicate attributes label and accesskey from the references to
>gm_general_menu, since things still seem to work with them only in the definition.

Works great on Linux Firefox... although I suggest removing the comment I put in now that you have removed the problem.
 (<!-- NOTE: Unlocalized accesskey & label in menu tags; possibly unaccessible --> ) in line 33.

I would test out the trunk build in SeaMonkey here, but I must be patient for you to add the missing contents.rdf in the locale too.

> * Removed position="10" from the definition of gm_general_menu; this seems to conflict with the insertBefore attribute
>
> * Added comments noting Firefox and Seamonkey specific elements

No qualms with these. Nice addition/subtractions. 8D

--
Marti
Mandriva PWP 2008.0
I only use real Mozilla clean distributions
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marti  
View profile  
 More options Dec 29 2007, 5:52 am
From: Marti <thala...@hotmail.com>
Date: Sat, 29 Dec 2007 03:52:55 -0700
Local: Sat, Dec 29 2007 5:52 am
Subject: Re: [greasemonkey-dev] Changeset 562
Marti wrote:

I would test out the trunk build in SeaMonkey here, but I must be patient for you to add the missing contents.rdf in the locale too.

For referencing sake:
http://greasemonkey.devjavu.com/browser/branches/mm1/src/chrome/chromeFiles/locale/en-US/contents.rdf?rev=525
http://greasemonkey.devjavu.com/changeset/552

and perhaps the inclusion of the skin folder changesets.

Some form of these are necessary the completion of install.js
--
Marti
Mandriva PWP 2008.0
I only use real Mozilla clean distributions
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marti  
View profile  
 More options Dec 29 2007, 5:55 am
From: Marti <thala...@hotmail.com>
Date: Sat, 29 Dec 2007 03:55:06 -0700
Local: Sat, Dec 29 2007 5:55 am
Subject: Re: [greasemonkey-dev] Changeset 562
Okay getting tired... dropping words. LOL Gnite

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Boodman  
View profile  
 More options Dec 29 2007, 12:27 pm
From: "Aaron Boodman" <bo...@youngpup.net>
Date: Sat, 29 Dec 2007 09:27:34 -0800
Local: Sat, Dec 29 2007 12:27 pm
Subject: Re: [greasemonkey-dev] Re: Changeset 562
On Dec 29, 2007 2:52 AM, Marti <thala...@hotmail.com> wrote:

Whoops thought that one was already done. Fixed.

- a


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aaron Boodman  
View profile  
 More options Dec 29 2007, 12:30 pm
From: "Aaron Boodman" <bo...@youngpup.net>
Date: Sat, 29 Dec 2007 09:30:54 -0800
Local: Sat, Dec 29 2007 12:30 pm
Subject: Re: [greasemonkey-dev] Changeset 562
On Dec 29, 2007 1:32 AM, Marti <thala...@hotmail.com> wrote:

>  You are correct... it is not in the base Firefox code, but is actually
> dynamically created by Mozilla with the core distributions of Firefox.  If
> you personally wish to put it back in, it will keep the location consistent
> with previous versions. (e.g. backwards compatibility ;D ) but it not a
> requirement.

I'm only really concerned about backward compatibility of the Greasemonkey API.

> Works great on Linux Firefox... although I suggest removing the comment I
> put in now that you have removed the problem.
>   (<!-- NOTE: Unlocalized accesskey & label in menu tags; possibly
> unaccessible --> ) in line 33.

Really I just moved the problem down a few lines, to the definition of
the menu, right?

- a


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marti  
View profile  
 More options Dec 29 2007, 4:50 pm
From: Marti <thala...@hotmail.com>
Date: Sat, 29 Dec 2007 14:50:28 -0700
Local: Sat, Dec 29 2007 4:50 pm
Subject: Re: [greasemonkey-dev] Re: Changeset 562
Aaron Boodman wrote:
Works great on Linux Firefox... although I suggest removing the comment I
put in now that you have removed the problem.
  (<!-- NOTE: Unlocalized accesskey & label in menu tags; possibly
unaccessible --> ) in line 33.
    
Really I just moved the problem down a few lines, to the definition of
the menu, right?

- a

  
I didn't look down that far... the comment should be closer to the problem then.  I didn't comment everywhere for this type of problem as there would have been several more comments.  You recommended that I not litter the code too much... anywhoo... nice catch. Also missed that Seamonkey comment should be SeaMonkey... you should try misspelling the case in  JavaScript to the wrong person sometime LOL

--
Marti
Mandriva PWP 2008.0
I only use real Mozilla clean distributions
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marti  
View profile  
 More options Dec 29 2007, 8:02 pm
From: Marti <thala...@hotmail.com>
Date: Sat, 29 Dec 2007 18:02:08 -0700
Local: Sat, Dec 29 2007 8:02 pm
Subject: Re: [greasemonkey-dev] Re: Changeset 562
Marti wrote:
Marti wrote:

I would test out the trunk build in SeaMonkey here, but I must be patient for you to add the missing contents.rdf in the locale too.

For referencing sake:
http://greasemonkey.devjavu.com/browser/branches/mm1/src/chrome/chromeFiles/locale/en-US/contents.rdf?rev=525
http://greasemonkey.devjavu.com/changeset/552

and perhaps the inclusion of the skin folder changesets.

Some form of these are necessary the completion of install.js


Cloned in Changeset 566
Ref: http://greasemonkey.devjavu.com/changeset/566

Thank you! 8D

No problems detected related to this Changeset 562 in SeaMonkey.

Missing Changeset 552 superseded by Changeset 568 (inclusive)
Ref: http://greasemonkey.devjavu.com/changeset/568
Ref: http://greasemonkey.devjavu.com/ticket/76

--
Marti
Mandriva PWP 2008.0
I only use real Mozilla clean distributions
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google