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 |
|
Honza Bambas
|
6a17879fd1
|
Bug 918880 - Followup - gracefully recover from scheduleUpdate() failure r=fabrice
|
2013-12-22 18:31:15 -08:00 |
|
Fabrice Desré
|
1b076c9518
|
Bug 918880 - Followup - use principal for permissions checks. r=honza
|
2013-12-22 18:31:15 -08:00 |
|
Honza Bambas
|
2b9e1b58ed
|
Bug 918880 - MaybeAllowOfflineAppByDefault must work on child processes, r=jduell
|
2013-11-19 23:15:59 +01:00 |
|
Masatoshi Kimura
|
5658a0e904
|
Bug 950311 - deCOM nsIDOMLoadStatus. r=mayhemer
|
2013-12-19 00:11:54 +09:00 |
|
Honza Bambas
|
c736392bfc
|
Bug 937582. r=mcmanus
|
2013-12-02 14:37:37 -05:00 |
|
Chris Peterson
|
b3756eee30
|
Bug 940235 - Build uriloader in unified mode. r=ehsan
|
2013-11-18 23:50:59 -08:00 |
|
Trevor Saunders
|
c5ae45823c
|
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
|
2013-11-15 02:12:43 -05: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
|
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 |
|
Honza Bambas
|
3c61986635
|
Bug 927878 - crash in nsDOMOfflineResourceList::ApplicationCacheAvailable(nsIApplicationCache*) when installing an app, r=jduell
|
2013-11-06 16:59:04 +01: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 |
|
Birunthan Mohanathas
|
6f158bc61c
|
Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan
--HG--
extra : rebase_source : 9335e9b4b0ac02e8066fbb79797bbc0d3fd73874
|
2013-10-23 16:36:09 -04:00 |
|
Olli Pettay
|
7e45225636
|
Bug 918864. r=bz
|
2013-10-17 13:59:55 -04:00 |
|
Honza Bambas
|
894ba59236
|
Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
|
2013-09-20 11:11:25 +02:00 |
|
Mike Hommey
|
f8bc7fa754
|
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
|
2013-09-05 09:01:46 +09:00 |
|
Brian O'Keefe
|
d118b95a0d
|
Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal
|
2013-08-15 09:02:09 -04:00 |
|
Ms2ger
|
3a103a7e9f
|
Bug 883284 - Part f: Move LIBXUL_LIBRARY into moz.build (p-z); r=glandium
|
2013-08-22 08:56:01 +02:00 |
|
Ms2ger
|
4807f1c86c
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Honza Bambas
|
5763d2ceb2
|
Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas
|
2013-08-16 11:34:21 +02:00 |
|
Ryan VanderMeulen
|
d49b974ca6
|
Backed out changeset e91392042137 (bug 892488) for mochitest-3 failures.
CLOSED TREE
|
2013-08-14 13:29:10 -04:00 |
|
Brian O'Keefe
|
61565e4086
|
Bug 896177 - Remove useless config.mk includes; r=gps
|
2013-07-17 16:06:53 -04:00 |
|
Honza Bambas
|
7b3c9fb7ca
|
Bug 892488 - Get rid of the offline application cache prompt, r=ehsan+jonas
|
2013-08-14 17:17:00 +02:00 |
|
Brian O'Keefe
|
f4815f2203
|
Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps
|
2013-07-04 08:28:43 -04:00 |
|
Trevor Saunders
|
f33ade0d68
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Mike Shal
|
d5df6bb361
|
Bug 868536 - Move ipdl.mk files to moz.build; r=gps
Author: Mike Shal <mshal@mozilla.com>
|
2013-07-01 09:56:28 -04:00 |
|
Cykesiopka
|
ca4fe03bf6
|
Bug 443015 - Remove deprecated nsIPrefetchService methods. r=bz
|
2013-05-29 20:56:10 -04:00 |
|
Mike Shal
|
5169c0a913
|
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 |
|
Fernando Jiménez
|
a89a0d875a
|
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. r=honzab
|
2013-05-10 16:16:56 +02:00 |
|
Honza Bambas
|
433cb50458
|
Bug 730424 - window.applicationCache.status not getting updated when resources finish loading, r=michal
|
2013-05-01 18:57:58 +02:00 |
|
Mike Shal
|
df7deac25b
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
43628a7867
|
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
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Daniel Holbert
|
aa087f4637
|
Bug 849086: Remove unused *_CLASSNAME defines. r=bsmedberg
|
2013-03-15 10:52:10 -07:00 |
|
Gregory Szorc
|
c865547d94
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Gregory Szorc
|
1b456a0cd4
|
Bug 784841 - Part 18κ: Convert /uriloader; f=Ms2ger rs=ted
|
2013-02-25 13:20:01 -08:00 |
|
Jason Duell
|
fca682ab29
|
Bug 833935 - Warn when child is about to issue illegal IPDL request. r=jdm
|
2013-01-24 19:24:00 +00:00 |
|
Daniel Holbert
|
18ec4ee8b8
|
Bug 834054: Mark 'uriloader' subdirectories as FAIL_ON_WARNINGS. r=mayhemer
|
2013-01-24 15:32:39 -08:00 |
|
Daniel Holbert
|
593ddfe86f
|
Bug 833931: Suppress unused-result warnings in OfflineCacheUpdateParent.cpp w/ mozilla::unused. r=mayhemer
|
2013-01-23 13:07:23 -08:00 |
|
Fernando Jiménez
|
a60c922611
|
Bug 829763: App infrastructure stalls when checking for an update for a hosted app; r=honzab
|
2013-01-21 09:38:40 +01:00 |
|
Honza Bambas
|
6d227e6dde
|
Bug 761040 - Offline cache entries are created for no-store entries r=jduell
|
2013-01-07 16:01:00 +01:00 |
|
Honza Bambas
|
67832b9579
|
Bug 715809 - AppCache should accept manifests served with non-standard mime types, r=jonas
|
2013-01-03 17:43:51 +01:00 |
|
Josh Matthews
|
7482ee38c6
|
Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g
|
2012-12-29 04:02:16 -05:00 |
|
Josh Matthews
|
315334a8d5
|
Backed out changeset 6cd44513d285 (bug 782542)
|
2012-12-28 19:18:38 -05:00 |
|