blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
akkana%netscape.com
f685b8c2ce
57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
...
Clean up XBL bindings and eliminate redundancies and errors.
Fix a bug in which XBL bindings didn't check for event cancellation.
r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
tao%netscape.com
af837c8d5a
71517: Dynamically select platform jar in langxxxx.xpi. r=ssu, sr=dveditz.
...
package all en-*.jar into langenus.xpi and select on one the fly.
2001-03-19 23:10:12 +00:00
hyatt%netscape.com
851e0fcd39
etc.
2001-03-17 00:28:00 +00:00
hewitt%netscape.com
3d5e92aa75
65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf
2001-03-16 02:56:38 +00:00
hyatt%netscape.com
6fa8df00ae
Forgot this file in my checkin.
2001-03-13 04:17:20 +00:00
timeless%mac.com
0d00eb70d8
fix Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=kerz a=ben
2001-03-11 12:17:34 +00:00
ben%netscape.com
397daef1e9
Fix warnings so I can see what's in shrike's error log
2001-03-11 09:45:20 +00:00
hyatt%netscape.com
d741df52e2
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2001-03-10 01:43:09 +00:00
hewitt%netscape.com
9e51a6b66d
53036 - menubutton weirdness, r=timeless, sr=ben
2001-03-08 22:03:53 +00:00
hyatt%netscape.com
c32ba8292d
Fixing outliner rules for focus.
2001-03-08 00:49:01 +00:00
sfraser%netscape.com
c5a554924c
Fix for bug 71050, some dialog buttons blank on Mac. r=brade/tao, sr=sfraser
2001-03-07 22:14:14 +00:00
hyatt%netscape.com
4409f43798
Fix for 62783. r=danm, sr=waterson
2001-03-07 01:46:13 +00:00
hyatt%netscape.com
dc5588a572
Outliner rules. NOt enabled yet.
2001-03-06 02:51:09 +00:00
hyatt%netscape.com
4435898d2f
Patch for 70809. Also checking in a piece I forgot to check in of the format
...
toolbar bug from earlier today (it was r and sr already). 70809 is r=attinasi,
sr=brendan
2001-03-06 02:40:15 +00:00
tao%netscape.com
4b1208d8d4
1. 61626:"Need to make langxxxx.xpi platform neutral"
...
2. 70622: fix the "update.html" is also included.
3. 69934: make regus.jst & langenus.jst more localization friendly.
r=ssu,sr=deveditz.
2001-03-06 02:34:34 +00:00
hyatt%netscape.com
76b276358c
Fix for 68138. r=danm, sr=waterson
2001-03-05 22:29:52 +00:00
blakeross%telocity.com
d525ffd66d
Removing some tabs that snuck in with the reversion...
2001-03-03 20:52:50 +00:00
blakeross%telocity.com
3fa0be0aa7
Shift/ctrl-click don't work in trees (smoketest blocker, 70755). sr=hyatt
2001-03-03 20:47:15 +00:00
shanjian%netscape.com
98cbd5b83a
#68376 remove event handlers from within <template> in charsetDetectorsOverlay.xul
...
r = nhotta sr=alecf
2001-03-03 04:46:51 +00:00
blakeross%telocity.com
38794d139f
UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst
2001-03-02 03:07:53 +00:00
timeless%mac.com
57cdcfa954
fix bug 70033 UI elements need to be disabled if the PrefIsLocked is true.
...
fix by eddyk@netscape.com r=timeless, sr=ben
2001-03-02 02:21:18 +00:00
blakeross%telocity.com
a1a54b5a0d
Wrong focus effect for classic radiobuttons (67283, by neil@parkwaycc.co.uk). r=blake sr=hewitt
2001-03-01 03:30:59 +00:00
disttsc%bart.nl
1c42ce12c5
Whoops, forgot to check this in as part of bug 70112. r=timeless, a=ben
2001-02-27 13:20:25 +00:00
disttsc%bart.nl
b5c0478fcf
Move "About Mozilla" from properties to dtd, fix up xul, js and mac menu c++ code. bug=70112, r=saari, a=ben
2001-02-27 11:31:52 +00:00
bryner%uiuc.edu
b5b661c6d2
Bug 40611:
...
- add ctrl+tab/ctrl+shift+tab binding to tabcontrol to switch tabs
- check view visibility before shifting focus, this prevents us from
tabbing into inactive panes in a deck.
r=saari,blake. sr=ben.
2001-02-27 04:43:04 +00:00
tao%netscape.com
90bfcacfe5
62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
...
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
hyatt%netscape.com
25dba148ef
Patch to further reduce the time of progress meter and status updates. r=pchen, sr=alecf
2001-02-22 23:46:19 +00:00
blakeross%telocity.com
b5bd129e56
Tabs should only change on right click (69245). r=timeless sr=hewitt
2001-02-22 23:35:41 +00:00
waterson%netscape.com
9fe59f23f0
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
timeless%mac.com
01d30ca677
fix bug 58408 Trailing whitespace not stripped from filename being printed to
...
fix by bzbarsky@mit.edu r=mao,timeless sr=alecf
2001-02-21 05:19:59 +00:00
ben%netscape.com
47976cded2
fix some XBL insertion point warnings for bookmarks window & modern skin. r=sfraser, a=hyatt
2001-02-17 10:06:54 +00:00
dbaron%fas.harvard.edu
d94f196db6
Back out hyatt's one line change to fix selection in textfields. b=68994 r=cmanske a=ben
2001-02-17 04:59:59 +00:00
hewitt%netscape.com
5db703ad22
66489 - default treecol width, r=blake, sr=hyatt
2001-02-17 01:19:35 +00:00
hyatt%netscape.com
d0e0589b0d
Not part of build.
2001-02-15 21:15:21 +00:00
hyatt%netscape.com
19bd97bd08
Not part of build.
2001-02-15 09:43:11 +00:00
blakeross%telocity.com
50e7e91688
52751 in last checkin.
2001-02-15 04:37:15 +00:00
blakeross%telocity.com
180735f18a
cmd+. in mac dialogs should cancel them and hitting enter/return dismisses dialogs when their default buttons are disabled (52571, 68649). r=timeless sr=alecf
2001-02-15 04:36:04 +00:00
timeless%mac.com
8733c87caa
fix bug 66506 Copyright in about: should be updated (2000 -> 2001)
...
patches from timeless, and gemal@gemal.dk , r=fabian sr from mitchell,hecker@mozilla.org
2001-02-14 22:49:42 +00:00
blakeross%telocity.com
82cff61e8e
getElementsByTagName fails to find namespaced content when called on anonymous content (by Alex Fritze). r=blake sr=hyatt
2001-02-14 20:13:34 +00:00
hyatt%netscape.com
f605fd6cb5
Not part of build.
2001-02-14 19:39:20 +00:00
rods%netscape.com
1e3072a1a2
Fixed bad spelling
...
Bug 68465 r=dcone,sr=attinasi
2001-02-14 12:39:57 +00:00
hewitt%netscape.com
8bedae1852
68254 - fix classic mail "File" button, r=andreww, sr=sspitzer
2001-02-13 03:17:00 +00:00
blakeross%telocity.com
51f5352a67
more dump() removal.
2001-02-12 22:21:14 +00:00
disttsc%bart.nl
fa3c379719
Make <stringbundle/> more complete, add getFormattedString. bug=68449, r=timeless, a=ben
2001-02-12 11:28:34 +00:00
blakeross%telocity.com
14f1502c42
JS strict warnings in wizardHandlerSet.js (65937). r=blake a=ben
2001-02-07 02:53:49 +00:00
rods%netscape.com
0cb646bd6a
forgot to set the value into the printService
...
Bug 67537 r=dcone sr=attinasi
2001-02-07 00:01:43 +00:00
rods%netscape.com
baed08e917
Printing of selected frameset frames and Iframes
...
Bug 66783 r=dcone sr=buster,attinasi
2001-02-06 23:03:17 +00:00
pinkerton%netscape.com
5947c4f6ed
fix for 51053, where we'd throw too early when trying to close popups. added try/catch around each individual QI. r=ben/sr=scc.
2001-02-06 05:33:28 +00:00
hyatt%netscape.com
31fc7bd2eb
Backing out my checkin of menulistBIndings.xml. That was an accident.
2001-02-06 03:07:42 +00:00
hyatt%netscape.com
7c7f965c68
Oh to heck with it. It's just a file nobody is using yet. Adding to JAR.
2001-02-06 02:59:44 +00:00
hyatt%netscape.com
8e5f0a5ee1
Not part of build.
2001-02-06 02:57:58 +00:00
blakeross%telocity.com
6c9d239563
Wording in BasicAuth username/password dialog says "Confirm Password" (by bzbarsky@mit.edu, 55111). r=doron sr=alecf
2001-02-06 02:13:54 +00:00
ben%netscape.com
0a07ec1a6c
fix numerous XBL related warnings for new windows. r=hyatt
2001-02-06 00:16:22 +00:00
ben%netscape.com
efe46c8456
remove dup jar.mn entry for textcontent.dtd and remove merge conflicts.
...
former was causing packaging problems, a=granrose.
2001-02-05 18:51:22 +00:00
ben%netscape.com
2863d44669
fix some merge boo-boos
2001-02-05 12:34:47 +00:00
ben%netscape.com
910b9ea500
Bookmarks Window Updates, includes fixes for
...
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2001-02-05 07:48:03 +00:00
disttsc%bart.nl
6012bb24db
Lazily load the properties file. bug=67538, r=mao, a=ben
2001-02-03 12:10:53 +00:00
rods%netscape.com
b71790af51
Added UI for printing selectd frame
...
Bug 66783 r=kmcclusk,ben,dcone sr=buster
2001-02-02 08:42:53 +00:00
hewitt%netscape.com
183fd559a7
45060 - addressing widget cleanup, r=ducarroz, sr=sspitzer
2001-02-02 02:18:13 +00:00
blakeross%telocity.com
be8ec10e51
Fix 60628: mao's patch for warnings in tabBindings.xml. r=jag sr=alecf
2001-01-31 20:07:33 +00:00
blakeross%telocity.com
9f614bc81e
Fix 66813: removing redundant methods from bindings that obtain them by extending the bindings for related widgets. r=timeless sr=alecf
2001-01-31 02:30:53 +00:00
sspitzer%netscape.com
10416e0893
fix for #67003 . make mailCharsetLoadListener() more efficient.
...
r=nhotta, sr=bienvenu
2001-01-30 21:51:43 +00:00
timeless%mac.com
f497dde658
fix for bug 61806
...
javascript strict warnings in globalOverlay.js
patch by maolson@earthlink.net , r=jag, a=alecf
2001-01-30 07:18:33 +00:00
rods%netscape.com
99666eed8c
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
...
the printing of headers and footers.
Printing of selection is implemented by the frames figuring out if they are in the selection and painting
if they or not they they don't paint. This also only allows the printing of the first page of
selections, alothough it is well documented where this is implemeted so it can be removed.
Bugs 63426, 31218, 61075 r=dcone,kmcclusk,erik,buster sr=waterson
2001-01-27 14:09:34 +00:00
ben%netscape.com
cb54e5c5c7
added comment announcing API changes for Mozilla 0.8.
2001-01-26 09:37:24 +00:00
alecf%netscape.com
b6269a3196
fixes for JS warnings, #64593 and #65707 sr=ben
2001-01-26 01:32:31 +00:00
brade%netscape.com
7391d6ad33
don't check for focused widget in "onOK" since users can't dismiss the dialog if we bail at this point. bug #60868
2001-01-25 15:55:40 +00:00
timeless%mac.com
a34deec8ad
fix bug 65938 Starting mozilla from profile manager gives javascript error in console
...
patch by maolson@earthlink.net r=timeless a=alecf
2001-01-25 06:43:50 +00:00
blakeross%telocity.com
b73593a9d2
Fix 57759: enable/disable items in textfield context menus when appropriate. r=timeless sr=alecf
2001-01-25 05:01:29 +00:00
blakeross%telocity.com
4846b44ee7
Fix 57759: enable/disable items in textfield context menus when appropriate. r=timeless sr=alecf
2001-01-25 04:22:47 +00:00
hewitt%netscape.com
0dacd2e594
62101 - nsWidgetStateManager quirk, r=timeless, sr=ben
2001-01-19 05:26:34 +00:00
hewitt%netscape.com
c54fddf63a
55727 - file menubutton, r=ben, sr=alecf
2001-01-19 05:10:31 +00:00
hewitt%netscape.com
2d087f5b4d
58142 - tree row unclickable space, r=ben, sr=hyatt
2001-01-19 05:04:33 +00:00
hewitt%netscape.com
9d1a6ac5e4
56150 - colorpicker button focus, r=timeless, sr=ben
2001-01-19 05:02:56 +00:00
alecf%netscape.com
831cbf5a07
fix for 55791 a=ben
2001-01-18 08:24:42 +00:00
alecf%netscape.com
3a7d1b7157
fix for #37078 - fix cut/copy for history window
...
a=ben, r=timeless
2001-01-18 07:57:32 +00:00
disttsc%bart.nl
ecbdaed741
Fix js strict warnings, bug=57656, r=timeless, a=ben
2001-01-18 06:17:31 +00:00
blakeross%telocity.com
0dd1d9fcca
Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf
2001-01-17 21:01:06 +00:00
blakeross%telocity.com
5177cd3279
Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf
2001-01-17 20:56:31 +00:00
blakeross%telocity.com
d4c8771cfe
Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf
2001-01-17 20:39:59 +00:00
blakeross%telocity.com
a0454b7d1b
Fix 63676, part of 51698: default width for common dialogs is too big, and other appearance tweaks. r=timeless a=ben
2001-01-17 07:04:24 +00:00
alecf%netscape.com
e839941b69
fix for 64218 - implement history sidebar panel
...
a=ben@netscape.com
2001-01-17 06:06:50 +00:00
blakeross%telocity.com
da5ed3220c
Fix 57140: JS strict warnings in commonDialog.js. patch by Mark Olson. r=blake sr=alecf
2001-01-17 00:20:25 +00:00
timeless%mac.com
1f9d8fd7d1
fux byg 64593 javascript strict warnings in nsTreeUtils.js
...
patch by maolson@earthlink.net r=timeless a=ben
2001-01-16 03:36:20 +00:00
timeless%mac.com
df98a7b6d7
J:\DOCUMENT\Josh\LOCALS~1\Temp\1\4
2001-01-14 07:14:25 +00:00
disttsc%bart.nl
ca1097ec13
Move the text zoom menu into its own overlay so it can be used by mail/news. Bug=64449, r=timeless,mao, a=ben
2001-01-12 10:35:49 +00:00
blakeross%telocity.com
29d05bd7a1
more dump() removal (65127)
2001-01-12 04:54:06 +00:00
blakeross%telocity.com
065f758e84
Fixing a problem with my checkbox patch from the other day (something didn't revert properly). r=kerz
2001-01-12 00:23:09 +00:00
blakeross%telocity.com
7ac4176949
removing more dump()s (65127)
2001-01-11 22:58:50 +00:00
evaughan%netscape.com
4fe0954556
fixes for:
...
60058
43825
53885
45856
40612
-r ben -sr hyatt
2001-01-11 01:56:27 +00:00
blakeross%telocity.com
d4eeba74c0
backing out changes that went in accidentally.
2001-01-11 01:34:40 +00:00
blakeross%telocity.com
aa82385a70
removing more dump()s.
2001-01-11 01:32:33 +00:00
blakeross%telocity.com
67c4987db9
Fix 64458: JS strict warnings in treeBindings.xml. r=jrgm sr=hyatt
2001-01-09 20:36:22 +00:00
blakeross%telocity.com
0d67875dd8
Fix 64225, which caused 64138 and other annoyances. r=jag sr=hyatt
2001-01-09 01:37:15 +00:00
disttsc%bart.nl
8865de7afe
Add support for showing keycode (VK_FOO) accelerators in menuitems. bug=47426, r=sspitzer,jst,saari, a=hyatt
2001-01-09 01:28:36 +00:00
blakeross%telocity.com
21221e35e3
Fix 63647: an element (button or textfield) should have focus by default in common dialogs, and other cleanup. r=timeless sr=alecf
2001-01-05 00:37:30 +00:00
blakeross%telocity.com
51b8fae8b5
Fix 51796: right clicking on checkboxes and radiobuttons shouldn't do anything, and fix keyboard activation. r=timeless sr=alecf
2001-01-01 00:29:40 +00:00
alecf%netscape.com
4e1dababf6
- move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
...
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412 )
a=ben
2000-12-21 21:59:39 +00:00
alecf%netscape.com
ecb1018b7d
update tree controller to add cut/paste, etc
...
and add some generic tree sorting/menu stuff
not part of build just yet
2000-12-21 21:53:42 +00:00
blakeross%telocity.com
d02fa4dd71
Fix 58560: JS strict warnings in radioBindings.xml. r=timeless sr=alecf
2000-12-21 01:12:23 +00:00
alecf%netscape.com
a0a21f9b4e
generic tree controller for handling cut/copy/paste/delete in trees
...
not part of build yet
2000-12-20 00:47:52 +00:00
mkaply%us.ibm.com
c2b231fc24
r=mkaply, a=blizzard
...
fix from jblanco - wrong accelerator key
2000-12-18 23:32:48 +00:00
tao%netscape.com
8b1e9f293a
55715: out-of-date url: View, Languages and Web Content, Download More.
...
(patch from davidr8@home.com (Jesse Ruderman))
r=tao, sr=alecf
2000-12-14 23:47:16 +00:00
blakeross%telocity.com
a1027be4e2
Fix 30878: right clicking on buttons should not trigger button action, and pressing spacebar needs to trigger all buttons. more to come. r=jag sr=alecf
2000-12-09 03:59:32 +00:00
hyatt%netscape.com
1ba1e4ffd5
Tweak to tree binding. a=ben
2000-12-07 10:19:06 +00:00
disttsc%bart.nl
5c9e943c45
Shut up warnings in a better way. bug=61568, r=blake, a=ben
2000-12-07 05:44:19 +00:00
blakeross%telocity.com
d8a2ec6f7a
Fix 48180: menulists don't respect data attribute (add-on to previous fix). patch by Jan Varga (varga@utcru.sk). r=jag a=ben
2000-12-07 04:29:53 +00:00
ben%netscape.com
22bc817e9b
[AURORA] Resizable Popup Windows. NOT PART OF BUILD.
2000-12-07 01:41:09 +00:00
blakeross%telocity.com
6e7d62406a
Fix 61707: strict js warnings in scrollbarBindings.xml. r=jag sr=alecf
2000-12-05 21:52:59 +00:00
morse%netscape.com
c8af3a99af
bug 59690, editable menulists weren't working, r=ben@netscape.com, sr=hyatt@netscape.com
2000-12-04 00:41:12 +00:00
hyatt%netscape.com
083af4b37a
use mac smart-scrolling prefs in XUL scrollbars. This is my first use of my mac other hosting scc's porn. r=pinkerton,a=ben.
2000-12-01 01:45:37 +00:00
waqar%netscape.com
45ebb9429a
#=24405
...
r=dcone@netscape.com
d=when printing www.mozilla.org with big font, the text gets cut off on the right margin. Changing the right and bottom margin from 0 to 500.
2000-11-30 16:01:20 +00:00
disttsc%bart.nl
39d6583431
Fix bug 48180 (``menulists don't respect data attribute''), patch by Jan Varga, r=jag, a=hyatt
2000-11-29 12:47:19 +00:00
pinkerton%netscape.com
5377d4d5a3
file has moved into layout/xbl/builtin
2000-11-29 07:02:11 +00:00
pinkerton%netscape.com
659036c1c5
remove htmlBindings.xml and platformHTMLBindings.xml from jar files. they are now installed in res. a=hyatt.
2000-11-29 06:52:38 +00:00
hyatt%netscape.com
c594262a0d
Move menulist entirely into XBL. a=ben
2000-11-28 08:52:36 +00:00
hyatt%netscape.com
648c6854aa
Removing obsolete frames from XUL dir. a=ben
2000-11-28 07:13:14 +00:00
disttsc%bart.nl
d1b14a2f7b
Fix strict warnings in xulBindings.xml and add some stuff for bug 46200, r=blake, a=ben
2000-11-25 07:21:12 +00:00
blakeross%telocity.com
97a25ba77a
Fix 53977: shouldn't be able to access hidden tabs using the keyboard. r=jag a=ben
2000-11-23 04:31:45 +00:00
nhotta%netscape.com
7f0cccdc19
Corrected language names for Norwegian, bug 56069, r=erik, sr=waterson.
2000-11-13 20:47:37 +00:00
bryner%uiuc.edu
4157ff15d5
Bug 59465 - retain multiple selection on right-click. r=disttsc@bart.nl, r/a=hyatt@netscape.com
2000-11-11 07:42:52 +00:00
disttsc%bart.nl
87187c390c
Moving nsIContentViewer over from webshell to docshell, converting from .h to .idl. Needed for bug 46200, r=moa=adam@netscape.com, a=alecf
2000-11-09 20:30:35 +00:00
timeless%mac.com
2665caabd4
for bug 41515: Add access key to for Privacy and Security>&Security Manager. Per blake correcting spelling of 'Menu' was 'Ment'.
2000-11-06 05:56:33 +00:00
alecf%netscape.com
f624468141
fix for #58931 r=blake,sr=ben
...
fix lots of warnings in commonDialogs to make it a little easier to use the console
2000-11-02 22:15:41 +00:00
namachi%netscape.com
f1d814fc84
Update Talkback Technology from Fullcircle(nowonder) to Support.com
2000-11-01 19:49:09 +00:00
cls%seawood.org
115ec73879
Adding build.dtd to ignore list. Bug #26798
2000-10-26 18:53:40 +00:00
cls%seawood.org
90ae3fed85
Must include build.dtd anyplace that uses navigator.dtd for the BuildId. Bug #26798 r=jag
2000-10-25 03:06:42 +00:00
timeless%mac.com
3b020934d1
implement bug 43936 add context menus for XUL textfields r=timeless a=ben, written by Dan203
2000-10-24 02:43:25 +00:00
timeless%mac.com
938babe38a
implement bug 43936 add context menus for XUL textfields
...
r=timeless a=ben, written by Dan203
2000-10-24 02:10:35 +00:00
blakeross%telocity.com
1eed149f29
Fix 57728: page scrolls when |input type="image"| has the focus and spacebar is pressed. r=jrgm a=ben
2000-10-24 02:07:15 +00:00
andreww%netscape.com
1b748321f2
bugzilla - 55838, r=ben, sr=hangas, fix for mac classic dialogs getting cut off on many dialogs. Fix changes html widget to box widget .
2000-10-24 00:02:32 +00:00
timeless%mac.com
4a084d5ec5
fix JavaScript error: line 33: missing } in compound statement
...
from bug 53896 r=timeless, sr=shaver
2000-10-20 14:49:22 +00:00
cls%seawood.org
de4337e464
Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
...
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2000-10-20 05:21:40 +00:00
cls%seawood.org
8457694c3b
Initial versions of buildid perl module & template files. Bug #26798
2000-10-18 17:15:17 +00:00
waterson%netscape.com
b7f566951c
Bug 53415. about:credits points to http://www.mozilla.org/credits/ . r=brendan, a=scc
2000-10-17 03:35:27 +00:00
disttsc%bart.nl
203701d99a
Fix strict warnings in stringbundleBindings.xml. bug=56752, r=ben, a=brendan
2000-10-16 12:59:11 +00:00
mozilla.BenB%bucksch.org
4699232e39
53415: Updating (matches webpage from 200-10-02). r=endico, sr=scc.
2000-10-15 21:53:16 +00:00
shaver%mozilla.org
7d4ac1b07c
#55737 , fix strict JS warnings, r=ben,sr=brendan
2000-10-15 16:05:39 +00:00
matt%netscape.com
15cc929146
changing search url for bug 2282
...
sr=ben
r=putterman
r=rjc
2000-10-14 00:35:51 +00:00
saari%netscape.com
84e1ee9c31
fix for rtm++ 53896, spacebar scrolls page when on form control. r=blake, a=hyatt
2000-10-13 21:36:31 +00:00
blakeross%telocity.com
b6403eea7d
Fix 53896, spacebar when HTML buttons/radiobuttons/checkboxes have the focus just scrolls the page. patch by saari. r=danm a=hyatt, rtm+
2000-10-11 03:47:45 +00:00
hewitt%netscape.com
a23c56e3af
#52544 - fixed color picker in mailnews prefs, r=andreww, sr=hangas
2000-10-10 04:40:56 +00:00
ben%netscape.com
c4d93fd10e
Fix for rtm++ 54574, fixing broken back and forward button feedback behaviour to work with either implementation of :hover, and repair
...
stretched icons. r=blakeross@telocity.com , a=hyatt
2000-10-06 00:27:27 +00:00
hewitt%netscape.com
cb188d89ed
#54105 - [Modern] focus/widget cleanup, r=andreww, a=ben
2000-10-05 21:31:43 +00:00
hyatt%netscape.com
009a955c80
Fix for 44437. r,a=waterson
2000-10-02 23:23:55 +00:00
mkaply%us.ibm.com
69cf2ac5bc
#45474
...
MAJOR OS/2 breakage as a result of 48758
Hey guys, we have a platformHTMLBindings.xml file too!
2000-10-02 18:44:26 +00:00
disttsc%bart.nl
de1a0a1352
Simple xbl fixups after xbl syntax change, r=/a=hyatt
...
argument -> parameter : bug=52891, bug=53875
interface -> implementation : bug=53874
2000-09-29 02:25:45 +00:00
mcafee%netscape.com
f362c20c33
HTML 4.0-izing this file, part of gemal@gemal.dk's patch. r=mcafee
2000-09-29 00:04:23 +00:00