Commit Graph

198075 Commits

Author SHA1 Message Date
L. David Baron
8223435160 Bug 972199 followup - use crashtest manifest rather than setBoolPref so that all later crashtests aren't affected by the pref change. No review. 2014-08-06 22:58:43 -07:00
Daniel Holbert
a12f87094a Bug 922727: Use static_cast to avoid signed/unsigned comparison build warnings with visitCount in History.cpp. r=mak 2014-08-06 22:40:43 -07:00
Daniel Holbert
52a6d4e61a Bug 992670 part 3 - Comment out failing assertion, with reference to followup bug. r=mak 2014-08-06 22:40:37 -07:00
Birunthan Mohanathas
403c8de173 Bug 992670 part 2 - Make all child insertions/removals non-temporary in nsNavHistoryContainerResultNode. r=mak 2014-08-06 22:40:36 -07:00
Birunthan Mohanathas
0c1fac59d1 Bug 992670 part 1 - Fix always true assertion condition in nsNavHistoryResult.cpp. r=mak 2014-08-06 22:40:35 -07:00
Jonathan Watt
0eb237fbad Bug 1049593 - Make BaseRect::Contains(point) behave correctly for floating point rect/point. r=Bas 2014-08-07 06:24:54 +01:00
Jonathan Watt
d70df3258a Bug 1049242 - Avoid hit-testing against the same clip-path for every SVG text frame that hits. r=heycam 2014-08-07 06:24:54 +01:00
Jonathan Watt
324d869d2b Bug 1049050 - Follow-up on bug 530985 to add tests for getClientBoundingRect for outer-<svg>. r=longsonr 2014-08-07 06:24:54 +01:00
Mike Hommey
90c69f3299 Bug 1047267 - Remove the trigger hacks added in bug 1043344. r=gps 2014-08-07 14:21:09 +09:00
Mike Hommey
cbe32e4bb3 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
357b465fc4 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
9a38f21dd8 Bug 1047267 - Add a memoize decorator to the mozbuild module. r=gps 2014-08-07 14:20:37 +09:00
Mike Hommey
d97f0c6e77 Bug 1050037 - Remove STLPORT_LIBS/STLPORT_LDFLAGS from Makefiles. r=mshal 2014-08-07 13:48:10 +09:00
Mike Hommey
84bec510f1 Bug 1050029 - Improve Makefile checks for deprecated or moz.build variables. r=mshal 2014-08-07 13:48:08 +09:00
Anthony Jones
01f9211958 Bug 1048517 - Initialised potentially uninitialised variables; r=cpearce 2014-08-07 16:40:01 +12:00
Nigel Babu
c3721999f3 Merge m-c to m-i 2014-08-07 09:29:45 +05:30
Bobby Holley
f092ba49ba 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
d0d73ae49a Bug 1042436 - Lowercase the "reason" param to SilentFailure. r=me 2014-08-06 23:32:22 -04:00
Bobby Holley
be9b969556 Bug 1042436 - Always enter the wrapper's compartment before invoking SilentFailure. r=gabor 2014-08-06 23:32:22 -04:00
Steven Michaud
a59ebd13ac 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
ef671dd818 Bug 914253 patch 10 - Revert inadvertent change from previous commit. No review. DONTBUILD 2014-08-06 19:23:54 -07:00
L. David Baron
b7b0b5b3f4 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
b9c74637c5 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
47ae436470 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
bb3c16c6b0 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
d5d76e73e0 Merge m-c to inbound on a CLOSED TREE a=merge 2014-08-06 18:18:37 -07:00
Wes Kocher
13c2fe4ef0 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
0fdc082dec Bug 1049309 - Remove no-op code in libstagefright. r=kentuckyfriedtakahe 2014-08-07 12:03:38 +12:00
Chris Pearce
52b09f9305 Bug 1046003 - Ensure duplicate frames after a seek have an Image. r=kinetik 2014-08-07 12:02:56 +12:00
Randell Jesup
b70ca94394 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
2430ac7ab5 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 (陳侃如)
2beeffa44b 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
cba2002f68 Bug 1049105: Make annotation processor compile with Xlint:all r=kats 2014-08-05 21:13:49 -07:00
Chris Kitching
4ea992981a Bug 1049105: Prevent application of annotations to incorrect entity types. r=kats 2014-08-05 21:13:49 -07:00
Wes Kocher
f46bee90cf Merge m-c to inbound on a CLOSED TREE 2014-08-05 17:32:52 -07:00
Wes Kocher
7c1cebff6a Merge inbound to m-c a=merge 2014-08-05 17:05:58 -07:00
Wes Kocher
1c1cd54a33 Backed out changeset 1e2a00dc11cb (bug 687194) for mochitest-5 failures on a CLOSED TREE 2014-08-05 17:01:06 -07:00
Olli Pettay
3390dd919d 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
70bc61a2af 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
f1211000f6 Bug 1018524 - Make copies of more SVGLength objects when manipulating SVGLengthLists. r=longsonr 2014-08-06 09:15:00 +10:00
Blake Kaplan
79d672b065 Bug 687194 - Basic test for chrome registration/unregistration. r=mossop 2014-08-05 16:10:21 -07:00
Chris Kitching
5f62f95616 Bug 1049105: Remove generateStatic option from JNI wrapper generator r=kats 2014-08-05 15:04:38 -07:00
Richard Newman
8aeabb2c45 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
9f26e282ea Bug 1045921 - Clean up Clipboard.java. r=wesj. Android-only on a CLOSED TREE 2014-08-05 19:31:40 -07:00
Richard Newman
06ca9766f1 Bug 1049217 - Fix CharacterValidator for API levels below 12. r=margaret 2014-08-05 18:34:22 -07:00
Wes Kocher
3ab8654106 Merge m-c to fx-team on a CLOSED TREE 2014-08-05 17:38:06 -07:00
Brian Nicholson
0906eb7ed2 No bug - Removed unused dialogtitle_textcolor 2014-08-05 14:59:17 -07:00
B2G Bumper Bot
76ce4aea23 Bumping manifests a=b2g-bump 2014-08-05 14:11:35 -07:00
B2G Bumper Bot
32ab273e8b 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
0bda92dfe6 Bumping manifests a=b2g-bump 2014-08-05 13:57:43 -07:00