Siddharth Agarwal
9a29de7e96
Bug 585011 - Invoke cl.py as a pymake native command. r=ted
...
--HG--
extra : rebase_source : c8e2bfe4e17c39c27e33cfade0e3a6984d104c2f
2012-08-08 00:49:55 +05:30
Siddharth Agarwal
0e957e0c06
Bug 767833 - Pymake on Windows is busted with config/tests/makefiles/autodeps/check_mkdir.tpy. r=khuey
...
Less MSYS, more Windows.
--HG--
extra : rebase_source : cd26706f245c69667ec3afbd6c6a51527dd1592e
2012-08-08 00:36:44 +05:30
Joey Armstrong
817d05b030
bug 771287: xpidl unit test failure
2012-08-07 14:42:30 -04:00
Rafael Ávila de Espíndola
773302a74c
Bug 779288 - Set CCACHE_CPP2 on linux too. r=khuey.
...
move the definition out of a OS X only block.
2012-08-07 14:25:26 -04:00
David Anderson
ba81f28215
Merge from mozilla-central.
...
--HG--
rename : accessible/src/base/nsFormControlAccessible.cpp => accessible/src/generic/FormControlAccessible.cpp
rename : accessible/src/base/nsFormControlAccessible.h => accessible/src/generic/FormControlAccessible.h
rename : accessible/src/html/nsHTMLFormControlAccessible.cpp => accessible/src/html/HTMLFormControlAccessible.cpp
rename : accessible/src/html/nsHTMLFormControlAccessible.h => accessible/src/html/HTMLFormControlAccessible.h
rename : accessible/src/xul/nsXULFormControlAccessible.cpp => accessible/src/xul/XULFormControlAccessible.cpp
rename : accessible/src/xul/nsXULFormControlAccessible.h => accessible/src/xul/XULFormControlAccessible.h
2012-04-18 10:23:31 -07:00
Ryan VanderMeulen
98785555aa
Backout 2c8ae0c81d32 (bug 742391) due to bustage. r=FAIL
2012-05-04 23:03:31 -04:00
Joey Armstrong
2bbee6ea06
Bug 742391 - Split config/rules.mk - file batch #1 . r=ted
2012-05-04 22:46:35 -04:00
David Anderson
955406a6f3
Merge from mozilla-central.
...
--HG--
rename : accessible/src/base/nsARIAGridAccessible.cpp => accessible/src/generic/ARIAGridAccessible.cpp
rename : accessible/src/base/nsARIAGridAccessible.h => accessible/src/generic/ARIAGridAccessible.h
2012-04-11 14:37:59 -07:00
Boris Zbarsky
7170b6f706
Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey
2012-07-26 12:38:03 -04:00
Ed Morley
2b16adb841
Backout 137efb901fc9 (bug 777627) for bustage
2012-07-26 17:48:00 +01:00
Boris Zbarsky
461a44b5d8
Bug 777627. Make sure we can't accidentally turn off mochitests for a directory by reordering the Makefile.in. r=khuey
2012-07-26 12:38:03 -04:00
David Anderson
2560b2506e
Merge from mozilla-central.
2012-04-09 16:18:35 -07:00
Takanori MATSUURA
1cddfe27e4
Bug 743433 - Remove .orig files which were accidentally added by bug 680246. r=khuey
2012-04-07 08:48:23 -04:00
David Anderson
866465c6c3
Merge from mozilla-central.
...
--HG--
rename : accessible/src/base/nsOuterDocAccessible.cpp => accessible/src/generic/OuterDocAccessible.cpp
rename : accessible/src/base/nsOuterDocAccessible.h => accessible/src/generic/OuterDocAccessible.h
rename : accessible/tests/mochitest/test_nsOuterDocAccessible.html => accessible/tests/mochitest/test_OuterDocAccessible.html
2012-04-06 16:38:53 -07:00
Mike Hommey
daaf05e1f0
Backout bug 644608 for subtly breaking layout/media build
2012-04-06 13:57:24 +02:00
Ginn Chen
bee9a53574
Bug 758484 correct comment syntax for mapfile r=ted.mielczarek
2012-05-28 09:31:51 +08:00
David Anderson
a007e37c01
Merge from mozilla-central.
2012-04-04 13:40:49 -07:00
Joey Armstrong
15ddc7aed7
Bug 738404 - Makefile.in edits to use threadsafe mkdir (bug 680246) - r=ted
2012-04-03 16:08:16 -04:00
Joey Armstrong
978a5f6d8a
Bug 735638 - add utility function checkIfEmpty - r=khuey
2012-04-03 13:34:04 -04:00
Joey Armstrong
3713ef7a77
Bug 734121 - helper macros for writing make user functions - r=khuey
2012-04-03 13:32:46 -04:00
Phil Ringnalda
3405ff1b50
Merge m-c to b-s
2012-04-03 08:27:38 -07:00
Joey Armstrong
88a24ad705
Bug 680246 - add missing files from import - r=khuey
2012-04-02 15:28:37 -04:00
Joey Armstrong
85a578963f
Bug 680246 - add a makefile library rule to support thread safe directory creation - r=khuey
2012-04-02 13:06:06 -04:00
Mike Hommey
6c18cf3860
Bug 644608 - Implement full dependencies for expandlibs. r=ted
2012-03-31 09:24:39 +02:00
Mike Hommey
f72bc25505
Bug 741287 - Make expandlibs_gen.py error out when given a missing file. r=ted
2012-04-06 10:16:25 +02:00
Fabrice Desré
5397f4846a
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
2012-05-11 12:34:24 -07:00
Joey Armstrong
3b6a3febef
bug 753939: makeutils.mk .mk loading logic with unit tests r=ted
2012-05-11 11:47:29 -07:00
Landry Breuil
21a2fe28a9
bug 736961 - use the same cachedir for all idl-parser calls, fixes builds without objdir - r=khuey
2012-05-11 11:17:00 -07:00
Joey Armstrong
9817d081eb
Bug 746151 - re-add approved patch edits that were merged away - r=coop
2012-04-26 18:12:20 -04:00
Benoit Girard
0782fdf9c0
Bug 719536 - Include symbol table in the Linux nightlies for profiling and debugging. r=ted
...
--HG--
extra : rebase_source : beb0059130c29ae29a772537d54e52e2b9302b78
2012-04-06 13:03:46 -04:00
Takanori MATSUURA
bd9ba0040a
Bug 737006 - Use internal ply only if needed. r=khuey
2012-04-06 14:06:52 -04:00
Ralph Giles
4e5d9404d3
Bug 674225 - Add libopus to the mozilla build system. - r=ted
...
This builds the opus reference library in media/libopus.
We support both fixed and floating point builds, switched
by MOZ_OPUS_FIXED. Currently this isn't defined by anything
but should probably offer a configure option, and default
to true on arm.
Thanks to Tim Terriberry for additional review.
2012-04-30 16:20:22 -07:00
Mike Hommey
2f50458bc1
Bug 750290 - Remove tools/leaky. r=dbaron
2012-04-30 18:17:46 +02:00
Joey Armstrong
8b50a8d32f
bug 748130: Replace FORCE dependencies, repacks are a conditional force. r=ted
2012-04-27 17:00:00 -04:00
Takanori MATSUURA
7bad43d463
Bug 743630 - Remove unsed variable XPIDL_COMPILE. r=khuey
2012-04-09 13:36:14 -07:00
Chris Jones
a55c2243b8
Bug 739020: Restore ANDROID_SOURCE so that the stagefright plugin knows where to find the gonk/android code it needs. r=mwu
2012-03-25 00:00:06 -07:00
Ed Morley
648d5412a8
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-24 16:05:07 +00:00
Oleg Romashin
21ff89904a
Bug 735602 - Add possibility to choose EGL backend on Non-Maemo Linux/Qt/Gtk builds instead ofo GLX. r=jgilbert
2012-03-23 14:43:52 -04:00
Mike Hommey
1b07eff883
Bug 734050 - Build stlport as part of our build process. r=ted
2012-03-23 17:35:09 +01:00
Joel Maher
710c159137
Bug 712643 - land Marionette on m-c. r=mossop,robcee
2012-03-22 11:19:57 -04:00
Serge Gautherie
1ab6a0b829
Bug 604266. (Cv1) Remove MOZ_INSTALLER support. r=ted.mielczarek.
2012-03-24 01:27:35 +01:00
Joey Armstrong
6bf8cf559d
Bug 739710 - Makefile.in edits to use mkdir_deps function: file batch #2 . r=ted
2012-05-03 06:22:33 -04:00
David Anderson
d86d1bfe9a
Merge from mozilla-central.
...
--HG--
rename : dom/system/nsDeviceMotion.cpp => dom/system/nsDeviceSensors.cpp
rename : dom/system/nsDeviceMotion.h => dom/system/nsDeviceSensors.h
2012-03-26 14:17:28 -07:00
David Anderson
e11df95499
Merge from mozilla-central.
2012-03-23 14:50:35 -07:00
David Anderson
e827c4ab0d
Merge from mozilla-central.
...
--HG--
rename : toolkit/components/places/tests/unit/test_favicons.js => toolkit/components/places/tests/favicons/test_favicons.js
2012-03-20 14:43:39 -07:00
David Anderson
952c9edc86
Merge from mozilla-central.
...
--HG--
rename : js/src/jsfun.cpp => js/src/vm/ArgumentsObject.cpp
2012-03-19 14:13:34 -07:00
Daniel Holbert
fd4f94c576
Bug 666041 patch 1: Add internal build flag for CSS3 flexbox. r=khuey
2012-03-17 18:50:57 -07:00
David Anderson
aef00c0c8c
Merge from mozilla-central.
2012-03-15 17:21:05 -07:00
Matthew Gregan
ce1f210bb0
Bug 734784 - Update system-headers to reflect changes to libvpx includes. r=cpearce
2012-03-15 12:06:02 +13:00
David Anderson
fc580d8237
Merge from mozilla-central.
2012-03-13 16:10:05 -07:00