Граф коммитов

91 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com c0d2dd1ea2 rename bookmarks/history and form history databases (bug 324545) r=brettw. Fixing the bookmarks unit test too. 2006-02-14 21:03:04 +00:00
benjamin%smedbergs.us 69ea385abc Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 16:12:53 +00:00
leon.sha%sun.com b33921c250 Bug 326058 Failed to build firefox trunk on solaris.
brettw: review+
Patch by leon.sha@sun.com
2006-02-07 02:12:04 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
gavin%gavinsharp.com 1e9cb6995c Bug 241774: change deletion of autocomplete entries from shift+del to just del, r=mconnor 2006-01-31 21:16:11 +00:00
bryner%brianryner.com 328a2de451 Don't warn if there is no existing form history. Bug 325253, r=brettw. 2006-01-30 19:59:02 +00:00
bryner%brianryner.com 7147b98495 fix gcc bustage (bug 324170). r=brettw. 2006-01-27 19:21:19 +00:00
darin%meer.net 05b95bb3df Fix build bustage in satchel when --enable-storage is specified without --enable-places, b=324170, r=bryner 2006-01-27 19:17:21 +00:00
bryner%brianryner.com daed416e86 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
pavlov%pavlov.net f35c6c1ef2 fixing bustage from bsmedberg's checkin for 322965. 2006-01-26 03:10:10 +00:00
bsmedberg%covad.net ec0ae1ec61 Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies 2006-01-25 20:23:24 +00:00
pavlov%pavlov.net a6582b5239 backing out bsmedberg's checkins for bug 322965 due to build bustage. 2006-01-25 04:54:07 +00:00
bsmedberg%covad.net 01b70b6122 Need DSO_LDOPTS and EXPORT_LIBRARY, from bug 322965 2006-01-24 21:11:15 +00:00
bsmedberg%covad.net abe638de27 Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul) 2006-01-24 19:27:00 +00:00
bryner%brianryner.com 6f17959796 Fix for autocomplete widget crashes and misbehavior. This reverts the original fix for bug 192577 since that makes it difficult to reliably determine whether the autocomplete popup is open. Bug 192577 is re-fixed by adding a property to nsIPopupBoxObject to allow the "rollup event" behavior to be specified by an XBL binding. We then set this to "consume" for the urlbar dropdown, so that clicking on the button a second time only dismisses the popup, and skips dispatching the event. Additionally, this change makes us only have a singleton AutoCompleteController for all inputs (this was already the case for HTML inputs, but not XUL inputs). Bug 306067, r+sr=roc. 2005-12-31 23:34:46 +00:00
jst%mozilla.jstenback.com 8f1863159b Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +00:00
bzbarsky%mit.edu 0d6a610963 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param.  Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
2005-08-22 22:24:29 +00:00
cbiesinger%web.de 05459f44fc bug 289695 use the right free function
patch by Itay Perl <itay.perl@gmail.com> r=bsmedberg a=bsmedberg
2005-06-19 18:09:51 +00:00
bryner%brianryner.com e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
db48x%yahoo.com 01bbb234da bug 289695: nsFormHistory.cpp, nsAutoVoidArray should call PR_Free on matchingValues, and not delete it.
r=mconnor, a=asa
2005-06-11 07:33:05 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
jst%mozilla.jstenback.com 50de4a3e1d Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
bsmedberg%covad.net f90fe3acc6 Bug 290180 - coverity errors in toolkit/* r=darin a=asa 2005-04-15 14:55:56 +00:00
bryner%brianryner.com 97142b354d Protect against a null docshell being passed in to GetIndexOfDocShell (bug 264032). r=mconnor. 2005-04-11 22:25:09 +00:00
bsmedberg%covad.net 914a5612a1 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
jshin%mailaps.org d28e19536e bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano 2005-03-05 08:19:05 +00:00
jst%mozilla.jstenback.com a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
bsmedberg%covad.net 361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
dveditz%cruzio.com ab565970e3 bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor 2005-02-18 12:40:00 +00:00
bryner%brianryner.com 67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
jshin%mailaps.org aa8e0ad37a bug 193544 textbox crash (autocomplete + IME) patch by masayuki@d-toybox.com, r/sr=bryner 2005-01-30 09:31:36 +00:00
bzbarsky%mit.edu 99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bmlk%gmx.de d3197a9276 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
ben%bengoodger.com a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
bryner%brianryner.com 53c6d32631 Fix pref observer usage so that nsFormHistory notices when the user has turned off form autofill (bug 254485). r=ben. 2004-11-10 07:53:17 +00:00
darin%meer.net 189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
dean_tessman%hotmail.com 2ae33d74a6 256079 - Clicking focused readonly textbox triggers autocomplete
p=m.wargers@hccnet.nl
r=mconnor sr=bryner
2004-10-01 01:19:50 +00:00
bryner%brianryner.com 64e9b4b46b Listen for document unload and kill the autocomplete popup if it's open. Bug 257354, r+sr=ben. 2004-10-01 00:35:09 +00:00
bryner%brianryner.com 7b7efa3d32 get rid of NS_WARNING when typing into a textarea. r=danm 2004-10-01 00:15:11 +00:00
dbaron%dbaron.org 509412873b Fix leak of mork factory. b=257219 r+sr=bryner 2004-09-02 00:44:18 +00:00
dbaron%dbaron.org a58216a8cb Fix leaks of mork rows. b=257218 r+sr=bryner 2004-09-02 00:41:36 +00:00
dbaron%dbaron.org 2f9c6891b1 Fix leak of nsPasswordManager singleton. b=257211 r+sr=bryner 2004-09-02 00:40:23 +00:00
bryner%brianryner.com 180b0b7373 Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc. 2004-08-20 20:34:37 +00:00
bryner%brianryner.com b729abf62b Attempt graceful recovery when mork corruption is detected for form autocomplete data. Bug 253935, patch by bienvenu, r=bryner, sr=mscott 2004-08-19 00:38:52 +00:00
ben%bengoodger.com 99c06ea471 253709 form autocomplete popup placed at top left of screen on mousedown on wrong page... patch suggested by dean tessman, r+a=ben@mozilla.org 2004-08-10 22:39:00 +00:00
bryner%brianryner.com 5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com b5ff05df21 Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me. 2004-07-29 08:42:54 +00:00
bryner%brianryner.com 61898ea375 Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake. 2004-07-29 05:55:30 +00:00
varga%nixcorp.com 8a2c2866cd Fix for bug 217640. autocomplete removes exactly matching entries from list
r=ben
2004-07-15 18:04:37 +00:00