Commit Graph

127 Commits

Author SHA1 Message Date
Michael Kohler
8550fb091a Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
2010-05-23 12:26:15 -07:00
Dão Gottwald
5d8c953e7d follow-up to changeset 8e48c8fb8299 2010-05-17 09:36:22 +02:00
Dão Gottwald
fca0eea041 Let browser_Browser.js use the status filter instead of a raw progress listener to see if it makes a difference for bug 458688 2010-05-16 22:27:20 +02:00
Dave Townsend
f7cfa7038f Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
Dave Townsend
bfd56a86b8 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
e853b6f3b4 Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle 2010-04-20 15:14:15 -07:00
L. David Baron
fff7eaa000 Fix spelling of existence. 2010-04-08 20:58:17 -07:00
Dão Gottwald
986b546ddd use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Dão Gottwald
f809d4ea43 Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin 2010-03-22 15:12:04 +01:00
Dão Gottwald
6f14dd916d 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
Dão Gottwald
5dda4c5428 fix up tests 2010-03-13 17:55:44 +01:00
Dão Gottwald
4c2a8592be Use ordinary JS functions as observer callbacks in browser chrome tests 2010-02-06 09:47:42 +01:00
Dietrich Ayala
cac24f0445 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
a9cd8a88e0 Bug 506471 - FUEL should avoid putting itself in the app-startup category (r=mfinkle) 2010-01-31 19:12:57 -08:00
Serge Gautherie
b925d13af6 Bug 534647 - mochitest-browser-chrome: perma/random "browser_ApplicationPrefs.js | Timed out" after bug 152526 landing; (Fv1-FF) Improve a few log messages.
r=gavin.sharp.
2010-01-24 14:58:31 +01:00
Metal Sonic
80ae9b3620 Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
Dão Gottwald
10f004427c Bug 521282 - Make sure the browser window is focused before each test. r=mano 2009-11-22 15:05:54 +01:00
Dão Gottwald
e1a4065ed3 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
8f8c161f85 Bug 498130 - Reduce places-views overhead (RELAND) 2009-10-01 09:53:26 -07:00
Dietrich Ayala
d1261351b1 Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854) 2009-09-30 17:21:39 -07:00
Asaf Romano
8675f1e5ad Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor. 2009-09-26 11:23:17 +03:00
Dão Gottwald
3e08bbe5d6 add debug info 2009-09-20 03:59:39 +02:00
Dão Gottwald
55da0c95da Bug 458688 - re-enable browser_Browser.js and try to fix the intermittent failure. r=dtownsend 2009-08-17 11:35:05 +02:00
Dão Gottwald
70159762f5 Bug 458688 - disable browser_Browser.js 2009-04-05 23:11:43 +02:00
Shawn Wilsher
c3518ca7c0 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
7599b97363 Bug 470163: [FUEL] pass BrowserTab object as event data for Tab* events, r=gavin 2009-01-16 00:35:01 -05:00
Mark Finkle
51cf52294d Bug 473156: fuelIEvents.removeListener removes all listeners for an event, r=dtownsend 2009-01-15 13:47:55 -05:00
Mark Finkle
5771ee4e14 Bug 464260: FUEL - Change nsIDOMHTMLDocument check to nsIDOMDocument check, r=gavin 2009-01-02 12:40:45 -05:00
Dave Townsend
b758df5636 Bug 458688 - FUEL test browser_Browser.js uses setTimeout
r=mfinkle

This should make tinderbox a little more green from time to time.
2008-11-07 16:31:42 -05:00
Dave Townsend
635632ddcc Bug 463595 - browser_Application.js uses timeouts and fails intermittently
r=gavin

This should make tinderbox a little more green from time to time.
2008-11-07 16:28:31 -05:00
Mark Finkle
0e476a3e03 Bug 458688: FUEL browser_Browser.js uses setTimeout, r=gavin 2008-11-06 15:48:41 -05:00
Mark Finkle
7268e06652 Bug 426186: Remove unused FUEL tests, r=gavin 2008-10-20 13:57:08 -05:00
Ted Mielczarek
ff7706a544 bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
Simon Bunzli
37606681b4 b=338039, p=zeniko, r=enndeakin. Provide easy, right way to restart an application. 2008-09-06 23:30:13 -05:00
mark.finkle@gmail.com
ad19a6a80e b=420028, r=gavin, a=beltzner. FUEL browser_Extensions.js test require DOMi 2008-04-03 18:31:40 -07:00
mark.finkle@gmail.com
223611c05b b=426175, r=gavin, blocking=beltzner. FUEL Application.extensions fail 2008-04-02 20:32:42 -07:00
dmose@mozilla.org
8520347457 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
4aa97befa7 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
7bda30d295 b=421005, r=gavin, a=damons. FUEL Preference.type uses undefined variables 2008-03-05 18:27:59 -08:00
dolske@mozilla.com
e859f6f573 Disabling browser_Extensions.js test due to removal of DOMi, which it requires (bug 420028 filed) 2008-02-27 23:07:09 -08:00
reed@reedloden.com
6cc3c5dca0 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
eeeaf32cae 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
7f18a1e329 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
09bbed0a03 Fix fuel failure from bug 387746 2007-11-19 19:41:10 -08:00
reed@reedloden.com
4ce45e14e4 Rev the uuid for the interface that bug 395004 changed. 2007-10-03 20:34:30 -07:00
mark.finkle@gmail.com
4f3fb5968b 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
2a5bd99f19 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
ted.mielczarek@gmail.com
02a3d46b2c attempting to fix test bustage. rs=shaver 2007-09-19 07:01:59 -07:00
dtownsend@oxymoronical.com
9d220c50f8 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
d9e5356f9c 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
6eaf77cad1 b=391902. r=gavin. FUEL Application.console.open() fails 2007-08-21 12:59:46 -07:00
ginn.chen@sun.com
d0ed3cca65 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore 2007-08-05 20:22:32 -07:00
mark.finkle@gmail.com
f1bc8e81ee bustage fix. FUEL test was too tied to the actual preferences. Made it more general 2007-08-03 12:44:17 -07:00
mark.finkle@gmail.com
46c7bbaa09 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
869c14df9a disabling orange tests until we can debug the problem 2007-07-15 06:40:42 -07:00
mark.finkle@gmail.com
46d59fc4e5 attempted bustage fix for fuel test. 2007-07-15 06:17:17 -07:00
mark.finkle@gmail.com
a4760a5b9d 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
mark.finkle@gmail.com
f0926cf076 b=387470. r=gavin. convert FUEL tests to new browser chrome framework. 2007-07-14 14:13:51 -07:00
mozilla.mano@sent.com
4284ee739f Fix FUEL bustage from bug 331654, patch on bug 380168. 2007-07-11 03:25:36 -07:00
mark.finkle@gmail.com
ffd724f958 b=387108. r=gavin. cleanup Extensions and Extension objects 2007-07-09 13:56:52 -07:00
mark.finkle@gmail.com
5ab59070c7 b=387156. r=gavin. changed sessionstorage to hold objects instead of strings 2007-07-06 18:31:10 -07:00
mark.finkle@gmail.com
60df4f7b8d b=386534. r=gavin. removeEventListener needs 3 params 2007-07-06 07:35:39 -07:00
mark.finkle@gmail.com
f3c94088e6 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
917908f58b backing out because of unit test failure 2007-06-27 08:41:15 -07:00
mark.finkle@gmail.com
aa3398839f 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
36c86d446a removing premature XUL tests 2007-06-12 13:31:02 -07:00
mark.finkle@gmail.com
40ba19010b updated test window titles 2007-06-12 12:02:14 -07:00
mark.finkle@gmail.com
620046b6a5 converted tests to xul chrome tests 2007-06-12 11:59:45 -07:00
mark.finkle@gmail.com
0713545389 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
57cb026f1e bug 378618. backing out changes that are causing tests to fail 2007-05-16 12:30:19 -07:00
mark.finkle@gmail.com
f5d2f3b13d 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
abdd5e311d 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
8b50ebbce0 Bug 379141: fuelIPreference::modified should be readonly, r=mfinkle 2007-04-28 16:22:45 -07:00
gavin@gavinsharp.com
e970aad7df Bug 379138: use a less generic contract ID for FUEL, r=mfinkle 2007-04-28 16:21:51 -07:00
mark.finkle@gmail.com
6157fda151 bug 378618. r=dbaron. Clean up some XPCOM leaks. 2007-04-27 07:37:26 -07:00
mark.finkle@gmail.com
00d3720e30 bug 372069. add FUEL to trunk. r=gavin 2007-04-23 13:27:46 -07:00
shaver%mozilla.org
a5e8d10302 Initial import of FUEL files for jresig and mfinkle. 2007-01-30 19:50:54 +00:00