Gregory Szorc
158ed8b3ec
Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
...
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.
We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.
--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Gijs Kruitbosch
55f01425f8
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Phil Ringnalda
a798fe8008
Back out e9f46c81c28e (bug 924463) on suspicion of being the One True cause of mass browser-chrome orange
...
CLOSED TREE
2013-10-18 18:54:22 -07:00
Gijs Kruitbosch
737fa0f1f0
Bug 924463 - clean up browser/components moz.build/test manifest, r=gps
2013-10-18 14:55:19 +02:00
Ms2ger
105ce73cfa
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Gregory Szorc
b03f79a7e6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
eccf636a23
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
e4af98efbf
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Ms2ger
5a63e5bff8
Bug 882848 - Use MOCHITEST_BROWSER_FILES more; r=gps
2013-06-23 09:16:19 +02:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Ioana Budnar
7cbefe3e49
Bug 633691 - Add automated test. r=jaws
2013-03-21 16:36:09 +02:00
Gregory Szorc
2288b28e43
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Gregory Szorc
758d7a8978
Bug 784841 - Part 18d: Convert /browser; r=gavin f=Ms2ger
2013-02-25 12:47:18 -08:00
Yosy
fbc8b4825a
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 21:09:29 +02:00
Benjamin Peterson
a5fc829344
Backed out changeset 3ca1f19e4c2a (bug 792968) for mochitest-oth failures
2012-09-23 12:25:39 -04:00
Yosy
6684ca9137
Bug 792968 - Replace some regular expression string matches with String.startsWith and replace /^https?/ URI scheme tests with /^https?$/. r=dao
2012-09-23 16:48:23 +02:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Gervase Markham
ca171eec44
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Dão Gottwald
61c76de302
Bug 742645 - Adding exception accidentally allowed in framed certificate error page. r=mak
2012-04-06 21:34:13 +02:00
Dão Gottwald
d00573b977
Bug 687958 - Refactor about:certerror expanders and make them accessible. r=mak
...
--HG--
rename : browser/themes/gnomestripe/section_collapsed-rtl.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/gnomestripe/section_collapsed.png => browser/themes/gnomestripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/gnomestripe/section_expanded.png => browser/themes/gnomestripe/aboutCertError_sectionExpanded.png
rename : browser/themes/pinstripe/section_collapsed-rtl.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/pinstripe/section_collapsed.png => browser/themes/pinstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/pinstripe/section_expanded.png => browser/themes/pinstripe/aboutCertError_sectionExpanded.png
rename : browser/themes/winstripe/section_collapsed-rtl.png => browser/themes/winstripe/aboutCertError_sectionCollapsed-rtl.png
rename : browser/themes/winstripe/section_collapsed.png => browser/themes/winstripe/aboutCertError_sectionCollapsed.png
rename : browser/themes/winstripe/section_expanded.png => browser/themes/winstripe/aboutCertError_sectionExpanded.png
2012-03-08 13:03:19 +01:00
Panagiotis Koutsourakis
791aa57b19
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
...
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Jared Wein
e9e30bd670
Bug 633691 - Removed the ability to add exceptions to framed certerrors. r=gavin
2011-12-05 14:01:00 -08:00
Ed Morley
6a998be2c5
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
364e83c545
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Marco Bonardo
141f5459ce
Bug 599973 (part 1) - Don't use steps for async favicons.
...
r=sdwilsh a=blocking
2010-11-16 02:13:37 +01:00
Sid Stamm
c82bc1947a
Bug 495115 - Implement Strict-Transport-Security to allow sites to specify HTTPS-only connections, r=kaie+honzab+bjarne, a=betaN+
2010-06-03 14:03:17 -07:00
Ehsan Akhgari
4bc9c91a6a
Bug 493732 - Section expander and collapser in about:certerror appear on the left side and have the wrong direction in RTL mode; r=dao a=gavin
2010-08-23 20:49:04 -07:00
Jonas Sicking
662477756c
Bug 546857 Part 3: Make error pages not use xul buttons. r=dao a=blocker
2010-08-19 16:06:07 -07:00
Saint Wesonga
240c493406
Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad
2009-11-05 14:53:26 +01:00
Gijs Kruitbosch
41ba1acfa5
Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
...
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Dão Gottwald
823ba3d3e3
tests cleanup
2009-09-16 12:21:19 +02:00
Ryan Flint
bc9630f877
Bug 499123 - Coalesce browser about: pages. r=dietrich/gavin
...
--HG--
rename : docshell/base/nsAboutRedirector.cpp => browser/components/about/AboutRedirector.cpp
rename : docshell/base/nsAboutRedirector.h => browser/components/about/AboutRedirector.h
2009-08-20 02:24:10 -04:00
Johnathan Nightingale
0ee5089bb6
Bug 425001 - Tests for bugs 400731 and 431826 rely on timers and are therefore fragile. TEST ONLY FIX.
...
Replace with DOMContentLoaded listeners, since onload doesn't work for error pages.
2009-04-21 16:17:14 -04:00
Przemyslaw Bialik
2a020cb1a3
Bug 463923 - show expanded technical details in expert mode (SSL error pages). r=johnath/gavin
2008-12-09 14:03:27 +01:00
Johnathan Nightingale
d010d61ed4
Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner
2008-10-29 11:54:51 -04:00