[Pkg-mozext-commits] [requestpolicy] annotated tag release-0.5.24 created (now 08a4651)

David Prévot taffit at moszumanska.debian.org
Fri Sep 19 17:44:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to annotated tag release-0.5.24
in repository requestpolicy.

        at  08a4651   (tag)
   tagging  90052e32f28e3699809deb397d2b6e3ab4af1ac1 (commit)
 tagged by  Justin Samuel
        on  Sun Jan 8 13:10:23 2012 -0800

- Log -----------------------------------------------------------------
release 0.5.24

Justin Samuel (439):
      Initial import.
      Programmatically defining resource and resource:// imports working.
      Change module filename to CamelCase.
      Provided _xpcom_factory to use a singleton of CsrPolicyService so that it will be a service.
      Disabling meta refresh in windows and finding meta refresh tags in loaded DOM.
      Added nsIObserver interface and listening for app-startup and http-on-examine-response. Detecting 'Location' header in responses.
      Determine the URI of request when a Location header is found in the response.
      Improved logging.
      Added an example/testing nsICSRPolicy interface. It's just an example of a working interface, not anything useful at this point.
      Logger bugfix.
      Block location headers (all of them for not, not yet using a policy).
      Fiddling with request blocking criteria.
      More test html files.
      Better user link click detection.
      Added link click recognition for when a user right-clicks a link and chooses "open in new (window|tab)".
      Added recognition of user-initiated form submissions.
      Added caching of previous call to shouldLoad to get the duplicate entries out of the info that is logged. Also some refactoring.
      Refactoring.
      Allow location headers based on the same criteria that content requests are allowed.
      Now that duplicate requests to shouldLoad are handled separately, clean up data structure when approving user-initiated link clicks and form submissions.
      Don't allow empty hostnames to be considered the same.
      Added status bar menu. Current just displayed, no functionality implemented.
      Rename references to "csrPolicy" to be "csrpolicy".
      Load libraries on app-startup rather than service instantiation.
      Added ability to temporarily allow an origin host.
      Added allow/revoke temporary permissions for all requests from origin host.
      Refactoring. Beginning of preference support.
      Added working autoReload preference for whether to reload on change of a site's request policy.
      Refactoring.
      Logging settings controlled through preferences.
      User prefs for allowOrigins are now saved when modified and loaded on start.
      Rename files.
      Added option to ignore blocked requests from an origin. Note that currently there are no warnings about blocked requests, so this will only be useful in the future.
      Allow the destination scheme "view-source".
      - Detecting when content for a page has been rejected (in preparation for notifications to the user).
      Rudimentary notification to user of blocked content.
      - added submenus for blocked/allowed requests to clean up main menu
      - fixed broken back/forward
      update blocked content notification on tab change
      fixed occasional problem with link click registration when the event target wasn't the actual anchor element.
      Fought with prefetching and lost. Prefetching not disabled for now, but messages being logged when prefetch requests are made.
      Rename extension from "Cross-Site Request Policy" to "Request Policy".
      Not checked in during last commit.
      Description wording change.
      Removed const aliases for Components.[classes|interfaces] as there were reports of redeclaration in some cases.
      Remove pre-rename xpt file.
      Use different version of chrome.manifest for local developer than for packaging.
      - Added "temporarily allow all requests" mode.
      Text for "Temporarily allow all requests" (missed this in the last commit).
      Added updateUrl and updateKey to install.rdf.
      - Allow meta/header redirects by current policy (but user not yet informed when blocked requests).
      Show notification on blocked Location header redirect.
      - changed statusbar menu format to list origin/dest domains on main menu.
      Allowing by origin-to-destination now working.
      Improvements to per-blocked/allowed-destination submenus giving users option to forbid based on the reason the content was allowed.
      Also open status bar context menu on right-click (was only left-lick before).
      Show redirect notification when meta redirects are found.
      Fix bug introduced with allowing right-click on status bar to show popup menu.
      - Remove unused modules.
      Add LICENSE and README files.
      Rename tests.
      Rename tests.
      - Fix bug where origin-to-destination allow rules weren't obeyed for header redirects.
      Fixes bug where relative redirects (header or meta refresh) without a preceding slash failed.
      Tests for relative url meta refresh.
      Option to revoke all temporary permissions now shows when any temporary permissions are granted (not just when all from the current origin are temporarily allowed).
      Disable prefetching and, just in case, show a warning in the statusbar menu if prefetching is still enabled.
      - Set extension version to 0.1.2
      Fix bug where links clicked/forms submitted that have fragments ("...html#abc") are blocked.
      - Renamed from "Request Policy" to "RequestPolicy"
      - Remove menu arrow from statusbar (statusbar uses images instead of text now).
      Added context menu item that shows same popupmenu as the status bar.
      Context menu icons that accompany previous commit.
      Don't show destinations of clicked links and submitted forms in the list of allowed destinations for a page.
      Fix string bundle typos.
      Make the popup menu attached to the context menu by default so that the common case of the context menu (using it for something other than requestpolicy) is faster.
      Set current version to 0.1.3
      Fix bug where trying to set label multiple times with label=... rather than setAttribte("label"...
      Fixed bug where redirects from link clicks and form submissions may not work with back/forward.
      Remove updateURL and updateKey so that the official mozilla addons site will be checked, instead.
      Turn logging off by default.
      - Update to version 0.1.4
      - Fixed case sensitivity bugs.
      Set version to 0.1.5
      Add back updateURL and updateKey. I didn't realize that update notification isn't provided by mozilla for experimental add-ons.
      Delay allowed meta refreshes by the indicated delay time.
      Set version to 0.1.6
      - Fix min and max firefox versions.
      - Exclude files whose names start with "Copy "
      Fix bug of httpChannel.referrer null reference.
      Show redirect notification in correct tab rather than the current tab.
      Initial steps towards being able to list blocked requests from other origins within a page. Currently can detected blocked requests and gather a list of the other origins with blocked content, but not doing anything with the list.
      - Fix Refresh header parsing bug.
      More progress on the "other origins" menu.
      The "other origins" menu appears to be working.
      Fixed bugs with display of blocked content notification.
      Set version 0.1.7
      Added detection of All-in-One Gestures so that calling of addTab registers a link click.
      Fix bug with opening links/submitting forms where the destination url has no path.
      Wrap addTab and window.open() so that we can allow the requests associated with them. This allows removing the special case of All-in-0ne Gestures extension.
      Better wrapping of tab/window opening functions so that we can know that those requests should be allowed.
      Adding another acceptance case to shouldLoad() to account for that fact that popups from domains a user allows popups that were opened with window.open() don't end up using the wrapped version of window.open().
      Set version to 0.1.8
      Improved comment and message for detecting allowed popup request.
      - Change how click and submit actions are listened for to support links/forms added dynamically.
      Look for other origins in the recorded allowed requests in addition to the DOM.
      Fix typo.
      - Have overlay register with the requestpolicy service so that it can be notified on every blocked request.
      - i18n improvements
      Added contributor for French translation.
      - Unregister blocked request observers when windows close.
      Setting the English extension description as the French one until there is a French translation.
      Updated fr-FR translation.
      Set version 0.1.9
      Fix regression where certain links whose click event targets aren't the link themselves cause no link click to be registered.
      Set version 0.1.10
      Start of preferences window.
      Added preferences window with ability to select status bar icon.
      Adding "general" prefpage image.
      Get rid of some javascript warnings.
      Get rid of some javascript warnings.
      Add optionsURL to install.rdf.
      Remove unused file.
      Set permissive icon status ("allow all requests") for all windows, not just the current one.
      Translate "Préférences" into French ourselves.
      Set version 0.1.11
      Add toolbar button that can be added through Customize Toolbar.
      - Display permissive mode icon for newly opened windows.
      Set version 0.1.12
      Change how the toolbar icon is updated so that we don't need to know whether the icon is being displayed or not.
      Fix wrong icon in toolbar palette.
      Increase padding on sides of status bar icon.
      Allow origins of resource://gre/res/hiddenWindow.html as I believe that is only for privileged requests, like ones from greasemonkey's GM_xmlhttpRequest.
      Set version 0.1.13
      Added whitelist management pane to prefwindow. Currently has ability to view and remove items on the whitelists.
      Initial work on import/export functionality. Not usable yet.
      Import and export prefpane images weren't committed before.
      Import functionality working.
      Remove blank lines from en-US properties file so it's easier to visually compare with other locales.
      Export is working.
      Small refactor of import function.
      Fix typo.
      Repopulate whitelist prefpane after an import is done.
      Add ability to "ctrl-a" select all items in a whitelist listbox.
      Clear listboxes before populating them (to not have duplicate entries after import).
      - Fix bug where too many items in the whitelist listboxes would cause later ones to not show up.
      Add color and an icon to the "other origins" menu item to make it stand out more.
      Added German and Portuguese translations.
      Clear the temporarilyAllow* user prefs if they are set (so that people don't have these sitting around hidden in their preferences).
      The other chrome.manifest file.
      Set version 0.2.0
      Properly delete old, unused preferences. It seems the documentation at mdc was wrong about clearUserPref() if the pref doesn't have a default value (it was throwing an exception, not clearing it).
      Set version 0.2.1
      Initial work on request log. Simple view of requests working but needs cleanup.
      Colored rows and aesthetic improvements to request log.
      Remove requestLogTreeView from requestpolicyOverlay when request log is closed.
      Show correct "open/close request log" item in menu depending on whether the request log is open.
      Use image for request log cell indicating blocked content.
      Show popups and privileged (greasemonkey) requests in request log.
      Variable name change for clarity.
      Change description of extension.
      Set version 0.2.2
      Remove duplicate entries from locale dtd files.
      Improved extension compatibility by allowing any requests from "chrome" and adding a list of special cases (currently includes Adblock Plus and Greasefire).
      Updated locales de-DE and fr-FR.
      Smaller dot icon (I thought this was already checked in).
      Set version 0.2.3
      Add ability to manually whitelist items through the preferences window.
      Added display of placeholder for blocked images.
      Add a preference to control whether blocked images are indicated.
      When indicating blocked images, set a default width/height if no width/height is known. This ensures something is easily visible (not just a 0px image with a border).
      Forbid square brackets when manually whitelisting.
      Embed the data url for blocked image indication backgrounds because it was a pain to create it from a chrome uri that resolved to an image in a jar file.
      - Force status bar icon preference to save instantly.
      - Enable display of alt text for blocked images.
      Added Firefox 3.1 compatibility for blocked image indication.
      Don't include .idl file in components directory when packaging (causes a message in the error console). Package it in the root of the archive, though, so that developers still have access to it.
      Raise max Firefox version to 3.1b3pre.
      Set version 0.2.4
      Added initial setup dialog window that allows importing of pre-made whitelists.
      Allow the initial setup dialog window to be opened through a link in the preferences window.
      Only allow [a-zA-Z0-9.-] when manually adding whitelist items.
      Better column widths in whitelist listboxes.
      Set version 0.3.0
      For blocked images, identify the destination domain in the image's title.
      Fixes for Mac: import/export open file buttons in preferences were missing, along with no way to close preference window when opened through menu.
      Set version 0.3.1
      Update list of initial whitelist sites.
      Set version 0.3.2
      Added license block to all js and xul files.
      Update de-DE locale.
      Set version 0.3.3
      Make preferences window wider to accommodate locales with long translations of General pane labels.
      Fix bug caused by believing parameters were optional in IDL files.
      Set version 0.3.4
      Update initial setup whitelist items.
      Fix bug where blocked content on pages whose urls had fragments would not show the blocked content icon (though the menu accurately listed the blocked destinations).
      Use a scope named rpModules for all imported modules. This is to prevent the possibility of names such as Logger from conflicting with the same global names from other extensions.
      Prepended global object names defined in xul-included js files with "requestpolicy".
      Set version 0.3.5
      Fixed bug where clicking fragments would sometimes cause a request from the same full origin url to destination url, resulting in loss of all allowed/blocked destination info for that url.
      Add support for Seamonkey 2.0.
      Fixed css error.
      Set version 0.3.6
      Set version 0.4.0 (decided to not use 0.3.6).
      Add Flock 2.0 compatibility.
      Set version 0.4.1
      Add additional compatibility rules for Flock.
      Added support for Fennec 1.0a2
      Set version 0.4.2
      Fix problem with Flock about:myworld iframe without a contentDocument.
      Added support for Songbird 1.0
      Set version 0.4.3
      Added ko-KR (Korean) locale strings.
      Updated ko-KR (Korean) locale.
      Made ko-KR (Korean) locale live with missing strings replaced.
      Added contributor for Korean translation.
      Set version 0.4.4
      Forgot to update chrome.manifest with the ko-KR locale (the build's chrome.manifest is based off of a different file).
      Disable dns prefetching.
      Update initial setup whitelist domains.
      * Update fr-FR locale
      Set version 0.4.5
      Fix typo in comment.
      Added es-MX locale.
      Set version 0.4.6
      Enable changing the URI identification level (strictness) through the preferences window.
      Minor pref window text change.
      Set version 0.5.0
      Refactoring (mostly namespace-related changes).
      Refactoring (mostly namespace-related changes).
      Refactoring (extracted RequestUtil, name changes).
      - Added Ukrainian (uk-UA) locale
      Set version 0.5.1
      Fixed conflict with Refcontrol addon where back/forward buttons would sometimes cause aRequestOrigin to be a virtually empty nsIURI object.
      Set version 0.5.2
      Fix incorrect options URL (missed this in the 0.5.0 refactoring).
      Set version 0.5.3
      Bug fixes:
      Check for link click before checking policies so that link clicks to allowed destinations don't get recorded and potentially shown as destinations on other tabs still open to the same origin url.
      Crop the redirect destination shown in redirect notifications if it is too long.
      Fix calling of non-existent setter that only became apparent in Fx 3.1b3.
      Fix request log selected item (non-hover) text color hard to read on Windows.
      When manually whitelisting items that are already temporarily allowed, remove the temporarily allowed item so there isn't both a temporary and a permanent whitelist item.
      When manually whitelisting items, pressing enter while an input field is focussed adds the items to the whitelist rather than closing the preference window.
      Remove unreachable debug code.
      Fennec compatibility (no gBrowser), just disable functionality in Fennec for now.
      Set version 0.5.4
      Fixed bug where Firefox updates began failing because of blocked redirects from downloads.mozilla.org to third-party sites when the updates were being downloaded.
      Set version 0.5.5
      - Indicate in menu blocked header redirects that ultimately originated from a link click (this is mainly for the case of a file download from a link click whose redirect gets blocked).
      Add to each "other origin" item's menu the ability to allow all requests from that origin (the same as one can do with the primary origin of the page).
      Replace blocked image's src with null rather than an invalid resource because the invalid resource was causing page saving to fail (src of null now works in the latest 3.5 beta).
      Added an advanced pref pan with an option to "enable 'temporarily allow all requests' when browser starts".
      Permanently whitelist additional mozilla.org subdomains for redirects during extension installation.
      Added menu item notifying user of conflicting extensions.
      Set version 0.5.6b1
      Set version 0.5.6
      Updated metarefresh tests with a new test case for relative redirects.
      Resolve relative paths in meta redirects using nsIURI.resolve().
      Set version 0.5.7b1
      Set version 0.5.7
      Added to tests an iframe in a subdirectory for running existing tests of relative meta redirects.
      Fixed bug where relative meta refresh from within a framed document refreshed relative to the top-level document.
      Set version 0.5.8
      Fix bug causing all file:// urls to be treated as different origins/destinatons (#59).
      Added a preference for showing permanent whitelisting options in the menu while in private browsing mode (#58).
      Add support for IDNs (#48).
      For the new string added in r302 (for #58), add the untranslated string to the rest of the locales.
      Fix typo in en-US locale (and untranslated string in uk-UA).
      Expose through the preferences window the option to disable auto-reload of pages after whitelist changes (#3).
      Add a message in the initially-empty request log so that the empty log isn't confusing to new users (#46).
      Added twitter.com -> twimg.com to initial suggested whitelist (#60).
      Style fix: forgot a semicolon.
      Set version 0.5.13b1
      Added the stringbundleset to requestLog.xul. It didn't seem to be needed earlier, but that might have been a caching issue.
      Complete the change started in r303 for #48. I had missed testing IDNs with the Base Domain strictness level.
      Set version 0.5.13b2
      Updated locales with latest from babelzilla. Changed nl-NL to nl.
      Set version 0.5.13
      Page load speed optimizations for #75: Decrease time spent in shouldLoad processing by having the overlay set a timer for work it wants to do when notified of blocked requests rather than processing them immediately. Also use a timer to delay processing for when DOMContentLoaded fires for a page. Finally, prevent the tab change detection (that is also triggered on any url change) from being triggered immediately on url change, which would waste processor time when new pages are tryi [...]
      Added tag release-0.5.13 for changeset 3e71ae59650b
      Added tag release-0.5.12 for changeset ddce25bd1fc5
      Added tag release-0.5.11 for changeset 7c2e6aa2f17d
      Rearrange order of accept checks in shouldLoad to have the most common cases first (#79).
      Set version 0.5.14b1
      Properly handle refresh values (in meta tags and headers) that have only a delay, not a url, as well as invalid values (#78).
      Updated de-DE locale.
      Set version 0.5.14b2
      Allow redirects from privileged code. This fixes #82 and possibly some others. Huge thanks to Wladimir Palant.
      Added locales eo, sv-SE, zh-TW. Renamed locale de-DE to de. Updated locale pt-BR.
      Added .hgignore file.
      Removed unused translation strings preferences.import and preferences.export (#92).
      Updated translation credits.
      Complete rename of locale de-DE to de.
      Record user-allowed redirects so that shouldLoad knows to allow them (fix for #107).
      Remove bogus comment from last commit (r331).
      Fix accidental use of global identifier names.
      Set version 0.5.14b3
      Set version 0.5.14
      Fix use of undeclared variable. (#113)
      Use new AddonManager when ExtensionManager no longer exists (fix for #117). Also includes related Fx 3.7 app-startup/profile-after-change fix.
      Pass correct mask to addProgressListener (fix for #109).
      Set version 0.5.15a1
      Raised maxVersion to 3.7a6pre
      Respect the docShell's allowMetaRedirect setting: don't force redirects to allowed destinations. (Fix for #23.)
      Set version 0.5.15a2
      For seamonkey, don't block mailbox: origins or destinations. (Fix for #62.)
      Improve the request log with the ability copy origins/destinations to the clipboard, open them in a new tab, and also to clear the request log. Code based on contribution by Brad Horrocks. (Fix for #71 and #86.)
      Added compatibility with Gecko 2 component registration and thus support for Fx 4.0b2pre. (Fix for #119)
      Set version 0.5.15a4
      Register user-allowed redirects properly. (Fix for #107)
      Clean up LICENSE file and credit Crystal Project icons.
      Uses spaces instead of tabs in xml/xul files.
      Clean up indentation in CSS files. Remove stray tabs in xml/xul files.
      Set version 0.5.15b1
      Updated locales from babelzilla.
      Set version 0.5.15b2
      Raise Firefox maxVersion to 4.0b4pre.
      Set version 0.5.15
      Added tag release-0.5.14 for changeset 182fbde331c3
      Added tag release-0.5.15 for changeset 554d4871bb41
      Increased Firefox and SeaMonkey maxVersion.
      Add mapDestinations interface function and support for HTTPS Everywhere.
      Set version 0.5.16a1
      Register a resource for module loading through chrome.manifest instead of dynamically. (Fix for #142)
      Pass correct arguments to openDialog from our wrapper (Fix for #143).
      Set version 0.5.16b1
      Set version 0.5.16
      Added tag release-0.5.16 for changeset 8a9ff48b4a67
      Make toolbar button work even when status bar/addons bar is disabled (fix for #25).
      Set version 0.5.17a1
      Bump Firefox maxVersion to 4.0.*
      Make icon work when toolbar button placed in addons bar or tab bar (fix for #146).
      Stop trying to be smart about removing related origin-to-destination pairs when a user removes either an origin or a destination that is whitelisted (fix for #150).
      Attach blocked content check timer to main window rather than document window (fix for #144).
      Change <popup> to <menupopup> (fix for #145).
      Add accesskeys for redirect notification buttons (fix for #47).
      Add option to disable context menu (fix for #87). Also add an 'Appearance' prefpane for this and related options.
      Disable permissive mode when all temporary permissions are revoked (fix for #76).
      Change redirect notification 'Options' button text to 'More...' (fix for #93). Also, change order or redirect notification buttons.
      Part of r376 that was missed (fix for #93).
      Have request log init on 'load' rather than 'DOMContentLoaded' (fix for #118).
      Additional link/dns prefetch options, including restoring defaults when RequestPolicy is disabled or uninstalled (fix for #84).
      For request origins with scheme moz-nullprincipal, check the request context for the url of the responsible document to use instead (fix for #134).
      Simplify the fix from r380 for #134. We don't need to worry about wyciwyg URIs if we read contentDocument.documentURI (and we probably don't need to worry about fragments, but leaving fragment stripping in there to be safe).
      Set version 0.5.17a2
      Always allow requests from about:addons to mozilla.org as well as related requests (fix for #126).
      Allow all requests from about:home (fix for #140).
      Add compatibility rules for the Xmarks Sync extension's login window (fix for #155).
      When 'Norton Safe Web Lite Toolbar' is installed, allow requests to 'symnst:' (fix for #57).
      Allow many content requests made by the Brief feed reader extension (partial fix for #29).
      Update locales from babelzilla (progress on #154).
      Set version 0.5.17b1
      Add another whitelisted origin for chrome XMLHttpRequests (fix for #160).
      Update locales (fix for #154).
      Set version 0.5.17
      Added tag release-0.5.17 for changeset d2350a6f73b7
      Integrate babelzilla translations (fix for #169).
      Set version 0.5.18b1
      The 'Disable DNS prefetch on startup' option didn't work if network.dns.disablePrefetch had a user value of 'false' (fix for #171).
      Set version 0.5.18
      Added tag release-0.5.18 for changeset 831c5b3ca1bc
      Set version 0.5.19a1
      Keep track of favicon requests so we can treat them like content requests when they are redirected (fix for #183).
      Allow floats when parsing refresh delays (fix for #177).
      Don't force non-cache reloads (fix for #170).
      Prevent default browser toolbar/statusbar context menu from displaying when RP menus/icons are right-clicked (fix for #148).
      Catch errors when removing session history listener (fix for #175).
      Add compatibility rules for the Web Developer extension (fix for #168).
      Remove 'Content-Disposition: attachment' header when removing Location/Refresh headers to prevent about:neterror from being displayed when the blocked redirect notification is shown (fix for #180).
      Resolve about:blank origins when possible; recognize URI identifiers for data:[MIME-type]; add top-level document translation rule for Update Scanner extension (fix for #55).
      Add comment that explains why r407 for #55 works.
      Set version 0.5.19a2
      Set SeaMonkey maxVersion to 2.1b3
      Show a redirect notification when top-level document requests are blocked by shouldLoad (fix for #147).
      Add tests for javascript-induced document.location changes.
      Set version 0.5.19a3
      Use a transparent image to replace blocked images and identify blocked images by comparing src to blocked destinations rather than using block-time tagging (fix for #178 and #189)
      Shown alt text in title of blocked image indicator (fix for #191).
      Set version 0.5.19a4
      To avoid oversights and thus bypass bugs, use a mozilla API to determine redirect destinations relative to an origin (fix for #194).
      Set version 0.5.19b1
      Strip fragments from mapped destinations (fix for #195).
      Set version 0.5.19b2
      Set version 0.5.19
      Added tag release-0.5.19 for changeset d6254a24627f
      Ignore attempts to redirect to javascript URIs (fix for #204).
      Set version 0.5.20a1
      Set type="chrome" for request log iframe (fix for #184).
      Prefix element IDs with "requestpolicy-" (fix for #205).
      Allow disabling the status bar icon through preferences (fix for #27).
      In shouldLoad, always check that aContext isn't null before using it (fix for #201).
      Set min-height instead of height for prefpane contents due to OS display differences (fix for #207).
      Listen for 'unload' window rather than 'close' window events (fix for #209).
      Set version 0.5.20b1
      Update locales (fix for #206).
      Set version 0.5.20
      Added tag release-0.5.20 for changeset 40465f259e48
      Exclude *.bak and *.orig files from builds.
      Set version 0.5.21a
      Add extension compatibility rules for Firefox Sync (fix for #215).
      Prevent profile-after-change code from being called twice by Fx 3.6 (fix for #219).
      Use toolbar button instead of status bar icon in Fx4 (fix for #217). Add Util module and prefs to track last RP and app versions. Remove ability to choose the large status bar icon (for all app versions). Remove the dropmarker from the toolbar button.
      Fix bug in r439 (#217).
      Set version 0.5.21b1
      Set version 0.5.21
      Set version 0.5.22b1
      Don't ignore view-source destinations, instead strip off the 'view-source:' scheme (fix for #246).
      Don't use regex define+exec shorthand which isn't supported in mozilla trunk (fix for #242).
      Bump Fx and Sm maxVersion
      Add extension compatibility rules for Norton NIS Toolbar (fix for #240).
      Add more Norton Toolbar extension compatibility rules/extension IDs (fix for #240).
      Add a new compatibility rule for about:addons 'Get Addons' page (fix for #247).
      Set version 0.5.22b2
      Set version 0.5.22
      Added tag release-0.5.21 for changeset 301ca1ebead4
      Added tag release-0.5.22 for changeset 49a00d2caac0
      Use event.mozInputSource to identify user-initiated click events. Also, use click events rather than submit events to identify form submissions. (Fix for #257)
      Set version 0.5.23a1. Gecko 2.0+ now required so increase minVersions. Drop claimed support for really old Fennec and Songbird.
      Update usage of addProgressListener for Gecko 2.0 (fix for #258).
      Comment overlay.xul to indicate what the src of the chrome privileged request log iframe will be set to (fix for #259).
      Add extension compatibility rules for SimilarWeb (fix for #226).
      Use setToolbarVisibility to display add-on bar once the RP toolbar button had been added to it (fix for #260).
      Set version 0.5.23b1
      Work around SeaMonkey bug which assumes onSecurityChange is defined (additional fix for #258).
      Always use Firefox Sync compatibility rules now that Sync is built-in (fix for #262).
      Set version 0.5.23b2
      Fix comment spelling from r461 (#258).
      Update translations from babelzilla (fix for #265).
      Set version 0.5.23b3
      Set version 0.5.23
      Added tag release-0.5.23 for changeset 72d2dff02930
      Updated .hgignore
      Added .gitignore and removed .hgignore.
      Prevent infinite loop when apparent redirection loop occurs (fix for #279).
      Set version 0.5.24b1
      Handle childDocument null or undefined (fixes #266).
      Set version 0.5.24

justin (36):
      Fix incomplete method rename from last commit.
      Added tags from hg convert.
      Added missing release tags.
      Move tests/ directory out of src/.
      Handle new style addTab() arguments (fix for #38).
      Added semicolons forgotten in last commit.
      Remove recaptcha.net from suggested initial whitelist (#40).
      Added paypal.com -> paypalobjects.com to suggested initial whitelist (#4).
      Update all files with new auto formatting settings.
      Fix for #39 where redirects to destinations that were paths but not full URIs could result in the destination path being shows as an allowed destination host in the menu.
      Don't record accepted URIs when the origin is chrome:// (fix for #35).
      Add support for private browsing mode (fix for #34).
      Add instructions for obtaining the xulrunner-sdk to the Makefile we use to compile our idl files.
      Fixed oversight in private browsing support. The changes in r276 weren't compatible with older browsers that don't support private browsing.
      Updated translations and added nl-NL, ru-RU, and zh-CN.
      Set version 0.5.9b1. Added credits to new translators.
      Forgot to update chrome.manifest with r279 (it gets clobbered during a build, I just forgot that I keep this one in sync with chrome.manifest.devel).
      Default value consistency change (no change of functionality).
      Notify user of conflict with Brief extension (#41).
      Added script to update locales based on tar.gz downloaded from babelzilla.org.
      Added tr-TR (Turkish) locale.
      Set version 0.5.9
      Added tag release-0.5.9 for changeset 34e09ea8c6a4
      Set version 0.5.10b1
      Fix #35 (don't list destinations from chrome:// origins in the menu) in a better way. This reverts r275 and adds a message in the menu that needs translation.
      Clear the blocked and allowed requests when changing strictness level (fix for #42). Also add a description of the strictness level.
      Incorrect exception handling caused getDomain() function to not handle single-word hostnames or IP addresses. Fixes #44.
      Updated locales with recently added/translated strings.
      Set version 0.5.10b2
      Update tr-TR locale.
      Set version 0.5.10.
      Added tag release-0.5.10 for changeset 67273368958d
      Added Japanese (ja) locale. Changed fr-FR locale to just fr.
      Set version 0.5.11
      Remove extra space in error name. (Fix for #49)
      Set version 0.5.12

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list