Benjamin Smedberg
|
ffb1f2f418
|
Don't override the filepicker CID, just the contractID in this test: required because of the changes in bug 568691.
|
2010-06-25 11:34:10 -04:00 |
|
Benjamin Smedberg
|
6734de67be
|
Fix typo in BrowserFeeds.manifest
|
2010-06-25 11:25:41 -04:00 |
|
Benjamin Smedberg
|
225030afcc
|
Sync js/src/{config,rules}.mk
|
2010-06-25 11:11:56 -04:00 |
|
Benjamin Smedberg
|
f3d3d3d97b
|
Bug 568691 followup - Clear the static module table at shutdown to fix leaks.
--HG--
extra : rebase_source : cc01ea1ae837f5b917d44006dde72484f3ffd104
|
2010-06-25 10:02:17 -04:00 |
|
Benjamin Smedberg
|
9d69948fbc
|
Bug 568691, followup to RegisterFactory implementation: make the nsFactoryEntry hold a CIDEntry with the proper CID, because code elsewhere expects that to be present (ContractIDToCID and the pending-CID checks).
|
2010-06-25 10:44:35 -04:00 |
|
Benjamin Smedberg
|
abf280675d
|
Testing fixes for bug 568691 - change xpcshell do_load_module to do_load_manifest, and switch the relevant tests to use manifests and the new function.
|
2010-06-25 10:43:25 -04:00 |
|
Benjamin Smedberg
|
7e862cd535
|
Fix reftest so that components are registered in the root chrome.manifest when it is packaged as an extension instead of in-tree.
|
2010-06-25 08:27:10 -04:00 |
|
Benjamin Smedberg
|
77282b6432
|
Allow a manifest to register contracts and cids in any order, by deferring processing of contracts until the manifest is completely parsed. This is needed for extension author sanity, and also because jar.mn packaging doesn't place registration lines in order by default.
|
2010-06-25 08:19:48 -04:00 |
|
Benjamin Smedberg
|
5ab65cc447
|
Don't check the persist value for DeleteCategoryEntry, because the original behavior didn't work right anyway, so everybody passes "true".
|
2010-06-24 22:05:20 -04:00 |
|
Benjamin Smedberg
|
3e93617368
|
Implement compatibility wrapper so that binary components can be compatible with both Firefox 3.6 and Firefox 4, as a result of registration changes from bug 568691.
--HG--
rename : xpcom/components/GenericFactory.cpp => xpcom/glue/GenericFactory.cpp
rename : xpcom/components/GenericFactory.h => xpcom/glue/GenericFactory.h
|
2010-06-24 16:36:27 -04:00 |
|
Benjamin Smedberg
|
1d0844d671
|
Revert many of the interface changes from bug 568691, so that binaries can be made which are compatible with Firefox 3.6 and Firefox 4. Note that this is not an ongoing process: it will not be possible to make single binary components which are compatible with both Firefox 4 and Firefox 4.1, but you will be able to ship two components and select one based on the platform version.
|
2010-06-24 14:31:18 -04:00 |
|
Benjamin Smedberg
|
e89592ae6d
|
Added tag bsmedberg-static-xpcom-registration-base for changeset 2f83edbbeef0
|
2010-06-24 12:16:59 -04:00 |
|
Benjamin Smedberg
|
6e8d912e32
|
Fix review comments from bug 568691 comment 45.
|
2010-06-24 11:56:28 -04:00 |
|
Benjamin Smedberg
|
762def30bb
|
Merge mozilla-central into the static-xpcom-registration branch.
|
2010-06-23 17:26:25 -04:00 |
|
Benjamin Smedberg
|
2c8a0c3df0
|
Fix factory registration in test_unsafeBidiChars.xhtml to not override CIDs.
|
2010-06-23 16:18:08 -04:00 |
|
Ehsan Akhgari
|
80133c9a6d
|
Bug 520189 - Correct the component IDs
|
2010-06-23 16:03:20 -04:00 |
|
Ehsan Akhgari
|
eda5dc1515
|
Bug 572642 - correct the component ID
--HG--
extra : rebase_source : 0cbe63fb07d3eea6db003aa295b4abed19602025
|
2010-06-23 15:52:01 -04:00 |
|
Ben Turner
|
a283994c5f
|
Bug 553413 - 'Implement Asynchronous parts of the Indexed Database API.' p=sdwilsh+bent, r=jst.
|
2010-06-23 12:46:08 -07:00 |
|
Benjamin Smedberg
|
6344332d14
|
Revert accidental change to XPCOMUtils.jsm introduced in revision 731d52e5b732
|
2010-06-23 15:19:18 -04:00 |
|
Benjamin Smedberg
|
76f5edb3bb
|
Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented).
|
2010-06-23 15:18:13 -04:00 |
|
Josh Aas
|
666aab680e
|
nsObjectFrame code cleanup. b=572985 r=jst
|
2010-06-23 15:08:35 -04:00 |
|
Chris Jones
|
f4f50f626e
|
Bug 573894: Have LayerManagerOGL hold a strong ref to its root layer. r=Bas
|
2010-06-23 13:59:07 -05:00 |
|
Chris Jones
|
710c313ec5
|
Bug 570099: Allow Shmems to be used in IPDL structs. r=benjamn
|
2010-06-23 13:59:07 -05:00 |
|
Ehsan Akhgari
|
c24212e707
|
Bug 572642 - Part 2: tests; r=roc
|
2010-06-23 14:40:08 -04:00 |
|
Ehsan Akhgari
|
fafab966e3
|
Bug 572642 - Part 1: Allow comments, and disallow styles when pasting CF_HTML content; r=roc
|
2010-06-23 14:40:08 -04:00 |
|
Ehsan Akhgari
|
814b9f0c25
|
Bug 573527 - Correct the test for bug 404320; r=roc
|
2010-06-23 14:40:08 -04:00 |
|
Ted Mielczarek
|
20fd4a211d
|
fix stupid reftest failure on Win64
|
2010-06-23 14:06:15 -04:00 |
|
Benjamin Smedberg
|
43047298dd
|
Address review from bug 568691 comments 31 and 34
|
2010-06-23 13:43:02 -04:00 |
|
Benjamin Smedberg
|
c072919b32
|
Remove hard tabs which I accidentally introduced into nsComponentManager.{h,cpp}.
|
2010-06-23 13:36:53 -04:00 |
|
Frank Yan
|
94d7a77db6
|
Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske
|
2010-06-23 10:28:12 -07:00 |
|
Kyle Huey
|
1b22082b07
|
Bug 567426: Make image encoders implement nsIAsyncInputStream. r=joedrew sr=bz
|
2010-06-23 10:24:56 -07:00 |
|
Mehdi Mulani
|
1021f12095
|
Bug 564270 - Can not search Places by transition type
|
2010-06-23 10:01:27 -07:00 |
|
Ms2ger
|
27a3b29543
|
Implement the figure element. r=jst+timeless+ehsan (Bug 573356)
|
2010-06-23 10:08:56 -07:00 |
|
Ivan Enderlin ext:(%2C%20Mounir%20Lamouri%20%3Cmounir.lamouri%40gmail.com%3E%2C%20Ms2ger%20%3Cms2ger%40gmail.com%3E)
|
4164b0645e
|
Implement the mark element. r=jonas+timeless (Bug 485377)
|
2010-06-23 10:08:56 -07:00 |
|
Dave Townsend
|
a636fbe356
|
Typo fix for bug 572043 (addressing review comment from rs).
|
2010-06-23 10:08:56 -07:00 |
|
Felipe Gomes
|
ccf46b30df
|
Bug 570267 - [OOPP] Firefox 3.6.4 bug: When a flash file has a focus, window.onblur event does not happen as expected.
r=jimm
|
2010-06-23 10:08:56 -07:00 |
|
Clint Talbert
|
da406e2cb1
|
Bug 567945 - Re-enable sutagent build now that we have proper tool chain on android builds r=ted
|
2010-06-23 09:57:17 -07:00 |
|
Benjamin Smedberg
|
87b751cfc8
|
Bug 568691 - Register extension components/chrome again. This doesn't remove the EM restart yet, because there's some weirdness about reading default prefs from extensions that needs to be solved first.
|
2010-06-23 12:18:32 -04:00 |
|
Benjamin Smedberg
|
a3250f5999
|
Bug 449129 followup: actually decrement the PaintTracker properly
|
2010-06-23 12:15:58 -04:00 |
|
Benjamin Smedberg
|
360af69e24
|
Package toolkitplaces.manifest, which I apparently forgot the first time.
|
2010-06-23 12:10:29 -04:00 |
|
David Dahl
|
be8e38decd
|
Bug 573845 - open the console to a percentage of the browser window height, p=ddahl, r=dietrich
|
2010-06-23 12:30:51 -03:00 |
|
Benjamin Smedberg
|
1af2f3576f
|
Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies
|
2010-06-23 10:18:00 -04:00 |
|
Oleg Romashin
|
0624a7aff7
|
Bustage build fix on ANDROID, EGL/non-X11 configureation. bug 571832
|
2010-06-23 11:50:51 -04:00 |
|
Oleg Romashin
|
76e24ff16e
|
Bustage build fix on linux, EGL/X11 configureation. bug 571832
|
2010-06-23 11:39:33 -04:00 |
|
Benjamin Smedberg
|
14d48fb99a
|
Fix typo from bug 568691, revision 90afd1e80d77
|
2010-06-23 09:29:21 -04:00 |
|
Ginn Chen
|
afb9960ccd
|
Bug 572999 Make reftest recognize Solaris r=roc
|
2010-06-23 17:33:21 +08:00 |
|
Ginn Chen
|
91bd938a72
|
Bug 571210 Fix GetDiskSpaceAvailable for Solaris r=roc
|
2010-06-23 17:32:17 +08:00 |
|
Ginn Chen
|
709634168d
|
Bug 569319 typedef caused mangled name mismatch for AddIDTargetObserver r=bz
|
2010-06-23 17:31:35 +08:00 |
|
Ginn Chen
|
ca5abe7f73
|
Bug 561739 Implement YCbCr conversion on Solaris r=doublec
|
2010-06-23 17:30:48 +08:00 |
|
Ginn Chen
|
5ebbba7449
|
Bug 503428 Caret-moved events missing from Thunderbird Subject field r=surkov
|
2010-06-23 17:28:09 +08:00 |
|