diff browse annotate |
a16372ce30b5f6b747246b01fcd215a4bf3b6342 created 2012-08-22 11:56 -0400 pushed 2012-11-14 20:38 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg |
diff browse annotate |
a15d75939cd5d820507656f64edae9a18e10918e created 2012-06-06 14:08 +1200 pushed 2012-10-05 17:12 +0000 |
Geoff Lankow | Geoff Lankow - Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg |
diff browse annotate |
f4157e8c410708d76703f19e4dfb61859bfe32d8 created 2012-05-21 12:12 +0100 pushed 2012-08-24 15:39 +0000 |
Gervase Markham | Gervase Markham - Bug 716478 - update licence to MPL 2. |
diff browse annotate |
502c67d69baa1c2e214781d5d92df7db9e4c0918 created 2011-11-08 18:10 +0100 pushed 2012-03-09 01:01 +0000 |
Mike Hommey | Mike Hommey - Bug 695843 part 9 - Use FileLocations in the component manager. r=bsmedberg |
diff browse annotate |
203419a57194e54853acb780adcbbb732d9fffe3 created 2010-09-08 20:37 -0700 pushed 2013-07-29 23:00 +0000 |
Michael Wu | Michael Wu - Bug 533038 - 1. Generalize manifest reading code and add api for reading manifests from jars, r=bsmedberg a=blocking-beta6 |
diff browse annotate |
a5f7f9e82281ef5c713c2ed0d902236fe8c5e2e2 created 2010-07-02 09:53 -0400 pushed 2013-07-29 23:00 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 568691 - Fix MOZ_OMNIJAR registration, r=mwu |
diff browse annotate |
5229353383b0eac753fdbf350bafa3f9eb21cccf created 2010-06-28 13:55 -0400 pushed 2013-07-29 23:00 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Fix and test logging of manifest parsing and registration. I discovered that the outer loop doesn't track line numbers correctly when there are multiple newlines in a row, which requires manual looping instead of using nsCRT::strtok. |
diff browse annotate |
f3c81f5a28ff48b70bbc99ac5a02e29627f249f4 created 2010-06-22 16:24 -0400 pushed 2013-07-29 23:00 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Implement RereadChromeManifests for bug 568691. |
diff browse annotate |
c5827927d1403dfd94ab40c9235c1e0202684aa0 created 2010-06-11 16:13 -0400 pushed 2013-07-29 23:00 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 568691 part C - Register all components based on reading .manifest files from the components directories. Binary components auto-register using "binary-component name.dll". JS components register using "component CID file.js" "contract @mozilla.org/contract;1 CID" and "category categoryname keyname value". |