Commit Graph

105490 Commits

Author SHA1 Message Date
pschwartau%netscape.com
35fdaa160e Initial add. Testing JS RegExp engine against results from Perl 5. 2002-07-08 03:27:21 +00:00
bryner%netscape.com
cdf12b8bfd 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
5a6c17d958 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
43f0aafec4 Backout of 155923 2002-07-07 08:50:07 +00:00
bryner%netscape.com
6e4ef3bfc5 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
f8f23e580e 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
299f260287 Update the string data source to use the new input metadata APIs 2002-07-07 00:13:29 +00:00
bryner%netscape.com
0cf7d7b879 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
1c732f696c 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
08c7c28169 Add generated files to GARBAGE. 2002-07-06 20:00:45 +00:00
myk%mozilla.org
6fca9fcb20 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
62165e7d5b 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
12d86e0428 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
c5ff59c053 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
c931d0e91f 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
67ff1ef52d 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
724d714a02 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
927a78dfd7 Made the SMTP 'timeout' value configurable at setup time (defaults to 5 seconds) 2002-07-06 16:02:07 +00:00
ian%hixie.ch
3f748a7c22 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
3d1606df36 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
3ccecf11d8 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
b49a1a66a6 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
de177a61b1 Fix typo. 2002-07-06 05:58:50 +00:00
pschwartau%netscape.com
db43d7a730 Initial add. Regression test for bug 144834. 2002-07-06 03:44:58 +00:00
sfraser%netscape.com
0f348e6b25 Fix for bug 154735; removing unused method, patch from David Haas. 2002-07-06 00:24:11 +00:00
sfraser%netscape.com
becd776e28 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
27c5a43c45 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
ba0c6d5341 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
c204e152f3 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
7dc1cf7ceb 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
b84f2f7168 Bug 155349 WARNING: the property cp1256 already exists
r=caillon sr=tor
2002-07-05 19:12:06 +00:00
mikep%oeone.com
020280ec81 Bug fixing for to do items, adding in tooltips for bug 155885. 2002-07-05 18:41:18 +00:00
axel%pike.org
a01b0356b3 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
f4de59c418 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
4a7a6f64f0 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
8758503c88 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
09ce384e32 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
23a45512fe 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
bd7b605a06 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
5aad030ea4 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
01cb177944 Making a prefs window grouping 2002-07-05 01:11:14 +00:00
sfraser%netscape.com
a8072eaf9e 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
bffd49b90f 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
c30fece42b Fixing keyboard navigation 2002-07-05 00:58:13 +00:00
ducarroz%netscape.com
d7d41ebeb5 Fix build bustage. 2002-07-05 00:14:32 +00:00
ducarroz%netscape.com
25f190e698 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
37eb04a7f7 Stretching the status bar across to the progress meter 2002-07-04 22:21:24 +00:00
sfraser%netscape.com
4ba139edaf 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
094de7ed21 Whitespace and formatting changes only 2002-07-04 22:14:27 +00:00
igor%mir2.org
988587183a New security implementation. 2002-07-04 21:40:12 +00:00