Phil Ringnalda
|
b590225b27
|
Bug 547915 - Update package-manifest.in based on package-compare output, r=ted
|
2010-02-21 21:55:51 -08:00 |
|
Justin Dolske
|
3dc4765ccc
|
Bustage fix for bug 541594.
|
2010-02-10 02:01:44 -08:00 |
|
Walter Meinl
|
f2a4f4176b
|
Bug 536451 - OS/2 cannot handle mozsqlite3.dll. r=ted
--HG--
extra : rebase_source : c1a6deb7130b1142ca58dad88a34ecdcda75a378
|
2010-02-04 15:51:02 +01:00 |
|
Matthew Gertner
|
2ec2b03558
|
bug 542004 - Removal of dependentlibs.list breaks Prism on OS X r=ted.mielczarek
--HG--
extra : rebase_source : a23b7315c735e81bbc098dba269d757f9bce38c9
|
2010-01-25 12:28:00 -05:00 |
|
Sid Stamm
|
32f5ce7b68
|
bug 515433: CSP Core patch by sstamm and bsterne, r=mrbkap, sr=jst
|
2010-01-21 10:41:24 -08:00 |
|
Marco Bonardo
|
54fa20b6ee
|
Bug 520165 - Part10: Add a new expiration component, r=mano, r=dietrich
|
2010-01-15 17:40:39 +01:00 |
|
Daniel Veditz
|
0e538279e0
|
Backed out changeset a6ce37b09cf5 because of possible Tp4 perf hit
|
2010-01-14 17:19:11 -08:00 |
|
Sid Stamm ext:(%2C%20Brandon%20Sterne%20%3Cbsterne%40mozilla.com%3E)
|
56ceec2c4c
|
bug 515433, bug 515437: Content Security Policy (CSP) core
|
2010-01-13 14:18:24 -08:00 |
|
Drew Willcoxon
|
e9ef3b6403
|
Bug 529597 - Places protocol handler, r=mak77,bz
|
2009-12-29 19:37:24 -08:00 |
|
Dão Gottwald
|
5a36275f09
|
Backed out changeset 06e4ea15db72 (bug 529597) because of test_bug_405924.html failure
|
2009-12-29 13:33:57 +01:00 |
|
Drew Willcoxon
|
f82aafa60b
|
Bug 529597 - Places protocol handler, r=mak77,bz
|
2009-12-28 09:44:53 -08:00 |
|
Ted Mielczarek
|
522f48e9f7
|
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
|
2009-12-15 01:52:57 -05:00 |
|
Benjamin Smedberg
|
999be86ac2
|
Merge mozilla-central into electrolysis.
|
2009-12-14 08:01:18 -05:00 |
|
Benjamin Smedberg
|
737515b2c8
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Benjamin Smedberg
|
eba77abeb6
|
Merge mozilla-central into e10s.
|
2009-10-28 11:32:00 -04:00 |
|
Benjamin Smedberg
|
15de24f35e
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
|
Benjamin Smedberg
|
7801c54b0c
|
Package mozilla-runtime in the hopes that the Windows xpcshell tests might stop hanging.
|
2009-10-19 13:13:08 -04:00 |
|
Benjamin Smedberg
|
74932b01fe
|
Bug 519357 - Only load known binary components from the app directory by reading a components.list file, r=vlad
|
2009-11-05 09:08:49 -05:00 |
|
Taras Glek
|
c7f069ab70
|
Backed out changeset e22bef491d84
|
2009-10-08 16:43:55 -07:00 |
|
Taras Glek
|
4c56f842c8
|
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
|
2009-10-08 11:22:50 -07:00 |
|
Peter Weilbacher
|
5463c00e04
|
[OS/2] Bug 526630 - package MozSounds.cmd, r=wuno@lsvw
|
2009-11-06 08:15:09 +01:00 |
|
Robert Strong
|
0a5ebe62ce
|
Bug 311965 - Refactor nsUpdateService.js to load less code at startup. r=dtownsend
|
2009-11-03 11:49:23 -08:00 |
|
Dan Witte
|
33058ca79e
|
Implement jsctypes with raw JSAPI. b=518721, r=jorendorff, sr=bsmedberg
|
2009-10-06 12:16:38 -07:00 |
|
Makoto Kato
|
e3fe66b156
|
Bug 469654 - Windows x64 build support. r=ted
|
2009-10-06 17:28:05 +09:00 |
|
Taras Glek
|
e2335c2699
|
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
2009-10-04 12:44:52 +02:00 |
|
Dão Gottwald
|
d83eea4025
|
Backed out changeset ddd79f809784
|
2009-10-04 12:44:27 +02:00 |
|
Dão Gottwald
|
1a1457de94
|
bug 507288: move greprefs/*js into res/greprefs.js r=bsmedberg
cdiff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
2009-10-04 12:43:18 +02:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Justin Dolske
|
175727d33a
|
Bug 499417 - Refactor login manager's crypto code. r=vladimir, r=zpao
|
2009-12-13 17:04:43 -08:00 |
|
Josh Aas
|
f55da0118f
|
Backed out changeset 3ff17b03644e: Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X.
|
2009-12-13 07:57:08 -05:00 |
|
Ted Mielczarek
|
2a7c428b02
|
Rename sqlite3 library to mozsqlite3, fixes compile problems and crashes on Mac OS X. b=513747 r=sdwilsh
|
2009-12-13 02:10:11 -05:00 |
|
Olli Pettay
|
7e40ce018a
|
Bug 448602 - Have a way to enumerate event listeners, r=bz
--HG--
extra : rebase_source : 77ed96b23db73ae78ed7f34ed231daf84fae1f54
|
2009-10-16 11:57:32 +03:00 |
|
Walter Meinl
|
229aa1cc5d
|
Bug 495608 - [OS/2] "make package" includes the Unit-test programs in the ZIP file. r=ted
|
2009-10-25 15:50:28 +01:00 |
|
Taras Glek
|
45c73c60d8
|
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
--HG--
extra : rebase_source : c6ba6e900ceed210620d47f70c9b962a808a29fe
|
2009-10-12 12:31:50 -07:00 |
|
Mitchell Field
|
eb31b31d25
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
|
Dan Witte
|
38eb8b7058
|
Land jsctypes. b=513783, r=jorendorff, sr=bsmedberg.
|
2009-09-23 10:57:22 -07:00 |
|
Phil Ringnalda
|
b3dd760f53
|
Bug 518124 - Package content_canvas.xpt, r=ted
|
2009-09-22 20:43:07 -07:00 |
|
Justin Dolske
|
94fd90ef29
|
Bug 511984 - Enable fast-startup component for Firefox. r=vlad
|
2009-09-17 19:57:24 -07:00 |
|
Taras Glek
|
d9bfbd258e
|
bug 514803: josh spotted a typo in prev patch
--HG--
extra : rebase_source : 1d09d47fc3d2bd46ea1deb0f42716d42a6552b9f
|
2009-09-15 19:31:47 -07:00 |
|
Taras Glek
|
a55bb4b6b0
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : 8db26ce38ed4d654f8754f0501b54eb90ea76249
|
2009-09-14 10:48:26 -07:00 |
|
Jeff Muizelaar
|
5fb012b9bb
|
Backout ffcfaed61bed: Taras Glek – Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
This caused an unexplained Ts improvement and obj-c exceptions during Ts.
|
2009-09-14 16:54:21 -04:00 |
|
Taras Glek
|
3c335e86d5
|
Bug 514803 - Fix for new Date().toLocaleString() triggers "An error occured throwing an exception". Moved more charset files to jar r=bsmedberg
--HG--
extra : rebase_source : d501b6c2ec3ee7d6bd82949b30051e82c947b3fa
|
2009-09-14 10:48:26 -07:00 |
|
Justin Dolske
|
e6e2e11442
|
Bug 514742 - [wince] Flash plugin not recognized in 1.9.2 nightly builds. r=vladimir
|
2009-09-13 13:26:31 -07:00 |
|
Dão Gottwald
|
1d0820d47f
|
Backed out changeset 40811b076d51
|
2009-09-13 17:36:23 +02:00 |
|
Taras Glek
|
ac8ba115d1
|
Bug 507288 - move greprefs/*js into res/greprefs.js and add that to toolkit.jar. r=benjamin
|
2009-09-13 15:52:24 +02:00 |
|
Mark Banner
|
1786cb4ae9
|
Bug 511849 nsBrowserInstance is no longer required. r=Neil,sr=bsmedberg
|
2009-09-11 09:30:38 +01:00 |
|
Ted Mielczarek
|
79c319beca
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). Win32 bustage fix (argh)
|
2009-09-08 14:17:34 -04:00 |
|
Ted Mielczarek
|
c1d8aba35d
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). extra ifdefs to silence the remaining packager warnings. r=bsmedberg
|
2009-09-08 14:09:12 -04:00 |
|
Taras Glek
|
f799fd5b8c
|
Bug 508421 - move res/ stuff into toolkit.jar. followup to fix packaging bits. r=ted
|
2009-09-08 12:16:56 -04:00 |
|
Ted Mielczarek
|
8598ee674e
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). followup bustage fixes for Linux
|
2009-09-08 11:59:59 -04:00 |
|
Ted Mielczarek
|
e368f2a621
|
bug 511642 - use a single packaging manifest across all three platforms (with preprocessing). r=bsmedberg
|
2009-08-27 17:22:04 -04:00 |
|