Makoto Kato
|
f56ed41f01
|
Bug 900436 - WindowsDllNopSpacePatcher doesn't work on Windows 8. r=ehsan
|
2013-08-02 10:35:25 +09:00 |
|
Makoto Kato
|
f532a2aabc
|
Bug 899009 - TestDllInterceptor.exe crashes after hooking NtWriteFile on Windows 8 + MSVS2012. r=ehsan
|
2013-07-31 10:23:32 +09:00 |
|
Ehsan Akhgari
|
2824b29025
|
Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo
This patch was mostly generated by running the following scripts on the codebase, with some
manual changes made afterwards:
# static_assert.sh
#!/bin/bash
# Command to convert an NSPR integer type to the equivalent standard integer type
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.mm" \) | \
xargs -n 1 `dirname $0`/assert_replacer.py #sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_STATIC_ASSERT static_assert
hg rev --no-backup mfbt/Assertions.h \
media/webrtc/signaling/src/sipcc/core/includes/ccapi.h \
modules/libmar/src/mar_private.h \
modules/libmar/src/mar.h
# assert_replacer.py
#!/usr/bin/python
import sys
import re
pattern = re.compile(r"\bMOZ_STATIC_ASSERT\b")
def replaceInPlace(fname):
print fname
f = open(fname, "rw+")
lines = f.readlines()
for i in range(0, len(lines)):
while True:
index = re.search(pattern, lines[i])
if index != None:
index = index.start()
lines[i] = lines[i][0:index] + "static_assert" + lines[i][index+len("MOZ_STATIC_ASSERT"):]
for j in range(i + 1, len(lines)):
if lines[j].find(" ", index) == index:
lines[j] = lines[j][0:index] + lines[j][index+4:]
else:
break
else:
break
f.seek(0, 0)
f.truncate()
f.write("".join(lines))
f.close()
argc = len(sys.argv)
for i in range(1, argc):
replaceInPlace(sys.argv[i])
--HG--
extra : rebase_source : 4b4a4047d82f2c205b9fad8d56dfc3f1afc0b045
|
2013-07-18 13:59:53 -04:00 |
|
Ehsan Akhgari
|
ef4b479714
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Joshua Cranmer
|
bfdf0f3db6
|
Bug 884061 - Part 3v: Use NS_DECL_THREADSAFE_ISUPPORTS in toolkit/, r=Mossop
--HG--
extra : rebase_source : ad2b2f20219b42b192c313b6fa9da3383f904805
|
2013-07-18 21:24:15 -05:00 |
|
Suyash Agarwal
|
2a3d3d167f
|
Bug 890037 - Remove extra space from the output of "thunderbird -version". r=bsmedberg
|
2013-07-18 16:29:17 -04:00 |
|
Mike Shal
|
1c7eb2843f
|
Bug 889787 - Define XP_LINUX globally; r=ted
|
2013-07-16 17:10:10 -04:00 |
|
Tom Schuster
|
01185cf81d
|
Bug 886903 - Send correct UserAgent data for content process. r=jdm
|
2013-04-22 18:41:59 +02:00 |
|
Ryan VanderMeulen
|
cc6b678858
|
Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
Backed out changeset 0ded4854067b (bug 886903)
Backed out changeset ca8afb897e13 (bug 893858)
Backed out changeset c15f503a96cc (bug 868859)
Backed out changeset 6a788f399a7f (bug 868859)
|
2013-07-17 12:43:59 -04:00 |
|
Tom Schuster
|
a2ae0d76c3
|
Bug 886903 - Send correct UserAgent data for content process. r=jdm
|
2013-04-22 18:41:59 +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 |
|
Benoit Girard
|
be559fe75a
|
Bug 892861 - Remove useless -D flags 'IMPL_THEBES,_IMPL_NS_GFX,...'. r=glandium
|
2013-07-12 08:56:54 -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 |
|
Roberta De Viti
|
22cd4a9676
|
Bug 865188 - Remove Storage support for profile special database. r=mak
|
2013-07-11 10:00:48 +02:00 |
|
Ryan VanderMeulen
|
03e73d9988
|
Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures.
|
2013-07-10 13:51:28 -04:00 |
|
Trevor Saunders
|
63ed0e9589
|
bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal
|
2013-06-25 14:29:26 -04:00 |
|
Emanuel Hoogeveen
|
e32590ca0d
|
Bug 890714 - Fix mixed line endings. r=joe, r=jesup
|
2013-07-08 16:33:15 -04:00 |
|
David Anderson
|
71e7bc4fc9
|
Rewrite CPOWs to use one actor per process (bug 853209, r=billm,bholley,smaug).
|
2013-07-03 00:24:32 -07:00 |
|
Trevor Saunders
|
72f6c66bf4
|
bug 886526 - remove nsStaticComponents.{h,cpp} r=bsmedberg
|
2013-06-15 05:50:25 -04:00 |
|
Trevor Saunders
|
6316f31808
|
bug 886526 - remove XPCOM_TRANSLATE_NSGM_ENTRY_POINT r=bsmedberg
|
2013-06-15 02:33:35 -04:00 |
|
Benoit Girard
|
0d44f34246
|
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 862c39b9145328c8e9f85ae9d1963af374af76f1
|
2013-03-11 14:47:40 -04:00 |
|
Makoto Kato
|
278f3ab531
|
Bug 870218 - Add support for hooking NtWriteFile on Win64; r=ehsan
|
2013-06-12 15:22:55 -04:00 |
|
Brian R. Bondy
|
b2f8163232
|
Bug 874323 - Start updater manually for Metro to apply update. r=rstrong
|
2013-06-12 10:31:10 -04:00 |
|
Martin Stransky
|
03a912b269
|
Bug 877626 - Port GTK2 to GTK3 - build config - xpcom, toolkit, accessible, xulrunner dirs. r=ted, r=karlt
|
2013-06-10 08:36:26 -04:00 |
|
Mark Hammond
|
3f999e9690
|
Bug 875214 - child processes on Windows now attach to the parent's console. r=aklotz
|
2013-05-30 23:23:50 +10:00 |
|
Phil Ringnalda
|
4aec020413
|
Back out dc76402b8471 (bug 844288) on suspicion of breaking dep builds
CLOSED TREE
|
2013-05-31 07:39:56 -07:00 |
|
Benoit Girard
|
908b9e495b
|
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 5b9be0892323195d4e24f11ae785f0663ff38fd0
|
2013-03-11 14:47:40 -04:00 |
|
Timothy Arceri
|
32ec2d3fb8
|
Bug 877409 - Remove old GTK_CHECK_VERSION/gtk_check_version for versions of GTK already covered by the minimum GTK build requirement 2.10. r=karlt
|
2013-05-30 08:10:02 -04:00 |
|
Phil Ringnalda
|
ad4c150cb3
|
Back out 816311e43409 (bug 844288) on suspicion of causing dep OS X universal builds to fail in packaging
CLOSED TREE
|
2013-05-29 23:42:20 -07:00 |
|
Benoit Girard
|
397d220ef5
|
Bug 844288 - Dual link libxul.so and libxul-unit.so and replace enable-gtest by enable-test r=ted,glandium
- Remove enable GTest
- Add a general target to create gtestxul
- Update mach target
- Run GTest from make check
--HG--
rename : gfx/2d/unittest/GTestMain.cpp => gfx/tests/gtest/TestMoz2D.cpp
rename : gfx/layers/TestTiledLayerBuffer.cpp => gfx/tests/gtest/TestTiledLayerBuffer.cpp
extra : rebase_source : 04c9c2efbc7db1c04c121cf3022612b488f83eb4
|
2013-03-11 14:47:40 -04:00 |
|
Julian Seward
|
eb8e819973
|
Bug 872496 - Allow early registration of stack tops, to improve native unwind quality. r=bgirard.
|
2013-05-28 14:03:38 +02: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 |
|
Brian R. Bondy
|
e8753c74ec
|
Bug 794937 - Updater callback should launch Metro Firefox when updating from Metro Firefox. r=rstrong
|
2013-05-22 10:16:56 -04:00 |
|
Ted Mielczarek
|
3cfd62c3d2
|
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
|
2013-05-16 09:33:26 -04:00 |
|
Brian R. Bondy
|
96ee2048cc
|
Bug 572162 - Use TaskbarIDs hash as update dir root. r=rstrong
|
2013-05-15 10:58:09 -07:00 |
|
Ed Morley
|
5256152aa1
|
Backed out changeset 496846474ed3 (bug 864774)
|
2013-05-13 10:05:49 +01:00 |
|
Mike Shal
|
954221d9c9
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Ehsan Akhgari
|
abcc7d9780
|
Bug 871312 - Fix rooting hazards in nsEmbedFunctions.cpp; r=till
|
2013-05-12 16:58:02 -04:00 |
|
Mike Hommey
|
b69ccc0a17
|
Bug 842334 - Move distribution/ back to the installation directory. r=bsmedberg,r=gavin
|
2013-05-11 20:14:58 +02:00 |
|
Mats Palmgren
|
6b7625b8b6
|
Bug 867530 - Initialize the poison value in XPCOM startup and annotate the values in crash reporter. r=bsmedberg
|
2013-05-07 20:48:59 +02:00 |
|
Iivari Äikäs
|
6ad63ad8a5
|
Bug 617897 - Replace calls to AppendASCII('*') with Append('*'). r=dougt
|
2013-05-07 10:25:21 -04:00 |
|
Jonathan Kew
|
07ea0b6c93
|
bug 866365 - declare both firefox.exe and plugin-container.exe as dpi-aware via their manifests. r=jimm,gps
|
2013-05-07 09:16:43 +01:00 |
|
Bobby Holley
|
cc68b166ca
|
Bug 865729 - Remove nsIJSContextStack from other miscellaneous parts of gecko. r=gabor
|
2013-04-29 11:16:19 -07:00 |
|
Gijs Kruitbosch
|
f202608bd9
|
Bug 763890 - Add all the old profiles to the same folder when resetting Firefox multiple times, r=bsmedberg
--HG--
extra : rebase_source : 443920ec76501b084c42b548f3cb29d70ce4cec0
|
2013-04-05 14:31:28 +02:00 |
|
Aryeh Gregor
|
f0404a303a
|
Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger
|
2013-04-22 14:15:59 +03:00 |
|
Makoto Kato
|
ec16c48502
|
Bug 853128 - Turn off injecting test of NtFlushBuffersFile on x64. r=ehsan
|
2013-04-25 19:04:40 +09:00 |
|
Matt Brubeck
|
64b4303d10
|
Bug 863897 - Update doc comment for CheckArg in nsAppRunner.cpp [r=bsmedberg]
DONTBUILD (comment-only change)
|
2013-04-22 16:00:17 -07:00 |
|
Justin Lebar
|
ac7f3b755c
|
Bug 857833 - Remove some warnings in toolkit/xre/nsAppRunner.cpp. r=bsmedberg
|
2013-04-21 16:41:18 -04:00 |
|
Benoit Girard
|
cbe0e4945b
|
Bug 862500 - Properly shutdown profiler in xpcshell, shutdown and error cases. r=snorp
--HG--
extra : rebase_source : 22eeccdcee83e3fd03687e6b969b143502a9c5fc
|
2013-04-18 11:34:49 -04:00 |
|
Bobby Holley
|
cfe137c733
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
Ryan VanderMeulen
|
72635c5a76
|
Backed out 3 changesets (bug 734691, bug 862500) for leaks.
Backed out changeset 4444510d672f (bug 862500)
Backed out changeset 5c321bc4dc63 (bug 734691)
Backed out changeset e045934f78be (bug 734691)
|
2013-04-18 08:15:09 -04:00 |
|
Benoit Girard
|
093dfd766b
|
Bug 862500 - Properly shutdown profiler in xpcshell, shutdown and error cases. r=snorp
--HG--
extra : rebase_source : 8b887475b97e3562ca5fd73e93eaa9edab8ef1fb
|
2013-04-17 12:53:15 -04:00 |
|
Mike Shal
|
df7deac25b
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Bas Schouten
|
839048be74
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
|
2013-04-10 09:20:52 +00:00 |
|
Mike Hommey
|
ff171032e1
|
Bug 855823 - Rely on breakpad finding file ids itself instead of relying on AddLibraryMapping caller to provide them. r=ted
|
2013-04-09 14:04:53 +02:00 |
|
aceman
|
839310031c
|
Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg
|
2013-04-08 14:35:31 -04:00 |
|
Jim Blandy
|
0e350fec1b
|
Bug 847656: Change ContentParent::GetNewOrUsed to return an already_AddRefed value. r=khuey
|
2013-04-02 16:52:51 -07: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 |
|
leo.bugzilla.gecko@gmail.com
|
7f2d5d2f64
|
Bug 852409 - Change XREMain::XRE_mainInit() method to use mAppData instead of aAppData which is given as parameter. r=jmathies
|
2013-03-27 11:19:10 -04:00 |
|
Benoit Girard
|
8a70878243
|
Bug 853896 - Turn off MOZ_EVENT_TRACE when profiling. r=ted
--HG--
extra : rebase_source : 2ae36f2f4be730528b0f18154377fa32ee25b49a
|
2013-03-22 17:16:52 +01:00 |
|
Benoit Girard
|
042e2c83ad
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
|
2013-03-18 15:25:50 +01:00 |
|
Benoit Girard
|
c47f308258
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
|
2013-03-16 00:47:02 -04:00 |
|
Brian R. Bondy
|
17f555db9a
|
Bug 846365 - Add proper handling for background session closes in Firefox for Metro. r=jimm
|
2013-03-24 19:10:46 -04:00 |
|
Ryan VanderMeulen
|
3e6b0826a4
|
Backed out changeset 42d5d3080bc4 (bug 847656) for mochitest crashes on a CLOSED TREE.
|
2013-03-20 14:17:22 -04:00 |
|
Jim Blandy
|
db04a012af
|
Bug 847656: Change ContentParent::GetNewOrUsed to return an already_AddRefed value. r=khuey
|
2013-03-20 10:30:09 -07:00 |
|
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Aryeh Gregor
|
8f6388577f
|
Bug 851911 - Unused variable rv in MakeOrSetMinidumpPath() in nsAppRunner.cpp; r=bsmedberg
|
2013-03-17 17:04:57 +02:00 |
|
Ed Morley
|
ab0833645c
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
3091d3e2b6
|
Backed out changeset d195190adc48 (bug 851611)
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
|
2013-03-18 14:10:30 +00:00 |
|
Benoit Girard
|
b03f14270d
|
Bug 851611 - Part 3: Rename headers. r=jrmuizel
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
|
2013-03-18 14:41:02 +01:00 |
|
Benoit Girard
|
919018414b
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Nathan Froyd
|
cdcd9fd8f3
|
Bug 844331 - part 5 - add profile-before-change2 notification; r=bsmedberg
|
2013-03-01 15:11:21 -05:00 |
|
Makoto Kato
|
1d379aa241
|
Bug 850957 - Update injection test for some functions. r=ehsan
|
2013-03-14 16:35:33 +09:00 |
|
Chris Peterson
|
fae3705108
|
Bug 850408 - Part 1: Remove Snow Leopard OS checks in gfx and xre. r=joshmoz
|
2013-03-07 23:00:07 +00:00 |
|
Gregory Szorc
|
426ac0cdd3
|
Merge mozilla-central into build-system
|
2013-03-13 08:20:09 -07:00 |
|
Gregory Szorc
|
74dc48b41e
|
Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium
|
2013-03-12 10:20:41 -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 |
|
Rafael Ávila de Espíndola
|
057519ce40
|
Bug 847468 - Poison NtWriteFileGather. r=BenWa.
--HG--
extra : rebase_source : 23ad1eec802f547504e08aa5dc8e7d90b2bf0708
|
2013-03-07 10:02:33 -05:00 |
|
Jose Cortes
|
62b901d4b0
|
Bug 842186 - Update instances of jsval to JS::Value in .cpp and .h files within the toolkit and netwerk directories. r=jwalden
--HG--
extra : rebase_source : bba8b8f21faa148a64731299bd74bf89c1314822
|
2013-03-06 13:16:46 -08:00 |
|
Benjamin Smedberg
|
3c13d58f37
|
Bug 844533 - Add a pref which controls whether we load plugins from the root appdir, default to off, r=glandium
|
2013-03-05 09:45:28 -05:00 |
|
Ted Mielczarek
|
d5095cae67
|
bug 779291 - Breakpad Makefile changes. r=glandium
|
2013-03-05 09:41:26 -05:00 |
|
Mike de Boer
|
94204a0497
|
Bug 833939 - Initialize gLogConsoleErrors to FALSE, also in debug builds. r=bsmedberg
|
2013-03-04 12:50:06 +01:00 |
|
Julian Seward
|
fdeb8cf6c2
|
Bug 779291: Implement SPS stackwalk using the breakpad unwinder. r=bgirard,glandium
bug 850089 - fix SPS with disable-crashreporter. Patch by Ted Mielczarek <ted@mielczarek.org>, r=glandium
Bug 850132 - SPS breakpad unwind (bug 779291) breaks Win64 builds with "Unsupported platform". Patch by Makoto Kato <m_kato@ga2.so-net.ne.jp>, r=ted
|
2013-03-10 23:00:23 +01:00 |
|
Tim Taubert
|
1d81f3539e
|
Bug 842262 - Keep ProfD == ProfLD on Android; r=glandium
|
2013-02-28 22:31:35 +01:00 |
|
Ms2ger
|
aea301eee3
|
Merge m-c to b-s.
|
2013-02-26 19:09:25 +01:00 |
|
Gregory Szorc
|
2f9c3f619e
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Tatiana Meshkova
|
147bf694f6
|
Bug 842805 - Use of API deprecated in Qt5. r=romaxa, r=glandium
|
2013-02-25 12:25:16 -08:00 |
|
Benoit Girard
|
f49834c59d
|
Bug 767231 - Part 1: Add GTest. r=ted
|
2012-05-22 13:45:24 -07:00 |
|
Chris Pearce
|
f4778a33b6
|
Bug 839031 - Blacklist FLAC MFT DLL. r=padenot
|
2013-02-15 14:11:28 +13:00 |
|
Joey Armstrong
|
fa3323d7f6
|
bug 746277: replace hg commands with functions
|
2013-02-15 17:00:12 -05:00 |
|
Martin Stransky
|
4d8ff5d7ab
|
Bug 239254 - Remove some PRBools that snuck in. r=jduell
|
2013-02-14 09:11:07 -05:00 |
|
Brian R. Bondy
|
28da168ef4
|
Bug 840195 - Update fails if FF is installed in a non-default install path. r=rstrong
|
2013-02-13 09:23:22 -05:00 |
|
Ryan VanderMeulen
|
f1e4d8d836
|
Merge m-c to inbound.
|
2013-02-12 15:05:37 -05:00 |
|
Rafael Ávila de Espíndola
|
ab7df06f02
|
Bug 840633 - style fix. r=smaug.
|
2013-02-12 14:43:52 -05:00 |
|
Tim Taubert
|
cf104e2784
|
merge m-c to fx-team
|
2013-02-12 19:08:06 +01:00 |
|
Martin Stransky
|
13a5407605
|
Bug 239254 - [Linux] Support disk cache on a local path, r=michal.novotny
|
2013-02-11 15:47:21 +01:00 |
|
Rafael Ávila de Espíndola
|
8d8ceadb10
|
Bug 704030 - Make the "all connections closed" check available on non debug builds. r=vladan.
--HG--
extra : rebase_source : 6f39e1e00b39e7356d29c4f5e3f77fa51ba49a16
|
2013-02-11 12:05:59 -05:00 |
|
Mike Hommey
|
a2baccb09c
|
Bug 793767 - Use the executable file location to derive the update root. r=rstrong
|
2013-02-08 15:58:52 +01:00 |
|
Richard Newman
|
50ac7b27cd
|
Bug 838459 - Add printing of current timestamp to make-platformini.py. r=gps
|
2013-02-05 20:15:35 -08:00 |
|
Ryan VanderMeulen
|
bf80942fda
|
Backed out changeset 31268d71c33c (bug 833143) due to bug 837843.
|
2013-02-04 19:25:09 -05:00 |
|
Olli Pettay
|
c0c9796e9d
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Aaron Klotz
|
636ff59f08
|
Bug 815418: Telemetry for failed profile lock attempts r=vladan
--HG--
extra : rebase_source : 792850a58328ba4aa33e70b6c4cf7162bf167e8e
|
2013-01-31 15:11:38 -06:00 |
|
Scott Johnson
|
dce73d7d1a
|
Backed out changeset 69e0bdbd4f36 for incorrect commit message. r=me
--HG--
extra : rebase_source : 0269228c06416f7253e659630cf796288389c436
|
2013-01-31 15:09:09 -06:00 |
|
Aarom Klotz
|
7bd78a22f0
|
Bug 815418: Telemetry for failed profile lock attempts r=vladan
|
2013-01-31 15:04:52 -06:00 |
|
Ryan VanderMeulen
|
d99064f8bc
|
Backed out changeset 689690a17de3 (bug 833143) since the attempt at merging the backout from m-c was lost.
|
2013-01-24 16:35:31 -05:00 |
|
Olli Pettay
|
817909da7e
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Dave Hylands
|
2bae95797b
|
Bug 802423 - Updater needs to set oom_adj and nice appropriately. e=ehsan a=b2g-only
|
2013-01-21 12:22:16 -08:00 |
|
Ehsan Akhgari
|
ba773446f9
|
Bug 830765 - Remove the unneeded code which tracks the list of loaded modules because it is unused and can cause multi-second hangs; r=sicking a=removes-code-from-libxul
|
2013-01-21 15:55:31 -05:00 |
|
Benoit Girard
|
d3f87cf69c
|
Bug 820852 - Implement write poisoning on Windows. r=ehsan,espindola
|
2013-01-10 16:50:16 -05:00 |
|
Benjamin Smedberg
|
0ec7842026
|
Bug 828184 - Block qipcap.dll version 7.6.815.1 and earlier for a topcrash related to an interface change of nsIPrefBranch, r=ehsan
|
2013-01-15 13:56:05 -05:00 |
|
Mats Palmgren
|
865cec14e9
|
Bug 786533 - On OSX, one of the system header files (exception_defines.h) defines 'try' and 'catch' as macros which breaks @try/@catch. We need to #undef those before using nsObjCExceptions.h. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
|
Chris Peterson
|
de411b5fd0
|
Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan
|
2013-01-10 08:19:36 -08:00 |
|
Trevor Saunders
|
75a2afd932
|
bug 829288 - fix some toolkit/ warnings r=ehsan
|
2013-01-10 06:44:15 -05:00 |
|
Ehsan Akhgari
|
5c22fc7e4e
|
Backed out changeset 23bb4a03ef34 (bug 815418) because of possible xpcshell bustage
--HG--
extra : rebase_source : dcd383efb1c245239a2dc4bc261ada158bb131c2
|
2013-01-10 17:21:48 -05:00 |
|
Aaron Klotz
|
6b8e232154
|
Bug 815418: Telemetry for failed profile lock attempts; r=vladan
--HG--
extra : rebase_source : a7f1217bce0aa61c3c86eaa998e051d678ec7e1e
|
2013-01-10 12:50:51 -05:00 |
|
Dave Hylands
|
b7289615c5
|
Bug 785124 - Pt 3 - Modify the updater to support update.link file. r=rstrong
From 76c70c31f5362f7c91d567ca04329195d8126f26 Mon Sep 17 00:00:00 2001
file. Prefer sdcard for download
---
toolkit/mozapps/update/updater/updater.cpp | 53 +++++++++++++++++++++++++---
toolkit/xre/nsUpdateDriver.cpp | 13 +++++--
2 files changed, 60 insertions(+), 6 deletions(-)
|
2012-12-14 16:06:41 -08:00 |
|
Phil Ringnalda
|
69566d191b
|
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
|
2013-01-07 22:59:32 -08:00 |
|
Dave Hylands
|
6e678052db
|
Bug 785124 - Pt 3 - Modify the updater to support update.link file. r=rstrong
From 76c70c31f5362f7c91d567ca04329195d8126f26 Mon Sep 17 00:00:00 2001
file. Prefer sdcard for download
---
toolkit/mozapps/update/updater/updater.cpp | 53 +++++++++++++++++++++++++---
toolkit/xre/nsUpdateDriver.cpp | 13 +++++--
2 files changed, 60 insertions(+), 6 deletions(-)
|
2012-12-14 16:06:41 -08:00 |
|
Nicholas Nethercote
|
1c4b07debe
|
Bug 818793 - Add a |aMaxFrames| parameter to NS_StackWalk. r=jlebar,glandium; sr=dbaron.
|
2012-12-20 21:31:57 -08:00 |
|
Nicholas Nethercote
|
465f9f826c
|
Bug 825150 - Remove const_casts by adding some const-ness to nsICommandLineRunner.init(). r=karlt, sr=bsmedberg.
--HG--
extra : rebase_source : 3b68c3467fa533442cdc5bcefdf7fbe6140e87a3
|
2013-01-03 13:52:32 -08:00 |
|
Rafael Ávila de Espíndola
|
9eb5cdb511
|
Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
|
2013-01-04 10:27:41 -05:00 |
|
Ed Morley
|
e1feef974c
|
Backout bfeb3bc3da4e (bug 826029) for WINNT xpcshell failures
|
2013-01-03 10:17:14 +00:00 |
|
Rafael Ávila de Espíndola
|
4ca30d5e47
|
Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan.
--HG--
extra : rebase_source : 511835e6d24a0b58b5c9eb684b258456b7a7019e
|
2013-01-02 21:04:10 -05:00 |
|
Neil Rashbrook
|
41d5c4cd99
|
Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
|
2012-12-22 20:40:37 +00:00 |
|
Benjamin Smedberg
|
ab775a4ccf
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : 89db8a63effc2eab589a184a2b686cfcca3f8f63
|
2012-12-13 12:20:56 -05:00 |
|
Jim Mathies
|
d768d99a05
|
Bug 820200 - Pass application directory to XRE_InitEmbedding2 in content process. r=bsmedberg
|
2012-12-18 10:24:42 -06:00 |
|
Jeff Walden
|
120886ca73
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
|
Ed Morley
|
2720ada529
|
Backout 4ebd50016f35 & 9033700cc24f (bug 807757) for failing to build on a CLOSED TREE
|
2012-12-13 18:46:38 +00:00 |
|
Benjamin Smedberg
|
a7244b9828
|
Bug 807757 main part - remove nsIProfileChangeStatus, nsIProfile and remnants of code to support them, r=glandium
--HG--
rename : profile/public/nsIProfileChangeStatus.idl => profile/public/notifications.txt
extra : rebase_source : e7caf9d124a4295ced9d607ab6b75b663b97ed8e
|
2012-12-13 12:20:56 -05:00 |
|
Oleg Romashin
|
503cc5fd3e
|
Bug 818787 - Return back NS_ENSURE_TRUE(appShell, into XRE_RunAppShell. r=cjones
|
2012-12-10 09:14:52 -05:00 |
|
Bas Schouten
|
5c2da9fbfd
|
Bug 816117 - Part 1: Add the ability to pass around a windows Thread Context to StackWalkMain64. r=ehsan
|
2012-12-08 06:15:21 +01:00 |
|
Benoit Girard
|
8124a450e6
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Benoit Girard
|
ed38a0c373
|
Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
|
2012-11-30 12:49:20 -05:00 |
|
Ehsan Akhgari
|
33a9b305c1
|
Backed out 3 changesets (bug 799640) on the suspicion of regressing Tp5 by 50%
Backed out changeset 133c704dbcc6 (bug 799640)
Backed out changeset b130bb991d84 (bug 799640)
Backed out changeset e47b059493cf (bug 799640)
|
2012-11-30 16:05:13 -05:00 |
|
Benoit Girard
|
ff46d9c9c6
|
Bug 799640 - Part 3: Add shutdown labels. r=espindola
|
2012-11-30 12:49:47 -05:00 |
|
Benoit Girard
|
3280834c40
|
Bug 799640 - Part 2: Save profiles on shutdown using custom JSON encoder. r=ehsan
|
2012-11-30 12:49:20 -05:00 |
|
Landry Breuil
|
2a066f0df0
|
Bug 803955 followup - add missing defined(__FreeBSD__), forgotten in cf6c50786ee5. was r=bsmedberg
|
2012-11-15 20:07:09 +01:00 |
|
Isaac Aggrey
|
6058811463
|
Bug 802706: Remove usage of NSPRFormatTime.h from tree; r=ehsan
|
2012-11-14 13:14:21 -06:00 |
|
Ehsan Akhgari
|
ab48da6035
|
Backed out changeset da25394a8b55 (bug 802706) for build bustage
|
2012-11-14 13:24:12 -08:00 |
|
Isaac Aggrey
|
12202e6725
|
Bug 802706: Remove usage of NSPRFormatTime.h from tree; r=ehsan,wtc
|
2012-11-14 13:14:21 -06:00 |
|
Landry Breuil
|
37fd657c5f
|
Bug 803955: {Free,Open}BSD use alternative dirs for systemwide extensions/plugins. r=bsmedberg
|
2012-11-14 20:02:07 +01:00 |
|
Kartikaya Gupta
|
ad1f488329
|
Bug 808875 - Fix unused variable warnings in nsAppRunner.cpp. r=bsmedberg
|
2012-11-14 09:36:41 -08:00 |
|
Jim Mathies
|
1627b67306
|
Bug 807593 - Land metro specific nsAppRunner bits on mc. r=bbondy
|
2012-11-05 05:26:12 -06:00 |
|
Neil Rashbrook
|
cd349de7a0
|
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan
|
2012-11-03 10:59:29 +00:00 |
|
Ryan VanderMeulen
|
f1d654c74a
|
Backout 06b998c1100d (bug 664695) due to mochitest-other orange.
|
2012-11-02 17:12:22 -04:00 |
|
Neil Rashbrook
|
958b1668fa
|
Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg
|
2012-11-02 20:07:50 +00:00 |
|
Graeme McCutcheon
|
4007709169
|
Bug 724513 - Part 2 - nsAppRunner shouldn't assume the deletion of invalid startup cache file succeeded. r=mwu
|
2012-10-23 17:46:51 +01:00 |
|
Rafael Ávila de Espíndola
|
f518b77a02
|
Bug 804828 - Talagent trips ValidWriteAssert (when Firefox tries to restart in safe mode due to previous crashes). r=ted.
--HG--
extra : rebase_source : dd4a3dec5204181a4c421d84daccf9ea172757c8
|
2012-10-31 14:18:03 -04:00 |
|