Mike Hommey
b5e71e994c
Bug 835214 - Avoid re-stripping executables already stripped. r=ted
...
Also rework UnifiedExecutableFile so that it leaves stripping to ExecutableFile.
2013-02-03 07:20:33 +01:00
Mike Hommey
5df98a6b44
Bug 836218 - Always copy files instead of skipping when destination is newer when doing l10n-repacks. r=ted
2013-02-03 07:20:24 +01:00
Mike Hommey
bb1b1d248b
Bug 835309 - Look at .xpi file contents when unifying them for universal builds. r=gps
2013-02-03 07:19:15 +01:00
Mike Hommey
297da24b6a
Bug 835309 - Fix JarFileReader.readlines() and make flake8 happier. r=gps
2013-02-03 07:18:55 +01:00
Randell Jesup
64aea31d79
Bug 788185: add a/v sync to Audio/Video Conduits r=derf
2013-02-02 08:46:54 -05:00
ffxbld
edd5a14b80
No bug, Automated blocklist update from host bld-linux64-ec2-661 - a=blocklist-update
2013-02-02 03:23:28 -08:00
Ryan VanderMeulen
317714f29c
Merge the last PGO-green inbound changeset to m-c.
2013-02-01 15:48:59 -05:00
Gregory Szorc
cb82e726ee
Bug 794162 - Mach command to generate a .clang_complete file; r=ehsan
...
DONTBUILD (NPOTB)
2013-02-01 12:21:43 -08:00
Gregory Szorc
bcc51553bf
Bug 836877 - mach now errors if executed with Python 3; r=ted
...
DONTBUILD (NPOTB)
2013-02-01 10:36:28 -08:00
Kartikaya Gupta
641743cd74
Bug 835356 - More aggressive logging and fallback handling for prolonged blocking on gecko event sync. r=blassey
2013-02-01 11:45:16 -05:00
Tim Taubert
d45fa524a2
merge m-c to fx-team
2013-02-01 10:17:01 -05:00
Fabrice Desré
ba5d188f4b
Bug 834999 - followup to remove useless dump() r=me a=tef+
2013-01-31 14:34:39 -08:00
Brandon Waterloo
b9aa9cf02f
Bug 833511 - Add rotation gesture support to Image documents. r=jaws
2013-01-31 16:52:31 -05:00
Mark Hammond
56dfa579c3
Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin
2013-02-01 11:09:48 -05:00
Daniel Holbert
1afe51a6f8
Bug 836604: Collapse nsStyleSet::GetContext()'s boolean parameters into a 'flags' parameter. r=bz
2013-02-01 08:02:29 -08:00
Daniel Holbert
8bdc3b8a3c
Bug 836355: Mark media/mtransport/test/ as FAIL_ON_WARNINGS. r=jesup
2013-02-01 08:02:03 -08:00
Daniel Holbert
443bf6d70e
Bug 837004: Annotate some overridden methods in nsSVGContainerFrame as MOZ_OVERRIDE. r=jwatt
2013-02-01 08:01:49 -08:00
Daniel Holbert
c4e35bf9f6
Bug 836974: Move nsInlineFrame's #include of nsLineLayout from the .h file into .cpp file. r=mats
2013-02-01 08:01:47 -08:00
Ryan VanderMeulen
9570fdfd6b
Merge m-c to inbound.
2013-02-01 10:36:30 -05:00
Justin Lebar
0a835fcbe3
Bug 833913 - Part 3: Switch nsMemoryReporterManager to using nsTHashtable. r=khuey,njn
...
This makes NS_RegisterMemoryReporter() and NS_UnregisterMemoryReporter()
O(1). Previously, they took time linear to the number of registered
reporters.
2013-02-01 10:12:52 -05:00
Justin Lebar
3c885319b1
Bug 833913 - Part 2: Make about:memory sort reporters with equal amounts by name, and update the tests to match this. r=njn
2013-02-01 10:12:52 -05:00
Justin Lebar
9832d073b2
Bug 833913 - Part 1: s/PR_TRUE/true in nsISimpleEnumerator.idl comment. r=bsmedberg
2013-02-01 10:12:52 -05:00
Ryan VanderMeulen
0bcd6af670
Backed out changeset e521791fe3cc (bug 821695) for mochitest-2 orange.
...
--HG--
extra : rebase_source : 681bd3b9bf50fbc7c3f5a55a40f473180e10608b
2013-02-01 10:06:19 -05:00
Anton Kovalyov
44a260020a
Bug 824243 - Make Profiler UI localizable, r=robcee
2013-01-31 11:40:11 -08:00
Ehsan Akhgari
5adccf8c6d
Merge mozilla-cental into mozilla-inbound
2013-01-31 11:10:40 -05:00
Victor Porof
a69723faea
Bug 830324 - Show a border around the textbox when editing values in the Variables View, r=msucan
2013-01-31 18:07:25 +02:00
Victor Porof
b84c66c7f2
Bug 830388 - Avoid multiple bind calls in debugger-controller.js when handling object expansions, r=msucan
2013-01-31 18:07:25 +02:00
Victor Porof
72112999fd
Bug 830325 - Hovering values in the Variables View should show a text cursor, r=msucan
2013-01-31 18:07:25 +02:00
Victor Porof
8b6dacbf49
Bug 830759 - The close button in the Variables View (e.g. for watch expressions) should only be shown on hover, r=msucan
2013-01-31 18:07:24 +02:00
Victor Porof
07ebb3e0bf
Bug 831794 - Variables View: allow users to override getter properties to plain value properties, r=past
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_propertyview-big-data.js => browser/devtools/debugger/test/browser_dbg_propertyview-data-big.js
rename : browser/devtools/debugger/test/browser_dbg_propertyview-edit.js => browser/devtools/debugger/test/browser_dbg_propertyview-edit-value.js
2013-01-31 18:07:24 +02:00
Victor Porof
6ce1cd5f3f
Bug 828987 - The Variables View should be keyboard accessible, r=past
2013-01-31 18:07:24 +02:00
Yoshi Huang
0cbeb389b2
Bug 836731 : Fix processICCIOError. r=vicamo
2013-01-31 23:10:34 +08:00
Vivien Nicolas
ac43005ec2
Bug 830782 - Homescreen is in English instead of Portuguese after flashed and Pt-BR is set in FTE. r=fabrice a=tef+
2013-01-31 15:58:11 +01:00
Eric Chou
21f9faaf65
Bug 836107 - Initialize mTask, a member variable of UnixSocketImpl, with nullptr, r=qdot
2013-01-31 22:43:45 +08:00
Jon Coppeard
2a29190955
Bug 836312 - GC: Sweep IonCode incrementally r=billm
2013-01-31 10:47:16 +00:00
Masatoshi Kimura
b4a67e9626
Bug 817568 - Enclose more API calls with __try...__except. r=mcmanus
2013-01-31 21:47:58 +09:00
Jan de Mooij
cf99404c9a
Bug 836255 part 1 - Refactor some arguments-related functions to use AbstractFramePtr. r=dvander
2013-01-31 11:50:07 +01:00
Jan de Mooij
0d57c2db9f
Bug 835277 part 3 - Call IonFrameIterator::script in GetTopIonJSScript. r=nbp
2013-01-31 11:50:04 +01:00
Jan de Mooij
96dd8920a8
Bug 835277 part 2 - Fix hasBreakpointsAt. r=bhackett
2013-01-31 11:50:01 +01:00
Jan de Mooij
94357d78fe
Bug 835277 part 1 - Convert CallObject::createForStrictEval to use AbstractFramePtr. r=djvj
2013-01-31 11:49:55 +01:00
Hsin-Yi Tsai
33f7b43007
Bug 830522 - unregister enumerationTelephonyCallback. r=vicamo
2013-01-31 10:37:13 +08:00
Mike Hommey
a2be08467d
Bug 836161 - Fix gcc version test from bug 833627 to be properly quoted by m4. r=ted
2013-01-31 10:32:18 +01:00
Gregory Szorc
542718f50b
Merge mozilla-central into services-central
2013-01-30 16:11:37 -08:00
Olli Pettay
8f0a34d9d4
Bug 836457 - Don't start forgetSkippable/GC timer before first GC, r=mccr8
2013-01-31 00:46:37 +02:00
Ryan VanderMeulen
bbe3e7099c
Merge the inbound to m-c.
2013-01-30 10:20:25 -05:00
Gregory Szorc
c6c96c3474
Bug 836177 - Temporarily merge more JSMs to mitigate compartment overhead; r=rnewman
...
As with bug 834936, this is meant to be temporary until zones land and
we have decent JSM overhead levels.
2013-01-30 07:07:22 -08:00
Gregory Szorc
ef8e5bb3be
Bug 836120 - Reduce memory overhead of Sync when it's not configured; r=rnewman
...
If Sync is (likely) not configured, the only loaded JS is for the XPCOM
service itself.
The UI code is now smart enough to initialize the Sync service if it
isn't yet loaded. This addresses bug 825728.
2013-01-30 07:05:12 -08:00
Gregory Szorc
39e7d49c7d
Merge mozilla-central into services-central
2013-01-30 06:54:35 -08:00
Ryan VanderMeulen
4b0eeb190c
Merge the last PGO-green inbound changeset to m-c.
2013-01-30 08:05:31 -05:00
Alexandre Lissy
79b349d1eb
Bug 832745 - Adding a principal for a stream when creating. r=roc
2013-01-30 11:03:17 +01:00