Dave Townsend
6326ee4a98
Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps
2013-02-01 11:20:17 -08:00
Dave Townsend
5bdd120c0f
Bug 731779: Integrate the Add-on SDK loader and API libraries into Firefox (uplifting from addon-sdk a16bbd5772880b578a939eeb65102bca6560d494)
2013-02-01 13:17:34 -08:00
Gregor Wagner
eaf4ba70d5
Bug 836423 - Contacts API: Fix oncontactchange function. r=bent
2013-02-01 12:44:55 -08:00
Ehsan Akhgari
9ae5104e2f
Bug 837235 - Fix builds with --disable-webgl; r=bjacob
2013-02-01 15:42:15 -05:00
Vendelin Ruzicka
fce0eb3816
Bug 835767: AsyncConnectionHelper::ConvertCloneReadInfosToArray callers don't need to clear structured clone buffers. r=bent
2013-02-01 20:41:11 +01:00
Gregory Szorc
34fca21dc9
Bug 809920 - Create testing/modules for shared testing-only JS modules; r=ted
...
Includes AppInfo.jsm with code for manipulating XULAppInfo.
--HG--
rename : services/healthreport/modules-testing/utils.jsm => testing/modules/AppInfo.jsm
2013-02-01 12:26:07 -08:00
Mark Finkle
e124a8d2b9
Bug 837215 - YouTube video's redirect on play; broken on tablets r=bnicholson
2013-02-01 15:21:37 -05:00
Jim Chen
61dc0cee3f
Bug 832028 - Make resetting Editable during focus more reliable; r=cpeterson
2013-02-01 14:50:03 -05:00
Brian Nicholson
f46817d6dd
Bug 827370 - Remove RedirectorRunnable. r=mfinkle
2013-02-01 11:49:08 -08:00
Robert Strong
235a0bf794
Additional logging for Bug 835197 - Intermittent test_0201_app_launch_apply_update.js, test_0202_app_launch_apply_update_dirlocked.js, test_0203_app_launch_apply_update.js [Exception... 'Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.copyTo]'. r=bbondy
2013-02-01 11:36:08 -08:00
Fabrice Desré
b1763cd29e
Bug 836909 - Trying and failing to update a 3rd party app update due to an error - cannot launch the app anymore r=ferjm
2013-02-01 11:17:32 -08:00
Fabrice Desré
79b8a03cc9
Bug 836859 - Trying download an update for the maps packaged app fails with INVALID_SIGNATURE r=ferjm
2013-02-01 11:17:32 -08:00
Ian Melven
8264110718
Bug 832193 - Content Security Policy: a source of *.something.com is mistakenly interpreted as a source of http://*:80 (r=sstamm)
2013-02-01 10:53:20 -08:00
Aki Sasaki
d33a28e4f8
bug 834789 - gaia-nightly -> gaia-central. r=catlee
...
--HG--
extra : rebase_source : ea5a7b9bd9b53e9f8a6c7d7b38ed1cde28baa4d1
2013-02-01 10:47:45 -08:00
Kartikaya Gupta
5942209d6f
Back out of d8d79ba17527 (bug 828201) as it caused a significant memory regression on Android. r=me
2013-02-01 13:41:42 -05:00
Ian Melven
93abe0d3c9
Bug 831372 - Typo in message for both CSP headers (r=smaug) DONTBUILD
2013-02-01 10:38:11 -08:00
Randell Jesup
ffe9e20dc5
Bug 837161: don't assert mainthread in AudioConduit create/init/destroy if in a unittest r=ehugg
2013-02-01 13:28:38 -05:00
Jeff Hammel
e85d930f66
Bug 836123 - eliminate the mysteriously old tinderbox-standalone-tests;r=ted
2013-02-01 10:26:35 -08:00
Frank Yan
7573284ba6
Bug 837061 - Use plain JS property for tab._fullyOpen to decouple from binding destruction upon tab movement. r=dao
2013-02-01 10:06:06 -08:00
Masayuki Nakano
1a721dc33f
Bug 835280 nsIMEStateManager::OnChangeFocus() for DOM document should be called only when designMode document gets focus r=enndeakin
2013-02-02 03:02:17 +09:00
Kartikaya Gupta
f9cc9a7a54
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
Brandon Waterloo
117b6af1df
Bug 833511 - Add rotation gesture support to Image documents. r=jaws
2013-01-31 16:52:31 -05:00
Mark Hammond
2080f96ed0
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
6ee3cf6e54
Bug 836604: Collapse nsStyleSet::GetContext()'s boolean parameters into a 'flags' parameter. r=bz
2013-02-01 08:02:29 -08:00
Daniel Holbert
cf7d18a0a1
Bug 836355: Mark media/mtransport/test/ as FAIL_ON_WARNINGS. r=jesup
2013-02-01 08:02:03 -08:00
Daniel Holbert
50de891b7c
Bug 837004: Annotate some overridden methods in nsSVGContainerFrame as MOZ_OVERRIDE. r=jwatt
2013-02-01 08:01:49 -08:00
Daniel Holbert
e1e78d5208
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
a419673dcf
Merge m-c to inbound.
2013-02-01 10:36:30 -05:00
Tim Taubert
b0c8a5a4d9
merge m-c to fx-team
2013-02-01 10:17:01 -05:00
Justin Lebar
6639b22228
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
abca05bf43
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
c882a7379a
Bug 833913 - Part 1: s/PR_TRUE/true in nsISimpleEnumerator.idl comment. r=bsmedberg
2013-02-01 10:12:52 -05:00
Ryan VanderMeulen
72b0f5eec0
Backed out changeset e521791fe3cc (bug 821695) for mochitest-2 orange.
...
--HG--
extra : rebase_source : 681bd3b9bf50fbc7c3f5a55a40f473180e10608b
2013-02-01 10:06:19 -05:00
Fabrice Desré
a970e5f90d
Bug 834999 - followup to remove useless dump() r=me a=tef+
2013-01-31 14:34:39 -08:00
Anton Kovalyov
6664c6754f
Bug 824243 - Make Profiler UI localizable, r=robcee
2013-01-31 11:40:11 -08:00
Ehsan Akhgari
05ec1cf4a8
Merge mozilla-cental into mozilla-inbound
2013-01-31 11:10:40 -05:00
Victor Porof
8e4b6ae395
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
c229e797c5
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
b71f7aa4d6
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
b5fc234824
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
06e34efda5
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
b3a16c483e
Bug 828987 - The Variables View should be keyboard accessible, r=past
2013-01-31 18:07:24 +02:00
Yoshi Huang
6bd26e7455
Bug 836731 : Fix processICCIOError. r=vicamo
2013-01-31 23:10:34 +08:00
Vivien Nicolas
9f027448f9
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
edeba3d62e
Bug 836107 - Initialize mTask, a member variable of UnixSocketImpl, with nullptr, r=qdot
2013-01-31 22:43:45 +08:00
Jon Coppeard
76b722da5a
Bug 836312 - GC: Sweep IonCode incrementally r=billm
2013-01-31 10:47:16 +00:00
Masatoshi Kimura
0704a7d901
Bug 817568 - Enclose more API calls with __try...__except. r=mcmanus
2013-01-31 21:47:58 +09:00
Jan de Mooij
50140b4441
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
77beb7506c
Bug 835277 part 3 - Call IonFrameIterator::script in GetTopIonJSScript. r=nbp
2013-01-31 11:50:04 +01:00
Jan de Mooij
c199d8e4e6
Bug 835277 part 2 - Fix hasBreakpointsAt. r=bhackett
2013-01-31 11:50:01 +01:00