Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Mounir Lamouri
|
4c2739881f
|
Bug 635281 - Implement the value sanitizing algorithm for <input type="number">. r=sicking
--HG--
extra : rebase_source : b4ca5ff2b2ce873012ba3a8e589130123eb40559
|
2012-06-10 22:24:03 +02:00 |
|
Mounir Lamouri
|
c70ab8fd5b
|
Bug 635498 - Make <input type='number'> behaves like <input type='text'>. r=sicking
--HG--
extra : rebase_source : 0754f845fd6223cd48ca8908ebf642636f0fd9ed
|
2012-06-10 22:23:17 +02:00 |
|
Neil Rashbrook
|
0c34361ca7
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-26 00:11:16 +01:00 |
|
Ed Morley
|
58e896dd49
|
Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends
|
2012-06-25 19:14:43 +01:00 |
|
Neil Rashbrook
|
7e7b835fdc
|
Bug 758354 Stop unnecessarily preprocessing chrome r=dolske
|
2012-06-25 09:24:49 +01:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Olli Pettay
|
ac6b89bfdb
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Mats Palmgren
|
7b064ed8a2
|
Bug 760082 - Move the last checkForm test so it comes before SimpleTest.finish(). Use info() for log messages that aren't tests. r=mounir
|
2012-06-01 20:52:37 +02:00 |
|
Wes Johnston
|
36e0453355
|
Bug 756701 - Don't add items to the deleted tables when removeAll is called. r=dolske,mfinkle
|
2012-05-22 15:33:34 -07:00 |
|
Wes Johnston
|
f70251fbce
|
Bug 756701 - Backout original patch. r=mfinkle
|
2012-05-22 15:33:31 -07:00 |
|
Wes Johnston
|
cf81a5fd89
|
Bug 756701 - Clear private data should not move things to the deleted items table. r=mfinkle,dolske
|
2012-05-21 13:55:28 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Matthew Noorenberghe
|
884f23c3f3
|
Bug 739697 - Don't begin a transaction for formhistory.sqlite if there's an existing one since we don't support nesting them. r=zpao,rnewman a=tracking-firefox
--HG--
extra : rebase_source : c78eed21037ffbd063230f9f16b1008eebb01310
|
2012-04-06 15:26:00 -04:00 |
|
Veeraya Pupatwibul
|
1bdf9d9923
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|
Richard Newman
|
dc4de675f4
|
Bug 735551 - cleanup and correction in nsFormHistory.js. rs=dolske
|
2012-03-23 10:56:12 -07:00 |
|
Adam Dane [:hobophobe]
|
f6bfd29afb
|
Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc
|
2012-03-19 21:09:50 -05:00 |
|
Ed Morley
|
bbbd8658b5
|
Merge mozilla-central to mozilla-inbound
|
2012-02-28 02:55:32 +00:00 |
|
Olli Pettay
|
116951918c
|
Bug 730470, FormFillController crashes, r=gavin
|
2012-02-28 01:31:23 +02:00 |
|
Wes Johnston
|
fe3941c302
|
Bug 725881 - Add a missing rollback. r=dolske
|
2012-02-27 14:14:42 -08:00 |
|
Wes Johnston
|
e85cf8c5f7
|
Bug 725881 - Add a deleted form history table. r=dolske
|
2012-02-27 10:10:16 -08:00 |
|
Olli Pettay
|
6e8736fc8c
|
Bug 726334, FormFillController should not have strong references to content objects, r=gavin
|
2012-02-22 14:59:39 +02:00 |
|
Geoff Lankow
|
b0321a6413
|
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
|
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 |
|
Neil Rashbrook
|
fda00c5f29
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-02-02 22:54:58 +01:00 |
|
Rafael Ávila de Espíndola
|
779e1c2124
|
Bug 714960 - Use asyncClose in toolkit/components/satchel/nsFormHistory.js. r=paul.
|
2012-02-01 11:16:24 +01:00 |
|
Ehsan Akhgari
|
440851ce36
|
Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews
|
2012-01-31 12:07:56 -05:00 |
|
Neil Rashbrook
|
8c5bbda76b
|
Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie.
|
2012-01-31 00:27:23 +01:00 |
|
Ed Morley
|
eb00fb62c0
|
Backout 8705f07a49ec (bug 649840) for bustage
|
2012-01-30 23:20:54 +00:00 |
|
Neil Rashbrook
|
1487d8fa74
|
Better test for bug 649840 r=ehsan
|
2012-01-30 22:28:21 +00:00 |
|
Ehsan Akhgari
|
d29aa34f08
|
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
|
8386f3e604
|
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
|
749a83f47e
|
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
|
bebe52f18d
|
Bug 696486 - Close dbConnection. r=mak.
|
2011-12-28 13:04:37 -05:00 |
|
Rafael Ávila de Espíndola
|
37858b3ecc
|
Bug 702848 - Finalize the statements in services sync/modules/engines/forms.js. r=dolske.
|
2011-12-22 11:21:37 -05:00 |
|
Masayuki Nakano
|
e925b75494
|
Bug 698949 Editor should refuse untrusted keypress event r=smaug
|
2011-12-21 21:11:36 +09:00 |
|
Masayuki Nakano
|
d82ad83346
|
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
|
f75421a645
|
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
|
ada63910c1
|
Bug 710237 - remove unused variable. r=mak. a=Ms2ger.
|
2011-12-13 16:44:33 -05:00 |
|
Rafael Ávila de Espíndola
|
7b897a56fb
|
Bug 709328 - Remove always true argument. r=mak77. a=js-only.
|
2011-12-12 15:35:35 -05:00 |
|
Masayuki Nakano
|
5aaeb19ce0
|
backout 34b8fe028357
|
2011-12-08 16:42:45 +09:00 |
|
Masayuki Nakano
|
0cf8dbff4b
|
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
|
a8a2611420
|
Bug 704521 - Fix form history autocomplete broken for XUL elements. r=zpao
|
2011-12-04 20:59:47 +08:00 |
|
Serge Gautherie
|
35abda6be6
|
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
|
8713abca25
|
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
|
398fcbfeb6
|
Bug 696404 - Finalize statements in profile-before-change; r=mak
|
2011-11-20 11:13:40 +00:00 |
|
Rafael Ávila de Espíndola
|
b710b34204
|
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
|
dd483e4921
|
Bug 698570 - Use weak references in nsFormHistory.js. r=mak.
|
2011-11-10 17:19:12 -05:00 |
|
Felix Fung
|
b6126dbd91
|
Bug 700389 - Simplify sortByTotalScore. r=zpao
|
2011-11-07 12:08:04 -08:00 |
|