Brian R. Bondy
|
4e9b28f4a3
|
Bug 726503 - FILE_FLAG_SEQUENTIAL_SCAN always being passed for all file IO. r=taras
|
2012-02-16 08:55:19 -05:00 |
Brian R. Bondy
|
702b246043
|
Bug 726481 - Reduce calls to nsLocalFileWin's IsDirectory by not calling it when enumerating directories. r=neil
|
2012-02-16 08:49:24 -05:00 |
Marco Bonardo
|
0f6e65b46a
|
Merge central to inbound
|
2012-02-16 11:47:36 +01:00 |
Marco Bonardo
|
8a23d1304e
|
Merge last green PGO from inbound to central
|
2012-02-16 11:45:18 +01:00 |
Makoto Kato
|
8a802480e1
|
Bug 727367 - xpcom/build has references of xpcom/proxy. r=bsmedberg
|
2012-02-16 10:08:00 +09:00 |
Andrew McCreight
|
7b31f0421c
|
Bug 727313 - avoid warnings, add case for skippable CC macros. r=smaug
|
2012-02-15 15:28:42 -08:00 |
Serge Gautherie
|
de6d57af5f
|
Bug 721065. (Av1b) pyxpt: Report Typelib filename, when IIDs/names differ. r=ted.mielczarek.
|
2012-02-15 22:19:16 +01:00 |
Daniel Holbert
|
89f6fa3a95
|
Bug 727686: Remove unused variable 'sTestDeque' from TestDeque.cpp. r=cpearce
|
2012-02-15 23:11:48 -08:00 |
Kyle Huey
|
beda7d1b29
|
Merge m-c to m-i to pick up Bug 725848.
|
2012-02-14 14:37:20 -08:00 |
Mark Banner
|
2d2af1bd37
|
Bug 722262 Fix ordering for extra app libs in dependentlibs.list. r=khuey
--- Port |Bug 552864 - Throw away wrapper shell script on unix and lazily load libxul| to SeaMonkey
|
2012-02-14 11:50:00 -05:00 |
Marco Bonardo
|
ac1084a122
|
Merge last green PGO from inbound to central
|
2012-02-14 11:16:13 +01:00 |
Matthew Noorenberghe
|
9016d26d0c
|
Bug 726043 - Rev uuids for bug 294260 and add NS_ENSURE_ARG_POINTER. r=Mossop
--HG--
extra : rebase_source : 6dd8139b7efd86fe55668de56494d43e4726a1b6
|
2012-02-10 12:07:19 -08:00 |
Michael Wu
|
9f296e9300
|
Bug 712789 - Put packed xpi extensions in the extension lists, r=bsmedberg
|
2012-02-13 13:57:28 -05:00 |
Justin Wood
|
31316051e2
|
Bug 722262 - allow other apps to expand the list of dependentlibs easily. r=glandium
|
2012-02-12 06:02:00 -05:00 |
Justin Wood
|
c4b0bad5de
|
Backed out changeset 6d3493e971ea due to bad rebase
|
2012-02-13 08:54:50 -05:00 |
Justin Wood
|
f1c6cddf92
|
Bug 722262 - allow other apps to expand the list of dependentlibs easily. r=glandium
|
2012-02-12 09:00:40 -05:00 |
Jeff Muizelaar
|
161049182c
|
Bug 724079. Add an internal stackwalk API. r=ehsan
This will be used by the profiler to be able to unwind arbitrary threads.
|
2012-02-03 15:13:24 -05:00 |
Olli Pettay
|
98b38d2dca
|
Bug 725768 - BBP for ObjectHolders, additional patch 2, r=mccr8
|
2012-02-13 22:59:14 +02:00 |
Andrew McCreight
|
b33b0c1936
|
Bug 726374 - clean up CC debug timing infrastructure. r=smaug
|
2012-02-12 08:02:01 -08:00 |
Benjamin Smedberg
|
ba05cd17f2
|
Bug 725015 - Always deliver category-change notifications asynchronously. This is required because extensions need the JavaScript-global-property category to work, but we always register contracts at the "end" of a chrome.manifest so that they will always be after the CIDs, but that means that they are after the categories are registered. r=bz
--HG--
extra : rebase_source : 495126e85c6a76697610cb5eceab124871b8c5db
|
2012-02-09 10:41:16 -05:00 |
Benjamin Smedberg
|
450acca1cd
|
Test for bug 725016 - extensions which add categories in their chrome.manifest expect that they contract they refer to will be available when the category observer notification is fired.
--HG--
extra : rebase_source : d5ee7c20f54a1d3a7b14051bdf0ba309fc6aee17
|
2012-02-08 14:00:07 -05:00 |
Phil Ringnalda
|
4d5305c56a
|
Back out 20ad3570d599 (bug 716556) for xpcshell orange
|
2012-02-08 22:11:42 -08:00 |
John Schoenick
|
52adb32639
|
Bug 716556 - Fix possible buffer overflow with nsScriptableInputStream, r=bsmedberg
|
2012-02-08 14:44:55 -08:00 |
Brian R. Bondy
|
27affcdc05
|
Bug 724207 - Save 15-20ms on startup from unused file attributes fetch when opening files. r=neil.
|
2012-02-08 16:51:45 -05:00 |
Brian R. Bondy
|
7ad7ce390a
|
Bug 724203 - Optimize nsLocalFile::IsDirectory on Windows by 50% giving 5ms startup improvement. r=neil.
|
2012-02-08 16:48:23 -05:00 |
Brian R. Bondy
|
2a72afbadd
|
Bug 713485 - Crash when invalid drive is used in local file URL. r=neil.
|
2012-02-08 16:41:12 -05:00 |
Ed Morley
|
685743b883
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
Masatoshi Kimura
|
3a5954b8de
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
Jacek Caban
|
6584cc5910
|
Bug 724864 - perfprobe.cpp doesn't compile on mingw r=Yoric
|
2012-02-08 11:53:52 +01:00 |
Matthew Noorenberghe
|
02f5121c64
|
Bug 294260 - Safe Mode: Auto detect previous start-up failure and offer to start in safe mode r=bsmedberg,Mossop
--HG--
rename : toolkit/components/startup/tests/Makefile.in => toolkit/components/startup/tests/browser/Makefile.in
extra : rebase_source : 8df6b163173362ae80832eb3667e04bb817280b3
|
2011-11-07 21:20:42 -08:00 |
Andrew McCreight
|
4df68913bf
|
Bug 696174 - Log JS heap at the same time as CC heap. r=bholley,smaug
|
2012-02-02 16:32:30 -08:00 |
Boris Zbarsky
|
13e98ce965
|
Bug 723498. Make sure to always set our out param in nsMultiplexInputStream::IsNonBlocking when returning success. r=bsmedberg
|
2012-02-07 15:28:06 -05:00 |
Benjamin Smedberg
|
02263dee0d
|
Bug 716594 - Switch nsBinaryInputStream::ReadBytes back to using the fallible allocator because it correctly checks for allocation errors and streams are untrusted input we should try to work with, r=dbaron
|
2012-02-07 13:06:05 -05:00 |
Brian R. Bondy
|
9fbd5f183f
|
Bug 724256 - Optimize move file calls on Windows, saving about 2ms per call (1 call on startup). r=bsmedberg
|
2012-02-07 08:58:17 -05:00 |
Makoto Kato
|
ecd7965199
|
Bug 723055 - remove nsLocalFileUnicode.h. r=bsmedberg
|
2012-02-07 11:36:09 +09:00 |
Nicholas Nethercote
|
a7a02724d9
|
Bug 689583 - Add names for memory multi-reporters. r=jlebar.
--HG--
extra : rebase_source : adb3fb2cbbb8a07b60edd48c7dc9a3a4a4763b79
|
2012-02-06 17:02:59 -08:00 |
Raúl Porcel
|
96c68a206a
|
Bug 724615 - Fix TARGET_CPU usage on ARM. r=benjamin
|
2012-02-06 22:44:52 +01:00 |
Brian R. Bondy
|
cd0f00e07f
|
Bug 724177 - 30-50ms (5%) Firefox startup speed optimization on Windows in nsLocalFileWin. r=jimm
|
2012-02-06 14:11:30 -05:00 |
Nicholas Nethercote
|
8aceee14d7
|
Bug 710054 - Add {nsString,nsCString}::SizeOf{In,Ex}cludingThis. r=bz.
--HG--
extra : rebase_source : 2f5eb0a61cc36bdefe420658a86e5badc79484df
|
2012-02-02 14:52:02 -08:00 |
David Rajchenbach-Teller
|
26f7112f4e
|
Bug 696033 - Add xperf probes (the API); r=glandium
|
2012-02-05 22:49:37 +00:00 |
Rafael Ávila de Espíndola
|
bfc566e460
|
Bug 723501 - Mark MemoryReporter_* final. r=justin.lebar.
--HG--
extra : rebase_source : 7c1066ab8353c8d4766b060491cbbd4adfa44ce0
|
2012-02-03 10:22:01 +01:00 |
Daniel Holbert
|
9fadf3d8f9
|
Bug 723809: Fix signed/unsigned build warning in TestTArray.cpp. r=jlebar
|
2012-02-03 01:18:58 -08:00 |
Boris Zbarsky
|
6b585396b9
|
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
|
2012-02-02 11:59:39 -05:00 |
Ed Morley
|
402dba286b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-02 10:22:32 +00:00 |
Tim Taubert
|
51bc5cfcf9
|
merge m-c to fx-team
|
2012-02-02 10:03:01 +01:00 |
Tim Taubert
|
398fc89f7b
|
Bug 720697 - Provide internal API to get canvas image data as nsIInputStream; r=khuey
|
2012-02-01 01:13:44 +01:00 |
Ms2ger
|
b277f98682
|
Bug 719895 - Don't return an nsresult from nsComponentManagerImpl::KnownModule::Load; r=bsmedberg
|
2012-02-01 11:54:21 +01:00 |
Ed Morley
|
ce5670fc5e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-01 10:55:34 +00:00 |
Mark Finkle
|
72fa20a52c
|
Bug 671634 - Fennec UA changes. Useragent should be different between phones and tablets. r=me sr=bz a=gerv
Please read http://groups.google.com/group/mozilla.dev.platform/msg/8133920a2ccf4d5b for the details.
Also see https://wiki.mozilla.org/Fennec/User_Agent for Gerv's accepted proposal.
|
2012-01-31 20:04:23 -08:00 |
Alex Keybl
|
35becf32a9
|
Bug 700000 - Version bump
|
2012-01-31 10:57:49 -08:00 |