Commit Graph

156672 Commits

Author SHA1 Message Date
Nicholas D. Matsakis
f99c3f2826 Bug 938728 - Add float32x4 and int32x4 data constructors r=till 2013-11-20 15:11:45 -05:00
Ehsan Akhgari
4f0894ce81 Bug 939582 - Part 2: Build content/media in unified mode; r=doublec 2013-11-20 21:12:13 -05:00
Ehsan Akhgari
3c5450530e Bug 939582 - Part 1: Rework the NSPR logging in content/media to use different macro names for different logs; r=doublec 2013-11-20 21:11:54 -05:00
Trevor Saunders
5b03908b0a bug 938510 - switch to gcc 4.7.3 and latest stable binutils from tooltool r=glandium 2013-11-20 21:04:25 -05:00
Ralph Giles
62b851a4ee Bug 941281 - Release resampler in OpusTrackEncoder dtor. r=roc
We released the resampler when we reached the end of the stream
but would leak if the encoder was destroyed while data was still
available.
2013-11-21 11:09:08 +13:00
Seth Fowler
6fd30d91de Bug 940714 - Add a RAII class to make synchronous decoding safer. r=tn 2013-11-20 17:21:51 -08:00
Seth Fowler
b1de4ead2d Bug 922899 - Fix VectorImage invalidation for non-animated images. r=dholbert 2013-11-20 17:21:50 -08:00
Richard Newman
09fc24021c Bug 935831 - Back out Bug 927230 for Android 2.3 startup crash, r=briansmith
--HG--
extra : rebase_source : 5b8ff8da93a882d6c8303c26d234ad63b748389c
2013-11-20 17:05:55 -08:00
Brian Smith
3621df35cd Bug 898431: Clean up security/patches to remove references to the private false start patch that is no longer applied, r=me, a=NPOTB
--HG--
extra : rebase_source : 94ee34c96357666e6c6d266fe9029af1d977a940
2013-11-20 17:05:24 -08:00
Andrew Sutherland
479e89b1e2 Bug 933807 - Allow easily disabling TriggerOperationCallbackFor(Ion|AsmJS)Code. Set the environment variable by default in "mach debug", allow disabling. r=gps 2013-11-20 20:07:42 -05:00
Jon Coppeard
113a29fdda Bug 932102 - Fix rooting hazard in nsStyleUtil::AppendAngleValue r=dbaron 2013-11-21 01:00:57 +00:00
Jim Blandy
12677153b8 Bug 941247: Rename Zone::CompartmentGCState to Zone::GCState. r=jonco 2013-11-20 16:50:49 -08:00
Gregory Szorc
7256c8a0e0 NO BUG - Make bad path message in bootstrap more clear
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : 9160c66118e23ef2aec8c74a7830cd45c9ca265c
2013-11-20 16:43:38 -08:00
Oleg Romashin
0e795599f8 Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator 2013-11-20 16:08:36 -08:00
Bobby Holley
dcdb19327f Bug 887098 - Tests. r=gavin 2013-11-20 16:04:01 -08:00
Bobby Holley
f5f202a142 Bug 858101 - Tests. r=mrbkap 2013-11-20 16:04:01 -08:00
Bobby Holley
2e05465683 Bug 866823 - Tests. r=gabor,mrbkap 2013-11-20 16:04:00 -08:00
Cameron McCormack
2b24bed224 Back out bug 935056 (rev d39a3544a287) on suspicion of causing bug 939980. 2013-11-21 10:24:04 +11:00
Benoit Jacob
41c346a3cf Bug 941068 - Build netwerk/base in unified mode - r=mcmanus,ehsan 2013-11-20 17:55:44 -05:00
Benoit Jacob
44c927d7a3 Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv 2013-11-20 17:50:54 -05:00
Kannan Vijayan
eaffebe914 Bug 938130 - Fix noSuchMethod invocation. r=efaust 2013-11-20 17:45:31 -05:00
Andrew McCreight
319fed2c0e Bug 935721, part 10 - Separate nsCycleCollector_collect and nsCycleCollector_scheduledCollect. r=smaug 2013-11-20 14:35:17 -08:00
Andrew McCreight
65d5a7ad90 Bug 935721, part 9 - Move mPtrToNodeMap into GCGraph. r=smaug
With ICC, we may have to remove things from the graph after we have finished building
the graph, so move the mapping to graph addresses into the graph itself to create a
more self-contained structure.
2013-11-20 14:35:17 -08:00
Andrew McCreight
06ae914761 Bug 935721, part 8 - Add a reference to the graph to the graph builder. r=smaug
This moves towards letting the CC graph outlive the builder.
2013-11-20 14:35:16 -08:00
Andrew McCreight
77917883a8 Bug 935721, part 7 - Inline PrepareForCollection into BeginCollection. r=smaug
PrepareForCollection is trivial now, so just inline it.
2013-11-20 14:35:16 -08:00
Andrew McCreight
8953ed7683 Bug 935721, part 6 - Replace ccResults with aResults in EndCycleCollectionCallback. r=smaug
This is done in a separate patch to reduce the size of the previous patch a bit.
2013-11-20 14:35:16 -08:00
Andrew McCreight
3eed280708 Bug 935721, part 5 - Invert the control flow of CycleCollectNow's pre- and post-collection work, add CCResults as a field on the CC. r=smaug
nsJSEnvironment::CycleCollectNow does work before and after a CC runs. With ICC, nsJSEnv won't
know where in the CC when a CC is about to begin or end, so this patch reorganizes that work
into two separate callback hooks.  This requires adding a new struct, CycleCollectorStats, to
hold data nsJSEnv needs between the two calls.

Rather than trying to pass around a pointer to a results structure, this patch just adds
it to the nsCycleCollector struct, and always stores them. The results are passed back
to the end CC callback.
2013-11-20 14:35:16 -08:00
Andrew McCreight
2356ab9a2d Bug 935721, part 4 - Allocate white nodes array in CollectWhite. r=smaug
The white nodes array is only used in CollectWhite, so just allocate it there.
2013-11-20 14:35:16 -08:00
Andrew McCreight
df690c6812 Bug 935721, part 3 - Use RAII to set mScanInProgress, hoist out MarkRoots and ScanRoots. r=smaug
With ICC, mScanInProgress gets set and cleared a bunch of times so add an RAII class to turn
it on when we're doing stuff and clear it when we're not.

With that in place, we can easily move MarkRoots and ScanRoots out of BeginCollection
in preparation for making them separate phases in ICC.
2013-11-20 14:35:16 -08:00
Andrew McCreight
c9b8e24ea3 Bug 935721, part 2 - Allocate GCGraphBuilder on the heap. r=smaug
With ICC, the graph builder must persist across invocations of the CC,
so store it on the heap.
2013-11-20 14:35:15 -08:00
Andrew McCreight
7b822b21b0 Bug 935721, part 1 - Store the listener pointer on the nsCycleCollector data structure. r=smaug
With ICC, the listener must persist across invocations of the CC, so store it on the CC.
2013-11-20 14:35:15 -08:00
Nick Alexander
0bec83eec7 Bug 934646 - Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
--HG--
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
2013-11-18 09:31:55 -08:00
Vincent Liu
2de95fd86e Bug 939647 - Launch Video app causes crash based on Android JB (4.2.2). r=sotaro, r=mwu 2013-11-18 13:27:18 +08:00
Szu-Yu Chen [:aknow]
43c93b7101 Bug 856553 - Part 6: Modify related tests. r=hsinyi 2013-11-21 09:09:37 -05:00
Szu-Yu Chen [:aknow]
1d2cb7873b Bug 856553 - Part 5: Add setRadioEnabled marionette test. r=hsinyi 2013-11-21 09:09:25 -05:00
Szu-Yu Chen [:aknow]
1980a324a8 Bug 856553 - Part 4: Add setRadioEnabled API (ril). r=hsinyi 2013-11-21 09:09:14 -05:00
Szu-Yu Chen [:aknow]
03287a54ed Bug 856553 - Part 3: Add radiostatechange in listener (bluetooth). r=gyeh 2013-11-21 09:09:01 -05:00
Szu-Yu Chen [:aknow]
602517e64e Bug 856553 - Part 2: Add setRadioEnabled API (dom). r=khuey 2013-11-21 09:08:50 -05:00
Szu-Yu Chen [:aknow]
0eda72a2f2 Bug 856553 - Part 1: Add setRadioEnabled API (idl). r=hsinyi 2013-11-21 09:08:36 -05:00
Gaia Pushbot
fcd60aad61 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1509497bd4b5
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #13881 from AntonioMA/bug936018

Bug 936018 - Change the way the icons are loaded to allow reentrant calls

========

https://hg.mozilla.org/integration/gaia-central/rev/c2e1c7aed6f3
Author: Antonio M. Amaya <amac@peregrin>
Desc: Bug 936018 - Change the way the icons are loaded to allow reentrant calls
2013-11-21 05:40:23 -08:00
Gaia Pushbot
9a835b1faf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/043f90d68e42
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13897 from askeing/941527

Bug 941527 - Unxfail test_gallery_crop_photo.py and test_gallery_edit_photo.py

========

https://hg.mozilla.org/integration/gaia-central/rev/83d698cd6c5f
Author: askeing <askeing@gmail.com>
Desc: Bug 941527 - Unxfail test_gallery_crop_photo.py and test_gallery_edit_photo.py
2013-11-21 05:05:23 -08:00
Shawn Huang
39ab4f7a8f Bug 941574 - [bluedroid] Fix sometimes outgoing connection fails due to Reset() mis-placed, r=echou 2013-11-21 20:17:10 +08:00
Shawn Huang
dd0446f33a Bug 941564 - [bluedroid] Update BD address while an incoming connection established, r=echou 2013-11-21 20:17:07 +08:00
Gaia Pushbot
b1bdd74c07 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5fefd9ab6785
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13895 from askeing/941502

Bug 941502 - Unxfail test_export_contacts_to_sdcard.py

========

https://hg.mozilla.org/integration/gaia-central/rev/9891617b63eb
Author: askeing <askeing@gmail.com>
Desc: Bug 941502 - Unxfail test_export_contacts_to_sdcard.py
2013-11-21 04:15:23 -08:00
Gaia Pushbot
7ba5038fd7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ef5e289aee34
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13848 from singhkaran/933817

Bug 933817 - Removed all marketplace tests (excluding smoketest) and its...

========

https://hg.mozilla.org/integration/gaia-central/rev/4569e075fdd6
Author: Karan <karan.basi@mail.utoronto.ca>
Desc: Bug 933817 - Removed all marketplace tests (excluding smoketest) and its app folder
2013-11-21 04:05:33 -08:00
Gaia Pushbot
cf0405c4e7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07a6bbd394f7
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #13896 from davidflanagan/demokbdim

demo keyboard app: implement autocorrect, etc.

========

https://hg.mozilla.org/integration/gaia-central/rev/a97b15216b56
Author: David Flanagan <dflanagan@mozilla.com>
Desc: demo keyboard app: implement autocorrect, etc.

autocorrect and word suggestions

make backspace key autorepeat and implement caps lock
2013-11-21 02:15:25 -08:00
Shawn Huang
621fdc3dc3 Bug 935882 - [bluedroid] Support GetConnectedDevice API, r=echou 2013-11-21 18:12:45 +08:00
Gaia Pushbot
2ea944a249 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed41b30882dc
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #13574 from rexboy7/fix-bug920414

Bug 920414 - [Dialer][User Story] Show "call ended" message at the end of calls. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/cf70370d5c6f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 920414 - [Dialer][User Story] Show "call ended" message at the end of calls.
2013-11-21 01:15:25 -08:00
Yoshi Huang
21a3a789a6 Bug 939052 - B2G NFC: NFC socket callback prints too much log. r=vicamo 2013-11-21 12:23:36 +08:00
Gaia Pushbot
eddf484ac1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/683f9932ab8f
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #13845 from crdlc/bug-940432

Bug 940432 - [Download Manager] [DownloadLauncher] Discover mime type fr...

========

https://hg.mozilla.org/integration/gaia-central/rev/dc50f0c9f05a
Author: crdlc <crdlc@tid.es>
Desc: Bug 940432 - [Download Manager] [DownloadLauncher] Discover mime type from file extenstion
2013-11-21 00:40:22 -08:00