chanial%noos.fr
80d87a306f
Bug 213735: new bookmark and bookmark properties dialog should stay LTR when UI is RTL. patch by andrew <simmo@westnet.com.au>, r=mkaply, sr=jag
2003-10-01 18:33:05 +00:00
timeless%mozdev.org
e518712ca7
Checking in one-line, fix for 219029
...
patch from Ian Neal <bugzilla@arlen.demon.co.uk>, r=caillon, sr=jst
2003-09-29 21:51:20 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
17abf49e80
updating my email address
2003-09-29 05:35:34 +00:00
cls%seawood.org
386b7fa766
Workaround gcc -MD dependency issue originally mentioned in bug 105005.
...
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
dbaron%dbaron.org
3e64221e93
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-09-25 20:02:57 +00:00
tor%cs.brown.edu
3d64f8ba5f
Bug 65881 - fix command line option to install private colormap.
...
r=blizzard, sr=bryner
2003-09-25 14:51:06 +00:00
timeless%mozdev.org
dc208b2507
Bug 220103 @mozilla.org/download;1 uses null mInner
...
r=neil sr=bz
2003-09-25 02:30:42 +00:00
timeless%mozdev.org
8f08967398
Bug 220103 @mozilla.org/download;1 uses null mInner
...
r=neil sr=bz
2003-09-25 02:22:15 +00:00
gerv%gerv.net
19833a0047
Bug 213117 - new text for about:mozilla, line-height tweaks. Patch by steffen.wilberg@web.de; r=gerv, a=asa.
2003-09-24 22:21:16 +00:00
gerv%gerv.net
5a5c5e2cf1
Bug 150900 - Help | Release Notes doesn't go to Release Notes. Patch by biesi; r=gerv, sr=jag.
2003-09-24 22:14:37 +00:00
jag%tty.nl
1adea54304
Bug 218528: Personal Toolbar is empty when the UI is right-to-left. Patch by Neil, r=varga, sr=jag
2003-09-24 21:07:28 +00:00
neil%parkwaycc.co.uk
e0af45990e
Bug 214832 some web pages bookmark as [object HTMLImageElement] r=caillon sr=bz
2003-09-24 14:58:51 +00:00
danm-moz%comcast.net
43ab378ca8
when bringing a window to the front, also bring to the front windows which must remain in front of it. but even more so, if you follow me. bug 217012, bug 184890. r=jag,neil
2003-09-24 14:31:03 +00:00
stephend%netscape.com
18c3109b4d
Bug 147028. Change reference of Theme Park to theme sites (for brand). r=neil, sr=bz
2003-09-24 14:07:48 +00:00
daniel%glazman.org
d3099c31e9
build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org
2003-09-24 13:59:37 +00:00
stephend%netscape.com
991ab866a0
Bug 203121. Debug > Verification > Javascript menu item should read 'DOM' instead. Patch by Neil Rashbrook <neil@parkwaycc.co.uk>. r=me, sr=bz
2003-09-24 13:32:47 +00:00
stephend%netscape.com
d40dae6f77
Bug 220097. Change 'Plugins' to 'Plug-ins' in Script & Plug-ins pref panel. r=neil, sr=bz
2003-09-24 12:25:54 +00:00
neil%parkwaycc.co.uk
131d9ad47b
Bug 169000 Wrapper library to access XPConnect native objects from chrome JS p=caillon r=jag sr=jst
2003-09-24 10:27:14 +00:00
dbaron%dbaron.org
0bf11d1687
Update version numbers to 1.6a.
2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk
c21ab5f961
Bug 165744 Fix transparency and other ugliness with the windows window icons r=dean_tessman sr=dveditz
2003-09-23 10:10:15 +00:00
jag%tty.nl
328f52ed74
Bug 203960: add a UI pref allowing the user to choose between "Add tabs" and "Replace existing tabs". r=Neil, sr=bryner
2003-09-23 06:49:06 +00:00
neil%parkwaycc.co.uk
5477344624
Bug 207416 Access keys clash in print preview p=piers@myrealbox.com r=varga sr=dmose
2003-09-20 21:58:34 +00:00
neil%parkwaycc.co.uk
9f245081c6
Bug 205938 Clean up download rate in nsDownloadProgressListener.js p=alge@samsen.com r=varga sr=jag
2003-09-20 19:12:52 +00:00
danm-moz%comcast.net
eb6702949d
adding statusbarpanel-menu-iconic, copied from firebird (toolkit/content/widgets/general.xml rev 1.2) a=hyatt
2003-09-19 20:45:48 +00:00
danm-moz%comcast.net
07737f7d9d
adding statusbarpanel-menu-iconic, copied from firebird (toolkit/content/xul.css rev 1.27) a=hyatt
2003-09-19 20:45:44 +00:00
timeless%mozdev.org
cf19954e71
Bug 176096 Mozilla (Phoenix) should not register as an/default HTML editor, when Composer is not installed.
...
patch by dean r=timeless sr=sfraser
2003-09-19 15:04:30 +00:00
cls%seawood.org
4ed4bcc52c
Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
...
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cls%seawood.org
19d1d413c2
Fix misc build issues for mingw gcc 3.3.1:
...
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
dbaron%dbaron.org
3394ac9186
Shut down X Remote service before event loop stops running, so that the windows can be destroyed. b=216512 r=blizzard sr=bryner
2003-09-17 23:46:45 +00:00
bsmedberg%covad.net
e74c2167e3
Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin
2003-09-17 17:28:47 +00:00
dbaron%dbaron.org
c49da48965
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
2003-09-16 22:09:18 +00:00
mkaply%us.ibm.com
cb7ad1bcb3
#215581
...
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-15 21:46:07 +00:00
bryner%brianryner.com
00aafbfddd
Use typeof() to implement NS_STDCALL_FUNCPROTO so that pointer-to-member types using stdcall work on mingw gcc. Bug 203137, r=cls, sr=dbaron.
2003-09-15 04:20:20 +00:00
bryner%brianryner.com
9d126eb8ae
Remove files that were taken out of the build months ago as part of bug 194240.
2003-09-14 21:04:15 +00:00
caillon%returnzero.com
96e5f2e4df
Bug 165653
...
mozilla/dom depends on mozilla/xpfe/components/sidebar (nsISideBar)
r=bryner@brianryner.com
sr=jst@netscape.com
2003-09-13 19:54:41 +00:00
caillon%returnzero.com
a7aa61013a
about:about
...
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2003-09-13 19:35:59 +00:00
bsmedberg%covad.net
0568e675fc
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
neil%parkwaycc.co.uk
74b0bafe98
Bug 218840 add some null checks that were preventing autocomplete from working in message compose r=timeless sr=mscott
2003-09-13 16:07:28 +00:00
neil%parkwaycc.co.uk
27f4a2ca1f
Bug 215318 bookmark overflow chevron can overlap bookmark name text r=timeless sr=jag
2003-09-11 20:47:02 +00:00
timeless%mozdev.org
fc783d2209
Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
...
patch by doronr@us.ibm.com r=timeless sr=jag
2003-09-11 17:56:53 +00:00
cbiesinger%web.de
2cf3c06522
Bug 217090
...
middlemouse.contentLoadURL doesn't work on windows
r+sr=jag
2003-09-11 12:19:13 +00:00
jshin%mailaps.org
cd6feee343
bug 152264 : add zh-HK langGroup so that fonts can be specified separately for zh-HK and zh-TW langGroups (r=katakai, sr=blizzard). L10N changes included.
2003-09-11 12:01:08 +00:00
neil%parkwaycc.co.uk
c61fe66ac2
Bug 218584 make about:config more careful about guessing localized preferences r=darin sr=bz
2003-09-11 09:12:17 +00:00
neil%parkwaycc.co.uk
38dee10fb5
Bug 85908 Add reload to View Page Source Window r=doron sr=bz
2003-09-11 09:06:09 +00:00
neil%parkwaycc.co.uk
60e8269b71
Bug 60245 no tooltips for "title" attribute in sidebar r=timeless sr=jag
2003-09-11 08:30:48 +00:00
timeless%mozdev.org
1d1a7e60f5
Bug 217342 change close tab message
...
r=riceman+bmo sr=jag
2003-09-11 01:42:34 +00:00
neil%parkwaycc.co.uk
fb94e6375f
Bug 215831 fix autocomplete tree assertions (blank lines) r=varga sr=jag a=asa
2003-09-10 09:20:53 +00:00
brendan%mozilla.org
8e25974fa1
Checking in danm's patch for bug 210689, r/sr=bz/dbaron, a=me.
2003-09-08 19:06:11 +00:00
bryner%brianryner.com
06c7c1b2b4
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:31:50 +00:00
timeless%mozdev.org
323f01b140
Bug 217886 frame structure gets lost in builds since 20030826
...
patch by mpconnor@rogers.com r=bz sr=bz a=brendan
2003-09-04 02:23:20 +00:00
scott%scott-macgregor.org
18d9cb7817
changing qsrc per jcopetas@askjeeves.com
...
not part of the build.
2003-09-03 21:43:44 +00:00
neil%parkwaycc.co.uk
9711b63fbf
Bug 216482 fix recursive runaway problem r=varga sr=jag a=sspitzer
2003-09-01 22:09:45 +00:00
gerv%gerv.net
2464716086
Bug 213117 - new text for about:mozilla. Text by Neil Deakin <enndeakin@sympatico.ca>, patch by Dan Witte <dwitte@stanford.edu> and basic <basic@mozillanews.org>, r=gerv, a=asa.
2003-09-01 21:31:04 +00:00
tingley%sundell.net
e8122d97c9
bug 217340: checkmarks missing from sidebar tabs menu
...
r=rjc, sr=bz, a=asa
2003-08-30 17:34:41 +00:00
timeless%mozdev.org
2631346634
Bug 217063 Preferences categories expand after being closed
...
Backing out bug 209149 Sub-categories should be shown when selecting a category in the preferences dialog
a=mkaply
2003-08-26 19:28:00 +00:00
bsmedberg%covad.net
9a7434e4e5
Bug 170514 - Language name representation not localizable. Patch by marcel.gosselin@polymtl.ca r=nhotta sr=jag a=asa
2003-08-26 04:02:54 +00:00
gerv%gerv.net
7c06e50252
Bug 214855 - back out. This is a branch patch. <shuffles feet in embarrassed fashion>
2003-08-25 23:03:59 +00:00
gerv%gerv.net
4d52d792a1
Bug 214855 - update start page URL to new 1.4-specific start page. Patch by Andrew Schultz <ajschult@eos.ncsu.edu>, r,sr=jag, a=asa.
2003-08-25 18:37:02 +00:00
neil%parkwaycc.co.uk
b237a6a946
Bug 215325 Mail/News Account Wizard starts up with Back/Finish buttons r/sr=jag a=asa
2003-08-20 20:49:25 +00:00
sspitzer%mozilla.org
fab1be10df
new files for ask jeeves search. not part of the build.
...
part of bug #213822 :
clean up the search stuff, point to google by default, remove the developer stuff,
and in other popular sites.
all part of making mozilla a better end user release.
2003-08-20 07:45:22 +00:00
asa%mozilla.org
02d6e1d584
remove tinderbox sidebar panels. a=asa and a=sspitzer
2003-08-20 04:36:48 +00:00
cbiesinger%web.de
7b09cf41b6
213337 Saving PDF different from viewing PDF
...
jag: review+
bz-vacation: superreview+
asa: approval1.5b+
2003-08-18 12:09:39 +00:00
chanial%noos.fr
e2a99c82b4
bug 213228: new toolkit independence bug, last part:
...
bye bye, xpfe/global !
this change only affects Mozilla Firebird, since it is likely to break Thunderbird.
2003-08-18 11:11:42 +00:00
tingley%sundell.net
e0574a4385
Fix the broken tabs menu in the sidebar, and clean up a related idiom in
...
the prefs window. bug 211088: r=rjc, sr=bz, a=asa.
2003-08-18 04:41:46 +00:00
cls%seawood.org
1b51ba858c
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
mkaply%us.ibm.com
291ba420ca
Bug #207779
...
r=varga, sr=bryner, a=mkaply
Make Show Columns work in bookmarks
2003-08-14 21:41:19 +00:00
neil%parkwaycc.co.uk
7c3d513fdf
Bug 179728 work offline not unchecked when toggled from status bar r=dean_tessman sr=rbs a=asa
2003-08-13 21:42:40 +00:00
mkaply%us.ibm.com
04c98dc528
Oops, didn't mean to check that in
2003-08-13 20:42:47 +00:00
mkaply%us.ibm.com
1a880b764d
Bug #215871
...
r=mkaply, sr=blizzard, a=mkaply
OS/2 only - better checking for the message window so firebird/thunderbird/mozilla can coexist
2003-08-13 20:40:53 +00:00
neil%parkwaycc.co.uk
7c04e81463
Bug 209149 Show subcategories selecting a category in the preferences dialog r=dean_tessman sr=jag a=asa
2003-08-12 11:18:27 +00:00
neil%parkwaycc.co.uk
09263c15c1
Bug 160055 Copy Email Address should unescape e.g. %40 to @ r=dean_tessman sr=bz a=asa
2003-08-12 11:09:20 +00:00
neil%parkwaycc.co.uk
f3fc177fad
Bug 133503 Ctrl+F4 should not be active during print preview r=timeless sr=jag a=asa should also fix Ctrl+PgUp/PgDn from Bug 149907
2003-08-12 10:52:59 +00:00
neil%parkwaycc.co.uk
09668d8cb2
Bug 126216 allow wrapping of error messages in JS console r=timeless sr=bz a=asa
2003-08-12 10:35:48 +00:00
hyatt%mozilla.org
4aa2419b25
Fix for 215296, r=bryner, sr=brendan, a=asa, This patch retains Seamonkey's behavior for titles on all platforms while patching Mac behavior to leave off the modifier for FB+TB
2003-08-12 05:51:39 +00:00
kairo%kairo.at
5cbc82d1b5
bug 214207 - update localeVersion for 1.5b - rs=blizzard, a=asa
2003-08-11 11:31:24 +00:00
hyatt%mozilla.org
4c5d13e990
Fix for 204418, make a pref available for picking the hiddenWindow URL so different apps can have their own hiddenWindow files. r/sr=bryner, a=asa
2003-08-11 08:42:36 +00:00
hyatt%mozilla.org
a562349067
Fork the sidebar component for Firebird/Thunderbird. r/sr=bryner, a=asa, bug #215599
2003-08-09 05:04:05 +00:00
hyatt%mozilla.org
71e59d5b39
Update for 215440, make sure not to break SeaMonkey titlebars when the doc has no title, r/sr/a=brendan.
2003-08-07 23:01:24 +00:00
hyatt%mozilla.org
b3f8e51529
FIx for 215440, add support for a titledefault attribute that can be used when a document has no title.
2003-08-07 21:05:58 +00:00
blakeross%telocity.com
63abff90f9
Remove dmoz from the firebird search bar. r/sr=bryner
2003-08-07 02:55:48 +00:00
neil%parkwaycc.co.uk
6bda94e8a4
Bug 127423 Offline prefs appear when MailNews isn't installed p=diego@biurrun.de r=me sr=mscott
2003-08-05 08:14:21 +00:00
hyatt%mozilla.org
ecfebf6684
Patch the remaining places that use _content to also support _main, r=brendan, sr=ben
2003-08-04 21:52:22 +00:00
hyatt%mozilla.org
9c31b342f2
Fix for 215041, add support for WinIE's _main target for sidebars (it's identical to _content), r=hixie, sr=ben
2003-08-04 18:33:24 +00:00
cls%seawood.org
09671327f5
Remove unused references to xpcom_obsolete
...
Bug #38122 r=dougt sr=bryner
2003-08-02 20:17:28 +00:00
cls%seawood.org
a8b11eb498
Link generated .res files into mingw builds.
...
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner
2003-08-02 19:39:02 +00:00
bsmedberg%covad.net
cfee269c3a
Bug 214669 update some callers to nsIComponentRegistrar from nsIComponentManager - r/sr=alecf
2003-08-01 14:27:57 +00:00
timeless%mozdev.org
1ff05676de
Bug 213461 Want a way to specify single-sided or double-sided printing
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=jblanco sr=bryner
2003-08-01 01:56:15 +00:00
bzbarsky%mit.edu
85765744f2
Make the list of helpers show again. Bug 213914, r=biesi, sr=darin
2003-07-30 17:35:14 +00:00
bzbarsky%mit.edu
cb0a1e3d11
Fix strict warning. Bug 213962, patch by db48x@yahoo.com (Daniel Brooks),
...
r=timeless, sr=bzbarsky
2003-07-29 23:16:39 +00:00
bzbarsky%mit.edu
557d5ece5a
Make ensureSelection check that there is something to select. Bug 213961,
...
patch by db48x@yahoo.com (Daniel Brooks), r=blake, sr=bzbarsky
2003-07-26 06:08:12 +00:00
jshin%mailaps.org
b6b1c25129
bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (r=bryner, sr=bz)
2003-07-26 05:17:26 +00:00
bzbarsky%mit.edu
b0d068ccde
Bump skinVersion up to 1.5, since older skins are likely to get broken by the
...
change to no longer support single-':' pseudo-elements. Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
jaggernaut%netscape.com
95899387f6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
cbiesinger%web.de
bb37693039
147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
...
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
danm-moz%comcast.net
3eb7244d66
mark the hidden window's widget as invisible (on all platforms, now). bug 207742 r=brendan,bryner
2003-07-25 14:55:51 +00:00
timeless%mozdev.org
0ade3cd823
Bug 182166 strict javascript warnings in pref-winhooks.js
...
patch by stevechapel@earthlink.net r=jst sr=bz
2003-07-24 23:15:07 +00:00
timeless%mozdev.org
e56dd46c3e
Bug 207463 Site Navigation Bar displays when not needed with multiple tabs
...
patch by stevechapel@earthlink.net r=jag sr=bz
2003-07-24 23:09:57 +00:00
neil%parkwaycc.co.uk
e7c585c091
Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer
2003-07-24 20:31:35 +00:00
jaggernaut%netscape.com
43858ac3c6
Bug 209885: Support <tab linkedpanel="panelId"/>. Patch by Alex "WeirdAl" Vincent <ajvincent@juno.com>, r=Neil, sr=jag
2003-07-24 19:02:13 +00:00
caillon%returnzero.com
d850af5839
These #includes are obsolete after the landing of bug 83536.
2003-07-24 07:17:38 +00:00
jaggernaut%netscape.com
4e7c966d11
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
rbs%maths.uq.edu.au
60b92551a2
Leftover from bug 15364. Patch by Christian Schmidt.
2003-07-23 23:26:35 +00:00
scott%scott-macgregor.org
6d892904c0
thunderbird only change. The command line handler spits back "1" as an argument if there are no arguments following command. Handle
...
that case accordingly, and don't try to use "1" as the actual window argument.
2003-07-23 21:34:53 +00:00
aaronl%netscape.com
c82521688c
Fixing typo in history dropdown marker checkin
2003-07-23 09:49:59 +00:00
aaronl%netscape.com
c06587c0fc
Bug 192577. URL bar's dropdown toggle button doesn't toggle. r=neil, sr=bz
2003-07-23 08:50:40 +00:00
bzbarsky%mit.edu
d16b07ec3e
Verbiage change. Bug 198898, patch by durbacher@gmx.de (Andreas Kunz),
...
r=biesi, sr=bzbarsky
2003-07-22 23:11:27 +00:00
cbiesinger%web.de
e206c0a230
"bug 201046 (sorta), r+sr=bzbarsky, removing unused file"
2003-07-22 14:40:49 +00:00
mkaply%us.ibm.com
58431f5d65
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-21 18:53:43 +00:00
chanial%noos.fr
b1e88957c4
bug 213158: fix mispelling s/attatch/attach
...
r/sr=dbaron
2003-07-20 21:08:42 +00:00
jaggernaut%netscape.com
83c571e877
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
neil%parkwaycc.co.uk
dce8de5c63
Bug 136901 toOpenWindowByType should never open multiple windows r=varga sr=bz
2003-07-19 17:58:44 +00:00
varga%utcru.sk
5fe8b0df2c
An additional fix for bug 202393. Add DOM class info for nsIXULTreeBuilder
...
r=varga, sr=jag, patch by Neil
2003-07-18 14:55:09 +00:00
chanial%noos.fr
316f244de3
bug 210196 Fix use of bookmarks root / top root as a target and correct caller of CanDropBeforeAfter
...
r=varga, sr=jag
2003-07-17 11:08:07 +00:00
rbs%maths.uq.edu.au
2f2a264bdd
Show line numbers on the status bar of view-source in combination with mouse clicks, caret browsing (hit F7), goto line (Ctrl+L), and selection movements. Patch by Christian Schmidt <bugzilla@christian.schmidt.name>, b=15364, r=neil, sr=bz
2003-07-16 07:01:32 +00:00
cls%seawood.org
44e9eecf91
Split XUL layers (xpfe & toolkit) into a separate tier class.
...
Make the history component its own module.
Bug #107302 r=bryner sr=leaf
2003-07-16 00:33:50 +00:00
bzbarsky%mit.edu
b4fbe0ee60
Fixing mingw bustage.
2003-07-15 03:40:31 +00:00
scott%scott-macgregor.org
6536026dac
Thunderbird specific change. Has no impact on trunk builds.
...
Fix a silly mistake that was causing thunderbird to fail to launch if you did not pass the -mail parameter at the command line.
2003-07-14 22:51:52 +00:00
cbiesinger%web.de
b5f774cdd4
58557 r=bzbarsky sr=jag Mozilla allows you to override internal MIME types to no effect.
...
This checkin makes it so that a warning message is displayed if the user tries to create a helper app for an internally handled type.
2003-07-14 21:30:27 +00:00
bzbarsky%mit.edu
17603e534e
Make history database store the endianness of the page titles as metadata so
...
when a single profile is shared among machines of different endianness the
database doesn't get all garbled. Bug 108134, patch by rbasch@mit.edu (Robert
Basch), r=alecf, sr=bzbarsky
2003-07-14 21:29:47 +00:00
timeless%mozdev.org
ef853f6b57
Bug 211652 bookmarks.js fails on QueryInterface for nsIBookmarksService
...
r=caillon sr=bz
2003-07-14 21:16:33 +00:00
aaronl%netscape.com
0c9157b18c
Bug 127892. dialogKeys keyset has incorrect Win/Linux/OS2 behavior for Enter pressed on a button. r=neil, sr=jag
2003-07-14 09:56:39 +00:00
jaggernaut%netscape.com
817298ce0b
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com
a6a24fb93b
Bug 210760: "Reload all tabs" doesn't reload all tabs after canceling resending postdata. r=caillon, sr=bzbarsky
2003-07-14 06:18:54 +00:00
jaggernaut%netscape.com
2d7ed90a69
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
cbiesinger%web.de
d3b5cc2af9
147434 r=bzbarsky sr=bryner a file named ~file.txt will expand to /home/userfile.txt when being attached
2003-07-12 21:12:46 +00:00
cbiesinger%web.de
6d9939b16b
addressing reviewer comments for 118621
2003-07-12 21:01:50 +00:00
cbiesinger%web.de
d2351f2f68
118621 r=jag sr=bz http://foo/bar/ default save name should be bar.html
2003-07-12 20:59:25 +00:00
neil%parkwaycc.co.uk
d042aa0b80
Bug 121234 this.mMissedIconCache has no properties r=timeless sr=jag
2003-07-12 13:42:26 +00:00
scott%scott-macgregor.org
d931210577
Ugly thunderbird hack. Has no effect on seamonkey builds.
...
When launching the app via Launch Task (which is the case when starting up for the first time), check to see if the cmd line service
has any arguments (such as mailto urls). If so pass these arguments into OpenWindow instead of using the handler's default arguments.
This fixes the problem where clicking on a mailto url in a browser when thunderbird was NOT already running, caused a blank
compose window where the mailto url was ignored.
2003-07-12 04:12:14 +00:00
lpham%netscape.com
4e92cde960
update Mac Desktop Get Info string to 1.5b bugzilla #211625
2003-07-12 00:25:51 +00:00
dbaron%dbaron.org
d85698fd40
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
2003-07-11 21:16:12 +00:00
dwitte%stanford.edu
0348122ca5
Bug 212284: Adding a web site to allowed popup site list crashes Mozilla [@ nsPermissionManager::Add ]
...
fixing a crasher regression from yesterday's landing of bug 209475.
patch by mvl; r=dwitte, sr=bz, a=dbaron.
2003-07-11 00:04:02 +00:00
dwitte%stanford.edu
ee64b32c3e
Bug 209475: Make nsIPermissionManager more flexible for extensions.
...
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.
Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).
patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
danm%netscape.com
90630fe7c9
addref the window while the timer member variable holds a reference to the window. no longer a crash bug, but more proper COM. bug 143664 r=dougt,jag
2003-07-08 23:06:49 +00:00
cbiesinger%web.de
9871c15630
179084, patch by mcsmurf@gmx.net r=varga sr=jag Bookmark Export uses Unix carriage returns on all platforms
2003-07-08 17:24:57 +00:00
bzbarsky%mit.edu
b3003f362c
Move to the double-'::' notation for -moz-tree-* pseudo-elements in SeaMonkey.
...
Bug 211657, r+sr=dbaron
2003-07-07 21:22:24 +00:00
bzbarsky%mit.edu
10600c0acd
Add support for '::' notation for CSS pseudo-elements (bug 62843). Drop
...
selectors containing unrecognized pseudo-classes and pseudo-elements (bug
145968). Fix some CSS rules in quirk.css and xul.css that were bogus (no
bug). Patch in bug 62843. r+sr=dbaron
2003-07-04 01:33:10 +00:00
smontagu%netscape.com
45a0ed1fed
Change parsing of language tags for the Accept-Language header to accept from 2 to 8 characters in the first subtag. Bug 208277, author=d95mback@dtek.chalmers.se, r=smontagu, sr=darin.
2003-07-02 21:59:22 +00:00
timeless%mozdev.org
a35730ae9a
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2003-07-02 14:29:47 +00:00
cbiesinger%web.de
02dd545de1
205440 patch by kd-moz@tprac.de r=shliang sr=jag JavaScript error in internetresults.xul/.js
2003-07-01 20:04:30 +00:00
cbiesinger%web.de
357ae264d9
remove unused progress dialog files. bug 67216 r=jag sr=bzbarsky
2003-07-01 14:28:57 +00:00
cbiesinger%web.de
996fd00670
178491 patch by malcolm-bmo@farside.org.uk r=smontagu sr=alecf Bring languageNames.properties up to date with iso639-2
2003-06-30 20:39:35 +00:00
cbiesinger%web.de
a0c42e6953
170131 r=timeless sr=bzbarsky Missing/misleading window/widget titles in helper application selection dialog
...
note: this checkin only fixes the "title" part of the bug
2003-06-30 17:58:56 +00:00
timeless%mozdev.org
4087c0899c
Bug 210639 Confirm tab close ignores "Close Window"
...
patch by riceman+bmo@mail.rit.edu r=neil sr=jag
2003-06-27 17:03:15 +00:00
jshin%mailaps.org
e1522e5284
bug 208903 : make download manager work with non-ASCII file names (r=varga, sr=jag)
2003-06-26 04:20:25 +00:00
neil%parkwaycc.co.uk
dcb77b3641
Bug 180512 Editable menulists do not support context attribute overriding default context menu p=ajvincent@juno.com r=timeless sr=jag
2003-06-25 08:42:54 +00:00
jshin%mailaps.org
17c36a3091
bug 127755 : add two Thai charsets ISO-8859-11 and TIS-620 to libuconv and make corresponding changes in GFX:Gtk and GFX:Xlib. What used to be referred to as TIS-620 is renamed as Windows-874. r=smontague, sr=rbs (ut/uf files are thanks to ftang).
2003-06-25 05:11:44 +00:00
timeless%mozdev.org
67bf2159da
Bug 108973 Multi-tabbed windows should confirm close
...
patch by riceman+bmo@mail.rit.edu r=neil sr=jag
2003-06-25 02:13:35 +00:00
ccarlen%netscape.com
2d9e11b576
Bug 210541 - Bookmarks service crashes if nsIProfile implementation is not present because of missing success check on getService() call. r=pch/sr=alecf
2003-06-24 22:40:38 +00:00