Commit Graph

132 Commits

Author SHA1 Message Date
Andres Hernandez
13b53f0578 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Nathan Froyd
5b30baa4c3 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
David Rajchenbach-Teller
cf0d6e2aa2 Bug 722332 - Adapt main clients to asynchronous nsIBrowserSearchService API. r=gavin 2012-04-19 16:08:09 +02:00
Dão Gottwald
9f4bbd369a Bug 767975 - Set the consumeoutsideclicks attribute on autocomplete result popups instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin 2012-06-26 23:48:15 +02:00
Raymond Lee
662895bda7 Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77 2012-05-31 14:45:28 +02:00
Cameron McCormack
ddfdfc0a31 Fix a couple of typos in comments. No bug, no review. 2012-05-31 10:32:17 +10:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Patrick McManus
50227ce9cd bug 735543 - overlap tcp/ssl handshakes with typing in search box r=gavin 2012-04-25 08:54:42 -04:00
Robert Kaiser
81ca9b8063 bug 643172 - Some searchbar cleanup found by SeaMonkey reviews - use classList, r=gavin
--HG--
extra : transplant_source : %F5%DD%B3%23/G%ECW%81%1A%A8%5E%9EX%A8%89%A98DE
2012-02-23 18:56:48 +01:00
Robert Kaiser
9e06c36dbd bug 643172 - Some searchbar cleanup found by SeaMonkey reviews - whitespace and nits, r=gavin
--HG--
extra : transplant_source : 3Q%B9tgA%B8e%A8G%BEc%3B%1D%16%3E%9C%FA%F1%8C
2012-02-23 13:55:04 +01:00
Robert Kaiser
b64cab764c bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - engine.name, r=gavin
--HG--
extra : transplant_source : 3%DDX%AB%B3I%CAbM%3D%088x%C1Mv%D4%A9%2C%9A
2012-02-23 13:50:15 +01:00
Matthew Noorenberghe
e7b9ec98ac Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
Based on Gavin's patch for bug 596439.

--HG--
rename : browser/components/search/test/testEngine.xml => browser/components/search/test/testEngine_mozsearch.xml
extra : rebase_source : c2d88610668c305a7a1710fb69a99a44d8f23bb7
2011-03-18 14:56:46 -07:00
Geoff Lankow
237b5a24af Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg 2012-01-17 14:34:51 +13: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
Robert Kaiser
4d22b94000 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - nits, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
b2e6b9b28e bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve onSelect, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
550915e1ac bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve _cloneEngine, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
ec4a7c8a0c bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve observer, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
cf9f5d6eff bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - use Services.jsm, r=gavin 2012-01-19 13:39:44 +01:00
Matthew Noorenberghe
323f3ddfa8 Bug 461820 - prevent accessing searchbar history from content (tests) r=dolske
--HG--
extra : rebase_source : c83545f7fa62353bad8cdd783fdd09626b9a23e0
2012-01-10 16:53:16 -08: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
Malini Das
841f72da21 Bug 677626 - Add a profiling test suite for mochitest. r=jmaher 2011-09-19 14:52:04 -04:00
Neil Rashbrook
81d4a765c4 Bug 650950 Simplify DOMMouseScroll event handler r=dao 2011-04-19 23:12:50 +01:00
Gavin Sharp
c085637890 Bug 553577: don't let failures to save the search to form history prevent the search bar from working, r=dao 2011-03-28 18:59:26 -04:00
Ehsan Akhgari
49fceed112 Backout the latest cedar merge wholesale until I test the correctness of the merge locally. This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge) 2011-04-01 12:23:48 -04:00
Gavin Sharp
bd477a6b06 Bug 553577: don't let failures to save the search to form history prevent the search bar from working, r=dao 2011-03-28 18:59:26 -04:00
Ehsan Akhgari
6171831c1d Bug 631152 - Search autocomplete popup opens in the wrong position in RTL mode; r=gavin 2011-02-03 19:52:46 -05:00
Frank Yan
b56bc0f52d Bug 607518 - After performed Paste & Go and Paste & Search , Ctrl+Z makes blank, Ctrl+Z is necessary twice to undo it. r+a=gavin
--HG--
extra : rebase_source : d22c594d6cec8cfbdadb68b799d5e228aa138f8e
2010-11-05 12:56:03 -07:00
Frank Yan
683cc26c00 Bug 599793 - Paste & Go / Search should replace entire contents of textbox; r=dao a=blocking2.0-final+ 2010-10-26 15:35:44 -07:00
Gavin Sharp
54976f6597 Bug 606859: add test coverage for Sherlock plugin installation, a=tests
--HG--
rename : browser/components/search/test/browser_415700.js => browser/components/search/test/browser_addEngine.js
extra : rebase_source : e7791f98232124b4341252c4d9ec80f390228771
2010-10-25 01:15:09 -04:00
Justin Dolske
f0a1f53a2b Bug 597129 - "Paste & Go" or "Paste & Search" trigger two pastes, including to content. r=gavin, a=blocking 2010-09-20 21:32:00 -07:00
Dão Gottwald
2668694d8d Bug 430627 - Remove open search notification in primary UI. r=gavin 2010-09-16 10:45:40 +02:00
Frank Yan
b2e4ab0479 Bug 492544 - Add 'Paste and Go' + 'Paste and Search' to context menu on location field + search field. r=dolske, ui-r=limi, a=dolske 2010-09-16 00:51:24 -07:00
Timothy Nikkel
862d66fc00 Bug 571640. Part 1. Enhance synthesizeDrop to take a source element to start the drag on. r=enndeakin 2010-06-25 16:51:17 -05:00
Marco Bonardo
56687a63fc Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Neil Deakin
d8d39d4a37 Bug 545119, use link drop service for tabbrowser dataTransfer for search engine dialog and remove browser dependency on nsDragAndDrop.js, r=gavin 2010-05-26 11:28:25 -04:00
Neil Deakin
3c21f75207 Bug 554400, convert search.xml to use new dropped link handler, r=gavin 2010-04-18 14:27:23 -04:00
Dão Gottwald
dbbdc2f693 s/mTabs/tabs/ (no bug, CLOSED TREE) 2010-04-09 13:18:02 +02:00
Dão Gottwald
3e32555d24 use Services.* in browser chrome tests 2010-04-03 09:36:55 +02:00
Dão Gottwald
bbecfef399 use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Dão Gottwald
700ebc0ae8 Bug 544762 - Implement menuitem-with-favicon class in toolkit and use it in appropriate places. ui-r=faaborg, r=gavin 2010-03-24 10:17:40 +01:00
Joel Maher
d050afae06 Bug 544097 Chaning mochitests to run against mochi.test instead of localhost r=ted, waldo, dwitte p=jmaher. Landed on CLOSED TREE 2010-03-12 13:53:36 -08:00
Brad Lassey
bb55fe310f backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
aef3dc32c3 Bug 544097 changing mochitests to use mochi.test instead of localhost for windows mobile refactoring p=jmaher, r=ted,dwitte, sayrer, waldo, ctalbert 2010-03-09 08:55:39 -08:00
Kyle Huey
1d0289c601 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
cee9b522a0 Bug 544097 Change mochitests to use mochi.test instead of localhost for mobile refactoring p=jmaher r=ted,dwitte,sayrer 2010-03-08 19:21:33 -08:00
Clint Talbert
7ffd9496bc Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box 2010-03-07 17:34:23 -08:00
Joel Maher
ef6c5fda3d Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte 2010-03-07 16:08:05 -08:00