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

1906 Коммитов

Автор SHA1 Сообщение Дата
reed%reedloden.com e6e48956f2 Bug 391429 - "Editor caret is hidden in XULRunner applications, but visible in Firefox" [p=matt@songbirdnest.com (Matt Crocker) r+sr=peterv aM9=beltzner] 2007-10-31 18:51:50 +00:00
peterv%propagandism.org e57bddb141 Fix for bug 335856 (Can't easily put caret in this designmode iframe testcase (caret doesn't show up)), also fixes bug 393568 (blocking1.9+) and bug 386872. r/sr=jst. 2007-10-03 12:16:52 +00:00
roc+%cs.cmu.edu 1c3c2cff71 Bug 388980. Backing out because it broke tests. 2007-10-02 22:12:20 +00:00
roc+%cs.cmu.edu c85cf0523d Bug 388980. Keep mCSSAware in sync. patch by Chris Pearce, r+sr=peterv 2007-10-02 21:44:22 +00:00
reed%reedloden.com 1bd5534e34 Bug 384147 - "tabbing out list item doesn't merge with next list item at same depth" [p=mfenniak-moz@mathieu.fenniak.net (Mathieu Fenniak) r=glazou sr+a1.9=roc] 2007-10-02 07:32:17 +00:00
mrbkap%gmail.com dd590a4b81 Restore the caret on drag exit. bug 397283, r+sr+a=roc 2007-10-01 00:37:12 +00:00
martijn.martijn%gmail.com 97394bd5c9 Bug 396108 � Crash [@ PresShell::ResizeReflow] with iframes, binding, while onbeforecopy removing stuff, patch by Mathieu Fenniak, r=Olli.Pettay, sr=jst, a=jonas 2007-09-29 17:56:05 +00:00
mrbkap%gmail.com 25bf255e15 Restore the right caret in all cases. bug 395888, r+sr+a=roc 2007-09-22 21:06:58 +00:00
reed%reedloden.com 11f2440546 Backout patch from bug 384147 from Mathieu Fenniak due to new test failing on Windows and Linux (but not Mac). 2007-09-20 07:05:57 +00:00
reed%reedloden.com 447335297a Bug 384147 - "tabbing out list item doesn't merge with next list item at same depth" [p=mfenniak-moz@mathieu.fenniak.net (Mathieu Fenniak) r=glazou sr=roc a1.9=roc] 2007-09-20 06:14:37 +00:00
cbarrett%mozilla.com 983ed3881d Bug 393646 - Support reading image data off the clipboard on Mac r=josh,bienvenu sr=roc a=mconnor/drivers 2007-09-17 18:02:50 +00:00
bzbarsky%mit.edu 9e3546a1b0 Flush out layout when doing sync updates. Bug 393723, r+sr=roc, a=dbaron 2007-08-29 18:57:29 +00:00
philringnalda%gmail.com 3e4d9a890d Bug 377575 ��� Table resize information tooltip location is misplaced, patch by Mathieu Fenniak <mfenniak-moz@mathieu.fenniak.net>, r=glazou, sr=jst, a1.9=dbaron 2007-08-26 05:53:38 +00:00
Olli.Pettay%helsinki.fi 8731b1a725 Bug 382527, r=neil, sr=peterv, a=1.9+ 2007-08-25 12:37:38 +00:00
masayuki%d-toybox.com 5fa5b33f97 Bug 392252 need new APIs for converting AppUnits to gfx usable pixels r=sharparrow1, sr+a=roc 2007-08-22 11:13:55 +00:00
mrbkap%gmail.com 0e649aa15e Redragging over empty text field doesn't show drag caret, except for the last text field. bug 390228, r+sr=roc a=dbaron 2007-08-13 21:33:25 +00:00
bzbarsky%mit.edu 7b4500d354 Use the principal doing the load to decide on the URI to pass to content
policies.  This will help do the right thing for data:/javascript:/about:blank,
as well as allow us to skip content policies altogether if the caller is
system.  Bug 388597, r+sr=sicking
2007-08-08 01:16:12 +00:00
jst%mozilla.org ffdfe7d2ba Bug 280959: Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-26 04:14:35 +00:00
bzbarsky%mit.edu 4345b88716 Avoid doing some work when initializing textfields. Bug 221150, patch by
peterv and a little bit me, r=me, sr=roc
2007-07-25 00:11:23 +00:00
Olli.Pettay%helsinki.fi fede683270 Bug 388646, Resizers shown for non-editable elements when document contains contenteditable element, r+sr=peterv 2007-07-20 23:21:49 +00:00
bzbarsky%mit.edu 3c5c154175 Pass through loader principal and URI to LoadSheet(). Bug 387317, r+sr=peterv 2007-07-11 19:44:27 +00:00
neil%parkwaycc.co.uk 11d0936e48 Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 08:46:49 +00:00
peterv%propagandism.org 49b3615794 Fix for bug 386838 (Cannot select text twice in readonly textboxes). r/sr=jst. 2007-07-10 15:38:30 +00:00
jwalden%mit.edu ef68fcf595 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 07:08:56 +00:00
Olli.Pettay%helsinki.fi 67104c6b52 Bug 386820, Gmail, compose mail, cursor missing in (rich formatting) textfield, r+sr=peterv 2007-07-04 18:20:00 +00:00
Olli.Pettay%helsinki.fi 1cb8afd545 bug 386561, Page not painting properly (ensure that EndUpdateViewBatch gets called), r+sr=peterv 2007-07-04 17:53:43 +00:00
Olli.Pettay%helsinki.fi 955bab9150 Bug 238987, Focus and blur events bubble from some form input controls, r+sr=bz 2007-07-03 13:37:33 +00:00
peterv%propagandism.org 4e8e800dce Part 2 of the fix for bug 382778. r=smaug, sr=sicking. 2007-07-03 13:00:12 +00:00
Olli.Pettay%helsinki.fi f4cad9464f back out bug 238987 2007-07-03 12:37:05 +00:00
Olli.Pettay%helsinki.fi 218801cb22 Bug 238987, Focus and blur events bubble from some form input controls, r+sr=bz 2007-07-03 11:49:41 +00:00
peterv%propagandism.org 21a81ed5d9 Fix for bug 382778. r=smaug, sr=sicking. 2007-07-02 14:01:27 +00:00
sayrer%gmail.com f9f86e1b81 Bug 386009. Fix a leak in nsEditor and delete some code we don't need anymore. r+sr=dbaron 2007-06-30 03:09:53 +00:00
sayrer%gmail.com cc8b3b81f7 backout fix for bug 386009 to see if it causes orange. 2007-06-28 07:33:23 +00:00
peterv%propagandism.org b188226d8f Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-28 02:48:22 +00:00
sayrer%gmail.com c802c4c2f5 Bug 386009. Fix a leak in nsEditor and delete some code we don't need anymore. r+sr=dbaron 2007-06-28 01:37:03 +00:00
peterv%propagandism.org 3aef5b4f41 Backing out to fix orange. 2007-06-27 23:21:09 +00:00
peterv%propagandism.org c08e0c73cb Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 22:29:54 +00:00
Olli.Pettay%helsinki.fi 80fc22d9c4 Bug 336081, Crash [@ nsHTMLEditRules::WillOutdent], r=neil, sr=peterv 2007-06-26 08:52:03 +00:00
Olli.Pettay%helsinki.fi 5c46294cbf Bug 336160 ��� Crash when releasing mouse while dragging absolute positioned element in designMode [@ nsHTMLEditor::MouseUp], r=glazman, sr=peterv 2007-06-14 08:22:47 +00:00
peterv%propagandism.org 1f0867fd8b Fix for bug 372544 ([Midas] Tab spacing is inconsistent). Patch by Mathieu Fenniak (mfenniak-moz@mathieu.fenniak.net), r/sr=me. 2007-05-24 13:00:53 +00:00
masayuki%d-toybox.com e728f6004b Bug 279246 Implement 'ime-mode' property (WinIE CSS) r+sr=dbaron 2007-05-16 15:51:39 +00:00
Olli.Pettay%helsinki.fi 9e47421a20 Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst 2007-05-15 08:50:37 +00:00
Olli.Pettay%helsinki.fi 6721d4f009 Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 09:13:09 +00:00
Olli.Pettay%helsinki.fi 8e287d3582 backout Bug 363089 2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi 670f53f666 Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 11:15:20 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(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 22:24:25 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
masayuki%d-toybox.com 568e699c99 Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 13:43:58 +00:00
enndeakin%sympatico.ca 9deb47c5ca Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-12 04:37:41 +00:00
cbiesinger%web.de 1a7ca53774 Bug 375878 remove users of Recycle()
patch by taras glek r+sr=biesi
2007-03-30 22:44:22 +00:00