Dão Gottwald
|
8e7bf30228
|
Bug 742645 - Adding exception accidentally allowed in framed certificate error page. r=mak
|
2012-04-06 21:34:13 +02:00 |
|
Dão Gottwald
|
7f0433716c
|
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
|
9c7dfb9706
|
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
|
16011c81f1
|
Bug 633691 - Removed the ability to add exceptions to framed certerrors. r=gavin
|
2011-12-05 14:01:00 -08:00 |
|
Ed Morley
|
7ea8e12caa
|
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
|
ac65d0d88e
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Marco Bonardo
|
84a7c00bed
|
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
|
a781965b6d
|
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
|
31b2e13f4a
|
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
|
6d226b3b64
|
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
|
6f6378cc6b
|
Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad
|
2009-11-05 14:53:26 +01:00 |
|
Gijs Kruitbosch
|
c888c1980e
|
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
|
04df8dd1a4
|
tests cleanup
|
2009-09-16 12:21:19 +02:00 |
|
Ryan Flint
|
3f8f40882a
|
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
|
4549d789af
|
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
|
386dee36ac
|
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
|
6f0f1e07f4
|
Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner
|
2008-10-29 11:54:51 -04:00 |
|