Commit Graph

144 Commits

Author SHA1 Message Date
sspitzer@mozilla.org
8e9c527c5a fix for bug #387718: the location bar dropdown should show a star next to bookmarked results r=gavin 2007-08-31 13:19:19 -07:00
masayuki@d-toybox.com
a20d56bd8d Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 04:13:46 -07:00
scott@scott-macgregor.org
3124089291 Bug #388532 --> nsMoarkFactoryFactory leaks the global mork mdb factory. Change it to a service, and use a com ptr to keep track of the mdb factory.
sr=bienvenu
r=standard8
r=sspitzer for toolkit changes
2007-07-25 15:20:55 -07:00
sspitzer@mozilla.org
7e03c6fe2c fix for bug #373353: add favicons to the results in the location bar
r=mano
2007-07-20 14:55:18 -07:00
jwalden@mit.edu
6d7584839a Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
enndeakin@sympatico.ca
59c3596049 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
enndeakin@sympatico.ca
8a87437d5f Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
534c14e326 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
gavin@gavinsharp.com
bd4d1b832f Bustage fix #3 for bug 374723 2007-05-16 07:07:43 -07:00
gavin@gavinsharp.com
405957fd02 Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
dveditz@cruzio.com
94af8c1cc2 bug 364112 truncate large form history data. r=mano 2007-04-27 22:26:53 -07:00
philringnalda@gmail.com
811bd70baf Bug 370561 - Make nsIFormSubmitObserver scriptable, patch by Justin Dolske <dolske@mozilla.com>, r+sr=jst 2007-04-16 21:06:12 -07:00
mozilla.mano@sent.com
6ed672c864 Back out bug 286933 due to various regressions. 2007-04-04 12:55:04 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
Olli.Pettay%helsinki.fi
4e0ebc823d Bug 372665 ��� Crash [@ PresShell::ScrollFrameIntoView] when focusing br during pageload. (Adding ScrollContentIntoView), r+sr=roc 2007-03-06 09:53:56 +00:00
Olli.Pettay%helsinki.fi
805e0ff0f8 Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
mozilla.mano%sent.com
93e03d6be8 Bug 359552 - Remove keycode constants from nsIAutoCompleteController. r=gavin. 2006-12-07 12:59:02 +00:00
philringnalda%gmail.com
9e97b57875 Bug 350785 followup: Get out of form autocomplete storage even earlier for non-text inputs, r=mano 2006-11-11 18:26:21 +00:00
philringnalda%gmail.com
6d2e77349c Bug 350785: Form Manager stores data even if autocomplete is off, r=bsmedberg,mano 2006-11-07 02:08:56 +00:00
Olli.Pettay%helsinki.fi
d484cb3d2b Bug 356007, Crashes [@ nsFormFillController::OnTextEntered], r=bryner 2006-10-09 17:58:11 +00:00
vladimir%pobox.com
ee2152688f more turning-off-places bustage fixes 2006-09-26 05:21:51 +00:00
mozilla.mano%sent.com
a5af02ceae Bug 286933 - Enter that selects autocomplete entry should be hidden from page scripts. r=mconnor. 2006-09-19 16:48:32 +00:00
Olli.Pettay%helsinki.fi
811918cca3 Bug 340969, crash at [@ nsFormFillController::GetTextValue], r=dbaron 2006-09-18 08:23:32 +00:00
Olli.Pettay%helsinki.fi
7e021d3aa8 Bug 351853, Crashes [@ nsFormFillController::GetDocShellForInput], adding a null check, r=dbaron 2006-09-11 20:10:40 +00:00
Olli.Pettay%helsinki.fi
d9fd227d21 Bug 351853, Crashes [@ nsFormFillController::GetDocShellForInput], adding a null check, r=dbaron 2006-09-08 21:19:58 +00:00
Olli.Pettay%helsinki.fi
a5be8b14c8 Bug 350495, Crashes [@ nsFormFillController::SetPopupOpen], r=jst 2006-08-29 16:11:08 +00:00
cbiesinger%web.de
8c59aae763 Bug 265780 part I: Implement nsIAuthPrompt2 and related interfaces per the design at
http://wiki.mozilla.org/Necko:nsIAuthPrompt2
r=darin
2006-08-26 21:42:54 +00:00
vladimir%pobox.com
31c8e763e7 b=334174, corrupted db files are not handled correctly, r=brettw 2006-07-26 18:54:12 +00:00
rob_strong%exchangecode.com
0564b9ebaa Bug 320938 - autocompletion of a text-field pops up above firefox. patch=mwu, r=jst 2006-07-18 00:32:24 +00:00
rob_strong%exchangecode.com
9aab7b5b89 Bug 343182 - Password Manager asks multiple times to save a password. patch=mwu, r=jst, sr=bzbarsky 2006-07-18 00:18:32 +00:00
mozilla.mano%sent.com
5ddda240df Bug 315028 - Shift+Delete does not remove autocomplete entries (of [x]html forms). r=mconnor. 2006-06-26 06:37:00 +00:00
bryner%brianryner.com
c2391975f2 Close the autocomplete popup if a context menu is opened (bug 296526), patch by martijn, r=me 2006-06-19 19:55:33 +00:00
mattwillis%gmail.com
bdcc7f2842 334464 back out reference to fix bustage on trunk. r=mento, a=bz to fix bustage during tree closage 2006-06-14 02:13:41 +00:00
mattwillis%gmail.com
eadbacf3ca oops. closed tree. backing out. my bad. 2006-06-13 21:37:01 +00:00
mattwillis%gmail.com
e4f753263c 334464 back out reference to fix bustage on trunk. r=mento 2006-06-13 21:09:56 +00:00
brettw%gmail.com
9aebd1523e Bug 335558 r=bryner Inconsistency between file #defines and the build ones. 2006-06-09 22:42:06 +00:00
brettw%gmail.com
a9b5ff1bd6 Bug 340882 r+a=bryner Possible invalid pointer access, fix satchel warnings 2006-06-08 23:07:32 +00:00
timeless%mozdev.org
4af059b87e Bug 337917 Make consumers stop using cids from other modules
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
dougt%meer.net
db3bba4e5d Seams to fix minimo bustage caused by 335558 checkin. If nothing else, this is a cleaner way of doing things. r=darin 2006-06-02 03:09:40 +00:00
masayuki%d-toybox.com
9ebd103ee6 Bug 339661 Location bar dropdown does not disappear on second click r=mconnor 2006-05-31 17:55:19 +00:00
brettw%gmail.com
d909ffb77e Bug 335558 r=benjamin
Make storage form history use Mork if available
2006-05-30 22:36:16 +00:00
bryner%brianryner.com
9ccdd4236a Fix for clearing saved form data using Clear Private Data (bug 333591). Patch by pamg, r+b181=me 2006-05-18 23:14:10 +00:00
mark%moxienet.com
21963c6464 334464 Crash when loading formhistory due to abuse of string APIs. Initialize using PRUnichar data with an explicit length. r=darin 2006-04-24 23:31:14 +00:00
sharparrow1%yahoo.com
67d4723e36 Bug 334416: Misc view usage cleanups. r+sr=roc. 2006-04-18 06:05:24 +00:00
brettw%gmail.com
4039642bee Bug 332935 r=bryner Speed up form history using datbase caching and preloading. 2006-04-13 16:24:22 +00:00
benjamin%smedbergs.us
20081835b4 Bug 325257, damn cross-commit for committing even when there were conflicts. 2006-04-06 18:41:38 +00:00
benjamin%smedbergs.us
a4c515c10e Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2006-04-06 18:06:05 +00:00
benjamin%smedbergs.us
3539509107 Fix merge conflicts from table-driven QI (bug 313309) 2006-04-06 17:43:09 +00:00
gavin%gavinsharp.com
8013830c9b Bug 325737: revert to shift+delete for removal of autocomplete entries on Mac, r+a=mconnor 2006-04-05 22:57:48 +00:00