Commit Graph

257567 Commits

Author SHA1 Message Date
Andrew McCreight
67bb296493 Bug 1193917 - Paper over web audio leaks revealed by event loop changes. r=erahm CLOSED TREE 2015-08-12 12:47:43 -07:00
David Major
28224f8e5d Bug 1193459 review follow-up: Copy the comment from TraceKind.h. DONTBUILD CLOSED TREE 2015-08-12 15:38:10 -04:00
David Major
7d5421f588 Backed out changeset d0e096ad1856. DONTBUILD CLOSED TREE 2015-08-12 15:35:12 -04:00
David Major
76de797a21 Bug 1193459 review follow-up: Copy the comment from TraceKind.h. DONTBUILD CLOSED TREE 2015-08-12 15:31:33 -04:00
Nick Alexander
2cb62bed1d Bug 1160563 - Part 2: Make ANDROID_ASSETS_DIRS a moz.build variable. r=gps
We have had singular ANDROID_ASSETS_DIR in Makefile.in for a while.
Fennec itself does not use the existing Makefile.in Android code, for
complicated historical reasons.

This makes the existing variable moz.build-only; generalizes the
existing variable to an ordered list; and adds the equivalent use of
the new list to the Fennec build, with a simple example asset.

This patch also updates the packager to include assets packed into the
gecko.ap_.  Without the packager change, the assets/ directory in the
ap_ gets left out of the final apk.  This whole approach is totally
non-standard but is more or less required to support our single-locale
repack scheme.
2015-08-12 11:04:03 -07:00
Nick Alexander
c2c01b0bb8 Bug 1160563 - Part 1: Make ANDROID_RES_DIRS a moz.build variable. r=gps
This patch does a few things.  First, it adds an AbsolutePath data
type, sibling to SourcePath and ObjDirPath.  (Existing Path consumers
that accept an open set of Path subtypes, and that only use full_path,
should function fine with the new AbsolutePath subtype.)

Second, it moves ANDROID_RES_DIRS to a moz.build list of Paths
(ordered).  We test, but don't use in tree, the new AbsolutePath.
2015-08-12 11:03:44 -07:00
B2G Bumper Bot
62176c7ef9 Bumping manifests a=b2g-bump 2015-08-12 10:17:05 -07:00
B2G Bumper Bot
bc04e2efb2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c7a65a42656
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30893 from lusob/Bug-1100411-status-bar-icons

Bug 1100411 - Create test to verify status bar icons appear when home…

========

https://hg.mozilla.org/integration/gaia-central/rev/84cf9bc4f4a5
Author: lusob <luis@sobrecueva.com>
Desc: Bug 1100411 - Create test to verify status bar icons appear when home screen is scrolled R=lusob

Fixed reviewers issues
2015-08-12 10:15:27 -07:00
B2G Bumper Bot
be2382a67d Bumping manifests a=b2g-bump 2015-08-12 09:48:54 -07:00
B2G Bumper Bot
c0115d135b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5507f076273c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31319 from aethanyc/bug1160299

Bug 1160299 - Make heading and top site tiles not selectable. r=daleh…

========

https://hg.mozilla.org/integration/gaia-central/rev/879f115c9556
Author: Ting-Yu Lin <tlin@mozilla.com>
Desc: Bug 1160299 - Make heading and top site tiles not selectable. r=daleharvey
2015-08-12 09:47:02 -07:00
B2G Bumper Bot
ad65c6e570 Bumping manifests a=b2g-bump 2015-08-12 09:23:33 -07:00
Nathan Froyd
729eead5ee Bug 1193470 - silence more warnings when building skia with clang/g++; r=glandium
- Several of skia's functions are marked as deprecated, but when
  compiling Gecko, we don't really care about Skia's internal use of
  deprecated functions.

- clang warns about unused private fields, which is a valuable warning
  for Skia developers, but not a useful warning to see during Gecko
  compilations.

- Various macros in Skia are redefined as a result of using unified
  compilation.  clang has a -Wno switch for turning this off; gcc also
  warns about it, but does not have a separate switch, so we can't do
  anything about it.
2015-08-11 23:23:26 -04:00
Brian Hackett
a74d4c24c6 Bug 1179242 - Avoid unnecessary moves to dead stack slots, tweak regalloc heuristics for bundles required to be in a specific register, r=sunfish. 2015-08-12 18:20:41 -06:00
Randell Jesup
8a46b9565d Bug 1189040: add a whitelist for network interfaces to use with ICE/webrtc r=ekr 2015-08-12 19:45:36 -04:00
EKR
797e0a84c4 Bug 1189041 - Add option to only gather addresses for default route. r=bwc 2015-08-12 10:53:15 -04:00
Shu-yu Guo
18bad65d3d Bug 1193046 - Clear prevUpToDate on younger frames when toggling frame debuggeeness off->on. (r=jimb) 2015-08-12 16:37:07 -07:00
Shu-yu Guo
fc7b111a73 Bug 1161332 - Don't save the JSContext when saving FrameIter::Data. (r=jimb) 2015-08-12 16:37:07 -07:00
Shu-yu Guo
b518a6d36b Bug 1188334 - Fix this one weird case with creating debug block scopes of 0-variable block scopes that come from deprecated let exprs inside generators. (r=jimb) 2015-08-12 16:37:07 -07:00
Shu-yu Guo
3ea7b02d71 Bug 1188878 - Ensure RematerializedFrames are cleared from Debugger instances on Ion bailout failure. (r=jandem) 2015-08-12 16:37:07 -07:00
Shu-yu Guo
0100f6305e Bug 1191499 - Trace the arguments object in RematerializedFrames. (r=jandem) 2015-08-12 16:37:07 -07:00
Jonathan Griffin
1aec18b15a Bug 1190474 - Allow test-specific timeouts to be specified in cppunittest.ini, r=chmanchester 2015-08-12 16:25:56 -07:00
Milan Sreckovic
7ce466a423 Bug 1160295: Bad DisplayLink drivers -> no acceleration. r=jrmuizel 2015-08-12 15:57:43 -07:00
Seth Fowler
6a2b326a41 Bug 1191114 (Part 4) - Add tests for metadata decoding, including that we always deliver HAS_TRANSPARENCY during the metadata decode. r=tn 2015-08-12 10:41:11 -07:00
Seth Fowler
15e076ac81 Bug 1191114 (Part 3) - Add flags to image test cases. r=tn 2015-08-12 10:41:08 -07:00
Seth Fowler
dc9d155e39 Bug 1191114 (Part 2) - Add support for creating an anonymous metadata decoder, for use in tests. r=tn 2015-08-12 10:41:05 -07:00
Seth Fowler
2facec6512 Bug 1191114 (Part 1) - Always detect HAS_TRANSPARENCY during the metadata decode. r=tn 2015-08-12 10:41:02 -07:00
Xidorn Quan
4a149048ed Bug 1190316 - Apply fullscreen transition on only the target monitor. r=roc 2015-08-13 08:53:53 +10:00
Eric Rahm
ed6cd3b261 Bug 1193914 - Properly check ide type when deciding whether or not to package. r=benwa 2015-08-12 13:59:05 -07:00
Nick Alexander
bfcbca98fe Bug 1160563 - Pre: Allow ANDROID_RES_DIRS that are not relative to srcdir. r=gps 2015-08-10 13:18:32 -07:00
Felipe Gomes
6d4fad1ede Bug 1109087 - Handle WebRTC indicators' states across multiple processes. r=florian 2015-08-12 16:50:55 -03:00
Jordan Santell
d6fb8e22df Bug 1193110 - Do not close toolbox without waiting for PerformanceActor to finish connecting and tearing down. r=jryans 2015-08-10 18:43:19 -07:00
Michael Comella
5140616186 Bug 1193580 - Losslessly compress png assets. r=liuche 2015-08-11 16:52:38 -07:00
Nick Alexander
7fa6455d77 Bug 1192004 - Enable Firefox Account avatars in Fennec release builds. r=margaret 2015-08-10 11:07:29 -07:00
Brian Grinstead
fbdca1cbcc Bug 1193204 - Remove browser.devedition.theme.enabled check when unapplying theme in ui migration;r=Gijs 2015-08-12 09:27:30 -07:00
Ryan VanderMeulen
92f980f526 Merge m-c to fx-team. a=merge 2015-08-12 12:03:49 -04:00
Kim Moir
8eba1dd17d a=RyanVM Bug 1183877 - Increase total-chunks for Android 4.3 Debug crashtests, js-reftests, and reftests r=bustage 2015-08-12 11:58:28 -04:00
Florian Quèze
7da0e85d0e Bug 1177443 - Add 'system' purpose for searches coming from outside Firefox, r=MattN. 2015-08-12 16:57:43 +02:00
Florian Quèze
3173300ec3 Bug 1179234 - [OSX retina] Horizontal grey bars in the new search panel should have the same height, r=Gijs. 2015-08-12 16:57:41 +02:00
Ryan VanderMeulen
5591ee718d Merge inbound to m-c. a=merge 2015-08-12 10:47:17 -04:00
Ryan VanderMeulen
3842de2426 Merge fx-team to m-c. a=merge 2015-08-12 09:12:36 -04:00
Ryan VanderMeulen
7d18dfae5c Merge b2g-inbound to m-c. a=merge 2015-08-12 08:47:57 -04:00
Ryan VanderMeulen
cd6eb68c1a Bug 1192807 - Re-disable various tests that are permafailing or intermittently failing depending on the platform. 2015-08-12 08:46:41 -04:00
B2G Bumper Bot
4f38577ac6 Bumping manifests a=b2g-bump 2015-08-12 04:03:32 -07:00
B2G Bumper Bot
644240ad6e Bumping manifests a=b2g-bump 2015-08-12 01:07:10 -07:00
B2G Bumper Bot
87767800ae Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fa143d87b0b
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Merge pull request #31300 from mancas/remove_fb_contacts_remover

Bug 1192767 - [Contacts][NGA] Remove FB dependencies in contacts_remo…

========

https://hg.mozilla.org/integration/gaia-central/rev/cfdf47d85f10
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Bug 1192767 - [Contacts][NGA] Remove FB dependencies in contacts_remover.js

========

https://hg.mozilla.org/integration/gaia-central/rev/12be379ab826
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Merge pull request #31299 from mancas/bulk_delete

Bug 1192765 - [Contacts][NGA] Remove BulkDelete dependencies with contacts.js

========

https://hg.mozilla.org/integration/gaia-central/rev/47c4a4c74a69
Author: Manuel Casas <manuel.casasbarrado@gmail.com>
Desc: Bug 1192765 - [Contacts][NGA] Remove BulkDelete dependencies with contacts.js
2015-08-12 01:05:32 -07:00
Seth Fowler
a7ab6ac01e Bug 1192356 (Part 2) - Take advantage of mozilla::Tie() in RasterImage.cpp. r=tn 2015-08-11 23:50:33 -07:00
Seth Fowler
bbb9ada747 Bug 1192356 (Part 1) - Take advantage of mozilla::Tie() in SurfaceCache.cpp. r=dholbert 2015-08-11 23:50:31 -07:00
Seth Fowler
7222453f0e Bug 1193125 - Avoid corrupting image data in test_fetch_event.html. r=bkelly 2015-08-11 23:50:28 -07:00
Wes Kocher
127688de12 Merge b2ginbound to central, a=merge 2015-08-11 15:46:08 -07:00
Wes Kocher
826178bfcc Merge fx-team to central, a=merge 2015-08-11 15:42:21 -07:00