- Aug 07, 2014
-
-
Mike Hommey authored
* * * Bug 1047267 - To fold with "Move remaining OS_LIBS and EXTRA_LIBS to moz.build"
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
Anthony Jones authored
-
Nigel Babu authored
-
Bobby Holley authored
-
Bobby Holley authored
-
Bobby Holley authored
-
Nigel Babu authored
-
Steven Michaud authored
Bug 1044497 - Fix Yosemite build error (cannot initialize a parameter of type 'NSEventType' with an lvalue of type 'uint32_t') r=spohl
-
L. David Baron authored
-
L. David Baron authored
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
-
L. David Baron authored
Bug 914253 patch 8 - Ignore useless results from addr2line and keep what we had before, like fix-linux-stack.pl does. No review. DONTBUILD
-
L. David Baron authored
Bug 914253 patch 7 - Remove some debugging code and the remnants of the old address adjustment code. No review. DONTBUILD
-
Wes Kocher authored
Backed out changeset 1cf6f4f27811 (bug 1048110) Backed out changeset b89f54e21c0b (bug 1048110)
-
Wes Kocher authored
-
Wes Kocher authored
-
Wes Kocher authored
Backed out changeset 772d552cbe95 (bug 1049303) for build bustage in ClientLayerManager on a CLOSED TREE
-
Chris Pearce authored
-
Chris Pearce authored
-
Randell Jesup authored
Bug 1045482: Wrap X11 calls for window lists and XQueryPointer in error trapping to avoid asserts on X11 errors r=karlt
-
- Aug 06, 2014
-
-
Matt Woodrow authored
-
Nicholas Nethercote authored
DONTBUILD because the patches contains only trivial comment changes. --HG-- extra : rebase_source : ecc0bd10c43c6d4223f5301ff11cbd2a56c9912b
-
Wes Kocher authored
Backed out changeset f8720d81b74f (bug 923512) Backed out changeset f431232084b7 (bug 923512) Backed out changeset dff51863663c (bug 923512)
-
L. David Baron authored
Bug 914253 patch 6 - Linux stacks are lowercase hexidecimal (although this was temporarily not true due to bug 939610, which is probably when mccr8 started fix_linux_stack.py). No review.
-
L. David Baron authored
Bug 914253 patch 5 - Implement caching of addr2line results, like bug 812070 did for fix-linux-stack.pl. No review.
-
L. David Baron authored
-
L. David Baron authored
Bug 914253 patch 3 - Implement separate debug info for fix_linux_stack.py, including the addition of support for .note.gnu.build-id sections that fix-linux-stack.pl did not support. No review.
-
L. David Baron authored
-
Andrew McCreight authored
Bug 914253 patch 1 - Initial version of fix_linux_stack.py, based on slightly old version of fix_macosx_stack.py. No review. --HG-- rename : tools/rb/fix_macosx_stack.py => tools/rb/fix_linux_stack.py
-
Wes Kocher authored
-
Jan de Mooij authored
-
Andrew McCreight authored
-
Felix Baylac-Jacque authored
DONTBUILD (NPOTB) --HG-- extra : rebase_source : 8788d55cd5cfa5e64627d7951209c5f2c1222f0a
-
Daniel Holbert authored
In particular, I'm: - Adding a missing close-quote charater to the flex-grow/flex-shrink line - Bringing the spec quote in the flex-basis line up-to-date w/ current spec ED.
-
B2G Bumper Bot authored
-
B2G Bumper Bot authored
======== https://hg.mozilla.org/integration/gaia-central/rev/6b8f72fc133b Author: Kevin Grandon <kevingrandon@yahoo.com> Desc: Merge pull request #22587 from KevinGrandon/bug_1049678_wc_text_content Bug 1049678 - [GaiaGrid] Remove textContent workaround ======== https://hg.mozilla.org/integration/gaia-central/rev/ef49448d1ede Author: Kevin Grandon <kevingrandon@yahoo.com> Desc: Bug 1049678 - [GaiaGrid] Remove textContent workaround r=wilsonpage
-
Wes Johnston authored
-