Commit Graph

334205 Commits

Author SHA1 Message Date
Andrew Sutherland
84f6ad151c 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
5d2c44915e Bug 932102 - Fix rooting hazard in nsStyleUtil::AppendAngleValue r=dbaron 2013-11-21 01:00:57 +00:00
Jim Blandy
8ba03743e8 Bug 941247: Rename Zone::CompartmentGCState to Zone::GCState. r=jonco 2013-11-20 16:50:49 -08:00
Gregory Szorc
43bc4980f2 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
117dfcdce3 Backed out 3 changesets (bug 822898) for mochitest bustage on B2G ICS emulator 2013-11-20 16:08:36 -08:00
Bobby Holley
d696206d5e Bug 887098 - Tests. r=gavin 2013-11-20 16:04:01 -08:00
Bobby Holley
6f8f0e3dbd Bug 858101 - Tests. r=mrbkap 2013-11-20 16:04:01 -08:00
Bobby Holley
ef990bd8f2 Bug 866823 - Tests. r=gabor,mrbkap 2013-11-20 16:04:00 -08:00
Cameron McCormack
72f518de21 Back out bug 935056 (rev d39a3544a287) on suspicion of causing bug 939980. 2013-11-21 10:24:04 +11:00
Benoit Jacob
23b5e86920 Bug 941068 - Build netwerk/base in unified mode - r=mcmanus,ehsan 2013-11-20 17:55:44 -05:00
Benoit Jacob
1efd0c594d Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv 2013-11-20 17:50:54 -05:00
Kannan Vijayan
b0bd556816 Bug 938130 - Fix noSuchMethod invocation. r=efaust 2013-11-20 17:45:31 -05:00
Andrew McCreight
6663405c37 Bug 935721, part 10 - Separate nsCycleCollector_collect and nsCycleCollector_scheduledCollect. r=smaug 2013-11-20 14:35:17 -08:00
Andrew McCreight
e95cbc0c81 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
bb1468458b 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
e684f4cc71 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
178e2ef0f1 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
96e1092a51 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
44bb1bc6e4 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
e4b1a62a1a 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
96d04bb502 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
6f67d60423 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
193f865ba8 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
Michael Ratcliffe
6ce03518ed Bug 939098 - Stop markup view parsing color names out of context. r=jwalker 2013-11-18 16:07:24 +00:00
Ryan VanderMeulen
7c4875ed06 Merge m-c to fx-team. 2013-11-21 15:55:03 -05:00
Tim Taubert
3963fedb74 Bug 919060 - Make browser_625016.js wait for another saveState() call if the window is untracked r=smacleod
From 76e6452a6b370fdce5147e9d467e28e8e8350b50 Mon Sep 17 00:00:00 2001
2013-11-21 17:16:13 +01:00
Vincent Liu
83c664a477 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]
e516e6063e Bug 856553 - Part 6: Modify related tests. r=hsinyi 2013-11-21 09:09:37 -05:00
Szu-Yu Chen [:aknow]
48f876f6e3 Bug 856553 - Part 5: Add setRadioEnabled marionette test. r=hsinyi 2013-11-21 09:09:25 -05:00
Szu-Yu Chen [:aknow]
5b8c158332 Bug 856553 - Part 4: Add setRadioEnabled API (ril). r=hsinyi 2013-11-21 09:09:14 -05:00
Szu-Yu Chen [:aknow]
d63e9055db Bug 856553 - Part 3: Add radiostatechange in listener (bluetooth). r=gyeh 2013-11-21 09:09:01 -05:00
Szu-Yu Chen [:aknow]
83e5883eb3 Bug 856553 - Part 2: Add setRadioEnabled API (dom). r=khuey 2013-11-21 09:08:50 -05:00
Szu-Yu Chen [:aknow]
0f8176fbb9 Bug 856553 - Part 1: Add setRadioEnabled API (idl). r=hsinyi 2013-11-21 09:08:36 -05:00
Gaia Pushbot
a92e5d831e 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
2738959b62 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
37e55ec070 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
4bdb73a6f8 Bug 941564 - [bluedroid] Update BD address while an incoming connection established, r=echou 2013-11-21 20:17:07 +08:00
Gaia Pushbot
8dd86f10da 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
b598bce1f6 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
b18e6112a8 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
be3cd2829e Bug 935882 - [bluedroid] Support GetConnectedDevice API, r=echou 2013-11-21 18:12:45 +08:00
Gaia Pushbot
ad4f42ffee 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
b94bfb6a50 Bug 939052 - B2G NFC: NFC socket callback prints too much log. r=vicamo 2013-11-21 12:23:36 +08:00
Gaia Pushbot
50a62205f3 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
Gaia Pushbot
2ccecde683 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d49ef76969aa
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13892 from RudyLu/keyboard/Bug941440_correct_Macedonian_layout

Bug 941440 - The layout of Macedonian keyboard is incorrect - the space
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e433a4785523
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 941440 - The layout of Macedonian keyboard is incorrect - the space
key is too small.
 - Correct the width ratio of the space key
2013-11-21 00:15:23 -08:00
Gaia Pushbot
f57ed993a5 Bumping gaia.json for 8 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22baa8dbea5c
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13893 from asutherland/fix-mail-drafts-test

Bug 938649 - [email] Intermittent Travis Marionette JS Failure: go to local drafts page should show correct name in a item of mail list: NoSuchElement: (7) Unable to locate element: .card-compose .cmp-back-btn. r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/c0398743705a
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 938649 - [email] Intermittent Travis Marionette JS Failure: go to local drafts page should show correct name in a item of mail list: NoSuchElement: (7) Unable to locate element: .card-compose .cmp-back-btn. r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/377953f592ad
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #13708 from gitmai/bug-937240-remove-mindgap

Bug 937240 - [COST CONTROL] Remove the  module mindgap and filtering operations ...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/6389f81d9ab9
Author: mai <mri@tid.es>
Desc: Bug 937240 - [COST CONTROL] Remove the  module mindgap and filtering operations of historical data

========

https://hg.mozilla.org/integration/gaia-central/rev/9ca3d79527c7
Author: Casey Yee <cyee@mozilla.com>
Desc: Merge pull request #13403 from caseyyee/bug-934970

Bug 934970:  [Email] Update Drawer Visual Design

========

https://hg.mozilla.org/integration/gaia-central/rev/63cceb035784
Author: Casey Yee <casey@caseyyee.com>
Desc: Bug 934970: [Email] Update Drawer Visual Design

========

https://hg.mozilla.org/integration/gaia-central/rev/a9f6fcb28bb6
Author: Casey Yee <cyee@mozilla.com>
Desc: Merge pull request #13405 from caseyyee/bug-934977

Bug 934977:  [Calendar] Update Drawer Visual Design

========

https://hg.mozilla.org/integration/gaia-central/rev/482957031e53
Author: Casey Yee <casey@caseyyee.com>
Desc: Bug 934977: [Calendar] Update Drawer Visual Design
2013-11-21 00:05:30 -08:00
Trevor Saunders
158a12ab72 bug 939049 - get rid of useless QIs r=smaug 2013-11-15 11:32:12 -05:00
Albert Crespell
360a655be2 Bug 937041 - Update tests. r=gene 2013-11-15 16:56:17 +01:00
Albert Crespell
23ec126607 Bug 937041 - Modify availableNetworks method to return all networks having data in database. r=gene, r=jshih 2013-11-19 13:03:34 +01:00
Chuck Lee
dd6b8289d9 Bug 934172 - Retry on error and timeout. r=schien 2013-11-19 17:07:23 +08:00