Commit Graph

52 Commits

Author SHA1 Message Date
Ms2ger
36c532ffa2 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Peter Van der Beken
ae44770a16 Fix for bug 658632 (Provide easy way to add non-leaky classinfo to JS components). r=gavin.
--HG--
extra : rebase_source : 8463c6f8ba1f969278d4e33bfa08495fa3e36071
2011-05-25 10:46:51 +02:00
Jeff Walden
15fda24aa9 Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
Jeff Walden
882117c5e3 Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
Jeff Walden
5ef527b523 Another round of orange fixes, sigh. r=orange yet again 2011-01-23 00:12:05 -08:00
Shawn Wilsher
878becc3e3 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Benjamin Smedberg
76932518f4 Fix fuelApplication.manifest to register the correct category for the Application global. 2010-06-25 13:54:15 -04:00
Benjamin Smedberg
6e8d912e32 Fix review comments from bug 568691 comment 45. 2010-06-24 11:56:28 -04:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
Dave Townsend
7a182ad4ba Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Dave Townsend
e9f8fcd5cb Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dão Gottwald
4c1683c22e Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin 2010-03-22 15:12:04 +01:00
Dão Gottwald
e8a68bbf63 Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
--HG--
extra : rebase_source : e1662b549464d68417cf3b0f07d9624fe1a670ef
2010-03-17 07:36:13 +01:00
Dietrich Ayala
75304fc019 Bug 543672 - Warning: setting a property that has only a getter in fuelApplication.js' Utilities.free (r=dao) 2010-02-03 10:26:55 -08:00
Dietrich Ayala
5a5c4a6505 Bug 506471 - FUEL should avoid putting itself in the app-startup category (r=mfinkle) 2010-01-31 19:12:57 -08:00
Metal Sonic
4c1b34d634 Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
Dão Gottwald
c5f31ac9ac Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
--HG--
extra : rebase_source : e46c14838c9076d6bb32a423e0193e71b1d0532a
2009-11-02 22:04:15 +01:00
Dietrich Ayala
f66429541f Bug 498130 - Reduce places-views overhead (RELAND) 2009-10-01 09:53:26 -07:00
Dietrich Ayala
890e1e64fa Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854) 2009-09-30 17:21:39 -07:00
Asaf Romano
0cdda0b913 Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor. 2009-09-26 11:23:17 +03:00
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