Ryan VanderMeulen
2660569d9d
Backed out changesets af0dda676cb7, 550e2f5b4224, and bb76828c5f22 (bug 842828) for B2G bustage and xpcshell failures.
...
CLOSED TREE
2013-09-25 11:50:51 -04:00
Monica Chew
aca2470772
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-25 07:03:31 -07:00
Mike Hommey
b207d5baf7
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Neil Deakin
838928c0bf
Bug 853901 - Add platform-specific completion operations for downloads. r=paolo
2013-09-03 13:23:37 -04:00
Brian O'Keefe
3e41167fed
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
2013-08-15 09:02:09 -04:00
Ms2ger
318a1bbfa3
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
2013-08-22 08:56:01 +02:00
Brian O'Keefe
038f7b6d0f
Bug 896177 - Remove more config.mk includes; r=gps
2013-07-17 16:07:14 -04:00
Trevor Saunders
3d9c31c46f
bug 886526 - remove IS_COMPONENT and MODULE_NAME makefile vars for things in libxul r=bsmedberg r=glandium
2013-08-08 20:12:37 -04:00
Trevor Saunders
abf5a3107b
backout bug 886526 because it probably made us use a lot more memory to link on windows
2013-07-29 11:03:21 -04:00
Monica Chew
a080037c41
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 21:25:43 -07:00
Ryan VanderMeulen
e753681662
Backed out changeset 21f094a18c5c (bug 837199) for Werror bustage.
...
CLOSED TREE
2013-07-25 13:50:50 -04:00
Monica Chew
673c82e0f1
Bug 837199 - Write interface to query application reputation (r=paolo,sr=mossop)
2013-07-25 09:08:03 -07:00
Trevor Saunders
6a7cf6d688
bug 886526 - disallow MODULE_NAME and IS_COMPONENT for makefiles in libxul r=bsmedberg
2013-06-25 11:15:21 -04:00
Thomas Prip Vestergaard
2c1dce6e17
Bug 718258 - Remove duplicate code. r=bsmedberg
2013-06-13 15:41:55 -04:00
Mike Shal
42d90ead43
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Mike Shal
eec103d849
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Trevor Saunders
785a7859f6
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
2013-03-30 15:42:45 -04:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Gregory Szorc
f96c000ea2
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
2013-02-25 13:19:09 -08:00
Paolo Amadini
68324a94d9
Bug 763295 - Port the bookmarks export service to JavaScript. r=mak
2012-12-08 20:50:54 +01:00
Monica Chew
781ce59d28
Bug 812238 - Initial import of protobuf 2.4.1. r=khuey
2012-11-30 10:33:48 -08:00
Ehsan Akhgari
ab822b0678
Backed out changeset 98b22b52150e (bug 812238) for breaking the build
2012-11-30 14:35:53 -05:00
Monica Chew
00aa14c687
Bug 812238 - Initial import of protobuf-2.4.1. r=khuey
2012-11-30 10:33:48 -08:00
Marshall Culpepper
6c7db8dc75
Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones
2012-08-27 12:27:14 -03:00
Gian-Carlo Pascutto
36e135e1d7
Bug 673470 - Simplify PrefixSet by removing (unneeded) thread safety. r=dcamp
2012-08-15 09:10:24 +02:00
Gian-Carlo Pascutto
1c0ff29874
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
2012-08-15 09:04:19 +02:00
William Chen
bd0a13593a
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
2012-07-26 18:25:02 -04:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Ehsan Akhgari
e1af685c9b
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
2012-05-22 10:50:04 -04:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Gian-Carlo Pascutto
10acc9e06e
Backout 173f90d397a8 (Bug 673470). rs=dcamp a=mfinkle
2012-04-20 07:46:47 +02:00
Henri Sivonen
3f74408bad
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
e74effb0db
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
2012-02-27 13:57:48 +02:00
Gian-Carlo Pascutto
724fb285e2
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
2011-12-06 19:03:05 +01:00
Gian-Carlo Pascutto
056c10da3c
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
2012-02-01 20:10:02 +01:00
Gian-Carlo Pascutto
3b9f32d92d
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
2011-12-06 19:03:05 +01:00
Gian-Carlo Pascutto
2bb82902d1
Bug 702217 - Avoid double allocation in UrlClassifier. Handle OOM conditions. r=dcamp
2012-01-10 17:09:32 +01:00
Nicholas Nethercote
cb524624bc
Bug 705602 - Use mallocSizeOf in prefixset memory reporter. r=gpc.
2011-12-13 20:54:18 -08:00
Marco Bonardo
3f256b63a5
Bug 707946 - Improve performances of hasChildren for tag queries.
...
r=dietrich sr=gavin
2011-12-07 21:56:26 +01:00
Gian-Carlo Pascutto
18c11b2972
Bug 698326 - Remove countMe argument to SizeOf in UrlClassifier. r=
2011-11-15 18:51:06 +01:00
Gian-Carlo Pascutto
8f61f0e297
Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar
2011-11-13 11:25:48 +01:00
Marco Bonardo
8583f20728
Backout 38abb03271de (bug 698326) due to xpcshell tests failure
2011-11-11 20:12:12 +01:00
Gian-Carlo Pascutto
1ed2345e54
Bug 698326 - Add memory reporter for the url-classifier. r=njn,jlebar
2011-11-11 18:57:22 +01:00
Matheus Kerschbaum
3ebd8fcb38
Bug 597789 - Remove --disable-rdf; r=ted
2011-11-08 11:42:54 +00:00
Gian-Carlo Pascutto
bf8f39caba
Bug 669410 - Make the url-classifier PrefixSet persistent on startup/shutdown. r=tony
2011-09-08 22:16:59 +02:00
Gian-Carlo Pascutto
a13cf40f9a
Bug 669410 - Use PrefixSet to speed up URL classification. r=tony
2011-09-08 22:15:18 +02:00
Gian-Carlo Pascutto
5638eb8aa2
Bug 669410 - Add PrefixSet datastructure for SafeBrowsing. r=dcamp
2011-09-08 22:15:08 +02:00