Dan Witte
|
ccd3c28130
|
Back out Bug 536324 part 2.
|
2010-08-30 13:20:39 -07:00 |
|
Dan Witte
|
86583b1783
|
Back out Bug 589292.
|
2010-08-30 13:20:38 -07:00 |
|
Dan Witte
|
a5ebf043df
|
Merge m-c -> e10s.
|
2010-08-28 13:39:42 -07:00 |
|
Dan Witte
|
8de0079a42
|
Merge e10s -> m-c. a=patches
|
2010-08-27 08:04:00 -07:00 |
|
Dan Witte
|
8937bd5738
|
Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+
|
2010-08-25 17:51:21 -07:00 |
|
Joel Maher
|
b61eda4b1d
|
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
|
2010-08-26 14:47:28 -07:00 |
|
Dan Witte
|
4439f97632
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+
|
2010-08-21 00:31:11 -07:00 |
|
bhsieh@mozilla.com
|
fba716bbcd
|
bug 520309, startupcache core r=dwitte sr=bsmedberg a=bsmedberg
|
2010-08-12 12:37:44 -07:00 |
|
Clint Talbert
|
1afdc1b8df
|
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
--HG--
extra : rebase_source : 01307f705ab07b7784401d69a53921b200544978
|
2010-08-25 14:03:44 -07:00 |
|
Joel Maher
|
51fff79f07
|
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
|
2010-08-25 11:47:39 -07:00 |
|
Joel Maher
|
ce269022ab
|
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
|
2010-08-24 10:29:34 -07:00 |
|
Dan Witte
|
1b9d629945
|
Back out bug 520309 part 1. a=#developers for checkin on CLOSED TREE.
|
2010-08-24 07:59:57 -07:00 |
|
Dan Witte
|
2d6527e305
|
Merge e10s -> m-c. a=wecanhazbeta
|
2010-08-23 21:18:09 -07:00 |
|
bhsieh@mozilla.com
|
ba3c0148de
|
bug 520309, startupcache core r=dwitte sr=bsmedberg a=bsmedberg
|
2010-08-12 12:37:44 -07:00 |
|
Jonas Sicking
|
cbc0676504
|
Backout bugs 586754, 574189, 584611 due to orange. a=backout
|
2010-08-20 11:08:43 -07:00 |
|
Joel Maher
|
6763342e81
|
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
|
2010-08-20 09:32:58 -07:00 |
|
Joel Maher
|
978a4a1ad2
|
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
|
2010-08-20 09:28:13 -07:00 |
|
Taras Glek
|
cbf7b8bcd4
|
Bug 559961 - Reorder jar files as part of PGO, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : d8a75545714a131291c74dd79c966150544ff9d1
|
2010-08-18 10:34:07 -07:00 |
|
Benjamin Smedberg
|
a46c0d7aca
|
Fix omnijar from bug 579178 - move the manifest ziploader code into xpcom/components, and don't load the same JAR a bunch of times.
--HG--
rename : modules/libjar/nsManifestZIPLoader.cpp => xpcom/components/nsManifestZIPLoader.cpp
rename : modules/libjar/nsManifestZIPLoader.h => xpcom/components/nsManifestZIPLoader.h
|
2010-08-04 14:09:21 -04:00 |
|
Benjamin Smedberg
|
1f62db83d4
|
Bug 579178 part A - Code changes to add a "manifest" directive to read sub-manifests and read only the root chrome.manifest file, instead of enumerating components/*.manifest and chrome/*.manifest. Review comments by Mossop to be addressed in a followup commit.
|
2010-07-22 10:31:29 -04:00 |
|
Saint Wesonga
|
e7a357dcaf
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-05 11:42:18 +02:00 |
|
Dão Gottwald
|
9b15b69a1b
|
Backed out changeset 59ace8d80ce8
|
2010-07-04 22:01:13 +02:00 |
|
Saint Wesonga
|
8dd5da1024
|
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedberg
|
2010-07-04 21:39:17 +02:00 |
|
Benjamin Smedberg
|
0b4de441c4
|
Bug 568691 - Fix MOZ_OMNIJAR registration, r=mwu
--HG--
rename : modules/libjar/nsXPTZipLoader.cpp => modules/libjar/nsManifestZIPLoader.cpp
rename : modules/libjar/nsXPTZipLoader.h => modules/libjar/nsManifestZIPLoader.h
rename : xpcom/reflect/xptinfo/public/nsIXPTLoader.idl => xpcom/components/nsIManifestLoader.idl
|
2010-07-02 09:53:19 -04:00 |
|
Benjamin Smedberg
|
f13550a209
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
|
Benjamin Smedberg
|
c729bcd681
|
Bug 570488 part B - fix and test loading XPT files from JARs, needed for omnijar, r=mwu
|
2010-06-10 12:51:43 -04:00 |
|
Michael Wu
|
49ab4956d1
|
Bug 566686 - Provide a decompression API in nsZipArchive, patch mostly by taras, r=alfredkayser
|
2010-06-04 14:10:23 -07:00 |
|
Michael Wu
|
20ac54dcaf
|
Backout bug 566686 due to orange
|
2010-06-02 17:05:49 -07:00 |
|
Michael Wu
|
e78b06a46d
|
fix ExtractFile bustage from bug 566686 7b3a040d638d
--HG--
extra : rebase_source : b02e4359f0004510ef68fb37bea950286dbbb924
|
2010-06-02 16:14:30 -07:00 |
|
Michael Wu
|
ec14bb00fe
|
Bug 566686 - Provide a decompression API in nsZipArchive, patch mostly by taras, r=alfredkayser
--HG--
extra : rebase_source : 0e45fb4b4a78fbd4337ef7f95ee338b58f50e29f
|
2010-06-02 14:46:48 -07:00 |
|
Michael Wu
|
a7bab5285a
|
Bug 552121 - Add omnijar API [2/7], r=bsmedberg
|
2010-05-21 10:58:32 -07:00 |
|
Ehsan Akhgari
|
a87b134220
|
Bug 560647 - add startup timeline instrumentation; r=vlad
|
2010-05-19 19:22:19 -04:00 |
|
Vladimir Vukicevic
|
27458bb7f8
|
Bug 564323 - Don't use PR_MALLOC in nsJAR.cpp, r=taras
|
2010-05-18 17:13:05 -07:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Taras Glek
|
5d45eb36a4
|
Bug 541828 - Do not crash on small invalid jar files r=alfredkayser
--HG--
extra : rebase_source : c8dd6d99b4e86d60e85e08eab4100df74c629ad4
|
2010-03-26 10:19:53 -07:00 |
|
Joel Maher
|
d050afae06
|
Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE
|
2010-03-12 13:53:36 -08:00 |
|
timeless@mozdev.org
|
567939a473
|
Bug 550887 unreachable code in nsZipReaderCache::GetZip
r=biesi
--HG--
extra : rebase_source : 22f7b7a702a99f98bb3f74f3cf6ccb638ea839fa
|
2010-03-12 07:50:11 +01:00 |
|
Brad Lassey
|
bb55fe310f
|
backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests
|
2010-03-09 22:33:11 -05:00 |
|
Joel Maher
|
aef3dc32c3
|
Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert
|
2010-03-09 08:55:39 -08:00 |
|
Kyle Huey
|
1d0289c601
|
Backed out changeset 8ce70abd7777
|
2010-03-09 01:14:21 -05:00 |
|
Joel Maher
|
cee9b522a0
|
Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer
|
2010-03-08 19:21:33 -08:00 |
|
Clint Talbert
|
7ffd9496bc
|
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
|
2010-03-07 17:34:23 -08:00 |
|
Joel Maher
|
ef6c5fda3d
|
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
|
2010-03-07 16:08:05 -08:00 |
|
Makoto Kato
|
ab84067b16
|
Bug 346010 - Decom nsIJAR by merging it into nsIZipReader. r=tglek, sr=bsmedberg
|
2010-03-07 22:56:45 +09:00 |
|
Zack Weinberg
|
e628f0c656
|
Bug 543101: (Test-only change) When comparing filesystem timestamps to zip-file timestamps in zipwriter tests, truncate both values to second precision. r=dtownsend. CLOSED TREE
|
2010-02-05 11:22:39 -08:00 |
|
Daniel Holbert
|
345647b7b2
|
Bug 541828 followup: Convert "sizeof" result to signed integer, to fix signed-vs-unsigned build warning in nsZipArchive. r=tglek
|
2010-01-28 01:52:35 -08:00 |
|
Alfred Kayser
|
b1dfdbc219
|
Bug 541828: crash in BuildFileList (r=tglek)
|
2010-01-25 10:21:49 +01:00 |
|
Taras Glek
|
e255b8b9e3
|
Bug 537165: Don't hold on to OS file handles in JARs r=ak
|
2010-01-23 11:40:21 -05:00 |
|
Michal Novotny
|
a107124c97
|
Bug 525741 - two JAR tests fail if modification date of their files is on day daylight saving time starts or ends and after time change. r=dtownsend,tglek
|
2009-12-16 00:01:08 +01:00 |
|
Taras Glek
|
89e73935db
|
Bug 537398 - Fix copyright headers in libjar r=reed
--HG--
extra : rebase_source : 22b2082bcf17534346f833e36e3b4f9d80659782
|
2009-12-31 11:27:22 -08:00 |
|