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

40 Коммитов

Автор SHA1 Сообщение Дата
bent.mozilla%gmail.com 243b45e3dd Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions. 2007-05-23 20:08:55 +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
timeless%mozdev.org 4332e2aaf6 Bug 317261 [spatial navigation] prefs not read on startup
patch by mook.moz+mozbz@gmail.com r=dougt, r=timeless
2007-04-25 12:14:16 +00:00
Olli.Pettay%helsinki.fi 8d98880cc2 Bug 372797, Convert ScrollFrameIntoView users to use ScrollContentIntoView, r+sr=roc 2007-03-07 19:08:36 +00:00
dougt%meer.net bd4cd2bc43 When using snav in a text elem, make sure that you can move the carot around in that text 2007-03-05 06:45:21 +00:00
dougt%meer.net e214bfdf8a fixing build bustage. enabling text fields to work 2007-03-04 08:54:50 +00:00
Olli.Pettay%helsinki.fi 391f74f48d Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
cvshook%sicking.cc 0c24c4a4c3 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
uriber%gmail.com 82ef28f26d Allow users of nsFrameTraversal to specify what features they want the iterator to have, and make nsFrame::GetFrameFromDirection() specify "following OOFs". bug=334626 r+sr=roc 2006-08-30 13:38:16 +00:00
timeless%mozdev.org 1846fd9c62 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
dougt%meer.net e403ac471f Scroll when target is off screen. NPODB 2006-05-16 02:45:48 +00:00
cvshook%sicking.cc 36f352636c Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz 2006-05-05 06:52:21 +00:00
cbiesinger%web.de a898e666b8 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
dougt%meer.net 74d520e6e5 Fixing bug 320085. cannot focus <button>. This form element was never part of |IsTargetable|. I have added a case for it. NPODB 2005-12-18 06:58:36 +00:00
dougt%meer.net fdaa928eea NPODB. Attempt to not go into xul elements 2005-11-23 04:29:47 +00:00
dougt%meer.net a0d175ebfc removing dead function 2005-11-16 18:15:38 +00:00
dougt%meer.net 57a656bede NPODB. Ingore events that have been marked prevent default. 2005-11-08 18:35:59 +00:00
dougt%meer.net 9cec06bb8b Fix non-windows bustage. npodb. bug=310562 2005-09-30 14:37:12 +00:00
dougt%meer.net 595ce2e884 snav.enabled doesn't seam to work. directly using pref. moving from xpcom- to app- startup. NPODB 2005-09-30 03:33:17 +00:00
dougt%meer.net 61ef85f1ec using the right getter. npodb 2005-09-30 02:13:52 +00:00
dougt%meer.net 5eccf9fb6c Reverting Makefile change which caused bustage in non-minimo trunk 2005-09-29 17:32:41 +00:00
peterv%propagandism.org bfc7bfee82 Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null), remove some includes. Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-26 14:37:29 +00:00
peterv%propagandism.org bc66f35d62 Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
dougt%meer.net 155702ba7d fixing a potential crash if prefs do not exist. need to set rv. npodb 2005-09-07 18:33:50 +00:00
dougt%meer.net a39514541d Addresses 305712. There is more worked needed to make this solid with respect to form elements. However, this patch makes it so that you can navigate select elements with the normal up/down arrow keys, and you can use the left/right+modifier to use snav NPODB 2005-09-01 19:51:58 +00:00
dougt%meer.net 73cd4ed4ce This wasn't a MINIMO problem, but rather a static build problem. NPODB 2005-08-29 17:38:01 +00:00
bzbarsky%mit.edu 692c9e00f2 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
bsmedberg%covad.net 4a7523f23e Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
dougt%meer.net e4ecb74841 If we find that nothing else is targetable in the direction of navigation, we will simply scroll the window. NPODB 2005-08-08 18:29:13 +00:00
dougt%meer.net 5c4ac3c1b8 Make snav build statically for minimo. npodb 2005-08-04 16:50:33 +00:00
dougt%meer.net 1fcd298ded Fixing makefile so that snav builds in the static build system. r=bsmedberg. npodb. 2005-07-24 03:41:38 +00:00
dougt%meer.net f80bcf80ac Fixing build bustage in static builds when enabling spatialnavigation. r=bsmedberg 2005-06-28 18:29:22 +00:00
bsmedberg%covad.net b2713b7522 Bug 296855 - Build spatial navigation as a real extension on Firefox, r=dougt NPOTDB 2005-06-28 14:33:28 +00:00
timeless%mozdev.org 118ddb9a57 fixing licenses (mostly NPL=>MPL, adding tri licenses, fixing whitespace)
patch by mcsmurf@gmx.net r=dougt sr=dougt npotb
2005-06-03 18:34:43 +00:00
dougt%meer.net 91a43508fc Fixing up spatialnavigation to work in a static build. not part of normal build. 2005-05-25 15:47:35 +00:00
dougt%meer.net cf15a5ab7e Removing printf and debug output from release builds. Not part of default build 2005-05-16 21:59:11 +00:00
dougt%meer.net f09535069f Inital checkin of Spatial Navigation. Not part of the default build. 2005-05-13 19:42:15 +00:00