Tom Schuster
|
f39e81815a
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Andrea Marchesini
|
79ba26d29f
|
Bug 959684 - Implement URLSearchParams stringifier. r=ehsan
|
2014-01-15 09:50:18 -05:00 |
|
Patrick McManus
|
398d7cfb1d
|
bug 802573 - give favicon low http priority r=mak
--HG--
extra : rebase_source : ab3b717b23fcdbec8d4fa112b8a5e46e6dc2a043
|
2014-01-14 09:37:24 -05:00 |
|
Marco Castelluccio
|
a3afb8e59d
|
Bug 762083 - Fix default database size. r=mak
|
2014-01-13 09:02:40 -05:00 |
|
Richard Newman
|
240243058d
|
Bug 953312 - Fix idle observer notification in Places expiration. r=mak DONTBUILD
|
2014-01-08 18:47:32 +01:00 |
|
Marco Bonardo
|
a2f9b0ca45
|
Backout 4136cb9f3aef for wrong bug number in commit message.
|
2014-01-08 18:46:29 +01:00 |
|
Richard Newman
|
e9aee6dcf1
|
Bug 953313 - Fix idle observer notification, after Bug 715041 broke in-tree consumers. r=mak
|
2014-01-08 18:42:59 +01:00 |
|
Jon Coppeard
|
de55e25a8d
|
Bug 951230 - Link test_IHistory against JS engine to fix link error with GGC r=glandium
|
2014-01-08 10:44:56 +00:00 |
|
Robert O'Callahan
|
15468267dc
|
Bug 955889. Restore caching in EnsureKeywordsHash. r=mano
--HG--
extra : rebase_source : 41847499e245b5e3073dfa1a8ebeb2f9451b802b
|
2014-01-04 18:14:27 +13:00 |
|
Ehsan Akhgari
|
1b83407ce9
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Nicholas Nethercote
|
91175eb896
|
Bug 955942 (part 2) - Remove MemoryUniReporter. r=mccr8.
--HG--
extra : rebase_source : 9d70016cb19637ffece6409a184bf41d574cc6b4
|
2013-12-07 22:09:10 -08:00 |
|
Olli Pettay
|
1aad93b696
|
Bug 950342 - Random failures in toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js, r=ehsan
--HG--
extra : rebase_source : c1965dc68e125f1523ee102900afa77ed57ff922
|
2013-12-19 14:54:58 +02:00 |
|
Jason Orendorff
|
2f7306dfb7
|
Bug 948134 - Fix "value is not defined" in PlacesDBUtils.jsm. r=adw.
--HG--
extra : rebase_source : b9ff5eed8eae0f14dd231a842cbd9e49d7b8a03c
|
2013-12-16 06:02:26 -06:00 |
|
Trevor Saunders
|
d43c55ca0e
|
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
|
2013-12-12 20:50:01 -05:00 |
|
Andrea Marchesini
|
aeb5063aca
|
Bug 887836 - URLSearchParams and URL, r=ehsan, r=bz, r=smaug
--HG--
rename : dom/workers/test/urlSearchparams_worker.js => dom/workers/test/urlSearchParams_worker.js
|
2013-12-12 19:30:27 +00:00 |
|
Birunthan Mohanathas
|
3440613a39
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
|
Birunthan Mohanathas
|
68b00083fd
|
Bug 713082 - Part 1: Remove unnecessary Util.h includes. r=Waldo
|
2013-12-08 21:52:33 -05:00 |
|
Carsten "Tomcat" Book
|
9ec029aebf
|
merge fx-team to mozilla-central
|
2013-12-03 10:39:56 +01:00 |
|
Drew Willcoxon
|
e05ef75328
|
Bug 874743 - Fix PlacesDBUtils.jsm error in intermittent test_parser_diagnostics_unprintables.html failure. r=mak
|
2013-12-02 20:21:58 -08:00 |
|
Marco Castelluccio
|
36d1525997
|
Bug 762083 - Avoid places database growth for webapps. r=mak
|
2013-12-02 11:34:47 -05:00 |
|
Ryan VanderMeulen
|
4829857b56
|
Merge m-c to inbound.
|
2013-12-02 16:58:15 -05:00 |
|
Mike Hommey
|
9459b3c881
|
Bug 943728 - Convert several resource install using double quotes to INSTALL_TARGETS and editor/libeditor/html/tests to mochitest manifest. r=gps,r=mshal
|
2013-12-03 06:34:21 +09:00 |
|
Ehsan Akhgari
|
fa9a2a8cf4
|
Bug 943993 - Build toolkit/components/places in unified mode; r=mak
|
2013-11-29 18:29:49 -05:00 |
|
Ms2ger
|
9d06a0c27f
|
Merge mozilla-inbound to mozilla-central.
|
2013-11-29 09:54:12 +01:00 |
|
Ms2ger
|
c51e826c53
|
Bug 937258 - Part a: Remove empty makefiles; r=gps
|
2013-11-28 15:25:40 +01:00 |
|
Olli Pettay
|
35c2cb4949
|
Bug 944128 - Random failures with test_bug_461710_perwindowpb.html, r=ehsan
--HG--
extra : rebase_source : c572f2fba1ad41844dba62f3967697379d8f6484
|
2013-11-28 18:51:08 +02:00 |
|
Nicholas Nethercote
|
39004db706
|
Bug 936964 (part 7, attempt 2) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
* * *
Bug 936964 (part 7b) - Fix a use-after-free found by ASan.
--HG--
extra : rebase_source : d38ab6b63e9d576773baf8e55fa4f7182c33915e
|
2013-11-07 16:35:30 +11:00 |
|
Ehsan Akhgari
|
a903aefdc0
|
Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)
Landed on a CLOSED TREE
--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
|
2013-11-27 20:05:00 -05:00 |
|
Nicholas Nethercote
|
bc475c75df
|
Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
|
2013-11-07 16:35:30 +11:00 |
|
Benjamin Smedberg
|
98cffaa1f5
|
Bug 672843 part D2 - Fix the xpconnect exception code and Components.results to prefer the name NS_ERROR_ILLEGAL_VALUE over the other synonyms. Fix a few tests that rely on exception names to use exception values instead. r=bholley
|
2013-11-20 11:46:18 -05:00 |
|
Ryan VanderMeulen
|
3bcd5725f4
|
Backed out changeset 0879fec4cfc3 (bug 896193) for frequent Linux xpcshell failures.
CLOSED TREE
|
2013-11-20 13:44:05 -05:00 |
|
Asaf Romano
|
e96dc3e87f
|
Bug 896193 - Adopt Promises in mozIAsyncLivemarks. r=mak. sr=gavin.
|
2013-11-20 12:00:02 +02:00 |
|
Asaf Romano
|
bd6038d32e
|
Bug 914687 - API for presetting GUIDs on bookmarks. r=mak. sr=gavin
|
2013-11-19 17:13:27 +02:00 |
|
Mike Hommey
|
2812d11fce
|
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
Landing on a CLOSED TREE.
|
2013-11-19 11:50:54 +09:00 |
|
Mike Hommey
|
e06d795c71
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
26bc04d200
|
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
|
2013-11-19 11:47:43 +09:00 |
|
Mike Hommey
|
e80e877ab7
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
ffe0380912
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Raymond Lee
|
25a4c2da36
|
Bug 887043 - Use an async SQL query instead of a result to collect backups data. r=mak
|
2013-11-18 14:36:40 +08:00 |
|
Drew Willcoxon
|
a311f8834b
|
Bug 900953 - Fix test_bug513194.html intermittent failure related to PlacesDBUtils.jsm error. r=mak
|
2013-11-11 15:36:51 -08:00 |
|
Mike Hommey
|
b000a846c2
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Brian O'Keefe
|
9c9d71fddb
|
Bug 928709 - Convert chromium-config.mk to mozbuild, r=mshal
|
2013-10-02 13:17:55 -04:00 |
|
Mike Hommey
|
59a17d0f20
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Mike Hommey
|
3fa7456cd6
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Ms2ger
|
e5eac232d0
|
Merge inbound to m-c.
|
2013-10-20 10:40:40 +02:00 |
|
Ms2ger
|
006ccb9a4d
|
Bug 923395 - Part c: Remove some makefiles that set EXPORT_LIBRARY; r=gps
|
2013-10-20 09:25:19 +02:00 |
|
Tom Schuster
|
fe82cf2d65
|
Bug 884410 - Remove JS_ValueToNumber. r=terrence
|
2013-10-19 18:39:52 +02:00 |
|
Ehsan Akhgari
|
c8443f0d24
|
Bug 928043 - Remove some prtypes.h inclusions from startupcache/, testing/ and toolkit/; r=bsmedberg
--HG--
extra : rebase_source : 5886932dda22ae179e8998ad92758e99495d09bd
|
2013-10-18 20:34:57 -04:00 |
|
Matt Woodrow
|
71902a7d0a
|
Bug 922942 - Do image scaling in imgTools using azure. r=seth
|
2013-10-16 14:00:31 +13:00 |
|
Marco Bonardo
|
55f9714d25
|
Bug 914294 - Don't throw exceptions from the history result end batch macro to retain backwards compatibility.
r=mano
|
2013-10-15 14:30:33 +02:00 |
|