cbiesinger%web.de
|
ed51da8076
|
bug 268171 make typeaheadfind use preventDefault instead of stopPropagation so
that other handlers don't try to consume the key
patch by Christian Persch <chpe@gnome.org> r=aaronlev sr=neil
|
2005-09-28 15:34:48 +00:00 |
|
bzbarsky%mit.edu
|
0f56e73dd0
|
Make sure kepress handlers are not affected by Caps Lock state. Bug 295228,
patch by Dainis Jonitis <Dainis_Jonitis@swh-t.lv>, r=neil, sr=bzbarsky
|
2005-08-30 18:13:48 +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 |
|
timeless%mozdev.org
|
1fcc96d6ea
|
Bug 298666 crash [@ nsTypeAheadFind::FindItNow ]
make if block guard crash
r=aaronl sr=shaver a=bsmedberg
|
2005-06-29 02:03:59 +00:00 |
|
bryner%brianryner.com
|
24d553c3fe
|
Fix typeahead find when fastback is turned on by checking that the pres shell is attached to a window before using it. Clean up some warnings as well. Bug 298622, r+sr=dbaron, a=chase.
|
2005-06-28 01:02:03 +00:00 |
|
bsmedberg%covad.net
|
be30b2f533
|
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
|
2005-04-04 18:38:19 +00:00 |
|
timeless%mozdev.org
|
60d73f400e
|
Bug 286191 UMR in nsTypeAheadFind::PrefsReset
patch by ajschult@verizon.net r=aaronl sr=jst
|
2005-03-18 03:49:33 +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 |
|
bzbarsky%mit.edu
|
949dc5fa14
|
Add a way for IME to query the caret position. Bug 278061, patch by
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
|
2005-02-01 19:24:59 +00:00 |
|
bryner%brianryner.com
|
f575a675b2
|
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
|
2005-01-31 23:47:26 +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 |
|
gerv%gerv.net
|
670fb87360
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-12-01 22:27:03 +00:00 |
|
aaronleventhal%moonset.net
|
ca0cd1c767
|
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
|
2004-10-13 01:12:14 +00:00 |
|
aaronleventhal%moonset.net
|
d13c2a8dec
|
bug 191871: fayt stops working after Alt+F C. r+sr=jst
|
2004-09-28 18:42:59 +00:00 |
|
aaronleventhal%moonset.net
|
dfef105afd
|
Bug 185824. Type ahead find fails with frames. Also fixes crash from bug 255002. r=timeless, sr=jst
|
2004-09-17 02:07:39 +00:00 |
|
roc+%cs.cmu.edu
|
44a2fd5b52
|
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
|
2004-09-14 02:28:03 +00:00 |
|
bryner%brianryner.com
|
dc76c57a2c
|
deCOMify nsIPresShell::GetRootFrame. Change callers inside of gklayout to use FrameManager()->GetRootFrame() instead so that the call can be inlined. Bug 253889, r+sr=roc.
|
2004-09-02 03:08:51 +00:00 |
|
kyle.yuan%sun.com
|
954aebf8c7
|
Bug 202163 caret mode: caret disappears after finding text (FAYT text mode)
r=aaronl, sr=roc, patch=ginn.chen@sun.com
|
2004-08-31 02:14:05 +00:00 |
|
gerv%gerv.net
|
ba2432c07e
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-08-25 23:02:50 +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
|
6a8c79a9b2
|
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
|
2004-08-02 04:52:55 +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
|
0fd21c3872
|
Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc.
|
2004-07-29 19:41:39 +00:00 |
|
gerv%gerv.net
|
9f35e25052
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-07-16 18:48:35 +00:00 |
|
cbiesinger%web.de
|
2bb5f1d3a1
|
replace EqualsWithConversion by EqualsLiteral where possible
bug 248687 r+sr=roc
|
2004-06-26 14:32:11 +00:00 |
|
roc+%cs.cmu.edu
|
0f4150a4e5
|
Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
|
2004-06-17 00:13:25 +00:00 |
|
ben%bengoodger.com
|
858f394efd
|
243386 - find as you type text not shown in the status bar. Repackage typeahead find resources in global since it is a core application component. r=aaronl.
|
2004-05-25 01:47:22 +00:00 |
|
roc+%cs.cmu.edu
|
0e3ff503fb
|
Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
|
2004-05-22 22:15:22 +00:00 |
|
jst%mozilla.jstenback.com
|
99e02e5aa3
|
Fixing bug 242734. deCOMtaminate nsITextContent. r+sr=bryner@brianryner.com
|
2004-05-07 20:55:17 +00:00 |
|
bryner%brianryner.com
|
7d80b4f5cf
|
deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
|
2004-05-03 21:48:36 +00:00 |
|
kjh-5727%comcast.net
|
c6598eb003
|
bug 241342 - notfound.wav is invalidly formatted. r=aaronleventhal, a=asa.
|
2004-04-29 19:10:28 +00:00 |
|
gerv%gerv.net
|
86486431ae
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 22:14:17 +00:00 |
|
sicking%bigfoot.com
|
fc084e0c73
|
Bug 236620: kill nsIContent::CanContainChildren
r/sr=jst
|
2004-03-06 00:22:03 +00:00 |
|
bryner%brianryner.com
|
ed98c9a308
|
deCOMtaminate nsIPresContext::GetEventStateManager. Bug 229371, r+sr=roc.
|
2004-02-27 17:17:37 +00:00 |
|
bryner%brianryner.com
|
92499cbd13
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
|
timeless%mozdev.org
|
19c6447c6c
|
Bug 191580 typeaheadfind accesses sound device on Linux when it's set to just "beep"
r=biesi sr=bryner
|
2004-02-02 23:12:00 +00:00 |
|
bryner%brianryner.com
|
42adb9f1be
|
More nsIPresContext deCOMtamination (bug 229371). Inline getters and setters for LinkHandler, VisibleArea, and Language; change some methods that don't return any useful data to |void|; make GetContainer return an already_AddRefed. r+sr=dbaron
|
2004-02-01 10:09:07 +00:00 |
|
jst%mozilla.jstenback.com
|
90431d8022
|
Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org
|
2004-01-29 22:04:45 +00:00 |
|
bsmedberg%covad.net
|
7d79d7ba8b
|
Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin
|
2004-01-28 23:45:17 +00:00 |
|
bsmedberg%covad.net
|
d0f309943a
|
Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 13:37:00 +00:00 |
|
bsmedberg%covad.net
|
274ef7cd49
|
Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet.
|
2004-01-07 01:22:31 +00:00 |
|
jst%mozilla.jstenback.com
|
4183787fa9
|
Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com.
|
2003-11-19 01:20:56 +00:00 |
|
timeless%mozdev.org
|
24fe2cdc90
|
Bug 224771 backspace reverts to prefed search behavior
r=biesi sr=bryner
|
2003-11-17 21:04:10 +00:00 |
|
timeless%mozdev.org
|
0a4d859beb
|
Bug 189307 typeahead initializes sound when it's uninitialized instead of if it's unitialized and there's a sound to play
r=caillon sr=roc
|
2003-11-11 18:39:02 +00:00 |
|
timeless%mozdev.org
|
04585b8515
|
Bug 224644 crash (pressing backspace) [@ nsTypeAheadFind::BackOneChar]
r=caillon sr=darin
|
2003-11-05 11:36:41 +00:00 |
|
bryner%brianryner.com
|
605cc06382
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
|
jst%mozilla.jstenback.com
|
5037b2a4a2
|
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
|
2003-09-27 04:18:26 +00:00 |
|
uid502
|
1cfabd35d3
|
Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron
|
2003-09-23 17:05:29 +00:00 |
|
bryner%brianryner.com
|
2406bc1ed4
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
|
cls%seawood.org
|
1b51ba858c
|
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
|
2003-08-16 00:42:35 +00:00 |
|