February 2015 Archives by thread
Starting: Mon Feb 2 18:36:44 UTC 2015
Ending: Sat Feb 28 16:39:12 UTC 2015
Messages: 852
- [Pkg-mozext-commits] [tabmixplus] branch master updated (c673ea3 -> df4bc8d)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 01/51: Added tag 0.4.1.6pre.141229a1 for changeset 6fff27d15626
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 02/51: Backed out changeset: 22c3e65d914b, Use SessionStore.getTabState to get history data, can't use historyEntry.getScrollPosition with remote tab. It breaks our session manager in Mac OS when using quit application to close al windows. Our deinit function run after SessionStore already quit so calling getTabState throw an error
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 03/51: More jsHint errors
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 04/51: Disable all items in tabBarDisplay when Tabmix.extensions.verticalTabBar is true
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 05/51: Make sure we clean clickOnCurrent attribute from non-selected tab (see changeset fb96279e9504)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 06/51: Tooltip for Drag & Drop over tabs is not visible when the window is maximized
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 07/51: Don't call updateScrollStatus from onTabAttrModified when browser.tabs.animate is true and a new tab is still opening
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 08/51: Move all visibleTabs helper functions to one place
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 09/51: Remove maxRow getter
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 10/51: Check for Google links also when "Force to open in new tab from Links to other sites" is true
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 11/51: Move the content of tabmix-tabbrowser-tabs bindings constructor, destructor and initializeTabmixUI to new function in js object
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 12/51: Move setTabStripOrient to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 13/51: Move adjustNewtabButtonvisibility to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 14/51: Move tabstripInnerbox to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 15/51: Move topTabY, getTabRowNumber and lastTabRowNumber to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 16/51: Move canScrollTabsLeft and canScrollTabsRight to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 17/51: Move overflow getter and setter to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 18/51: Move updateVerticalTabStrip to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 19/51: Move showNewTabButtonOnSide to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 20/51: Move private properties from gBrowser.tabContainer to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 21/51: Move TMP_inSingleRow from gBrowser.tabContainer to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 22/51: Move updateScrollButtons from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 23/51: Move isElementVisible from gBrowser.tabContainer.mTabstrip to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 24/51: Make sure our tabContainer functions exist when calling function not in multi-row mode
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 25/51: Move our gBrowser.tabContainer event handlers to Tabmix.tabsUtils
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 26/51: Don't change gBrowser.tabContainer._lockTabSizing, _expandSpacerBy and _unlockTabSizing when verticalTabs extension installed
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 27/51: Remove long inline script from shortcuts.xul, use xml Instead
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 28/51: Fix Exception "Component returned failure code: 0x80004002 (NS_NOINTERFACE) [nsIWebProgress.DOMWindow]"
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 29/51: Add new exception list to loadURIWithFlags function, to allow us override our preference and load the url in the current tab when the caller is in the list. secureLogin extension expect to execute the login in the current page
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 30/51: Wrong null check in changeset 0230ba00d9b5, Hinting chrome/content/* folders
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 31/51: Linting null check, Use '===' to compare with 'null' and 'undefined'
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 32/51: Catch error Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.document]
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 33/51: New shortcut 'Switch to last active tab'
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 34/51: Change 'new tab' to 'New Tab' lables
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 35/51: Added tag 0.4.1.7pre.150112a1 for changeset 061b3bbf1ca6
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 36/51: Change tab-close-button image on Linux when user set background color on tabs
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 37/51: Changing item position in preference window on start, prevent it from getting the right value. Regressed by changeset e5e2dbf305ad
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 38/51: Add missing local string
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 39/51: Follow uo bug 821724 - Implement a menuitem for places/bookmarks to open them in a private window
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 40/51: Allow to open new window if user are not in single window mode or there are no opened windows or there are no other windows with the same privacy type
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 41/51: Leftover from changeset f05bf7562cb7 - tabBar.getTabRowNumber
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 42/51: Don't prevent focusAndSelectUrlBar when replacing last tab
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 43/51: Update changeset d6d2bef4a2e0, Classic theme restorer control close tab button only when the default theme is in use
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 44/51: Remove redundant set attribute. calling gBrowser.tabContextMenu too soon broke s3menuwizard from initialize tab context menu (regressed by changeset 5f69aeeba450 - Set missing attribute on first tab)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 45/51: Update maxVersion to 38.0a1
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 46/51: Revert changeset 877f955099cf 'Disable moveTabOnDragging when user set tabBarMode preference to multi-row' and change the label
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 47/51: Imported Upstream version 0.4.1.7~150126a1
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 48/51: Merge tag 'upstream/0.4.1.7_150126a1'
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 49/51: Refresh patch
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 50/51: Update upstream changelog
David Prévot
- [Pkg-mozext-commits] [tabmixplus] 51/51: Update changelog for 0.4.1.7~150126a1-1 release
David Prévot
- [Pkg-mozext-commits] [tabmixplus] branch pristine-tar updated (f630841 -> d0f27e6)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] branch upstream updated (74dd2e6 -> c96de8b)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.1.7_150126a1 created (now 0a75e64)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] tag 0.4.1.6 created (now 7b9964a)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] tag 0.4.1.7pre.150112a1 created (now 20f8763)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] tag 0.4.1.7pre.150126a1 created (now 537a866)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] annotated tag debian/0.4.1.7_150126a1-1 created (now 2667341)
David Prévot
- [Pkg-mozext-commits] [cryptocat] branch debian updated (75bb26c -> 1b61f12)
Ulrike Uhlig
- [Pkg-mozext-commits] [cryptocat] branch debian updated (1b61f12 -> c8cbe95)
Ulrike Uhlig
- [Pkg-mozext-commits] [cryptocat] branch debian updated (c8cbe95 -> c421d5e)
Ulrike Uhlig
- [Pkg-mozext-commits] [noscript] 01/04: Imported Upstream version 2.6.9.12
David Prévot
- [Pkg-mozext-commits] [noscript] branch master updated (e473fe2 -> 67dc3ac)
David Prévot
- [Pkg-mozext-commits] [noscript] branch pristine-tar updated (f371bf2 -> dbff995)
David Prévot
- [Pkg-mozext-commits] [noscript] branch upstream updated (ffe01ce -> 212514d)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.11-1 created (now 7cc810d)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag upstream/2.6.9.12 created (now 6b6e332)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.12-1 created (now fdb1e7a)
David Prévot
- [Pkg-mozext-commits] [firebug] branch master updated (0daa89b -> ee12945)
David Prévot
- [Pkg-mozext-commits] [firebug] branch pristine-tar updated (8a3803b -> 9ffe923)
David Prévot
- [Pkg-mozext-commits] [firebug] branch upstream updated (456689a -> b488c66)
David Prévot
- [Pkg-mozext-commits] [firebug] annotated tag upstream/2.0.8 created (now 8883c92)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.4 created (now da0d999)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.4b1 created (now 8ef06b0)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.5 created (now ca07dd2)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.5b1 created (now 3091374)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.6 created (now 181d207)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.6b1 created (now ba2574c)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.7 created (now dade097)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.7b1 created (now 024d49b)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.8 created (now 923845a)
David Prévot
- [Pkg-mozext-commits] [firebug] tag firebug-2.0.8b1 created (now 574e55b)
David Prévot
- [Pkg-mozext-commits] [firebug] annotated tag debian/2.0.8-1 created (now a5df50c)
David Prévot
- [Pkg-mozext-commits] [nostalgy] branch master updated (a31057e -> 4005ae9)
David Prévot
- [Pkg-mozext-commits] [nostalgy] branch pristine-tar updated (8d09609 -> e35d848)
David Prévot
- [Pkg-mozext-commits] [nostalgy] annotated tag upstream/0.2.33 created (now 131fba4)
David Prévot
- [Pkg-mozext-commits] [nostalgy] annotated tag debian/0.2.33-1 created (now adbec47)
David Prévot
- [Pkg-mozext-commits] [noscript] branch master updated (67dc3ac -> 727e1a5)
David Prévot
- [Pkg-mozext-commits] [noscript] branch pristine-tar updated (dbff995 -> 0a657a2)
David Prévot
- [Pkg-mozext-commits] [noscript] branch upstream updated (212514d -> a006b0a)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag upstream/2.6.9.13_rc1 created (now c8baabe)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.13_rc1-1 created (now 150ee77)
David Prévot
- [Pkg-mozext-commits] [noscript] branch master updated (727e1a5 -> 0f23db1)
David Prévot
- [Pkg-mozext-commits] [noscript] branch pristine-tar updated (0a657a2 -> 6a74eae)
David Prévot
- [Pkg-mozext-commits] [noscript] branch upstream updated (a006b0a -> 888eff8)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag upstream/2.6.9.13 created (now e56a5f7)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.13-1 created (now 57f356c)
David Prévot
- [Pkg-mozext-commits] [noscript] branch master updated (0f23db1 -> dbeb72e)
David Prévot
- [Pkg-mozext-commits] [noscript] branch pristine-tar updated (6a74eae -> 94e6e09)
David Prévot
- [Pkg-mozext-commits] [noscript] branch upstream updated (888eff8 -> 43a1004)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag upstream/2.6.9.14_rc1 created (now 1f95dc1)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.14_rc1-1 created (now 4244102)
David Prévot
- [Pkg-mozext-commits] [firegestures] branch master updated (81714de -> 374c71c)
David Prévot
- [Pkg-mozext-commits] [firegestures] branch pristine-tar updated (01c14b1 -> 6925bf4)
David Prévot
- [Pkg-mozext-commits] [firegestures] branch upstream updated (efe15da -> 818aac7)
David Prévot
- [Pkg-mozext-commits] [firegestures] annotated tag upstream/1.9_b4 created (now 36a0477)
David Prévot
- [Pkg-mozext-commits] [firegestures] annotated tag debian/1.9_b4-1 created (now d067da2)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] branch master updated (6167550 -> ee9f7d8)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] branch pristine-tar updated (cd38220 -> b3abbde)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] branch upstream updated (6eb6450 -> eeb28da)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] annotated tag upstream/1.0.0_beta8.2 created (now 4b2c6ad)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] annotated tag upstream/1.0.0_beta8.2+dfsg created (now 9c428a9)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] annotated tag v1.0.beta8.2 created (now 4eea925)
David Prévot
- [Pkg-mozext-commits] [requestpolicy] annotated tag debian/1.0.0_beta8.2+dfsg-1 created (now f94778a)
David Prévot
- [Pkg-mozext-commits] [noscript] branch master updated (dbeb72e -> 2925d42)
David Prévot
- [Pkg-mozext-commits] [noscript] branch pristine-tar updated (94e6e09 -> 00f6b83)
David Prévot
- [Pkg-mozext-commits] [noscript] branch upstream updated (43a1004 -> b3d9c07)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag upstream/2.6.9.15 created (now 570c6e5)
David Prévot
- [Pkg-mozext-commits] [noscript] annotated tag debian/2.6.9.15-1 created (now a1ecd02)
David Prévot
- [Pkg-mozext-commits] [cryptocat] branch debian updated (c421d5e -> dd0ac96)
Ulrike Uhlig
- [Pkg-mozext-commits] [tabmixplus] branch master updated (df4bc8d -> df9649a)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] branch pristine-tar updated (d0f27e6 -> 0b2d96b)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] branch upstream updated (c96de8b -> 26c5b2e)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] annotated tag upstream/0.4.1.7_150212a1 created (now aa7d013)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] tag 0.4.1.7pre.150212a1 created (now 21697ac)
David Prévot
- [Pkg-mozext-commits] [tabmixplus] annotated tag debian/0.4.1.7_150212a1-1 created (now 00516a2)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] branch master updated (a5ac239 -> 988dad6)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] branch pristine-tar updated (6e66a57 -> ef7514f)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] branch upstream updated (76ab902 -> 66ac3fe)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] annotated tag upstream/2.0.0_b2 created (now 914f03c)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] annotated tag v1.1.2 created (now 46da5c9)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] annotated tag v2.0.0b1 created (now 8e6d174)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] annotated tag v2.0.0b2 created (now 5976c53)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] branch master updated (88554f9 -> a79681f)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] branch pristine-tar updated (4fb1fba -> c6ccc37)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] branch upstream updated (87240a0 -> cd85c61)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] annotated tag upstream/3.0_beta1 created (now 30a01ca)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] tag 0.9.8.1 created (now 153a2d9)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] tag 2.3 created (now 88d1a5c)
David Prévot
- [Pkg-mozext-commits] [greasemonkey] annotated tag debian/3.0_beta1-1 created (now 9a2c7d7)
David Prévot
- [Pkg-mozext-commits] [gcontactsync] annotated tag debian/2.0.0_b2-1 created (now fca4155)
David Prévot
- [Pkg-mozext-commits] [dom-inspector] branch master updated (caeb6e2 -> d2366be)
David Prévot
- [Pkg-mozext-commits] [dom-inspector] branch pristine-tar updated (43005eb -> e2bc33a)
David Prévot
- [Pkg-mozext-commits] [dom-inspector] branch upstream updated (c523aca -> b48dd59)
David Prévot
- [Pkg-mozext-commits] [dom-inspector] annotated tag upstream/2.0.15 created (now 05415f0)
David Prévot
- [Pkg-mozext-commits] [dom-inspector] annotated tag debian/1%2.0.15-1 created (now 5ba3357)
David Prévot
- [Pkg-mozext-commits] [itsalltext] 02/459: in progress
David Prévot
- [Pkg-mozext-commits] [itsalltext] 04/459: narf
David Prévot
- [Pkg-mozext-commits] [itsalltext] branch master updated (ebc0573 -> e5234bd)
David Prévot
- [Pkg-mozext-commits] [itsalltext] 05/459: Removed the about dialog.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 03/459: flashy textareas!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 01/459: stuff
David Prévot
- [Pkg-mozext-commits] [itsalltext] 06/459: Yay! The editor works.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 07/459: lint run
David Prévot
- [Pkg-mozext-commits] [itsalltext] 08/459: okay, this is almost near beta quality!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 09/459: getting better
David Prévot
- [Pkg-mozext-commits] [itsalltext] 10/459: refactoring for preferences
David Prévot
- [Pkg-mozext-commits] [itsalltext] 11/459: default prefs
David Prévot
- [Pkg-mozext-commits] [itsalltext] 12/459: Added Makefile
David Prévot
- [Pkg-mozext-commits] [itsalltext] 13/459: Okay, we have options
David Prévot
- [Pkg-mozext-commits] [itsalltext] 14/459: Added refresh period to the timeout
David Prévot
- [Pkg-mozext-commits] [itsalltext] 15/459: Added copyright, badly.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 16/459: Turned off flashing. Fixed maxlength in preferences.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 17/459: version bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 18/459: Added docs and better linting
David Prévot
- [Pkg-mozext-commits] [itsalltext] 19/459: * cleaned up preferences - they now use an observer * fixed bug in windows where the text area is repeated a million times.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 20/459: * added TODO * bumped version number
David Prévot
- [Pkg-mozext-commits] [itsalltext] 21/459: Added TODO and narf checking
David Prévot
- [Pkg-mozext-commits] [itsalltext] 22/459: Updated todos
David Prévot
- [Pkg-mozext-commits] [itsalltext] 23/459: Copyright notice is all in place. The about box works now.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 24/459: bumped version, so I don't forget next time.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 25/459: Fixed a lint error Changed the way releases work, so that I won't make stupid mistakes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 26/459: We have a gumdrop! Yay!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 29/459: version 0.2.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 30/459: Removed homepage url
David Prévot
- [Pkg-mozext-commits] [itsalltext] 31/459: Added a changelog file. Added the official homepage URL from addons.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 32/459: updated todo lists
David Prévot
- [Pkg-mozext-commits] [itsalltext] 33/459: added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 34/459: Added todo item. Switch todos to @todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 27/459: Cleaned up the button/gumdrop stuff. Started trying to get the popup menu to work.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 28/459: Added a todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 35/459: Added todo item: line nmuber for editor
David Prévot
- [Pkg-mozext-commits] [itsalltext] 36/459: Added another todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 37/459: switch to using setInterval, removed cronjob cruft.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 38/459: Fixed problem with cancelling intervals
David Prévot
- [Pkg-mozext-commits] [itsalltext] 39/459: Added cache cleaning on page deletion
David Prévot
- [Pkg-mozext-commits] [itsalltext] 40/459: Bumped version, removed unneeded file
David Prévot
- [Pkg-mozext-commits] [itsalltext] 41/459: updated changelog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 42/459: Added reminder to release makefile target
David Prévot
- [Pkg-mozext-commits] [itsalltext] 43/459: release
David Prévot
- [Pkg-mozext-commits] [itsalltext] 44/459: Added some todo notes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 45/459: Added some todo notes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 46/459: Added a filepicker
David Prévot
- [Pkg-mozext-commits] [itsalltext] 47/459: switched const and var, added note about jslint not support const
David Prévot
- [Pkg-mozext-commits] [itsalltext] 48/459: * cleaned up button * only show apps in the browser
David Prévot
- [Pkg-mozext-commits] [itsalltext] 49/459: Okay, the preferences are saving now. Yay!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 50/459: updated changelog, added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 51/459: Added tag release-0.3.1 for changeset 958ce303e06d
David Prévot
- [Pkg-mozext-commits] [itsalltext] 52/459: My install.rdf changed somehow, weird
David Prévot
- [Pkg-mozext-commits] [itsalltext] 53/459: Added tag release-0.3.1 for changeset 111e2717f7fe
David Prévot
- [Pkg-mozext-commits] [itsalltext] 54/459: Fixed problem with initWithPath on windows
David Prévot
- [Pkg-mozext-commits] [itsalltext] 55/459: bumped version number
David Prévot
- [Pkg-mozext-commits] [itsalltext] 56/459: cleaned up todos
David Prévot
- [Pkg-mozext-commits] [itsalltext] 57/459: minor project name change
David Prévot
- [Pkg-mozext-commits] [itsalltext] 58/459: Added Fade To Yellow on refresh update
David Prévot
- [Pkg-mozext-commits] [itsalltext] 59/459: Added gode for using a graphic image. Needs an image
David Prévot
- [Pkg-mozext-commits] [itsalltext] 60/459: Updated icon
David Prévot
- [Pkg-mozext-commits] [itsalltext] 61/459: * changed jslint to lint * makefile aborts when lint fails * updated changelog * pretty gumdrop! it should stay in place better.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 62/459: Added tag release-0.3.2 for changeset e7577795562d
David Prévot
- [Pkg-mozext-commits] [itsalltext] 63/459: Updated todo items, cleaned them up some.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 64/459: If the editor is launched, it'll pop up the preferences.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 65/459: bumped version number, so I don't forget
David Prévot
- [Pkg-mozext-commits] [itsalltext] 66/459: Added idea
David Prévot
- [Pkg-mozext-commits] [itsalltext] 67/459: fixed linting
David Prévot
- [Pkg-mozext-commits] [itsalltext] 68/459: * fixed problem with non-unique names, but unique ids * fixed fading the wrong text area.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 69/459: Deal with duplicate name attributes that don't have an id
David Prévot
- [Pkg-mozext-commits] [itsalltext] 70/459: updated changelog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 71/459: fixed lint: parseInt missing radix
David Prévot
- [Pkg-mozext-commits] [itsalltext] 72/459: Bumped version number so I won't forget.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 73/459: Added tag release-0.3.3 for changeset dd4bd4e659fd
David Prévot
- [Pkg-mozext-commits] [itsalltext] 74/459: updated todos
David Prévot
- [Pkg-mozext-commits] [itsalltext] 75/459: Minor change to z-index
David Prévot
- [Pkg-mozext-commits] [itsalltext] 76/459: todo reorg
David Prévot
- [Pkg-mozext-commits] [itsalltext] 77/459: Added more todo items.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 78/459: Removed loop in the preferences observer (it would observe it's own changes to internal state). Fixed by separating the data and observer.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 79/459: Hopefully, this fixes the leak
David Prévot
- [Pkg-mozext-commits] [itsalltext] 80/459: Don't rerun the docs everytime.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 81/459: added more mac text to the preferences dialog.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 82/459: refresher refactorization.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 83/459: Updated position of gumdrop at suggestion of Hans on blog.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 84/459: added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 85/459: more todos
David Prévot
- [Pkg-mozext-commits] [itsalltext] 86/459: cleaned up the doc checker
David Prévot
- [Pkg-mozext-commits] [itsalltext] 87/459: remove bogus code.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 88/459: Updated makefile
David Prévot
- [Pkg-mozext-commits] [itsalltext] 89/459: Fixed lint problems.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 90/459: Rewrote the document monitor process.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 91/459: The gumdrops fade in and fade out. They also nolonger disrupt the page flow.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 92/459: Fixed lints.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 93/459: fixed release to remind me to up the tag number and change comments.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 94/459: Added tag release-0.3.4 for changeset f5ff299757e2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 95/459: bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 96/459: * cleaned up the onDOMContentLoad loading stuff. * reposition the gumdrops if the dom moves around * changed the way debugging works.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 97/459: delinting
David Prévot
- [Pkg-mozext-commits] [itsalltext] 98/459: Load the Color.js stuff straight into my namespace.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 99/459: minor changes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 100/459: Re-indent, now that I figured out how to make Javascript-mode use 4 character indents.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 101/459: Refactor in prep. for allowing other extensions to add an edit button themselves in their chrome.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 102/459: Added a remote API.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 103/459: added changelog.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 104/459: Added tag release-0.3.5 for changeset 7a769d8f0c1e
David Prévot
- [Pkg-mozext-commits] [itsalltext] 105/459: bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 106/459: Refactor to move CacheObj stuff out.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 107/459: Renamed self -> that.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 108/459: Refactored file stuff out to separate file.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 109/459: Fixed problem with the back and forwards buttons, I no longer delete tracker info for pages still in cache.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 110/459: Okay, this refactoring adds in file extensions to my code. It changes the way file cleanup happens and some other changes.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 111/459: bump, because this refactor is pretty big.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 112/459: updating the changelog.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 113/459: added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 114/459: Incorporated Jason's suggestions for the API: * detect class better * change documents to reflect reality better Fixed bug with openEditor() not working right.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 115/459: * added force flag to cleanEditDir() in case I need it. * only monitor files after an edit event.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 116/459: Really fixed the problem with API -- it was double loading. Changed display in API to -moz-box as the restore value.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 117/459: Added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 118/459: * fixed a memory leak in the preferences observer
David Prévot
- [Pkg-mozext-commits] [itsalltext] 119/459: Bumped FireFox version for Jason
David Prévot
- [Pkg-mozext-commits] [itsalltext] 120/459: Changed the methodology for creating an extension's edit button.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 121/459: fixed narf detector
David Prévot
- [Pkg-mozext-commits] [itsalltext] 122/459: * Finally. Working control-click menus. * Extensions are a preference. * Extensions are selectable.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 123/459: Todo rearrangement
David Prévot
- [Pkg-mozext-commits] [itsalltext] 124/459: Todo rearrangement
David Prévot
- [Pkg-mozext-commits] [itsalltext] 125/459: browse starts in directory of current choice, if it exists.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 126/459: todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 127/459: * better layout for the preferences, Yay!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 128/459: * fixed problem with preferences setting badeditor. * confirmed that cached items aren't monitored.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 129/459: updated changelog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 130/459: Added tag release-0.4.0 for changeset bfa46ce1be62
David Prévot
- [Pkg-mozext-commits] [itsalltext] 131/459: * fixed missing changelog. * updated API documentation.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 132/459: removed .orig files
David Prévot
- [Pkg-mozext-commits] [itsalltext] 133/459: * fixed a bug in the menu items. * bumped version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 134/459: fixed popup positioning in XP
David Prévot
- [Pkg-mozext-commits] [itsalltext] 135/459: Added tag release-0.4.2 for changeset 53c888e6e556
David Prévot
- [Pkg-mozext-commits] [itsalltext] 136/459: * The default extension can be set by the web-page designer via: itsalltext-extension=".extension" * The chosen extension is remembered for the life of the page.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 137/459: Started localization...
David Prévot
- [Pkg-mozext-commits] [itsalltext] 138/459: Localization continuing...
David Prévot
- [Pkg-mozext-commits] [itsalltext] 139/459: Working locale!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 140/459: * added missing ; * added idea to todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 141/459: * fixed the fade to work on stylesheet specified backgrounds * fade also fades the color in addition to the background.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 142/459: * fixed rebuildOptionMenu() to work generically without hardcoded numbers * context menu shows it's all text sub menus
David Prévot
- [Pkg-mozext-commits] [itsalltext] 143/459: more todo items
David Prévot
- [Pkg-mozext-commits] [itsalltext] 144/459: * renamed rebuildOptionMenu() to rebuildMenu() * fixed bug with not getting the right cache object in menu items
David Prévot
- [Pkg-mozext-commits] [itsalltext] 145/459: * fixed race in debug() method. * fixed case where dangling temp symlinks cause errors in cleanup.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 146/459: More robust logging
David Prévot
- [Pkg-mozext-commits] [itsalltext] 147/459: Cleaned up lint to work file by file
David Prévot
- [Pkg-mozext-commits] [itsalltext] 148/459: I tried making the log reporting work better. Changed default make to check for narfs and versions
David Prévot
- [Pkg-mozext-commits] [itsalltext] 149/459: * added flock to supported list
David Prévot
- [Pkg-mozext-commits] [itsalltext] 150/459: Made the edit box editable.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 151/459: * added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 152/459: .
David Prévot
- [Pkg-mozext-commits] [itsalltext] 153/459: * fixed (hopefully for the last time ^_^) the positioning of the gumdrop.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 154/459: * updated changelog & version number. * gumdrop and menu isn't shown when textarea is readonly/disabled. * context menu is available in more places.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 155/459: Removed getPageOffset
David Prévot
- [Pkg-mozext-commits] [itsalltext] 156/459: Added preference to turn of gumdrop
David Prévot
- [Pkg-mozext-commits] [itsalltext] 157/459: fixed lint
David Prévot
- [Pkg-mozext-commits] [itsalltext] 158/459: version thingy. I think I lost track or something.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 159/459: Added tag release-0.4.4 for changeset a6a0b3027a17
David Prévot
- [Pkg-mozext-commits] [itsalltext] 160/459: Added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 161/459: merge
David Prévot
- [Pkg-mozext-commits] [itsalltext] 162/459: Ignore the hash/anchor part of the URL
David Prévot
- [Pkg-mozext-commits] [itsalltext] 163/459: Added bad editor dialog box.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 164/459: Bumped version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 165/459: added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 166/459: Changed the monitoring pattern to better match what Giuseppe mentioned in my blog. It looks for existing files and watches them, if they exist.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 167/459: I think I finally understand the problem with the gumdrop and have fixed it. It's because offsets are relative to the containing Block (aka offsetParent in DOM-speak). If the offsetParents are the same for the element and the gumdrop, then all is well. Otherwise, heck breaks out.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 168/459: yay! context menu works!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 169/459: removed narf
David Prévot
- [Pkg-mozext-commits] [itsalltext] 170/459: Added tag release-0.6 for changeset 469537ca860c
David Prévot
- [Pkg-mozext-commits] [itsalltext] 171/459: Added tag release-0.6.0 for changeset d7ffcaf9d194
David Prévot
- [Pkg-mozext-commits] [itsalltext] 172/459: forgot to declare var i!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 173/459: minor change of XUL formatting.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 174/459: Hopefully, this fixes the mac os X problem.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 175/459: Fixed mac os x problem (hopefully) turned off context menu except when needed.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 176/459: prevent .orig files from being xpi'd
David Prévot
- [Pkg-mozext-commits] [itsalltext] 177/459: Added tag release-0.6.1 for changeset 6b866a5006c1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 178/459: missing var
David Prévot
- [Pkg-mozext-commits] [itsalltext] 179/459: .
David Prévot
- [Pkg-mozext-commits] [itsalltext] 180/459: Okay, trying preferences from ANOTHER place
David Prévot
- [Pkg-mozext-commits] [itsalltext] 181/459: version bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 182/459: added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 183/459: Minor cleanups to the bad editor stuff.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 184/459: fixed problem with preferences not waiting when the editor is bad.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 185/459: Use only one preference opener
David Prévot
- [Pkg-mozext-commits] [itsalltext] 186/459: added missing prefwindow button declarations
David Prévot
- [Pkg-mozext-commits] [itsalltext] 187/459: * fixed badeditor catching. It's much better now. * default Mac OS X using /usr/bin/open out of the box.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 188/459: * Fixed the WvH bug - tempfiles left in the itsalltext dir. * accidentally turned on blocking for the editor. Whups!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 189/459: bumped version number
David Prévot
- [Pkg-mozext-commits] [itsalltext] 190/459: Added tag release-0.6.3 for changeset 8f8119ad784f
David Prévot
- [Pkg-mozext-commits] [itsalltext] 191/459: lint and changelog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 192/459: Added tag release-0.6.3 for changeset cfd348aefa59
David Prévot
- [Pkg-mozext-commits] [itsalltext] 193/459: comment change
David Prévot
- [Pkg-mozext-commits] [itsalltext] 194/459: fixed isExecutable() for macintoshes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 195/459: Bumped version for release
David Prévot
- [Pkg-mozext-commits] [itsalltext] 196/459: Added tag release-0.6.4 for changeset 415ee483bc9d
David Prévot
- [Pkg-mozext-commits] [itsalltext] 197/459: New build system
David Prévot
- [Pkg-mozext-commits] [itsalltext] 198/459: moved readme
David Prévot
- [Pkg-mozext-commits] [itsalltext] 199/459: Added the welcome message screen.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 200/459: * fixed exception handling for windows * added better check for Mac (Darwin).
David Prévot
- [Pkg-mozext-commits] [itsalltext] 201/459: Fixed the new window opener
David Prévot
- [Pkg-mozext-commits] [itsalltext] 202/459: * changed the version string to prevent messages about it being out of date. * fixed lint.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 203/459: New version of lint: It doesn't like 'var's in a sub-block.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 204/459: bumped version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 205/459: improved the readme
David Prévot
- [Pkg-mozext-commits] [itsalltext] 206/459: Added tag release-0.6.8 for changeset d802feed0f20
David Prévot
- [Pkg-mozext-commits] [itsalltext] 207/459: bumped ff version max up based on feedback from Michael.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 208/459: bumped ff version max up based on feedback from Michael.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 209/459: updated faq
David Prévot
- [Pkg-mozext-commits] [itsalltext] 210/459: changed the refresh rate to be lower.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 211/459: fixed todo thingy, added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 212/459: * fixed bug for application/xhtml+xml documents. * added some test cases.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 213/459: added hidden tests
David Prévot
- [Pkg-mozext-commits] [itsalltext] 214/459: added more tests
David Prévot
- [Pkg-mozext-commits] [itsalltext] 215/459: Cleaned up test cases.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 216/459: todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 217/459: added todo for hotkeys
David Prévot
- [Pkg-mozext-commits] [itsalltext] 218/459: removed duplicate todo item. :-p
David Prévot
- [Pkg-mozext-commits] [itsalltext] 219/459: New lint rules.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 220/459: Fixed the cascading hidden and visibility style problem. Added matching test cases.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 221/459: bump version 0.7.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 222/459: Added tag release-0.7.0 for changeset f598d08e7df9
David Prévot
- [Pkg-mozext-commits] [itsalltext] 223/459: fixed install.rdf for firefox version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 224/459: Added tag release-0.7.0 for changeset b588ebe1e6ee
David Prévot
- [Pkg-mozext-commits] [itsalltext] 225/459: * added back button * added style page for Aerik's bugs
David Prévot
- [Pkg-mozext-commits] [itsalltext] 226/459: * Fixed bug with styles not using priority 'important', allowing stylish or other stylings to override the style. * Fixed the matching test page.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 227/459: Moved the readme to the right place.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 228/459: fixed typo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 229/459: Fixed the readme loading problem.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 230/459: minor improvements to readme
David Prévot
- [Pkg-mozext-commits] [itsalltext] 231/459: Added tag release-0.7.1 for changeset 90a6507a974e
David Prévot
- [Pkg-mozext-commits] [itsalltext] 232/459: version bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 233/459: Added tag release-0.7.1 for changeset f182c6649852
David Prévot
- [Pkg-mozext-commits] [itsalltext] 234/459: * removed the addTab readme. Added it as an option for textarea.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 235/459: version bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 236/459: * Added It's All Text! to the tools menu. * Rewrote chunks of the readme.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 237/459: merge
David Prévot
- [Pkg-mozext-commits] [itsalltext] 238/459: Added tag release-0.7.2 for changeset 9bd3ad180dd2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 239/459: update the mac os X instructions again.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 240/459: merge
David Prévot
- [Pkg-mozext-commits] [itsalltext] 241/459: Account for scroll bars
David Prévot
- [Pkg-mozext-commits] [itsalltext] 242/459: I FINALLY FIXED THE F****NG CONTEXT MENU PROBLEM! All praise the mightly Flying Spaghetti Monster!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 243/459: ignore .orig files
David Prévot
- [Pkg-mozext-commits] [itsalltext] 244/459: Added menu tests
David Prévot
- [Pkg-mozext-commits] [itsalltext] 245/459: Added frames tests
David Prévot
- [Pkg-mozext-commits] [itsalltext] 246/459: removed done or bogus todos
David Prévot
- [Pkg-mozext-commits] [itsalltext] 247/459: Version bump.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 248/459: Added tag release-0.7.3 for changeset 0770fae6bf76
David Prévot
- [Pkg-mozext-commits] [itsalltext] 249/459: Restructuring to try to minimize memory leaks.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 250/459: minor check for weird pages
David Prévot
- [Pkg-mozext-commits] [itsalltext] 251/459: Okay, we now make jars!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 252/459: Okay, it works.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 253/459: Finally found the blasted wordpress bug. It's a DOMContentLoaded already fired problem.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 254/459: Fixed problems from when I moved onClick and onContext out of cache_object
David Prévot
- [Pkg-mozext-commits] [itsalltext] 255/459: Changed the size of the text areas
David Prévot
- [Pkg-mozext-commits] [itsalltext] 256/459: * Only do pageload and pageunload on real documents * fixed the onContextMenu again. How easy that breaks.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 257/459: removed unneeded code
David Prévot
- [Pkg-mozext-commits] [itsalltext] 258/459: Be sure that we unload everything.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 259/459: added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 260/459: * fixed bug where the file was deleted too early; on page load instead of on edit. * added option to recover previous files. * added test cases
David Prévot
- [Pkg-mozext-commits] [itsalltext] 261/459: Updated to GPL 3.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 262/459: Added todo: seamonkey
David Prévot
- [Pkg-mozext-commits] [itsalltext] 263/459: Added todo items.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 264/459: Added some stuff in prep for hot-key support.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 265/459: added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 266/459: added todo
David Prévot
- [Pkg-mozext-commits] [itsalltext] 267/459: Removed trailing white-space
David Prévot
- [Pkg-mozext-commits] [itsalltext] 268/459: Added preferences tests
David Prévot
- [Pkg-mozext-commits] [itsalltext] 269/459: linting is better, use yuicompressor to check for missing things, etc.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 270/459: You can now select the position of the gumdrop button!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 271/459: Fading buttons.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 272/459: cleanup .orig files.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 273/459: organized wishlist
David Prévot
- [Pkg-mozext-commits] [itsalltext] 274/459: Yay! Hotkeys!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 275/459: 0.8.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 276/459: Added tag release-0.8.0 for changeset 0ec86a8d5674
David Prévot
- [Pkg-mozext-commits] [itsalltext] 277/459: updated preferences test.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 278/459: fixed shell usage.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 279/459: Bumped up the zIndex, with the new disappearing edit buttons.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 280/459: added catch for weird error
David Prévot
- [Pkg-mozext-commits] [itsalltext] 281/459: * Fixed bug where AltGr would trigger <none> hot-key. * Added some missing named keys. * Bumped version # to 0.8.1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 282/459: Added tag release-0.8.1 for changeset 28ba4663d213
David Prévot
- [Pkg-mozext-commits] [itsalltext] 283/459: merge
David Prévot
- [Pkg-mozext-commits] [itsalltext] 284/459: Todo additions.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 285/459: Added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 286/459: Another try at working around the showPopup bug(s)
David Prévot
- [Pkg-mozext-commits] [itsalltext] 287/459: Updated FF3 version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 288/459: Version 0.8.2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 289/459: Added tag release-0.8.2 for changeset fd7509f7603d
David Prévot
- [Pkg-mozext-commits] [itsalltext] 290/459: interim checkpoint
David Prévot
- [Pkg-mozext-commits] [itsalltext] 291/459: checkpoint proir to monitor redesign.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 292/459: checkpoint in monitor migration. pageStart seems broken again. :-( Basically, the monitor will just check files. We'll use a DOM event to track changes to the pagase (new styles, etc.)
David Prévot
- [Pkg-mozext-commits] [itsalltext] 293/459: checkpoint
David Prévot
- [Pkg-mozext-commits] [itsalltext] 294/459: It's working mostly. The API is working again. It doesn't yet find changes in the DOM, but that's next...
David Prévot
- [Pkg-mozext-commits] [itsalltext] 295/459: added new todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 296/459: Patch from Michael Hanselmann: Fix image name for menu.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 297/459: merge
David Prévot
- [Pkg-mozext-commits] [itsalltext] 298/459: bumped version up for 3.0b2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 299/459: Fixed lint
David Prévot
- [Pkg-mozext-commits] [itsalltext] 300/459: ignore mac files
David Prévot
- [Pkg-mozext-commits] [itsalltext] 301/459: Fixed some bad chrome paths
David Prévot
- [Pkg-mozext-commits] [itsalltext] 302/459: Fixed the context menu positioning in FF3, yay!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 303/459: junk
David Prévot
- [Pkg-mozext-commits] [itsalltext] 304/459: junk
David Prévot
- [Pkg-mozext-commits] [itsalltext] 305/459: added todo item
David Prévot
- [Pkg-mozext-commits] [itsalltext] 306/459: The new monitor code seem to be working in all the test cases I've thrown at it....time to find guinea pigs....
David Prévot
- [Pkg-mozext-commits] [itsalltext] 307/459: bumped v ersion for beta test
David Prévot
- [Pkg-mozext-commits] [itsalltext] 308/459: Added tag beta-0.8.2.3 for changeset d5f03908d8bc
David Prévot
- [Pkg-mozext-commits] [itsalltext] 309/459: Added a mutate test
David Prévot
- [Pkg-mozext-commits] [itsalltext] 310/459: maxVersion bump
David Prévot
- [Pkg-mozext-commits] [itsalltext] 311/459: Removed old hg stuff, added .gitignore.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 312/459: Works with FF3b4 (I'm using a pre, atm)
David Prévot
- [Pkg-mozext-commits] [itsalltext] 313/459: bumped version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 314/459: linted!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 315/459: Fixed warnings
David Prévot
- [Pkg-mozext-commits] [itsalltext] 316/459: working again.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 317/459: added new FF version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 318/459: fixed url
David Prévot
- [Pkg-mozext-commits] [itsalltext] 321/459: stupid security fix.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 322/459: Fixed en-US jar
David Prévot
- [Pkg-mozext-commits] [itsalltext] 323/459: cobj not initialized in menuNewExtEdit
David Prévot
- [Pkg-mozext-commits] [itsalltext] 324/459: Double check the unlisten.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 325/459: Ticket #36: Removed old monitor code...it isn't needed anymore.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 326/459: Ticket #1 iframe/frames don't work
David Prévot
- [Pkg-mozext-commits] [itsalltext] 319/459: prep for babelzilla
David Prévot
- [Pkg-mozext-commits] [itsalltext] 320/459: security fix in chrome: http://adblockplus.org/blog/web-pages-accessing-chrome-is-forbidden
David Prévot
- [Pkg-mozext-commits] [itsalltext] 327/459: Ticket #37 -- Fixed loading in non-visible tab.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 328/459: supported version bump.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 329/459: fixed destroy function of monitor
David Prévot
- [Pkg-mozext-commits] [itsalltext] 330/459: Updated readme.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 333/459: de-narfed
David Prévot
- [Pkg-mozext-commits] [itsalltext] 334/459: extra node var
David Prévot
- [Pkg-mozext-commits] [itsalltext] 335/459: Cleaned up and fixed tests.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 336/459: Fixed jar generation.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 331/459: Added in all the locales that have been done.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 332/459: Bumped version number to 1 in prep for new release.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 337/459: Shut up the noise dumps to the console.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 338/459: Refactored out the findnodes.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 339/459: Ticket #38: Mutator test is failing.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 340/459: Firefox 2.0 makes me sad. :-(
David Prévot
- [Pkg-mozext-commits] [itsalltext] 341/459: Version 1.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 342/459: fixed end version.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 343/459: removed editor's temp file.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 344/459: ticket: 48 -- Infinite loop when launching
David Prévot
- [Pkg-mozext-commits] [itsalltext] 345/459: 1.1 release
David Prévot
- [Pkg-mozext-commits] [itsalltext] 346/459: normalize the url, somewhat.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 347/459: Try two of ticket:48
David Prévot
- [Pkg-mozext-commits] [itsalltext] 348/459: Version 1.2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 349/459: fix for stylish.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 350/459: Removed no-longer needed closure.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 352/459: new 3.1b release.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 353/459: bumped up because 3.1 will be 3.5
David Prévot
- [Pkg-mozext-commits] [itsalltext] 354/459: Chinese language fix from Lilly White.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 355/459: Fixed the context/right-click menu.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 356/459: Bumped FF version to 3.6
David Prévot
- [Pkg-mozext-commits] [itsalltext] 351/459: version 1.3
David Prévot
- [Pkg-mozext-commits] [itsalltext] 357/459: Firefox bug 296418 -- EEEE-VVVVIIIIL
David Prévot
- [Pkg-mozext-commits] [itsalltext] 358/459: minor change to update
David Prévot
- [Pkg-mozext-commits] [itsalltext] 359/459: Fixed ticket #78
David Prévot
- [Pkg-mozext-commits] [itsalltext] 360/459: ticket:77 -- Fixes the View README menu item.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 361/459: Changed over to using set/get UserData
David Prévot
- [Pkg-mozext-commits] [itsalltext] 362/459: version 1.4
David Prévot
- [Pkg-mozext-commits] [itsalltext] 363/459: Bumped the version back down.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 364/459: Bumped versions
David Prévot
- [Pkg-mozext-commits] [itsalltext] 365/459: Added support for SeaMonkey 2.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 366/459: Ticket #14 Run MacOSX Applications directly
David Prévot
- [Pkg-mozext-commits] [itsalltext] 367/459: Ticket #18 -- osx: no buttons on editor-problem dialog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 368/459: Ticket #31 -- Fire "change" dom event on textarea update.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 369/459: Removed debug preference
David Prévot
- [Pkg-mozext-commits] [itsalltext] 370/459: Fixed transparent context menu bug.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 371/459: Updated to 1.5, added support for 4.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 372/459: Added readonly test
David Prévot
- [Pkg-mozext-commits] [itsalltext] 373/459: Fixed issue with mal-formed readonly attributes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 374/459: bumped version
David Prévot
- [Pkg-mozext-commits] [itsalltext] 375/459: having problems with versioning
David Prévot
- [Pkg-mozext-commits] [itsalltext] 376/459: Added README for github
David Prévot
- [Pkg-mozext-commits] [itsalltext] 377/459: Fixed OS-X open call. D'oh
David Prévot
- [Pkg-mozext-commits] [itsalltext] 378/459: Testing on pre-8.0 nightlies
David Prévot
- [Pkg-mozext-commits] [itsalltext] 379/459: I moved the tracker into the page's userdata
David Prévot
- [Pkg-mozext-commits] [itsalltext] 380/459: Moving stuff to streamline loading
David Prévot
- [Pkg-mozext-commits] [itsalltext] 381/459: Removed the cleanCacheObj()
David Prévot
- [Pkg-mozext-commits] [itsalltext] 382/459: Removed the deleteTemporaryFileOnExit() call
David Prévot
- [Pkg-mozext-commits] [itsalltext] 383/459: 1.6.0 release
David Prévot
- [Pkg-mozext-commits] [itsalltext] 384/459: Updated SeaMonkey compatability
David Prévot
- [Pkg-mozext-commits] [itsalltext] 385/459: Fixed Extension API for Stylish
David Prévot
- [Pkg-mozext-commits] [itsalltext] 386/459: Made per-document tracker harder to find
David Prévot
- [Pkg-mozext-commits] [itsalltext] 387/459: Added error message when editor fails to start
David Prévot
- [Pkg-mozext-commits] [itsalltext] 388/459: Bumped version to 1.6.1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 389/459: Fixes opening the editor as a text file.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 390/459: Fix "...exited with undefined" message
David Prévot
- [Pkg-mozext-commits] [itsalltext] 391/459: Fixed editor-didn't-run prompt.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 392/459: bumped version to 1.6.2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 393/459: Rough draft of user debugging document.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 394/459: Added debug message for editor errors.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 395/459: Properly support FF 3.6
David Prévot
- [Pkg-mozext-commits] [itsalltext] 396/459: Apparently, 3.6 doesn't support exitValue either
David Prévot
- [Pkg-mozext-commits] [itsalltext] 397/459: Rick Horsfall's suggestions for the DEBUG document.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 398/459: Bumped version to 1.6.3
David Prévot
- [Pkg-mozext-commits] [itsalltext] 399/459: Bill von Hagen's suggestions for DEBUG.mk
David Prévot
- [Pkg-mozext-commits] [itsalltext] 400/459: Added Thank Yous
David Prévot
- [Pkg-mozext-commits] [itsalltext] 401/459: Fixed repeated errors in FF15
David Prévot
- [Pkg-mozext-commits] [itsalltext] 402/459: Version 1.6.4
David Prévot
- [Pkg-mozext-commits] [itsalltext] 403/459: OS X's default editor path was wrong
David Prévot
- [Pkg-mozext-commits] [itsalltext] 404/459: Added preference for the working dir
David Prévot
- [Pkg-mozext-commits] [itsalltext] 405/459: version 1.7.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 406/459: edited versions
David Prévot
- [Pkg-mozext-commits] [itsalltext] 407/459: Added unpack because I'm too lazy to rework my build process
David Prévot
- [Pkg-mozext-commits] [itsalltext] 408/459: Added 'use strict'; to all .js files
David Prévot
- [Pkg-mozext-commits] [itsalltext] 409/459: Removed baked in README in favor of github
David Prévot
- [Pkg-mozext-commits] [itsalltext] 410/459: Fixed problems with changing the working dir
David Prévot
- [Pkg-mozext-commits] [itsalltext] 411/459: Re-indented. Whew!
David Prévot
- [Pkg-mozext-commits] [itsalltext] 412/459: Removed old-style Mutation detection
David Prévot
- [Pkg-mozext-commits] [itsalltext] 413/459: Renamed too-generic #ids in XUL
David Prévot
- [Pkg-mozext-commits] [itsalltext] 414/459: Removed nsIPrefBranch2 -> nsIPrefBranch
David Prévot
- [Pkg-mozext-commits] [itsalltext] 415/459: optimized PNGs
David Prévot
- [Pkg-mozext-commits] [itsalltext] 416/459: New build structure
David Prévot
- [Pkg-mozext-commits] [itsalltext] 417/459: Rake now verifies translations
David Prévot
- [Pkg-mozext-commits] [itsalltext] 418/459: Fixed translations. Whups.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 419/459: Wait before starting the working dir cleaner
David Prévot
- [Pkg-mozext-commits] [itsalltext] 420/459: Version wasn't being set in the .xpi
David Prévot
- [Pkg-mozext-commits] [itsalltext] 421/459: v1.8.1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 422/459: Fixed dangling variables
David Prévot
- [Pkg-mozext-commits] [itsalltext] 423/459: Added vagrant files for testing under Ubuntu
David Prévot
- [Pkg-mozext-commits] [itsalltext] 424/459: Added translating file
David Prévot
- [Pkg-mozext-commits] [itsalltext] 425/459: Unpack IAT
David Prévot
- [Pkg-mozext-commits] [itsalltext] 426/459: Update of "Working directory" label for the French locale
David Prévot
- [Pkg-mozext-commits] [itsalltext] 427/459: Update of "workingdir.picker.window.title" property for the French locale
David Prévot
- [Pkg-mozext-commits] [itsalltext] 428/459: Merge pull request #43 from askec/patch-2
David Prévot
- [Pkg-mozext-commits] [itsalltext] 429/459: Merge pull request #42 from askec/patch-1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 430/459: Added instructions on testing translations
David Prévot
- [Pkg-mozext-commits] [itsalltext] 431/459: es-ES reviewed
David Prévot
- [Pkg-mozext-commits] [itsalltext] 432/459: Added more notes to translation file
David Prévot
- [Pkg-mozext-commits] [itsalltext] 433/459: Merge remote-tracking branch 'upstream/master'
David Prévot
- [Pkg-mozext-commits] [itsalltext] 434/459: ES_es: The translation string should be straight UTF-8; removed XML-style scapes
David Prévot
- [Pkg-mozext-commits] [itsalltext] 435/459: Merge pull request #45 from hmontoliu/master
David Prévot
- [Pkg-mozext-commits] [itsalltext] 436/459: Updated German translation
David Prévot
- [Pkg-mozext-commits] [itsalltext] 437/459: Use baseline alignment for the labels in the preferences dialog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 438/459: Merge pull request #46 from dennis-benzinger/master
David Prévot
- [Pkg-mozext-commits] [itsalltext] 439/459: Fix for #55
David Prévot
- [Pkg-mozext-commits] [itsalltext] 440/459: Merge pull request #56 from xOneca/patch-1
David Prévot
- [Pkg-mozext-commits] [itsalltext] 441/459: Workaround FTBFS in minimal chroot
David Prévot
- [Pkg-mozext-commits] [itsalltext] 442/459: Merge pull request #58 from DavidPrevot/ftbfs
David Prévot
- [Pkg-mozext-commits] [itsalltext] 443/459: Include the full path part of the URL in a file name.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 444/459: Dispatch an "input" event on update
David Prévot
- [Pkg-mozext-commits] [itsalltext] 445/459: Handle NS_ERROR_FILE_NAME_TOO_LONG and try with a shorter file name.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 446/459: Ignore NS_ERROR_FILE_TARGET_DOES_NOT_EXIST.
David Prévot
- [Pkg-mozext-commits] [itsalltext] 447/459: Merge pull request #61 from rjlov/master
David Prévot
- [Pkg-mozext-commits] [itsalltext] 448/459: Merge branch 'master' of https://github.com/knu/itsalltext
David Prévot
- [Pkg-mozext-commits] [itsalltext] 449/459: Be even more paranoid with filenames
David Prévot
- [Pkg-mozext-commits] [itsalltext] 450/459: pref: label for cache directory was unclear
David Prévot
- [Pkg-mozext-commits] [itsalltext] 451/459: bumped firefox maxVersion to latest
David Prévot
- [Pkg-mozext-commits] [itsalltext] 452/459: Better spanish warning for cache dir
David Prévot
- [Pkg-mozext-commits] [itsalltext] 453/459: v1.9.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 454/459: Imported Upstream version 1.9.0
David Prévot
- [Pkg-mozext-commits] [itsalltext] 455/459: Merge tag 'upstream/1.9.0'
David Prévot
- [Pkg-mozext-commits] [itsalltext] 456/459: Drop patch applied upstream
David Prévot
- [Pkg-mozext-commits] [itsalltext] 457/459: Update upstream changelog
David Prévot
- [Pkg-mozext-commits] [itsalltext] 458/459: Bump standards version to 3.9.6
David Prévot
- [Pkg-mozext-commits] [itsalltext] 459/459: Update changelog for 1.9.0-1 release
David Prévot
- [Pkg-mozext-commits] [itsalltext] branch pristine-tar updated (e6c556c -> 4ead7cf)
David Prévot
- [Pkg-mozext-commits] [itsalltext] branch upstream updated (3e90bf3 -> c0cfd74)
David Prévot
- [Pkg-mozext-commits] [itsalltext] annotated tag upstream/1.9.0 created (now 773ad39)
David Prévot
- [Pkg-mozext-commits] [itsalltext] annotated tag debian/1.9.0-1 created (now f7be006)
David Prévot
- [Pkg-mozext-commits] [flashgot] branch master updated (be0dff5 -> 7ad379a)
Michael Meskes
- [Pkg-mozext-commits] [flashgot] branch pristine-tar updated (83a3596 -> 79e88ab)
Michael Meskes
- [Pkg-mozext-commits] [flashgot] branch upstream updated (5f39579 -> b74e715)
Michael Meskes
- [Pkg-mozext-commits] [flashgot] annotated tag upstream/1.5.6.10+dfsg created (now 1fa9d17)
Michael Meskes
- [Pkg-mozext-commits] [flashgot] tag debian/1.5.6.10+dfsg-1 created (now 7ad379a)
Michael Meskes
- [Pkg-mozext-commits] [downthemall] 02/05: Bumped Standards-Version to 3.9.6, no changes needed.
Michael Meskes
- [Pkg-mozext-commits] [downthemall] 03/05: Corrected SCM information.
Michael Meskes
- [Pkg-mozext-commits] [downthemall] 04/05: Imported Upstream version 2.0.18
Michael Meskes
- [Pkg-mozext-commits] [downthemall] branch master updated (f77ad52 -> 2491eed)
Michael Meskes
- [Pkg-mozext-commits] [downthemall] branch pristine-tar updated (38157ee -> 975ef14)
Michael Meskes
- [Pkg-mozext-commits] [downthemall] branch upstream updated (9e5247c -> e7318b8)
Michael Meskes
- [Pkg-mozext-commits] [downthemall] annotated tag upstream/2.0.18 created (now ce90d24)
Michael Meskes
- [Pkg-mozext-commits] [downthemall] tag debian/2.0.18-1 created (now 2491eed)
Michael Meskes
- [Pkg-mozext-commits] [pwdhash] branch master updated (10a4722 -> bef2aab)
Benjamin Drung
- [Pkg-mozext-commits] [pwdhash] annotated tag debian/1.7-14 created (now c831dc6)
Benjamin Drung
- [Pkg-mozext-commits] [itsalltext] branch master updated (e5234bd -> 48084cb)
David Prévot
- [Pkg-mozext-commits] [itsalltext] branch pristine-tar updated (4ead7cf -> af92b36)
David Prévot
- [Pkg-mozext-commits] [itsalltext] branch upstream updated (c0cfd74 -> 526735c)
David Prévot
- [Pkg-mozext-commits] [itsalltext] annotated tag upstream/1.9.1 created (now d1d9fdf)
David Prévot
- [Pkg-mozext-commits] [itsalltext] annotated tag debian/1.9.1-1 created (now 6c7d9ea)
David Prévot
Last message date:
Sat Feb 28 16:39:12 UTC 2015
Archived on: Sat Feb 28 16:39:13 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).