Commit Graph

198170 Commits

Author SHA1 Message Date
L. David Baron
ed8153c8a4 Bug 914253 patch 9 - Implement CRC checking for .gnu_debuglink section. No review.
This is needed to avoid regressions relative to the perl version because
the perl version failed, due to a missing /, to properly examine two of
the paths, one of which often yields the same filename as the original
file (but whose CRC will fail).

I've tested that this CRC calculation succeeds in cases where it should
succeed.

The observed CRC check failures (so far) on my Ubuntu 14.04 system are
the following links:
  /lib/x86_64-linux-gnu/libc.so.6 -> /lib/x86_64-linux-gnu/libc-2.19.so
  /lib/x86_64-linux-gnu/libpthread.so.0 -> /lib/x86_64-linux-gnu/libpthread-2.19.so
  /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 -> /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.23
  /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 -> /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.23
which succeed on a later possibility in /usr/lib/debug/.  But optimizing
to check f != file before checking the CRC wouldn't help because of the
naming differences due to symlinks, so I didn't bother.  If we ever want
to optimize away the time doing the CRC checks for these failures, we
could do so by checking if the files are the same path *after* resolving
symlinks.

DONTBUILD
2014-08-06 19:21:44 -07:00
L. David Baron
920133fd9a Bug 914253 patch 8 - Ignore useless results from addr2line and keep what we had before, like fix-linux-stack.pl does. No review.
DONTBUILD
2014-08-06 19:21:43 -07:00
L. David Baron
1615e2590a Bug 914253 patch 7 - Remove some debugging code and the remnants of the old address adjustment code. No review.
DONTBUILD
2014-08-06 19:21:43 -07:00
Wes Kocher
7128337cab Backed out 2 changesets (bug 1048110) for various Android mochitest failures on a CLOSED TREE
Backed out changeset 1cf6f4f27811 (bug 1048110)
Backed out changeset b89f54e21c0b (bug 1048110)
2014-08-06 18:32:52 -07:00
Wes Kocher
36f47ccc2f Merge m-c to inbound on a CLOSED TREE a=merge 2014-08-06 18:18:37 -07:00
Wes Kocher
2062a10c1e Backed out changeset 772d552cbe95 (bug 1049303) for build bustage in ClientLayerManager on a CLOSED TREE 2014-08-06 17:31:55 -07:00
Chris Pearce
332c531212 Bug 1049309 - Remove no-op code in libstagefright. r=kentuckyfriedtakahe 2014-08-07 12:03:38 +12:00
Chris Pearce
d985821ff5 Bug 1046003 - Ensure duplicate frames after a seek have an Image. r=kinetik 2014-08-07 12:02:56 +12:00
Randell Jesup
41c5add935 Bug 1045482: Wrap X11 calls for window lists and XQueryPointer in error trapping to avoid asserts on X11 errors r=karlt 2014-08-06 20:01:33 -04:00
Matt Woodrow
288f3c0251 Bug 1049303 - Avoid an invalid cast to ClientThebesLayer when we're using tiling. r=Bas 2014-08-07 11:55:31 +12:00
Kan-Ru Chen (陳侃如)
e04fb2c40d Bug 1032063 - Call update_network_state and update_network_availability when network state changes for A-GPS. r=dougt
--HG--
extra : rebase_source : 9a674017a74099f3919b27252c454e7ca777ef84
2014-08-06 14:41:56 +08:00
Chris Kitching
4bd2a1a14e Bug 1049105: Make annotation processor compile with Xlint:all r=kats 2014-08-05 21:13:49 -07:00
Chris Kitching
0a4691f9c7 Bug 1049105: Prevent application of annotations to incorrect entity types. r=kats 2014-08-05 21:13:49 -07:00
Wes Kocher
e3ddd98574 Merge m-c to inbound on a CLOSED TREE 2014-08-05 17:32:52 -07:00
Wes Kocher
646681b958 Merge inbound to m-c a=merge 2014-08-05 17:05:58 -07:00
Wes Kocher
5e2e2bcd60 Backed out changeset 1e2a00dc11cb (bug 687194) for mochitest-5 failures on a CLOSED TREE 2014-08-05 17:01:06 -07:00
Olli Pettay
b4e746c3a6 Bug 1049010, layout should use composed doc, not current doc in many cases, r=wchen
--HG--
extra : rebase_source : 42ce2eebfd38ea2e6dbe5711954c601f19d72467
2014-08-06 02:23:54 +03:00
Olli Pettay
9a822f87c4 Bug 1026164, improve focus handling in shadow dom, r=wchen
--HG--
extra : rebase_source : 026b9ee49cdce82a703700593d7a1f0e5d27969f
2014-08-06 02:23:02 +03:00
Cameron McCormack
01f0a14770 Bug 1018524 - Make copies of more SVGLength objects when manipulating SVGLengthLists. r=longsonr 2014-08-06 09:15:00 +10:00
Blake Kaplan
f0e25c8149 Bug 687194 - Basic test for chrome registration/unregistration. r=mossop 2014-08-05 16:10:21 -07:00
Chris Kitching
6c62798b21 Bug 1049105: Remove generateStatic option from JNI wrapper generator r=kats 2014-08-05 15:04:38 -07:00
Richard Newman
c5ac3dc2cf Bug 1049217 - Follow-up: remove modern Android method calls until Bug 1042829 lands. a=bustage on a CLOSED TREE 2014-08-05 20:48:56 -07:00
Richard Newman
843748f662 Bug 1045921 - Clean up Clipboard.java. r=wesj. Android-only on a CLOSED TREE 2014-08-05 19:31:40 -07:00
Richard Newman
61922d850b Bug 1049217 - Fix CharacterValidator for API levels below 12. r=margaret 2014-08-05 18:34:22 -07:00
Wes Kocher
28470a7734 Merge m-c to fx-team on a CLOSED TREE 2014-08-05 17:38:06 -07:00
Brian Nicholson
a1c741111c No bug - Removed unused dialogtitle_textcolor 2014-08-05 14:59:17 -07:00
B2G Bumper Bot
6b4c324c98 Bumping manifests a=b2g-bump 2014-08-05 14:11:35 -07:00
B2G Bumper Bot
37ba2ad912 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04973907d6a5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1049143 - Disable intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/search/test/marionette/places_search_test.js | Places tests Test url searching
2014-08-05 14:05:38 -07:00
B2G Bumper Bot
4b366fb67f Bumping manifests a=b2g-bump 2014-08-05 13:57:43 -07:00
B2G Bumper Bot
92c8ac5021 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1845bb40c44
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1049137 - Disable intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/system/test/marionette/app_usage_metrics_test.js | App Usage Metrics > Uninstalled apps are counted
2014-08-05 13:50:31 -07:00
Ryan VanderMeulen
9b4a1f2675 Merge m-c to b2g-inbound. a=merge 2014-08-05 16:20:27 -04:00
B2G Bumper Bot
f8c67d9678 Bumping manifests a=b2g-bump 2014-08-05 13:02:00 -07:00
Ryan VanderMeulen
597191aea8 Merge m-c to inbound on a CLOSED TREE. a=merge 2014-08-05 16:01:50 -04:00
Ryan VanderMeulen
4f955443ea Merge fx-team to m-c. a=merge 2014-08-05 15:41:46 -04:00
Ryan VanderMeulen
916f384e09 Backed out changeset 90c9b3d8f5bf (bug 1014023) for intermittent Windows mochitest failures.
CLOSED TREE
2014-08-05 15:33:10 -04:00
B2G Bumper Bot
eb3086f6a2 Bumping manifests a=b2g-bump 2014-08-05 12:11:56 -07:00
B2G Bumper Bot
df00066c19 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/679e72beb9f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22493 from KevinGrandon/bug_1045701_smart_collections_ota

Bug 1045701 - Part 2 [Homescreen] - Do not migrated un-initialized smart collections

========

https://hg.mozilla.org/integration/gaia-central/rev/bd37a95d1f01
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1045701 - Part 2 [Homescreen] - Do not migrated un-initialized smart collections r=amirn
2014-08-05 12:10:32 -07:00
Ryan VanderMeulen
c58bde9153 Backed out 6 changesets (bug 1034855) for LSAN leaks on a CLOSED TREE.
Backed out changeset 0dc569f74991 (bug 1034855)
Backed out changeset 4eb0ee62db1e (bug 1034855)
Backed out changeset 4af8993f1534 (bug 1034855)
Backed out changeset f4f5f5b8421d (bug 1034855)
Backed out changeset 33510bb7ad60 (bug 1034855)
Backed out changeset 50b8670329aa (bug 1034855)
2014-08-05 14:04:08 -04:00
Ryan VanderMeulen
b1ac471f9b Backed out changeset 80d85e3fdf41 (bug 1046573) for bustage.
CLOSED TREE
2014-08-05 13:58:50 -04:00
Ryan VanderMeulen
9ac24c1b15 Bug 1037214 - Use mozilla::ErrorResult to fix OSX non-unified bustage. r=Ms2ger 2014-08-05 13:57:32 -04:00
B2G Bumper Bot
c6c1657c2b Bumping manifests a=b2g-bump 2014-08-05 10:51:36 -07:00
B2G Bumper Bot
7c288962a3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/56a1e3713de1
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #22527 from julienw/fix-desktop-mock

 Bug 1048902 - [Messages] fix small issue in the desktop mock r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/a921874c1403
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1048902 - [Messages] fix small issue in the desktop mock r=azasypkin
2014-08-05 10:45:40 -07:00
kernp25@yahoo.com
b8641443b5 Bug 1046573 - Add an observer notification for newly created selection objects; r=ehsan 2014-08-05 13:44:26 -04:00
Mike Habicher
01154e4987 Bug 1037322 - change CameraConfiguration default mode to 'unspecified' r=dhylands,khuey 2014-08-05 13:20:31 -04:00
Mark Banner
2154101b48 Bug 1022594 Part 1 follow-up. Fix random failure in browser/components/loop/test/standalone/index.html - use fake timers to prevent timers kicking in when we don't want them. r=nperriault 2014-08-05 17:32:53 +01:00
B2G Bumper Bot
39fcde5311 Bumping manifests a=b2g-bump 2014-08-05 09:31:52 -07:00
B2G Bumper Bot
fee2a4e5fa Bumping manifests a=b2g-bump 2014-08-05 09:11:45 -07:00
B2G Bumper Bot
91ac22777d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf6d955a1703
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #22366 from wilsonpage/1015249

Bug 1015249 - [Purchased Media] Update to use gaia-header

========

https://hg.mozilla.org/integration/gaia-central/rev/cebe4ac014b7
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1015249 - [Purchased Media] Update to use gaia-header
2014-08-05 09:05:20 -07:00
Kartikaya Gupta
4575e9d7d9 Bug 1043719 - Cancel pending gesture timeouts when a cancel is received. r=botond 2014-08-05 11:51:32 -04:00
Kartikaya Gupta
4e2984ee55 Bug 1048888 - Initialize member variables to nullptr. r=botond 2014-08-05 11:51:31 -04:00