Benoit Girard
|
6ed333dbb5
|
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
|
bbe4c3065e
|
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
|
283bc4b2ff
|
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
|
f78b48529c
|
Backed out changeset 42d5d3080bc4 (bug 847656) for mochitest crashes on a CLOSED TREE.
|
2013-03-20 14:17:22 -04:00 |
|
Jim Blandy
|
f7b8e25b98
|
Bug 847656: Change ContentParent::GetNewOrUsed to return an already_AddRefed value. r=khuey
|
2013-03-20 10:30:09 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Aryeh Gregor
|
c3554406cb
|
Bug 851911 - Unused variable rv in MakeOrSetMinidumpPath() in nsAppRunner.cpp; r=bsmedberg
|
2013-03-17 17:04:57 +02:00 |
|
Ed Morley
|
4a0f5f39ca
|
Backed out changeset c75481a07302 (bug 851611)
|
2013-03-18 14:10:35 +00:00 |
|
Ed Morley
|
47bc17c5f5
|
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
|
90f13c7e56
|
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
|
95a5b4c35f
|
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
|
2013-03-16 00:47:02 -04:00 |
|
Nathan Froyd
|
5884c2d558
|
Bug 844331 - part 5 - add profile-before-change2 notification; r=bsmedberg
|
2013-03-01 15:11:21 -05:00 |
|
Makoto Kato
|
889bbe69b1
|
Bug 850957 - Update injection test for some functions. r=ehsan
|
2013-03-14 16:35:33 +09:00 |
|
Chris Peterson
|
9f3907c641
|
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
|
56a7634c1c
|
Merge mozilla-central into build-system
|
2013-03-13 08:20:09 -07:00 |
|
Gregory Szorc
|
0d33ac5f93
|
Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium
|
2013-03-12 10:20:41 -07:00 |
|
Gregory Szorc
|
629b5d86c6
|
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
|
c8d22986fb
|
Bug 847468 - Poison NtWriteFileGather. r=BenWa.
--HG--
extra : rebase_source : 23ad1eec802f547504e08aa5dc8e7d90b2bf0708
|
2013-03-07 10:02:33 -05:00 |
|
Jose Cortes
|
631ceaa930
|
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
|
9972ba828c
|
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
|
db665800fe
|
bug 779291 - Breakpad Makefile changes. r=glandium
|
2013-03-05 09:41:26 -05:00 |
|
Mike de Boer
|
0757cacfc9
|
Bug 833939 - Initialize gLogConsoleErrors to FALSE, also in debug builds. r=bsmedberg
|
2013-03-04 12:50:06 +01:00 |
|
Julian Seward
|
e8bbb67556
|
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
|
20be651c65
|
Bug 842262 - Keep ProfD == ProfLD on Android; r=glandium
|
2013-02-28 22:31:35 +01:00 |
|
Ms2ger
|
2801c25ab8
|
Merge m-c to b-s.
|
2013-02-26 19:09:25 +01:00 |
|
Gregory Szorc
|
cc8470b5e8
|
Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted
|
2013-02-25 13:19:09 -08:00 |
|
Tatiana Meshkova
|
35e5cbc38b
|
Bug 842805 - Use of API deprecated in Qt5. r=romaxa, r=glandium
|
2013-02-25 12:25:16 -08:00 |
|
Benoit Girard
|
75c4cfd49c
|
Bug 767231 - Part 1: Add GTest. r=ted
|
2012-05-22 13:45:24 -07:00 |
|
Chris Pearce
|
657d477f88
|
Bug 839031 - Blacklist FLAC MFT DLL. r=padenot
|
2013-02-15 14:11:28 +13:00 |
|
Joey Armstrong
|
3e5212c327
|
bug 746277: replace hg commands with functions
|
2013-02-15 17:00:12 -05:00 |
|
Martin Stransky
|
360a57f216
|
Bug 239254 - Remove some PRBools that snuck in. r=jduell
|
2013-02-14 09:11:07 -05:00 |
|
Brian R. Bondy
|
2748aa05e0
|
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
|
1c8fe86d2a
|
Merge m-c to inbound.
|
2013-02-12 15:05:37 -05:00 |
|
Rafael Ávila de Espíndola
|
da3ea8fd94
|
Bug 840633 - style fix. r=smaug.
|
2013-02-12 14:43:52 -05:00 |
|
Tim Taubert
|
bb7fa8aed2
|
merge m-c to fx-team
|
2013-02-12 19:08:06 +01:00 |
|
Martin Stransky
|
0ac8eddcf8
|
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
|
f4d74651ac
|
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
|
414926b916
|
Bug 793767 - Use the executable file location to derive the update root. r=rstrong
|
2013-02-08 15:58:52 +01:00 |
|
Richard Newman
|
4b6bf3a93e
|
Bug 838459 - Add printing of current timestamp to make-platformini.py. r=gps
|
2013-02-05 20:15:35 -08:00 |
|
Ryan VanderMeulen
|
dc6860d34a
|
Backed out changeset 31268d71c33c (bug 833143) due to bug 837843.
|
2013-02-04 19:25:09 -05:00 |
|
Olli Pettay
|
a8ab96fb38
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Aaron Klotz
|
96e5b4e3fe
|
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
|
8698fbb505
|
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
|
141f06b2e4
|
Bug 815418: Telemetry for failed profile lock attempts r=vladan
|
2013-01-31 15:04:52 -06:00 |
|
Ryan VanderMeulen
|
79c9011dfa
|
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
|
025e6138b6
|
Bug 833143 - Don't GC in nsXREDirProvider::DoShutdown, r=bsmedberg,billm
|
2013-01-24 18:39:57 +02:00 |
|
Dave Hylands
|
802e24ff19
|
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
|
b483ee1c54
|
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
|
bd72a637c5
|
Bug 820852 - Implement write poisoning on Windows. r=ehsan,espindola
|
2013-01-10 16:50:16 -05:00 |
|
Benjamin Smedberg
|
9e7300e3ed
|
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 |
|