Justin Lebar
9339ceb731
Bug 750454 - Fix FUEL leaks. Part 8: Reformat FUEL code. r=mak
2012-06-05 20:05:50 -04:00
Justin Lebar
f129091874
Bug 750454 - Fix FUEL leaks. Part 7: Test fixes. r=mak
2012-06-05 20:05:50 -04:00
Justin Lebar
6658a370c3
Bug 750454 - Fix FUEL leaks. Part 4: Fix bookmarks leaks. r=mak
2012-06-05 20:05:50 -04:00
Justin Lebar
e7bf9523c1
Bug 750454 - Fix FUEL leaks. Part 2: Fix browser leaks. r=mak
2012-06-05 20:05:50 -04:00
Justin Lebar
049b3cd33e
Bug 750454 - Fix FUEL leaks. Part 1: Use weak refs in Application. r=mak
2012-06-05 20:05:50 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Marco Bonardo
f7d6bfb317
Bug 613588 (Frontend) - Load-on-demand livemarks.
...
r=dietrich,mano
2012-02-24 13:42:26 +01:00
Panagiotis Koutsourakis
835036b234
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Ed Morley
6e731c995a
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Ms2ger
26b7c93961
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Peter Van der Beken
c5e3434613
Fix for bug 658632 (Provide easy way to add non-leaky classinfo to JS components). r=gavin.
2011-05-25 10:46:51 +02:00
Jeff Walden
b9f0465add
Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan
2011-01-22 17:46:22 -08:00
Jeff Walden
3f6f2a8a26
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
b832587cc8
Another round of orange fixes, sigh. r=orange yet again
2011-01-23 00:12:05 -08:00
Shawn Wilsher
46d5c1a82a
Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
...
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Joel Maher
44712b7c2a
Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Justin Dolske
f34dd91415
Bug 583885 - Fix FUEL browser_Bookmarks.js to not make bad assumption about annotations. r=sdwilsh
2010-08-02 16:02:19 -07:00
Benjamin Smedberg
ac4e827647
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Benjamin Smedberg
b205dc5bf8
Fix fuelApplication.manifest to register the correct category for the Application global.
2010-06-25 13:54:15 -04:00
Benjamin Smedberg
1c52097d6a
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
Benjamin Smedberg
4eb44d9d34
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.
2010-06-22 12:59:15 -04:00
Dave Townsend
4157ac95dd
Bug 573246: Fix tests that are failing with the Feedback extension installed. r=gavin
2010-06-24 15:01:27 -07:00
Michael Kohler
e4abd093dc
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
2010-05-23 12:26:15 -07:00
Dão Gottwald
7125337c01
follow-up to changeset 8e48c8fb8299
2010-05-17 09:36:22 +02:00
Dão Gottwald
c40e2de6be
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
94d5b45b62
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
Dave Townsend
c92630540b
Backout new add-ons manager due to Ts regression on OSX 10.5
2010-05-01 11:04:44 -07:00
Dave Townsend
71b219fa1e
Bug 552731: Update FUEL to use the new EM APIs. r=mfinkle
2010-04-20 15:14:15 -07:00
L. David Baron
e6ece10e00
Fix spelling of existence.
2010-04-08 20:58:17 -07:00
Dão Gottwald
8a7b57c619
use Services.* in browser chrome tests
2010-04-02 09:20:42 +02:00
Dão Gottwald
ce03d454cc
Bug 554005 - Implement tabbrowser.tabs, deprecate mTabs and mTabContainer. r=gavin
2010-03-22 15:12:04 +01:00
Dão Gottwald
34bc0e96af
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
2010-03-17 07:36:13 +01:00
Dão Gottwald
0ae2a73e51
fix up tests
2010-03-13 17:55:44 +01:00
Dão Gottwald
3ec11d2d3c
Use ordinary JS functions as observer callbacks in browser chrome tests
2010-02-06 09:47:42 +01:00
Dietrich Ayala
394a016849
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
971fcd529d
Bug 506471 - FUEL should avoid putting itself in the app-startup category (r=mfinkle)
2010-01-31 19:12:57 -08:00
Serge Gautherie
5ada7a2b0e
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
259a398dae
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Dão Gottwald
2f92ebeadf
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
5443dd237a
Bug 525710 - getPagesWithAnnotation, getItemsWithAnnotation, getPageAnnotationNames, getItemAnnotationNames, getFaviconData, getQueries, getFolders and getTagsForURI length out params should be optional. r=sdwilsh
2009-11-02 22:04:15 +01:00
Dietrich Ayala
d01615d6ed
Bug 498130 - Reduce places-views overhead (RELAND)
2009-10-01 09:53:26 -07:00
Dietrich Ayala
efbc4ddb59
Backout bug 498130 due to persistent startup crash on Windows Mobile (bug 519854)
2009-09-30 17:21:39 -07:00
Asaf Romano
7d9e10312b
Bug 498130 - Reduce places-views overhead. r=mak. sr=mconnor.
2009-09-26 11:23:17 +03:00
Dão Gottwald
f51dbf2c96
add debug info
2009-09-20 03:59:39 +02:00
Dão Gottwald
1cc4940ce8
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
db9b7d336c
Bug 458688 - disable browser_Browser.js
2009-04-05 23:11:43 +02:00
Shawn Wilsher
035772f3f4
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
277bec3695
Bug 470163: [FUEL] pass BrowserTab object as event data for Tab* events, r=gavin
2009-01-16 00:35:01 -05:00
Mark Finkle
99b8336588
Bug 473156: fuelIEvents.removeListener removes all listeners for an event, r=dtownsend
2009-01-15 13:47:55 -05:00