Commit Graph

198054 Commits

Author SHA1 Message Date
Mike Hommey
1f543fad14 Bug 1047267 - Remove the trigger hacks added in bug 1043344. r=gps 2014-08-07 14:21:09 +09:00
Mike Hommey
0f4c5d9244 Bug 1047267 - Move remaining OS_LIBS and EXTRA_LIBS to moz.build. r=gps
* * *
Bug 1047267 - To fold with "Move remaining OS_LIBS and EXTRA_LIBS to moz.build"
2014-08-07 14:21:03 +09:00
Mike Hommey
19e8ecfce2 Bug 1047267 - Allow to reference libraries from third-party build systems in USE_LIBS. r=gps 2014-08-07 14:20:38 +09:00
Mike Hommey
0fdbce28ae Bug 1047267 - Add a memoize decorator to the mozbuild module. r=gps 2014-08-07 14:20:37 +09:00
Mike Hommey
490b04e4f0 Bug 1050037 - Remove STLPORT_LIBS/STLPORT_LDFLAGS from Makefiles. r=mshal 2014-08-07 13:48:10 +09:00
Mike Hommey
fc7ea2109c Bug 1050029 - Improve Makefile checks for deprecated or moz.build variables. r=mshal 2014-08-07 13:48:08 +09:00
Anthony Jones
53b97c265f Bug 1048517 - Initialised potentially uninitialised variables; r=cpearce 2014-08-07 16:40:01 +12:00
Nigel Babu
da213ed5f6 Merge m-c to m-i 2014-08-07 09:29:45 +05:30
Bobby Holley
0bd10207c6 Bug 1042436 - Warn once to the console when XrayWrappers deny access to an object. r=gabor,sr=smaug 2014-08-06 23:32:23 -04:00
Bobby Holley
c2025173cf Bug 1042436 - Lowercase the "reason" param to SilentFailure. r=me 2014-08-06 23:32:22 -04:00
Bobby Holley
fc42d235f4 Bug 1042436 - Always enter the wrapper's compartment before invoking SilentFailure. r=gabor 2014-08-06 23:32:22 -04:00
Steven Michaud
cb7ca9cd48 Bug 1044497 - Fix Yosemite build error (cannot initialize a parameter of type 'NSEventType' with an lvalue of type 'uint32_t') r=spohl 2014-08-06 21:35:53 -05:00
L. David Baron
36c4f35f17 Bug 914253 patch 10 - Revert inadvertent change from previous commit. No review. DONTBUILD 2014-08-06 19:23:54 -07:00
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