Neil Rashbrook
|
5d91e921db
|
Bug 738589 Avoid JavaScript strict warning by not explicitly passing the default value in r=gavin
|
2012-04-02 00:02:01 +01:00 |
|
aceman
|
9b93182b41
|
Bug 738568 - remove Services.prefs.getBranch(null) occurences. r=gavin
|
2012-03-29 11:48:40 +02:00 |
|
Phil Ringnalda
|
b4da60b42d
|
Back out 0cb85ff0f764 (bug 738568), 9949bb092303 (bug 730209), 095fd525afa7 (bug 729924), dcf8929a8115 (bug 633602) because of widely scattered and unclear bustage on a CLOSED TREE
|
2012-03-28 22:37:46 -07:00 |
|
aceman
|
e0a12a220f
|
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
|
2012-03-28 21:00:14 -04:00 |
|
Gavin Sharp
|
06d539e65a
|
backout 110452fddc2a (bug 738568) since it broke viewsource
|
2012-03-27 18:06:10 -07:00 |
|
aceman
|
0d77c97b8a
|
Bug 738568 - Remove Services.prefs.getBranch(null) occurences in Toolkit. r=gavin
|
2012-03-27 19:17:35 -04:00 |
|
Geoff Lankow
|
9781408b65
|
Bug 700361 - View Source line numbers are busted for plain-text documents - test; r=gavin
|
2012-02-20 14:39:57 +13:00 |
|
Geoff Lankow
|
296627a8de
|
Bug 710978 - Title attribute of a window is not updated in nsXULWindow::SetTitle; r=Neil
|
2011-12-20 00:47:18 +13:00 |
|
Geoff Lankow
|
4e626df95d
|
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
|
2012-02-19 22:47:06 +13:00 |
|
Phil Ringnalda
|
d901cb04df
|
Back out 3d8fc342348b (bug 469434) for browser_contextmenu.js timeouts
|
2012-02-22 22:11:48 -08:00 |
|
Geoff Lankow
|
02e45d2afa
|
Bug 469434 - Links in "view source" should have "copy link location" in context menu; r=dao
|
2012-02-19 22:47:06 +13:00 |
|
Masatoshi Kimura
|
d99288b6cc
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
|
Geoff Lankow
|
38338670d9
|
Bug 728655 - Test for bug 713810; r=neil f=jwein
|
2012-02-22 12:13:24 +13:00 |
|
Geoff Lankow
|
0c22ccad9b
|
Bug 728655 - Create some view partial source UI mochitests - utility functions; r=neil,dao f=jwein
|
2011-11-09 01:28:48 +13:00 |
|
Serge Gautherie
|
e45d4e961e
|
Bug 728628. (Av1) browser_viewsourceprefs.js: Use "about:mozilla", instead of "about:robots", to support non-Firefox applications. f=jwein r=neil.
|
2012-02-21 03:41:10 +01:00 |
|
Panagiotis Koutsourakis
|
583eb38038
|
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 |
|
Ed Morley
|
14dbcc2bc2
|
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
|
2012-02-01 12:58:07 +00:00 |
|
Masatoshi Kimura
|
7d692e41fd
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug
|
2012-02-01 11:36:42 +01:00 |
|
Simon Montagu
|
296e01b9a3
|
Rename BrowserSetForcedDetector and remove unnecessary parameter. Bug 720310, r=gavin
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
cedd72fc8d
|
Remove unused forcedDetector property. Bug 713825, r=bz
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
5881e8809b
|
Move nsIDocumentCharsetInfo out of intl/chardet into nsIDocShell, Bug 713825, r=bz, mbrubeck
|
2012-01-24 11:52:05 +02:00 |
|
Simon Montagu
|
e756bff57b
|
Move nsIDocCharset out of intl/chardet into nsIDocShell, Bug 713825, r=bz
|
2012-01-24 11:52:04 +02:00 |
|
Henri Sivonen
|
bcd7614edf
|
Bug 713810 - Use the HTMLness mode of the original document for the View Selection Source serialization. r=gavin.sharp.
|
2012-01-19 09:51:49 +02:00 |
|
Henri Sivonen
|
c0221d37eb
|
Bug 710142 - Make external View Source editor work again when the content comes from nsIWebBrowserPersist. r=gavin.sharp.
|
2011-12-20 09:41:08 +02:00 |
|
Henri Sivonen
|
b6151bc4c1
|
Bug 700034 - Wait for the view source doc to load before reading its .body.textContent when feeding an external editor. r=gavin.sharp, a=Unfocused.
|
2011-12-12 10:53:48 +02:00 |
|
Geoff Lankow
|
2ef812f152
|
Bug 703965 - View source prefs not obeyed in non-HTML documents - tests; r=hsivonen
--HG--
rename : toolkit/components/viewsource/test/browser/browser_viewsourceprefs.js => toolkit/components/viewsource/test/browser/browser_viewsourceprefs_nonhtml.js
|
2011-12-01 13:09:33 +13:00 |
|
Henri Sivonen
|
d703c69de0
|
Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Matt Brubeck
|
a2398505d6
|
Back out 38814e0bafb9 through c5d44e6e957b because of test failures
|
2011-11-30 11:44:50 -08:00 |
|
Geoff Lankow
|
70f3009690
|
Bug 703965 - View source prefs not obeyed in non-HTML documents - tests. r=hsivonen.
--HG--
rename : toolkit/components/viewsource/test/browser/browser_viewsourceprefs.js => toolkit/components/viewsource/test/browser/browser_viewsourceprefs_nonhtml.js
|
2011-11-26 11:43:08 +13:00 |
|
Henri Sivonen
|
3fb9a17956
|
Bug 699356 - Show the URL of the page in the title of the View Source window. r=smaug.
|
2011-11-30 19:44:31 +02:00 |
|
Geoff Lankow
|
2cecfe5968
|
Bug 702448 - Create some view source UI mochitests; r=jwein
|
2011-11-21 00:34:33 +13:00 |
|
Henri Sivonen
|
25e8440059
|
Bug 700361 - Make viewSource.js assume a pre without an id starts on line 1. r=gavin.sharp.
|
2011-11-16 09:38:51 +02:00 |
|
Ed Morley
|
7bc582f20f
|
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
|
8a56fd9db2
|
Bug 616542 - Shorten file path length of mochitest; r=ted
|
2011-11-04 21:13:42 +00:00 |
|
Henri Sivonen
|
8fd1c9834b
|
Bug 482921 part 9 - Support tooltips in the View Source window. r=gavin.sharp.
|
2011-11-01 13:33:11 +02:00 |
|
arno renevier
|
ae39c696bb
|
Bug 684908 - Save viewSource uri with content cacheKey; r=neil
|
2011-10-10 15:27:05 +01:00 |
|
Boris Zbarsky
|
3bc22ea6af
|
Bug 624763. When cloning the fragment we'll munge, clone it into a data document. r=smaug
|
2011-09-26 17:25:17 -04:00 |
|
Malini Das
|
e306b1b5aa
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
|
2011-08-12 12:21:36 -04:00 |
|
Gavin Sharp
|
0f6891df9b
|
Bug 652542: "Ignore warning" link in the view-source window no longer works, r=neil
|
2011-04-26 09:24:10 -04:00 |
|
Dão Gottwald
|
d00035f67a
|
Bug 571567 - use <menupopup> instead of <popup>. r=enn
|
2010-06-22 08:34:21 +02:00 |
|
Robert Kaiser
|
1a1d1d5a7f
|
bug 567587 - consistent IDs for view(Partial)Source, kill unused page editing function, r=gavin
|
2010-05-24 14:48:24 +02:00 |
|
Ehsan Akhgari
|
a534fc7fef
|
Back out changeset 6fc5d661ca55 because of a11y test failures
|
2010-05-19 10:48:30 -04:00 |
|
Asaf Romano
|
4613bbc1fa
|
Bug 566736 - Lazily initialize the findbar. r=gavin.
|
2010-05-19 15:23:43 +03:00 |
|
Neil Deakin
|
16e62a0020
|
Bug 545714, consolidate dropped link handlers into one single component and use it for security checking, r=mano,neil,sr=sicking
|
2010-04-18 14:27:18 -04:00 |
|
Simon Montagu
|
16606db5c5
|
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
|
2010-03-18 10:37:12 +02:00 |
|
Olli Pettay
|
ecf6194456
|
Bug 544018 - print preview doesn't work in view source , r=dao
|
2010-02-09 18:24:49 +02:00 |
|
Olli Pettay
|
435c946f5c
|
backout Bug 544018
|
2010-02-08 19:00:41 +02:00 |
|
Olli Pettay
|
04889fec16
|
Bug 544018 - print preview doesn't work in view source, r=dao
|
2010-02-08 18:16:57 +02:00 |
|
Blair McBride
|
483286803f
|
Bug 397937 - Handle view-source on malware and error pages more gracefully, r=mconnor
|
2009-12-23 22:03:37 -05:00 |
|
Dão Gottwald
|
72f04db1ba
|
Bug 525708 - mIconURL shouldn't need to be accessed outside of tabbrowser.xml. r=mano
|
2009-12-15 08:49:08 +01:00 |
|