Commit Graph

77 Commits

Author SHA1 Message Date
Ryan VanderMeulen
5db0daa9b3 No bug - Touch clobber for all the various IDB WebILD-ifications that recently landed. 2013-07-31 21:15:24 -04:00
Ed Morley
550b1de59f Bug 878600 - Touch CLOBBER file since WebIDL dependencies are broken on Windows DONTBUILD 2013-07-24 13:29:14 +01:00
Randell Jesup
b4d4d18ecf Bug 886886: replace fixed-ratio capture resampler in webrtc with speex resample r=derf,jmspeex 2013-07-21 03:47:24 -04:00
Matt Brubeck
898fb3dd84 Bug 895670 requires a clobber 2013-07-19 17:49:53 -07:00
Margaret Leibovic
04e10fead7 Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Reuben Morais
6263abc57e Bug 889503 - Follow-up, touch CLOBBER file because of bug 890744. 2013-07-15 22:35:23 -07:00
David Anderson
0f90d00ec4 Implement CPOW support in MessageManager (bug 870180, r=smaug,billm). 2013-07-10 15:05:39 -07:00
Wes Kocher
b51d9cc076 Touch CLOBBER for bug 870407 2013-07-12 14:51:04 -07:00
Ralph Giles
d187fe7323 Bug 887463 - remove webvtt parser library. r=cpearce. 2013-07-09 17:02:00 -07:00
Ryan VanderMeulen
d76a3b07df Bug 848491 - Touch CLOBBER for the Skia update.
CLOSED TREE
2013-07-03 10:15:51 -04:00
Matthew Gregan
ab5ed6e50d Bug 855130 - Clobber build. 2013-07-03 16:14:25 +12:00
Bobby Holley
2b92c1a052 Bug 880917 - Add a clobber. r=RyanVM 2013-06-29 09:11:20 -06:00
Masatoshi Kimura
309ae7c0fc Bug 874669 - Remove legacy event type constants. r=smaug 2013-06-26 02:12:48 +09:00
Kyle Machulis
5553fb610e Bug 877859 - Change configure.in for new valgrind include path; r=mwu 2013-06-18 21:26:22 -07:00
Jan de Mooij
969df6ba9d Bug 704356 - Touch CLOBBER for jspropertycache.cpp removal. 2013-06-18 09:41:08 +02:00
Joey Armstrong
416f2dabde bug 882904: move LIBS to moz.build (logic). r=gps 2013-06-14 15:33:45 -04:00
Phil Ringnalda
13e7e7ffb0 Bug 879831 followup, needs-clobber
CLOSED TREE
2013-06-06 21:26:31 -07:00
Adam Roach [:abr]
28a89d3601 Bug 784519 - Part 3: Send Signaling State from SIPCC to PeerConnection r=ekr 2013-05-16 18:41:46 -05:00
Ryan VanderMeulen
d4dbbc028a Bug 875929 - Touch CLOBBER since moz.build apparently doesn't like files being removed. DONTBUILD 2013-06-05 12:08:48 -04:00
Jeff Walden
b5648f97fe Followup clobber for bug 496923 -- it removed a directory (and references to it in a Makefile.in), and un-regenerated Makefiles will throw a hissy-fit when the removed directory isn't around any more. r=stupid-build-system 2013-06-03 16:00:28 -07:00
Benjamin Peterson
6b5ef04b86 clobber for bug 778948 2013-06-02 16:00:16 -07:00
Phil Ringnalda
b3f9ceb38a CLOBBER for bug 869002 2013-05-26 22:00:38 -07:00
Ed Morley
b04195e0ce Merge latest green inbound changeset and mozilla-central 2013-05-24 15:49:15 +01:00
Anthony Jones
015375f697 Bug 868047 - Use a PresShell ID to eliminate stale APZC events; r=roc,benwa 2013-05-24 09:43:36 +08:00
Phil Ringnalda
fda0263af1 Merge m-c to birch 2013-05-23 21:20:32 -07:00
Kyle Machulis
29f9b9a792 Bug 854517: Clobber update due to gecko/js configure.in changes for B2G valgrind; r=killer 2013-05-23 12:48:28 -07:00
Phil Ringnalda
fce38e7f94 Bug 874640 followup, Windows seems to feel the need to be clobbered 2013-05-23 08:31:04 -07:00
Ehsan Akhgari
1bfc965bdc Bug 874869 - Disallow setting AudioNode.channelCount to zero; r=roc
--HG--
extra : rebase_source : 8015dda70e2191820c9482b529a22bdaa67dd79e
2013-05-23 07:46:20 -04:00
Ryan VanderMeulen
4a2c1820e6 Backed out changesets e52c6f7200b3 and 2718954757e1 (bug 874869) for intermittent Windows leaks. 2013-05-22 15:22:26 -04:00
Ehsan Akhgari
1b380a6cf7 Follow-up to bug 874869: Clobber the builds, because the build system sucks
Landed on a CLOSED TREE
2013-05-22 12:12:59 -04:00
Gregory Szorc
06dd9683e9 Bug 874078 - Move RecursiveMakeBackend.built rule to rules.mk; r=glandium 2013-05-20 23:26:20 -07:00
Ehsan Akhgari
3222252b7a Bug 865806 - Use the proper Lion style scrollbar on content with a dark background color; r=roc 2013-05-19 11:01:28 -04:00
Phil Ringnalda
711775e203 Bug 549861 backout followup, clobber for Windows builds and for tests 2013-05-19 13:13:29 -07:00
Eitan Isaacson
c2bb082be9 Bug 872338 - Add virtualCursor to nsIAccessibleDocument. r=tbsaunde r=surkov 2013-05-17 19:10:29 -07:00
Gregory Szorc
8e72b6e44d Bug 848530 - Check for moz.build traversal at top of build; r=glandium
One of the first actions an invoked Makefile now does is check to see if
*any* moz.build file or Makefile.in is out of date. If so, config.status
is executed to rebuild the build backend.

Since we always perform this check as part of a build, we no longer need
special handling for out of date moz.build files during traversals. This
results in the removal of a significant amount of code!

Another upside of the change is that if a moz.build file is modified
during building, we don't (potentially) modify the build backend from
under the in-progress build. Thus the only race condition that remains
is if a moz.build is mutated during moz.build reading. This window (a
few seconds) is significantly shorter than the time of a full build
(minutes).

This patch should also enable us to remove empty Makefile.in files
without requiring a clobber.
2013-05-17 10:54:56 -07:00
Gabor Krizsanits
a23bc01896 Bug 852687 - getCurrentInnerWindowWithId for nsIWindowMediator. r=bz 2013-05-14 17:34:12 +02:00
Jeff Gilbert
2a6b730c0f Bug 861039 - Add a clobber note. 2013-05-13 05:12:37 -07:00
Gian-Carlo Pascutto
53b40a491f Bug 866093 - Indicate need for clobber. r=me 2013-05-02 12:09:30 +02:00
Margaret Leibovic
8e5563e49f Bug 839855 - Update tabs from last time favicons to match awesomescreen favicons. r=bnicholson
--HG--
rename : mobile/android/base/resources/drawable/awesomebar_row_favicon_bg.xml => mobile/android/base/resources/drawable/favicon_bg.xml
2013-04-29 17:05:55 -07:00
Phil Ringnalda
57eb01050d Back out f21835504604 (bug 860338) for build bustage
CLOSED TREE
2013-04-13 19:09:05 -07:00
Ralph Giles
befb5b2ba2 Bug 860338 - remove MOZ_WEBVTT. r=ted
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.

The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Reuben Morais
7985586743 Bug 856358 - Remove ContactProperties types from window. r=gwagner
--HG--
rename : dom/interfaces/contacts/nsIDOMContactProperties.idl => dom/interfaces/contacts/nsIContactProperties.idl
2013-04-10 16:09:10 -07:00
Benoit Girard
8e4f3f319f Work around bug 860503 with CLOBBER on a CLOSED TREE 2013-04-10 19:47:15 -04:00
Kyle Huey
7cc06acbc5 Bug 859894: Reland on this CLOSED TREE with a CLOBBER. 2013-04-09 15:39:44 -07:00
Stephen Pohl
21bdf5ab95 Bug 678392 - Add support for swipe animation as in Safari. r=smichaud,jaws,felipc 2013-04-09 14:44:01 -05:00
Ryan VanderMeulen
8f05b396b8 Bug 856349 - Update CLOBBER file. 2013-04-08 14:01:04 -04:00
Olli Pettay
2807c9b6c9 Clobber for Bug 858014 2013-04-07 18:19:56 +03:00
Jon Coppeard
5a4cce572d Bug 855350 - GC: Add CustomAutoRooter and use it internally r=terrence
--HG--
extra : rebase_source : ff4fdd39c15223bff4682b8c7b9833922e355999
2013-04-04 10:39:05 +01:00
Ed Morley
0916ad2428 Bug 820170 - A clobber is required on Windows to avoid crashes; CLOSED TREE 2013-04-04 12:14:40 +01:00
Olli Pettay
c20d98adaa clobber for bug 737100 2013-03-24 16:15:45 +02:00