Geoff Lankow
|
a825a1156c
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part C, remove uses of nsIPrefBranch2 in toolkit/ ; r=bsmedberg
|
2012-01-17 14:18:29 +13: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 |
|
Neil Rashbrook
|
52352be580
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01:00 |
|
Rafael Ávila de Espíndola
|
38f7290b43
|
Bug 714960 - Use asyncClose in toolkit/components/satchel/nsFormHistory.js. r=paul.
|
2012-02-01 11:16:24 +01:00 |
|
Ehsan Akhgari
|
ac3a500d9b
|
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
|
2012-01-31 12:07:56 -05:00 |
|
Neil Rashbrook
|
be421c5a23
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-01-31 00:27:23 +01:00 |
|
Ed Morley
|
c179e0057a
|
Backout 8705f07a49ec (bug 649840) for bustage
|
2012-01-30 23:20:54 +00:00 |
|
Neil Rashbrook
|
5d4b9bd29a
|
Better test for bug 649840 r=ehsan
|
2012-01-30 22:28:21 +00:00 |
|
Ehsan Akhgari
|
74f49bd9e3
|
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
--HG--
extra : rebase_source : f4c1d52c0bed4b3795e68e3cd141a18bac5e024d
|
2012-01-13 15:49:36 -05:00 |
|
Matthew Noorenberghe
|
c6eb90f113
|
Bug 461820 - prevent accessing searchbar history from content (tests) r=dolske
--HG--
extra : rebase_source : c83545f7fa62353bad8cdd783fdd09626b9a23e0
|
2012-01-10 16:53:16 -08:00 |
|
Serge Gautherie
|
f4c3635cba
|
Bug 705957. (Bv2) test_bug_511615.html: Improve the spelling of "priviledged". r=ehsan.
DONTBUILD (test-only, spelling-only).
|
2012-01-05 14:19:14 +01:00 |
|
Rafael Ávila de Espíndola
|
de0b7a3a12
|
Bug 696486 - Close dbConnection. r=mak.
|
2011-12-28 13:04:37 -05:00 |
|
Rafael Ávila de Espíndola
|
afbe1e8534
|
Bug 702848 - Finalize the statements in services sync/modules/engines/forms.js. r=dolske.
|
2011-12-22 11:21:37 -05:00 |
|
Masayuki Nakano
|
411111e945
|
Bug 698949 Editor should refuse untrusted keypress event r=smaug
|
2011-12-21 21:11:36 +09:00 |
|
Masayuki Nakano
|
efe739e3f9
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
|
2011-12-16 22:38:45 +09:00 |
|
Rafael Ávila de Espíndola
|
2e455e4111
|
Bug 696483 - Improve error handling. r=mak. a=Ms2ger.
Add an if to avoid a common case and reportError if something else happens.
--HG--
extra : rebase_source : 7a5952e8ba8e5f14d7b7a667d945d754051f9f05
|
2011-12-14 11:22:03 -05:00 |
|
Rafael Ávila de Espíndola
|
f0dbda6c92
|
Bug 710237 - remove unused variable. r=mak. a=Ms2ger.
|
2011-12-13 16:44:33 -05:00 |
|
Rafael Ávila de Espíndola
|
b95cdc0fb9
|
Bug 709328 - Remove always true argument. r=mak77. a=js-only.
|
2011-12-12 15:35:35 -05:00 |
|
Masayuki Nakano
|
5ff35fa5ae
|
backout 34b8fe028357
|
2011-12-08 16:42:45 +09:00 |
|
Masayuki Nakano
|
705962c806
|
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske
|
2011-12-07 14:13:06 +09:00 |
|
Mounir Lamouri
|
d98e7883a1
|
Bug 704521 - Fix form history autocomplete broken for XUL elements. r=zpao
|
2011-12-04 20:59:47 +08:00 |
|
Serge Gautherie
|
a6c744ffa2
|
Bug 705957 - Correct the spelling of "privledged" & add 2 comments to test_bug_511615.html; r=ehsan
|
2011-11-30 13:19:49 +00:00 |
|
Mounir Lamouri
|
ba0b63566f
|
Bug 695014 - nsFormFillController shouldn't watch input elements withouth a list nor autocomplete. f=ehsan, r=bz,zpao,dolske
|
2011-11-20 19:02:47 +01:00 |
|
Rafael Avila de Espindola
|
b4f153aee8
|
Bug 696404 - Finalize statements in profile-before-change; r=mak
|
2011-11-20 11:13:40 +00:00 |
|
Rafael Ávila de Espíndola
|
9bb19b8abc
|
Bug 702591 - finalize statements in toolkit/components/satchel/test/unit.
r=mak
|
2011-11-15 09:00:42 -05:00 |
|
Rafael Ávila de Espíndola
|
51231a5a14
|
Bug 698570 - Use weak references in nsFormHistory.js. r=mak.
|
2011-11-10 17:19:12 -05:00 |
|
Felix Fung
|
75b4a80ee3
|
Bug 700389 - Simplify sortByTotalScore. r=zpao
|
2011-11-07 12:08:04 -08:00 |
|
Rafael Ávila de Espíndola
|
d87ff89572
|
Bug 698738 - Use the observer method for idle-daily and formhistory-expire-now in nsFormHistory.js. r=mak.
|
2011-11-07 11:18:11 -05: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 |
|
Rafael Ávila de Espíndola
|
392e68970f
|
Bug 696478 - Use weak references. r=mak.
|
2011-11-04 11:24:54 -04:00 |
|
Mounir Lamouri
|
2a6d02c93c
|
Bug 690903 - Lazily initializes nsFormHistory's SQLite DB. f=mfinkle r=dolske
|
2011-11-01 20:23:43 +01:00 |
|
Ehsan Akhgari
|
92064e6d3f
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Matthew Noorenberghe
|
8e039fda6d
|
Bug 461820 - prevent accessing searchbar history from content r=dolske
|
2011-10-08 21:37:31 -07:00 |
|
Michael Wu
|
d2b70213ac
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Geoff Brown
|
fcf5c93a68
|
Bug 668349 - Changes to xpcshell.ini; r=jmaher
|
2011-08-22 09:00:50 +01:00 |
|
Malini Das
|
c20b68638f
|
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
|
2011-08-12 12:21:44 -04:00 |
|
Jonas Sicking
|
2eacdb6942
|
Bug 665586 Part 1: Kill AddEventListenerByIID/RemoveEventListenerByIID code from nsPluginInstanceOwner. r=josh
|
2011-08-08 11:26:22 -07:00 |
|
Matheus Kerschbaum
|
df5d3eff0b
|
Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak
|
2011-08-06 17:24:52 +02:00 |
|
Justin Dolske
|
b59dbf1261
|
Remove trailing whitespace from login manager and satchel. b=none
|
2011-08-03 17:52:47 -07:00 |
|
Ehsan Akhgari
|
5ce917a794
|
Bug 674558 - Implement the HTML5 selectionDirection property for text controls (input and textarea); r=bzbarsky
|
2011-07-28 13:51:22 -04:00 |
|
Felipe Gomes
|
a31cda614f
|
Bug 668307. Minimum loadURI support for remote content. r=dao,mossop
|
2011-07-13 12:17:31 -07:00 |
|
Jonas Sicking
|
4ed92459e8
|
Bug 665632: Remove Add/RemoveEventListenerByIID from satchel. r=dolske
|
2011-06-27 16:34:56 -07:00 |
|
Jonas Sicking
|
cd52437ea7
|
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
|
2011-06-23 19:18:01 -07:00 |
|
Jonas Sicking
|
07c1f0b90f
|
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
|
2011-06-23 19:18:00 -07:00 |
|
Phil Ringnalda
|
d0f6a4c805
|
Backout 26f6aa46f70f (Bug 542580) because it's not that test, it's whatever four widget-testing bugs happen to time out
|
2011-06-20 07:35:01 -07:00 |
|
Phil Ringnalda
|
95b2f3cd6e
|
Bug 542580 - Disable test_bug_511615.html on Linux
|
2011-06-19 16:40:38 -07:00 |
|
Jared Wein
|
23f16a057d
|
Bug 580839 - 'finally' blocks now check for a valid statement to avoid potentially masking the original exception. r=dolske
|
2011-06-17 18:01:34 -07:00 |
|
Ed Morley
|
8aaddd0334
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Ms2ger
|
c911ae13be
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
|