Shawn Wilsher
c3bde40cce
Bug 468305 - nsINavBookmarksObserver has no "onBeforeItemRemoved" callback
...
Not having this callback makes life difficult for anyone trying to synchronize
bookmarks. You cannot get any additional information about a bookmark when
onItemRemoved is called, since it's been removed. Things like a guid no longer
exist, which results in a lot of pain for add-ons that want to synchronize.
r=dietrich
2009-03-19 15:56:51 -04:00
Mark Finkle
fd07f5d878
Bug 470163: [FUEL] pass BrowserTab object as event data for Tab* events, r=gavin
2009-01-16 00:35:01 -05:00
Mark Finkle
fbc3a17287
Bug 464260: FUEL - Change nsIDOMHTMLDocument check to nsIDOMDocument check, r=gavin
2009-01-02 12:40:45 -05:00
mark.finkle@gmail.com
aea7a22bba
b=426175, r=gavin, blocking=beltzner. FUEL Application.extensions fail
2008-04-02 20:32:42 -07:00
dmose@mozilla.org
c6135efabf
Factor out generic toolkit aspects of FUEL into a reusable form (bug 407693), patch by Joey Minta <jminta@gmail.com> and Emre Birol <ebirol@gmail.com>; r=mfinkle, moa for adding toolkit directory=bsmedberg, a1.9b5=beltzner
2008-03-24 17:38:03 -07:00
mark.finkle@gmail.com
98fef61818
b=421235, r=gavin, a1.9=dsicore. Add new bookmark roots to FUEL
2008-03-16 07:46:13 -07:00
mark.finkle@gmail.com
a500c8131d
b=421005, r=gavin, a=damons. FUEL Preference.type uses undefined variables
2008-03-05 18:27:59 -08:00
reed@reedloden.com
81b45a6c86
Bug 413094 - "FUEL Application registers unnecessary observers" [p=mark.finkle@gmail.com (Mark Finkle) r=gavin a1.9=schrep]
2008-01-21 16:16:46 -08:00
reed@reedloden.com
8af7e11e9b
Back out jminta's FUEL/exthandler patch from bug 407963 due to assertion failure and leaks.
2008-01-13 00:21:12 -08:00
reed@reedloden.com
ae6928cb8c
Bug 407963 - "[FUEL] Factor out generic toolkit aspects of FUEL into a reusable form" [p=jminta@gmail.com (Joey Minta) r=mfinkle r=gavin sr=bsmedberg a1.9=beltzner]
2008-01-12 23:48:31 -08:00
mozilla.mano@sent.com
6a37211f79
Fix fuel failure from bug 387746
2007-11-19 19:41:10 -08:00
mark.finkle@gmail.com
1fc86c8408
b=395004. p=paul.rouget, r=mfinkle, dtownsend, gavin, a=mconnor. Add enaled property to FUEL Extension object
2007-09-28 16:49:45 -07:00
mark.finkle@gmail.com
a3523d9a31
b=391557. p=johnmarsh. r=mfinkle, dietrich. a=mconnor. change Annotation.get to return null instead of throwing exceptions (whitespace cleanup too)
2007-09-25 12:46:35 -07:00
dtownsend@oxymoronical.com
e9daf1cf02
Bug 391899: getItemForID returns an empty nsIUpdateItem if the item doesn't exist. r=robstrong
2007-08-26 11:07:49 -07:00
rflint@ryanflint.com
c3a749a333
Bug 386536 - Add category manager helpers to XPCOMUtils. Patch by Nickolay Ponomarev <asqueella@gmail.com>, r=sayrer/mark.finkle a=jst
2007-08-23 17:21:10 -07:00
mark.finkle@gmail.com
cef9fe17ac
b=391902. r=gavin. FUEL Application.console.open() fails
2007-08-21 12:59:46 -07:00
mark.finkle@gmail.com
f372074d88
b=388436. r=gavin. added QI to all JS objects and added tests to get better extension and browser coverage
2007-07-19 11:17:55 -07:00
mark.finkle@gmail.com
808a81d565
b=379140. r=mano. change fuel Application object so it is not accessible from content, only from chrome.
2007-07-15 05:32:47 -07:00
mozilla.mano@sent.com
46f1d98d38
Fix FUEL bustage from bug 331654, patch on bug 380168.
2007-07-11 03:25:36 -07:00
mark.finkle@gmail.com
46ad308c83
b=387108. r=gavin. cleanup Extensions and Extension objects
2007-07-09 13:56:52 -07:00
mark.finkle@gmail.com
be356b8e72
b=386534. r=gavin. removeEventListener needs 3 params
2007-07-06 07:35:39 -07:00
mark.finkle@gmail.com
6f08c7a327
b=380168. r=gavin, r=dietrich. adding FUEL 0.2 to tree w/ html based tests.
2007-06-27 11:00:40 -07:00
mark.finkle@gmail.com
9bd3834758
backing out because of unit test failure
2007-06-27 08:41:15 -07:00
mark.finkle@gmail.com
12710726de
b=380168. r=gavin, r=dietrich. Add FUEL 0.2 (bookmarks and browsers) to tree.
2007-06-27 05:58:29 -07:00
mark.finkle@gmail.com
438d00eaa6
b=378618. r=gavin. changed code in factory to help clean up leaks.
2007-06-12 05:52:02 -07:00
mark.finkle@gmail.com
a3bcee25d5
bug 378618. backing out changes that are causing tests to fail
2007-05-16 12:30:19 -07:00
mark.finkle@gmail.com
49f01aba73
bug 378618. r=gavin. removed singleton member from factory to remove a leak
2007-05-16 11:33:57 -07:00
mark.finkle@gmail.com
9d4e323fda
bug 378618. r=gavin. Added code to delete category entries when the component is unregistering itself
2007-04-28 17:05:55 -07:00
gavin@gavinsharp.com
d11444bb1a
Bug 379138: use a less generic contract ID for FUEL, r=mfinkle
2007-04-28 16:21:51 -07:00
mark.finkle@gmail.com
38f067260e
bug 378618. r=dbaron. Clean up some XPCOM leaks.
2007-04-27 07:37:26 -07:00
mark.finkle@gmail.com
755dbbcc26
bug 372069. add FUEL to trunk. r=gavin
2007-04-23 13:27:46 -07:00