gecko/browser
Ehsan Akhgari 1296bf13df Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee
This is the source for the new setup.sh:

#!/bin/sh

rm -rf sccache
tar -xjf sccache.tar.bz2

if test -d LLVM; then
  rm -rf LLVM
fi
if test -f LLVM-*-win32.zip; then
  unzip LLVM-*-win32.zip
  mv LLVM-*-win32 LLVM
fi
2014-10-31 10:40:56 -04:00
..
app Backed out changeset 780d8f101fe0 (bug 1079563) 2014-10-31 06:20:36 +01:00
base Merge mozilla-central to mozilla-inbound 2014-10-31 14:23:10 +01:00
branding Bug 1046672 - Restrict self-xss changes to Release/beta channels; r=jwalker 2014-09-12 10:31:59 -07:00
components Merge mozilla-central to mozilla-inbound 2014-10-31 14:23:10 +01:00
config Bug 1090214 - Replace the Windows setup.sh tooltool script with one that can extract LLVM packages; r=catlee 2014-10-31 10:40:56 -04:00
devtools Merge m-c to inbound. a=merge 2014-10-30 16:19:07 -04:00
docs Backed out changeset b556a4fdfe52 (bug 1036908) for bc1 test errors 2014-09-08 10:19:50 +02:00
experiments Bug 1066735 - Remove root b2g and android specific xpcshell manifests, r=chmanchester 2014-10-07 18:18:28 -04:00
extensions Bug 875766 - Add automated test for navigation through the document. r=Mossop 2014-10-23 23:14:00 -04:00
fuel Bug 1041516 part 2: reset the "check for default browser" pref to true when setting ourselves as the default browser, r=Gijs 2014-10-13 21:15:43 -07:00
installer Backed out changeset fa5969baa9a9 (bug 1044020) for ASAN leaks. 2014-10-28 14:22:25 -04:00
locales Bug 1086492 - Disable tilt for E10S r=victorporof,jwalker 2014-10-30 16:23:01 +00:00
metro Bug 1077148 part 4 - Add and use new moz.build templates for Gecko programs and libraries. r=gps 2014-10-30 13:06:12 +09:00
modules Bug 1078455 - "UITour: Add ability to highlight Dev. Tools and WebIDE toolbar buttons" [r=MattN+bmo] 2014-10-30 13:35:25 +00:00
themes Bug 1056923 - Add WebIDE launch button. r=jryans,r=jaws 2014-10-30 09:08:05 +01:00
app-rules.mk
app.mozbuild Bug 1063414 - Make DIRS relative to the file they were added from. r=gps 2014-10-02 09:14:07 +09:00
build.mk
confvars.sh Bug 715876 - Start using the maintenance service for x64 updates and enable verifying signatures. r=rstrong 2014-10-10 23:13:20 -04:00
defs.mk
LICENSE
Makefile.in
moz.build Bug 991757 - add BrowserUITelemetry documentation, r=bsmedberg,jaws, DONTBUILD because docs-only 2014-08-26 12:16:24 +01:00