Commit Graph

91 Commits

Author SHA1 Message Date
Trevor Saunders
c40af5bf91 bug 407956 - make nsITreeView not take a nsISupportsArray* r=neil, bz sr=neil 2013-01-06 19:54:42 -05:00
Gregory Szorc
b93e289edd Bug 840177 - Part 4: Record search bar searches in Firefox Health Report; r=gavin 2013-02-13 14:33:24 -08:00
Ehsan Akhgari
bc8db22919 Fix a typo, no bug, DONTBUILD 2012-11-30 01:59:59 -05:00
Josh Matthews
c7506771fc Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi 2012-06-30 07:34:17 -07:00
Ed Morley
bbae80e3f1 Backout e123e0173185, 326ed6f1dc9e & 7c2c9c988869 (bug 722979) for mochitest-a11y failures 2012-11-16 15:06:13 +00:00
Josh Matthews
79a2c3192a Bug 722979 - Add privacy status argument to relevant nsIStrictTransportSecurityService methods. r=bsmith sr=biesi 2012-06-30 07:34:17 -07:00
Josh Matthews
164359236e Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer 2012-11-14 16:00:44 +00:00
Josh Matthews
d6890fe57f Bug 723001 - Move privacy state checking from nsFormHistory to its callers. r=dolske
* * *
Bug 800669 - "Remove recent addition of gPrivateBrowsingUI in PB search bar test" [r=josh]
2012-10-24 00:27:58 -04:00
Ehsan Akhgari
75bc6ecf87 Bug 801049 - Communicate the privacy bit of the active window to the search suggestion service so that it knows whether to put the channel it creates in private browsing mode or not; r=gavin
I'm using the autocompletesearchparam as a vehicle for delivering the
privacy information into the guts of nsSearchSuggestions.  The
alternative solution will involve modifying the autocomplete interfaces,
which is even more horrible than what the code here does.  It's not that
bad if you think of autocompletesearchparam attribute as an opaque value
which is used to transfer information to the nsIAutoCompleteSearch
implementations, which is what it is!
2012-10-15 18:59:33 -04:00
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
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
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
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
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
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
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
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
Dão Gottwald
caf1dccaa5 Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn
--HG--
extra : rebase_source : 50e3996d42073daa4c9f68f8c263b8b8106f3d84
2010-03-04 08:13:27 +01:00
Dão Gottwald
b11329ecc2 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
e4ac43e7f5 Bug 468810 - Make "Manage search engines" window resizable. r=rflint 2010-02-12 05:43:18 -05:00
Neil Deakin
57246e822c Bug 523780, cannot drag first search engine, r=rflint 2009-12-15 11:07:45 -05:00
Dão Gottwald
78ce9ba60d Bug 526989 - getEngines, getVisibleEngines and getDefaultEngines engineCount out params should be optional. r=gavin
--HG--
extra : rebase_source : ea466269b081c55e6ce4d178a00a9b882f65ac93
2009-11-06 22:56:26 +01:00
Saint Wesonga
240c493406 Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Neil Deakin
2737a14b5e Bug 456106, use new drag and drop api in browser and toolkit, r=mano 2009-06-20 20:04:07 -04:00
Dão Gottwald
4fb8ab77ea Backed out changeset 0b7f20c1f468 2009-06-11 09:06:53 +02:00
Dão Gottwald
2dec8d5365 Bug 482105 - Restyle the search bar on OS X. r=mstange,rflint 2009-06-11 02:37:59 +02:00
Dão Gottwald
f2cf613a17 Bug 414642 - Remove tooltip workaround from bug 336231 since bug 374288 is fixed. r=gavin 2009-05-06 10:29:05 +02:00