Commit Graph

327 Commits

Author SHA1 Message Date
Raymond Lee
6faab0e18d 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
a18af00dde Fix a couple of typos in comments. No bug, no review. 2012-05-31 10:32:17 +10:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Patrick McManus
e6a6d0dd80 bug 735543 - overlap tcp/ssl handshakes with typing in search box r=gavin 2012-04-25 08:54:42 -04:00
Robert Kaiser
4f7b430005 bug 643172 - Some searchbar cleanup found by SeaMonkey reviews - use classList, r=gavin 2012-02-23 18:56:48 +01:00
Robert Kaiser
490d097ca1 bug 643172 - Some searchbar cleanup found by SeaMonkey reviews - whitespace and nits, r=gavin 2012-02-23 13:55:04 +01:00
Robert Kaiser
d5ebf67725 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - engine.name, r=gavin 2012-02-23 13:50:15 +01:00
Matthew Noorenberghe
e6026079d6 Bug 724116 - Add additional URL types to implement channel parameter for Google search plugin. r=gavin
Based on Gavin's patch for bug 596439.
2011-03-18 14:56:46 -07:00
Geoff Lankow
2e3f95225f 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
835036b234 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
8b5ac14d6f bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - nits, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
c22482ab7c bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve onSelect, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
13807220a4 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve _cloneEngine, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
4f52b75d42 bug 709589 - Some engine manager cleanup found by SeaMonkey reviews - improve observer, r=gavin 2012-01-19 13:39:44 +01:00
Robert Kaiser
36ea57408b 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
c751d26637 Bug 461820 - prevent accessing searchbar history from content (tests) r=dolske 2012-01-10 16:53:16 -08:00
Ed Morley
6e731c995a 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
b2aeac5a65 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Malini Das
6cc1b2bc11 Bug 677626 - Add a profiling test suite for mochitest. r=jmaher 2011-09-19 14:52:04 -04:00
Neil Rashbrook
3c0fb1bc3c Bug 650950 Simplify DOMMouseScroll event handler r=dao 2011-04-19 23:12:50 +01:00
Gavin Sharp
3321b4fb24 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
a37a42a15a 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
91c4f14d5f 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
958d01c475 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
ce7aa96260 Bug 607518 - After performed Paste & Go and Paste & Search , Ctrl+Z makes blank, Ctrl+Z is necessary twice to undo it. r+a=gavin 2010-11-05 12:56:03 -07:00
Frank Yan
2cd52e29b3 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
a502d28a2c Bug 606859: add test coverage for Sherlock plugin installation, a=tests 2010-10-25 01:15:09 -04:00
Justin Dolske
b3a7918f57 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
be9b78b10f Bug 430627 - Remove open search notification in primary UI. r=gavin 2010-09-16 10:45:40 +02:00
Frank Yan
79835c5f00 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
7b6017efa4 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
23b950f0ae Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Neil Deakin
c8b88dc212 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
f01339cda7 Bug 554400, convert search.xml to use new dropped link handler, r=gavin 2010-04-18 14:27:23 -04:00
Dão Gottwald
11759821e2 s/mTabs/tabs/ (no bug, CLOSED TREE) 2010-04-09 13:18:02 +02:00
Dão Gottwald
94a10920c7 use Services.* in browser chrome tests 2010-04-03 09:36:55 +02:00
Dão Gottwald
8a7b57c619 use Services.* in browser chrome tests 2010-04-02 09:20:42 +02:00
Dão Gottwald
f8dd4d8a50 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
c0ce59f423 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
cf8558308e backing out changesets e939397fc6a5, 88529662c474 and 3d7c54b194bb due to random hangs in pgo tests 2010-03-09 22:33:11 -05:00
Joel Maher
fc440b802d 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
74827fb435 Backed out changeset 8ce70abd7777 2010-03-09 01:14:21 -05:00
Joel Maher
3ff94711b5 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
a7c210544a 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
b51e4506cb 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
Dão Gottwald
fad1ff5bf5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn 2010-03-04 08:13:27 +01:00
Dão Gottwald
cdca2f0b8a Bug 482105 - Replace searchbar design images with CSS borders, backgrounds and box shadows. r=mstange, r=rflint 2010-02-21 16:03:52 +01:00
Jae-Seong Lee-Russo
443fe4004d Bug 468810 - Make "Manage search engines" window resizable. r=rflint 2010-02-12 05:43:18 -05:00
Dão Gottwald
3ec11d2d3c Use ordinary JS functions as observer callbacks in browser chrome tests 2010-02-06 09:47:42 +01:00
Ryan Flint
ea064523ce Stop browser_426329.js from touching the network; causing random orange (bug 534889). 2009-12-27 23:30:21 -05:00