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

105367 Коммитов

Автор SHA1 Сообщение Дата
pschwartau%netscape.com 59653be598 Initial add. Testing JS RegExp engine against results from Perl 5. 2002-07-08 03:27:21 +00:00
bryner%netscape.com 0d62a2296d Fix jiggling layout when focusing a checkbox caused by my checkin for bug 156048. r=hixie, rs=ben. 2002-07-07 21:26:16 +00:00
ian%hixie.ch 0893006bfd Let's try a different tactic in a scalar context. If there's no data, return undef. 2002-07-07 15:42:57 +00:00
tor%cs.brown.edu 26fee5318c Backout of 155923 2002-07-07 08:50:07 +00:00
bryner%netscape.com bbdcbcc7d5 Add the ability to filter on applications to nsIFilePicker (bug 97321). r=law, sr=blake. 2002-07-07 07:21:45 +00:00
bryner%netscape.com 7d61fd0681 Fork the classic skin button, checkbox, radio, and toolbarbutton css files for unix and make them look more like native GTK widgets. In particular, remove the inner dotted focus border and tweak some borders and margins (bug 156048). r=hixie, sr=ben. 2002-07-07 06:45:37 +00:00
ian%hixie.ch 87dbc2efe7 Update the string data source to use the new input metadata APIs 2002-07-07 00:13:29 +00:00
bryner%netscape.com 79084e9794 Don't send mouse enter events every time we have a key press (bug 156052). r=dbaron, sr=blake. 2002-07-06 23:25:20 +00:00
cbiesinger%web.de a06ce5be15 bug 155923 r=neil@parkwaycc.co.uk sr=tor
about: should not use :active
2002-07-06 21:02:33 +00:00
seawood%netscape.com fadd4cfd4a Add generated files to GARBAGE. 2002-07-06 20:00:45 +00:00
myk%mozilla.org 9380dab5d6 Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail taint checks.
2rx=bbaetz
2002-07-06 18:27:18 +00:00
ian%hixie.ch a011bb759c Typo: adddress should be address. Doesn't make any particular difference to anything unless someone has already written automated installation scripts... 2002-07-06 17:59:10 +00:00
ian%hixie.ch bd8de7bb3c Change the 'row' method of the ResultsFrame API to return an array in an array context, a hashref in a scalar context, and the value on its own if there is only one returned value. (Controversial change. This could introduce hard to spot regressions, and might be backed out at some point.) 2002-07-06 17:52:21 +00:00
ian%hixie.ch 753dac70cf Introduce the service.uaStringInterpreter.<protocol> service, which takes a UA string and splits it into name, version, manufacturer, platform and comment. This is the HTTP implementation of that service. 2002-07-06 17:49:22 +00:00
ian%hixie.ch af65ef80ba Added the following filters to the Template Toolkit toolbox: htmlcomment, xmlcomment, xml, cdata, htmljs, js, css. Added support for named [% BLOCK %], which had been removed when the template processing code was overridden. 2002-07-06 16:14:58 +00:00
ian%hixie.ch 9f2b625c88 Remove XXX comment about needing an API to enable or disable UI elements, since that need has disappeared now that we use provide that information reliably in the user object. Also split a long line into two for no particular reason. 2002-07-06 16:12:42 +00:00
ian%hixie.ch 3d03ce2061 Changed the default handling of the generic output module. Now, if there's no generic dispatcher for an output command, it'll effectively synthesise one on the fly, using the method name as the string name and the arguments as an array of values for a 'data' variable. This means that applications can skip out on implementing a generic dispatcher now. Anyone using strings with dot separators (i.e. anyone writing libraries) still need to have generic output dispatcher methods though, to map the method call to a string name. 2002-07-06 16:05:48 +00:00
ian%hixie.ch 2b5b3c1b02 Made the SMTP 'timeout' value configurable at setup time (defaults to 5 seconds) 2002-07-06 16:02:07 +00:00
ian%hixie.ch 4c715c89ad Implement getArgumentsTree(), which returns a hash tree representing the first value of each unique argument name in a branch, using dots as the separator. Finally replaced the hardcoded non-extensible meta data stuff with a proper getMetaData() API. Implemented that in the various Input modules. Renamed 'parameter' to 'property' in the CGI Input module. Added '--batch-force-defaults' as an argument handled by the CommandLine Input module. Made CommandLine derive from Default instead of Arguments, so that it can pick up the default handling of metadata and default output protocol. 2002-07-06 15:59:56 +00:00
bryner%netscape.com 3bb535081c Fix NATIVE_THEME_SUPPORT=1 with gtk+ < 1.2.9. Not part of the default build. 2002-07-06 09:55:33 +00:00
jouni%heikniemi.net ff30590969 Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post-templatization.
r=gerv,bbaetz
2002-07-06 09:33:39 +00:00
sfraser%netscape.com 25c2c01a40 Fixing bugs 154906 and 149670, and lots of other drag and drop bugs. Drags from the proxy icon are now droppable in the Finder, in the content area, and on tabs, and do the right thing. Single bookmarks are also draggable to the Finder. Page links can also now be dragged onto tabs. 2002-07-06 06:44:14 +00:00
jaggernaut%netscape.com 479f9d7dcc Fix typo. 2002-07-06 05:58:50 +00:00
pschwartau%netscape.com b3ec7432cd Initial add. Regression test for bug 144834. 2002-07-06 03:44:58 +00:00
sfraser%netscape.com 8d19e99165 Fix for bug 154735; removing unused method, patch from David Haas. 2002-07-06 00:24:11 +00:00
sfraser%netscape.com 2c8b393f45 Fix for bug 155617: make sure we show the location dialog if the user removed the location field from their toolbar. Patch from David Haas. 2002-07-06 00:00:50 +00:00
sfraser%netscape.com 9039b8cf97 We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (presumably, for performance with lots of bookmarks). 2002-07-05 23:50:08 +00:00
sfraser%netscape.com 9954ed21d6 We have to manually update items on the Bookmarks menu and its submenus, because we turn auto-enabling of items off for this menu (persumably, for performance with lots of bookmarks). 2002-07-05 23:48:36 +00:00
sfraser%netscape.com 03ded4b3c8 Just cleaning up some cruft left over from my import bookmarks changes (unused #define, comment) 2002-07-05 23:47:33 +00:00
smontagu%netscape.com 11024638af Bug 140608 ("Bookmarks menu goes offscreen with 3rd level menu when UI aligned to the right"), r=dean_tessman@hotmail.com, sr=jst 2002-07-05 23:12:51 +00:00
timeless%mac.com 499bd03ed7 Bug 155349 WARNING: the property cp1256 already exists
r=caillon sr=tor
2002-07-05 19:12:06 +00:00
mikep%oeone.com 078e219f40 Bug fixing for to do items, adding in tooltips for bug 155885. 2002-07-05 18:41:18 +00:00
axel%pike.org 2e333e4e11 not part of build, test UI.
XUL interface for xsltmark, http://www.datapower.com/XSLTMark/.
Joint work with peterv, thanx for the work.
I tried to clean his stuff up, and make it non-block. I succeeded in the latter. I'm not happy with the UI yet, but that may come later.
2002-07-05 12:36:13 +00:00
kyle.yuan%sun.com 55ee87199a Bug 153852 Accessibility: Support selection_changed, text_changed and text_selection_changed events for ATK
r=aaronl, sr=jst
2002-07-05 06:20:15 +00:00
dbaron%fas.harvard.edu a6105d1231 Turn on Ramiro's code to stack-trace and suspend when we crash, for DEBUG builds. b=14989 r=bryner sr=brendan 2002-07-05 05:31:04 +00:00
jay.yan%sun.com de1ca5b93f bug 151139, support nsIAccessibleValue in MAI (Mozilla ATK Implementation), patch=silvia.zhao, r=aaronl, this is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:50:56 +00:00
jay.yan%sun.com 5353ba169d bug 151107, Support nsIAccessibleHyperText in MAI(Mozilla ATK Implementation) patch=bolian.yin, r=arronl, sr=jst. this patch is for mozilla accessibility on unix, not a part of default build. 2002-07-05 03:44:40 +00:00
jay.yan%sun.com 907b492161 bug 121262, gtk2 needs to have constrain position hooked up, patch=jeff.qiu, r=blizzard. this is a gtk2 related bug, not a part of default build. 2002-07-05 03:23:59 +00:00
sfraser%netscape.com 6991906805 Fix bug 148841: make sure the url autocomplete widget doesn't cover menus by putting it in the floating window layer, rather than the popup layer. 2002-07-05 01:54:18 +00:00
sfraser%netscape.com d22af0653b Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615. 2002-07-05 01:32:00 +00:00
sfraser%netscape.com b1c5ab2836 Making a prefs window grouping 2002-07-05 01:11:14 +00:00
sfraser%netscape.com 0f5b017305 Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs then windows, as appropriate. Also giving MainController members more concrete types, rather than 'id'. 2002-07-05 01:10:13 +00:00
sfraser%netscape.com 16b083d259 Fixing bug 152622: moving Close Window and Close Tab to the File menu, and making Command-W close tabs, then windows, as appropriate. 2002-07-05 01:08:42 +00:00
sfraser%netscape.com 55dca6f98f Fixing keyboard navigation 2002-07-05 00:58:13 +00:00
ducarroz%netscape.com 0dd3bcc804 Fix build bustage. 2002-07-05 00:14:32 +00:00
ducarroz%netscape.com 60482b0530 Fix for bug 155671. Pass the originalMsgURI received by message compose service to msgDraft down to mime and back to the compose window. Did some cleanup too which fix some memory leak. R=kaie, SR=bienvenu 2002-07-04 23:28:07 +00:00
sfraser%netscape.com ee30127571 Stretching the status bar across to the progress meter 2002-07-04 22:21:24 +00:00
sfraser%netscape.com a0f3fdf37d Fixing keyboard navigation in the prefs panes by setting up the _initialKeyView etc, and the keyboard loop in each panel. 2002-07-04 22:15:26 +00:00
sfraser%netscape.com 4bf37d7438 Whitespace and formatting changes only 2002-07-04 22:14:27 +00:00
igor%mir2.org 3815049c3a New security implementation. 2002-07-04 21:40:12 +00:00