bsmedberg%covad.net
a262c9b4f7
bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
...
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
bryner%brianryner.com
7264501b7b
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
2003-12-21 05:36:36 +00:00
timeless%mozdev.org
84cdd5375e
Bug 228619 Warning ``assignment to undeclared variable entry'' [xs] in file ``chrome://communicator/content/contentAreaUtils.js'', line 667, character 0.
...
r=neil sr=bz
2003-12-21 04:06:57 +00:00
timeless%mozdev.org
c5e776e69f
Bug 228529 JS Warnings in printing/print preview
...
r=neil sr=bz
2003-12-21 04:04:25 +00:00
timeless%mozdev.org
f104bee203
Bug 228510 Warning ``function getContentTypeFromHeaders does not always return a value'' [xs] in file ``chrome://navigator/content/pageInfo.js'', line 951, character 0.
...
r=neil sr=bz
2003-12-21 04:04:21 +00:00
timeless%mozdev.org
6dbe8b16ab
Bug 228428 Warning ``assignment to undeclared variable mIcon'' [xs] in file ``chrome://global/content/bindings/tabbrowser.xml'', line 237, character 0.
...
r=neil sr=bz
2003-12-21 04:04:19 +00:00
timeless%mozdev.org
c6fce4dbba
Bug 228405 Warning ``reference to undefined property linkToolbarUI.initialized'' [xs] in file ``chrome://navigator/content/linkToolbarOverlay.js'', line 247, character 0.
...
r=neil sr=bz
2003-12-21 04:04:16 +00:00
timeless%mozdev.org
24f6ab71eb
Bug 228398 Warning ``reference to undefined property this.mContentDisposition'' [xs] in file ``chrome://communicator/content/contentAreaUtils.js'', line 559, character 0.
...
r=neil sr=bz
2003-12-21 04:04:14 +00:00
timeless%mozdev.org
8975ef5e70
Bug 228397 Warning ``assignment to undeclared variable uri'' [xs] in file ``chrome://cookie/content/cookieContextOverlay.xul'', line 53, character 0.
...
r=dwitte sr=bz
2003-12-21 04:04:12 +00:00
neil%parkwaycc.co.uk
691c67635b
Bug 225328 Remove unused code p=gautheri@noos.fr r=me sr=alecf
2003-12-20 17:52:50 +00:00
dwitte%stanford.edu
50dbe55fbd
implement session cookie UI. thanks to mconnor for the patch!
...
b=225857, p=mpconnor@myrealbox.com , r=neil, sr=alecf
2003-12-20 03:08:44 +00:00
neil%parkwaycc.co.uk
f47f31c191
Bug 133606 getAnonymousElementByAttribute now works r=caillon sr=bz
2003-12-19 21:47:21 +00:00
neil%parkwaycc.co.uk
67d6bcde8d
Bug 179787 JavaScript strict warning: reference to undefined property this.mPanelContainer r=hj sr=bz
2003-12-19 21:45:36 +00:00
neil%parkwaycc.co.uk
ff3bc66025
Bug 89576 now that the wsm saves the page data the pref panel ok handlers don't need to r=caillon sr=alecf
2003-12-19 21:44:02 +00:00
cbiesinger%web.de
035abae4cf
152224 download manager should addref/release the items it puts into its hashtable
...
r=varga sr=darin
2003-12-19 21:30:26 +00:00
cbiesinger%web.de
96d2614fee
fix bustage
2003-12-19 15:53:03 +00:00
cbiesinger%web.de
29f41e9b67
bug 227562 download manager uses AUTF8String on OpenProgressDialogFor, it could use nsIDownload*
...
r=varga sr=bz
2003-12-19 15:41:29 +00:00
cbiesinger%web.de
16da642042
Bug 227032. cleanup nsDownloadProxy a bit, mostly:
...
deal with prefs service or the pref not being there
use nsIPrefBranch for do_GetService instead of a separate QI
r=neil.parkwaycc.co.uk sr=darin
2003-12-19 15:26:27 +00:00
dbaron%dbaron.org
67d5c6e882
Bump version number to 1.7a.
2003-12-19 03:49:12 +00:00
mkaply%us.ibm.com
21a305b9d2
Syntax error in checkin for 223111
2003-12-17 23:24:33 +00:00
jst%mozilla.jstenback.com
9bcc7f2a01
Fixing bug 223111. Making the page-setup settings shrink-to-fit and scaling persist across Mozilla instances. Patch by jblanco@us.ibm.com, and modiefied by me. r=ben, sr=bienvenu, a=asa.
2003-12-17 07:52:49 +00:00
timeless%mozdev.org
4ffb5ed32a
Bug 228620 Add AskJeeves search to build
...
patch by durbacher@gmx.de r=timeless sr=dbaron a=asa
2003-12-17 05:42:33 +00:00
jshin%mailaps.org
638631e65d
bug 206252: make it possible to attach on-line html documents/images with non-Latin1 names (r=bienvenu, sr=mscott, a=asa)
2003-12-17 00:31:34 +00:00
cbiesinger%web.de
b2672e2659
bug 228321. content-encoding: gzip page gets saved gzipped when no extension
...
present in the url
r=bzbarsky sr=darin a=chofman
2003-12-16 23:17:58 +00:00
tor%cs.brown.edu
6c22b74d44
Bug 183185 - pageInfo.js "Error: this.data[row] has no properties". Patch by
...
Daniel Brooks, r=timeless, sr=bz, a=tor.
2003-12-16 21:45:34 +00:00
cbiesinger%web.de
72c0bcbdc4
94651 patch by durbacher@gmx.de (Andreas Kunz), inspired by timeless. r=timeless
...
sr=dbaron a=asa
Sherlock search plugins don't decode & in URLs
2003-12-16 21:27:24 +00:00
jshin%mailaps.org
7dc0e571ec
bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa
2003-12-15 23:03:16 +00:00
neil%parkwaycc.co.uk
cd37e02ba7
Bug 228271 Autocomplete's scrollbar is always visible r=varga sr=alecf a=asa
2003-12-15 22:47:52 +00:00
caillon%returnzero.com
1336bba247
Bug 225490
...
Change the default search engine to google.
Patch by:
Andreas Kunz <durbacher@gmx.de>
Serge GAUTHERIE <gautheri@noos.fr>
r=me
sr=ben
a=asa
2003-12-12 22:50:13 +00:00
neil%parkwaycc.co.uk
7b1390be91
Bug 227612 Cookie settings not shown in preferences r=bz sr=alecf a=asa
2003-12-11 10:38:40 +00:00
neil%parkwaycc.co.uk
cf3949f186
Bug 225893 Autocomplete won't scroll with the mouse r=ben sr=mscott a=asa
2003-12-10 23:13:03 +00:00
timeless%mozdev.org
cbb5c411b3
Bug 110517 ctrl-k doesn't work in mail/news composer on unix
...
Changes check spelling binding for unix to ctrl-shift-k
patch by bz and me r=neil sr=sspitzer a=sspitzer
2003-12-08 00:01:10 +00:00
bzbarsky%mit.edu
a80c12c23f
REmove stray '}' that causes a JS error. Bug 227623, r=neil, sr=alecf, a=dbaron
2003-12-07 18:54:59 +00:00
neil%parkwaycc.co.uk
4842365f8d
Bug 225207 Focused element is scrolled into view when switching tab r=caillon sr=bryner a=dbaron
2003-12-07 09:44:40 +00:00
caillon%returnzero.com
140523dc92
Mark bookmarks as dirty when they are, so they get properly flushed.
...
Bug 131105
r=ben sr=bzbarsky a=dbaron
2003-12-07 00:27:15 +00:00
bsmedberg%covad.net
3f6e7c0efe
bug 53673 - <textbox multiline="true"> doesn't accept initial value="xxx" patch by Neil, r=me sr/moa=jag a=dbaron
2003-12-05 01:28:55 +00:00
tor%cs.brown.edu
3344a2f2e2
Bug 225490 - netscape search plugin no longer functioning.
...
patch by timeless, r=caillon, sr=alecf, a=tor
2003-12-04 20:50:25 +00:00
rlk%trfenv.com
fdebd8c2a5
Bug 227107 - Help button in Offline & Disk Space preferences is broken. r=neil@parkwaycc.co.uk, r=rlk@trfenv.com, sr=alecf@flett.org, a=asa@mozilla.org. Patch by Hasse (jasajudeju@telia.com).
2003-12-04 00:56:43 +00:00
jshin%mailaps.org
5e7848db38
bug 225695 : follow-up to bug 44272. tree-wide sweep to replace escape/unescape() with en|decodeURI(Component). part 2(mail/mailnews) of 3. r=neil, sr=bienvenu, a=asa
2003-12-03 21:52:10 +00:00
jshin%mailaps.org
88492d9c99
bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa
2003-12-03 21:41:37 +00:00
jshin%mailaps.org
8d23ecdb94
bug 224546 : Change Win 'Regional Settings' -> lose button functions & text (r=smontagu, sr=dbaron, a=asa)
2003-12-03 06:07:13 +00:00
bzbarsky%mit.edu
bee6b113d9
Fix up ordering issues in radiogroups. Bug 226549, r=neil, sr=alecf
2003-12-03 04:40:03 +00:00
dbaron%dbaron.org
f35f2c3708
Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa
2003-12-02 23:22:11 +00:00
neil%parkwaycc.co.uk
6f31c6ac6f
Bug 216187 Windows icon association shouldn't use Mozilla application icon r=danm sr=rbs a=asa
2003-12-02 22:36:06 +00:00
neil%parkwaycc.co.uk
5685554e68
Bug 225840 clean up after <window> to <dialog> conversion p=gautheri@noos.fr r=me sr=ben a=asa
2003-12-01 23:44:39 +00:00
darin%meer.net
ee20857a33
fixes bug 226612 "-remote openURL no longer works with null URL." r=bryner sr=dbaron a=brendan
2003-11-30 04:09:03 +00:00
neil%parkwaycc.co.uk
5824afe35b
Supplementary patch to bug 203960 to fix javascript error: tabs is not defined when replacing bookmark groups spotted by hj p=gautheri@noos.fr r=me sr/a=brendan
2003-11-29 19:55:01 +00:00
ben%bengoodger.com
8502a090fe
once more.
2003-11-28 07:02:53 +00:00
ben%bengoodger.com
04f5cc9b4c
oops.
2003-11-28 06:47:14 +00:00
ben%bengoodger.com
e661b15ec7
Fix firebird builds. Patch from Stephen Walker.
2003-11-28 06:24:37 +00:00
ben%bengoodger.com
5980ab7796
Turn off alerts for firebird. Prelude to 215467.
2003-11-27 00:50:31 +00:00
ben%bengoodger.com
9ce78bc92b
Fix pch's oops.
2003-11-26 09:02:31 +00:00
chanial%noos.fr
958ea06c4e
bug 199386: Set Default Browser registers pref.xul from the suite as Preferences entry in WinXP Start Menu, r/sr=ben
...
Not part of the build, nor part of the GRE.
2003-11-26 08:22:17 +00:00
mkaply%us.ibm.com
7ff5fd04b8
#226678
...
r=pedemonte,sr=blizzard (platform specific), a=mkaply
Take a patch from nsNativeAppSupportWin so multiple firebird windows work
2003-11-25 22:38:39 +00:00
mkaply%us.ibm.com
4781af24ef
a=mkaply - better icons (we got a new converter)
2003-11-25 19:00:15 +00:00
mkaply%us.ibm.com
a8304327d2
a=mkaply - better icons (we got a new converter
2003-11-25 18:58:39 +00:00
scott%scott-macgregor.org
024d390cf9
Bug #226604 --> crash closing message compose window (with UI button)/message filter dialog
...
fix crash regression. Patch by timeless
sr=mscott
a=asa
2003-11-25 02:47:48 +00:00
cbiesinger%web.de
bd7cd09ade
213877 r=neil.parkwaycc.co.uk sr=bzbarsky a=asa
...
update contentAreaUtils.js callers to pass type and extension to mimeservice
this should greatly reduce the extension fixup bugs, especially .html.htm, .mp3.mp2 and similar should no longer happen.
2003-11-24 18:56:51 +00:00
timeless%mozdev.org
699163296d
Bug 223736 nsWebShellWindow::Destroy should call nsWebShellWindow::Destroy before destroying its timer and calling release_this
...
r=danm sr=dbaron a=dbaron
2003-11-23 14:01:43 +00:00
neil%parkwaycc.co.uk
361c8282e0
Bug 189786 Mouse wheel preference panel description needs to be able to wrap for translations r=caillon sr=alecf a=dbaron
2003-11-22 18:12:18 +00:00
neil%parkwaycc.co.uk
7899e22b62
Bug 202587 Control+ and Command+ should be Ctrl+ and Cmd+ for consistency r=caillon sr=brendan a=asa
2003-11-21 09:13:36 +00:00
darin%meer.net
2371181b48
fixes bug 225424 "The View/Apply Theme menu of available themes should be sorted alphabetically"
...
patch by malcolm-bmo@farside.org.uk r=neil@parkwaycc.co.uk sr=alecf a=asa
2003-11-21 08:01:23 +00:00
darin%meer.net
f8fbc14169
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa
2003-11-21 00:09:50 +00:00
chanial%noos.fr
7735876dd5
Bug 194678: Move pageSetup into the toolkit. r=bsmedberg, sr=bryner and a big thanks to Dave Miller for moving the files!
2003-11-19 06:34:51 +00:00
timeless%mozdev.org
368aea7260
Bug 225984 DRefTool analysis for beos files
...
r=roc sr=roc
2003-11-17 20:43:48 +00:00
timeless%mozdev.org
037f8aab54
Bug 135181 Add Translate Page to the Tools menu
...
patch by jg307@cam.ac.uk/neil.marshall@sympatico.ca r=neil(moa) sr=alecf
2003-11-17 20:40:55 +00:00
timeless%mozdev.org
3a6d6c90fd
Bug 106386 Correct misspellings in source code
...
Changes strings which meant "referring"
patch by ajvincent@juno.com r=timeless sr=dmose
2003-11-17 10:05:45 +00:00
cbiesinger%web.de
26c72f348f
bug 223990. Should have a getPrimaryExtensionForType function
...
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2003-11-13 23:00:55 +00:00
neil%parkwaycc.co.uk
d64610da67
Bug 218957 about:config should load with focus in filter textbox p=steffen.wilberg@web.de r=me,pch sr=brendan,ben (yes really, four reviews).
2003-11-12 22:21:48 +00:00
jshin%mailaps.org
908a9fa11f
bug 224748 : make charset names in navigator.properties (for charset menu) canonical (r=smontagu, sr=blizzard)
2003-11-12 19:44:18 +00:00
neil%parkwaycc.co.uk
6be4c1a90c
Bug 181973 Implement a system for inverting boolean prefs and apply it to the scripts listbox r=caillon sr=alecf
2003-11-12 10:13:10 +00:00
dwitte%stanford.edu
42f2669379
Cookie Manager and Exceptions window should remember column size
...
b=224569, r=neil, sr=alecf
2003-11-11 17:43:16 +00:00
neil%parkwaycc.co.uk
df99ae707a
Bug 66522 Make it easier to use mouse wheel preferences r=caillon sr=bz
2003-11-11 12:53:19 +00:00
neil%parkwaycc.co.uk
c832189d6c
Bug 50223 Clicking on a sidebar tab should set focus to its content r=pch sr=alecf
2003-11-10 23:15:52 +00:00
mvl%exedo.nl
0cbf28d1a9
Persist checkbox to block domain in the cookie manager.
...
bug 75119, r=biesi, sr=alecf
2003-11-10 16:56:37 +00:00
neil%parkwaycc.co.uk
6aec774eb1
Bug 224251 Bookmarks panel doesn't focus bookmarks tree when selected r=pch sr=alecf
2003-11-10 16:27:42 +00:00
scott%scott-macgregor.org
b85085cd5d
Bug #224119 --> Spell Check dialog for mailnews needs url for localized dictionaries. We are pointing it to:
...
http://dictionaries.mozdev.org/installation.html
for now.
sr=bienvenu
2003-11-10 04:10:06 +00:00
darin%meer.net
d511e38761
fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky
2003-11-09 22:49:57 +00:00
chanial%noos.fr
2c3cccaca2
bug 221599 and 225150: remove ununused setter/getter in overrideHandler.js
...
r=biesi, sr=bz
2003-11-09 21:51:59 +00:00
danm-moz%comcast.net
53a844ebdc
restore removal of blur suppression from rev 1.39 accidentally deleted in rev 1.40. r=bryner
2003-11-09 19:14:09 +00:00
danm-moz%comcast.net
1ebce9c6ba
tweak rev 1.137 to reduce the population of warnings from 2131 back to 2129
2003-11-09 16:33:14 +00:00
leaf%mozilla.org
410119b3b0
bug 224768, r=dbaron. update alpha to beta in version strings
2003-11-07 18:23:23 +00:00
neil%parkwaycc.co.uk
96c031d72b
Bug 224918 When not using Download Manager, closing progress dialogs doesn't cancel download r=biesi sr=bz
2003-11-07 12:27:21 +00:00
danm-moz%comcast.net
cf419872ca
don't focus the parent of the window being closed if that parent is the hidden window. this reinstates rev 1.52, bug 22658. now bug 224058. r=ere, roc
2003-11-07 02:13:32 +00:00
mvl%exedo.nl
eb3411a0d9
Put back a line that shouldn't have been removed for bug 161130
2003-11-06 20:21:05 +00:00
timeless%mozdev.org
ff22533034
Bug 224657 errors in pref-advanced.xul when @mozilla.org/oji/jvm-config-mgr;1 or @mozilla.org/system-preference-service;1 are unavailable
...
r=neil sr=roc
2003-11-06 15:24:11 +00:00
timeless%mozdev.org
245c412b56
Bug 220891 Create Profile Wizard overhaul
...
patch by borggraefe@despammed.com r=neil sr=roc
2003-11-06 13:33:51 +00:00
timeless%mozdev.org
3057c23ba0
Bug 207865 ASSERTION: unable to normalize attribute name: 'NS_SUCCEEDED(rv)', file i:/build/mozilla/content/xul/content/src/nsXULElement.cpp, line 1301
...
r=neil sr=darin
2003-11-05 01:17:04 +00:00
dwitte%stanford.edu
f4cc4a66e9
remove support for dom.disable_cookie_{get,set} prefs.
...
b=223782, r=jst,caillon, sr=alecf,darin (yes really, four reviews).
2003-11-04 22:44:51 +00:00
peter%propagandism.org
816b00b6cc
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
pinkerton%netscape.com
3f56956411
adding IOKit dependency for mac static build (sr=bryner, not part of build)
2003-10-31 20:07:44 +00:00
mvl%exedo.nl
1aaafabb18
nsIPopupManager.getEnumerator is replaced by nsIPermissionManager.getEnumerator
...
bug 221232, r=dwitte, sr=bryner
2003-10-31 19:30:06 +00:00
timeless%mozdev.org
b693cafc7a
Bug 120148 Tabs don't remember which element [frame, textfield, etc] was focused when switching tabs
...
patch by tryandguessit@yahoo.com r=caillon sr=bryner
2003-10-31 03:56:22 +00:00
timeless%mozdev.org
3e5f5ab75d
Bug 16498 Finished Downloading sounds
...
patch by cst@andrew.cmu.edu r=varga sr=bz
2003-10-31 01:58:56 +00:00
timeless%mozdev.org
b3b0822932
Bug 205541 Selecting "Unblock Cookies..." while on a site that you'd previously blocked allows the site to set cookies rather than just removing the block
...
patch by mpconnor@rogers.com r=neil sr=alecf
2003-10-30 23:27:58 +00:00
timeless%mozdev.org
d148168be8
Bug 222553 Rework cookieviewer to support whitelisting
...
patch by mpconnor@rogers.com r=neil sr=alecf
2003-10-30 23:23:50 +00:00
cbiesinger%web.de
6724968770
Bug 223998
...
contentAreaUtils.js: getMIMEInfoForExtension should be getTypeFromURI
r=neil.parkwaycc.co.uk sr=bz
2003-10-30 21:34:39 +00:00
timeless%mozdev.org
aa5e9b933a
Bug 221876 Latest Builds in QA menu doesn't work anymore
...
first draft by mcsmurf@gmx.net r=jst sr=jst
2003-10-30 19:33:28 +00:00
varga%nixcorp.com
ea82c8c3ca
Fix for bug 221361. right click context speed is very slow with large selections
...
r=jan,neil sr=alecf patch by gemal
2003-10-30 10:32:59 +00:00
neil%parkwaycc.co.uk
57179de8f5
Bug 223549 GenerateValidFilename should use validateFileName p=ian@arlen.demon.co.uk r=me sr=bienvenu
2003-10-30 10:12:32 +00:00
neil%parkwaycc.co.uk
c98c6f10f3
Bug 215656 Cookie and Popup managers don't update scrollbar correctly r=mvl/dwitte sr=bryner
2003-10-30 09:33:40 +00:00
jshin%mailaps.org
e23c5a36ac
bug 195093 : modernize nsILocale (r=smontagu, sr=darin)
2003-10-30 05:04:45 +00:00
timeless%mozdev.org
fdcb1a27a5
Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
...
work by doronr@us.ibm.com r=timeless sr=jag
2003-10-30 01:39:08 +00:00
timeless%mozdev.org
0028b89402
Bug 223336 Cannot perform search from sidebar
...
suggestion by zack-weg@gmx.de r=neil sr=bz a=asa
2003-10-27 22:26:31 +00:00
ben%bengoodger.com
0a1db7cf1b
Bug 206936 - firebird shows an XML error when opening links from external apps, caused by bug 223197 - command line service on Mac should be using browser.chromeURL pref to locate main application XUL file, not hard coding to use navigator.xul. r=smfr/ccarlen, sr=smfr, a=asa
2003-10-26 22:11:49 +00:00
darin%meer.net
7763797cd2
follow-up patch for bug 117026 "bookmark properties dialog very slow to load" patch=alfredkayser@nl.ibm.com, r=p_ch@verizon.net, sr=bzbarsky@mit.edu
2003-10-24 18:24:13 +00:00
neil%parkwaycc.co.uk
f40d86059a
Bug 92726 Save As should default to the message subject r=me moa=glazou sr=bienvenu a=asa
2003-10-24 12:13:46 +00:00
bryner%brianryner.com
a0e219b348
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
mkaply%us.ibm.com
0c3cc2671f
#205138
...
r=mkaply, sr=bryner
Code from jblanco - always select a folder so the New Folder button works
2003-10-21 19:47:25 +00:00
timeless%mozdev.org
96e46326e4
PRPackedBool takes too much effort
2003-10-21 17:20:28 +00:00
timeless%mozdev.org
c272e421bf
Bug 143687 Bring back site icons (favicons) in personal toolbar
...
patch by mozilla-bugs@nogin.org r=varga sr=alecf
2003-10-21 17:00:37 +00:00
varga%nixcorp.com
0f42747ce0
Changing my email address.
2003-10-21 15:35:57 +00:00
neil%parkwaycc.co.uk
f3c345fee8
Bug 211416 Fix some linux filepicker issues r=varga sr=jag
2003-10-21 12:00:49 +00:00
technutz%netscape.net
0873fc0406
Bug 222419. remove wallet.TutorialFromMenu key from navigator.properties. r=neil, sr=bienvenu.
2003-10-20 22:22:15 +00:00
danm-moz%comcast.net
e8d9dd9df6
error check repeated window registration. bug 222042 r=scott,sspitzer
2003-10-20 15:31:38 +00:00
bzbarsky%mit.edu
8feb2d259d
Make sure we don't end up with a too-negative mIndex. Bug 218639, r=timeless, sr=jag
2003-10-19 09:05:28 +00:00
kairo%kairo.at
07e3c65080
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2003-10-18 17:54:07 +00:00
neil%parkwaycc.co.uk
34b017be00
Bug 222585 dialogheader should crop r=varga sr=bienvenu
2003-10-17 19:58:12 +00:00
chanial%noos.fr
70a566e78a
remove #ifdef MOZ_PHOENIX that are no more relevent since we forked the bookmarks service.
...
correct typo in comment.
2003-10-17 16:27:55 +00:00
bsmedberg%covad.net
7d673c9828
Bug 220095, Navigator->Languages is empty (win32 installer builds only, fallout from bug 179834) rs=darin
2003-10-15 20:38:58 +00:00
pkw%us.ibm.com
1690dbf05d
Bug 220210 - Bookmarks root is always English "Bookmarks" if using one
...
profile named "default".
r=p_ch@verizon.net , sr=jag@tty.nl
2003-10-15 19:04:07 +00:00
dwitte%stanford.edu
39bb588d1a
make cookiemanager sort strings case-insensitively.
...
thanks to smanux@lfjr.net for the patch. r=dwitte, sr=darin, b=220067
2003-10-15 09:41:40 +00:00
bzbarsky%mit.edu
92ccceaf8d
Add pref for the default :active styling. Bug 142163, patch by
...
mats.palmgren@bredband.net (Mats Palmgren), r=bzbarsky/sr=dbaron on the
layout/xpfe parts of the patch, r=glazou/sr=bzbarsky on the editor part,
moa=neil on the prefwindow changes.
2003-10-15 01:56:12 +00:00
neil%parkwaycc.co.uk
589095a86b
Bug 221987 Don't create frames for XUL <script> r=varga sr=bz
2003-10-14 08:27:37 +00:00
neil%parkwaycc.co.uk
d41ae35ba4
Bug 206464 Advanced search sidebar does not remember your chosen engines
...
Bug 212703 Advanced search sidebar does not display custom categories
r=varga
sr=alecf
2003-10-12 19:34:09 +00:00
neil%parkwaycc.co.uk
2d2f4e0567
Supplementary patch to bug 221503 to fix timeout issues r=pch sr=alecf
2003-10-10 22:20:20 +00:00
neil%parkwaycc.co.uk
0fee3e7793
Bug 221503 Bookmarks chevron updates unnecessarily r=varga sr=alecf
2003-10-10 16:34:03 +00:00
cbiesinger%web.de
39a044d28e
bug 221697 <wizard> ignores specified size
...
patch by Stefan Borggraefe borggraefe@despammed.com , r=neil.parkwaycc.co.uk, sr=alecf
2003-10-10 15:48:52 +00:00
darin%meer.net
956df81aaf
fixes bug 117026 "bookmark properties dialog very slow to load" patch=alfredkayser@nl.ibm.com, r=dean_tessman sr=bzbarsky
2003-10-09 21:23:28 +00:00
bzbarsky%mit.edu
32093a1139
Gunzip things with content-encoding:gzip whose file extension is .zip when
...
saving or running helpers. The idea here is to decompress unless the encoding
and extension match up. If they do, then don't decompress. Bug 152275,
r=biesi, sr=darin
2003-10-09 02:10:25 +00:00
pinkerton%netscape.com
e14fd8ebaf
speedups for large histories. from camino branch. (r=bryner/sr=sfraser, bug
...
180109)
2003-10-09 01:01:44 +00:00
timeless%mozdev.org
2faa5aacc1
Bug 138074 context menu for Image as URL doesn't match spec
...
r=caillon sr=jag
2003-10-09 00:33:16 +00:00
timeless%mozdev.org
5474be3783
Bug 220451 - Popup Manager's "Allowed Sites" dialog doesn't persist size and position
...
patch by borggraefe@despammed.com r=neil sr=alecf
2003-10-09 00:29:09 +00:00
rlk%trfenv.com
af3c47effe
Bug 217328 - Send Link ... incorrectly cuts url after first variable. Patch by Jesper Hertel <jh@magnus.dk>. r=neil.parkwaycc.co.uk sr=tor
2003-10-08 01:27:59 +00:00
dwitte%stanford.edu
48fe888d1b
rearrange resource files in extensions/wallet to clean up the duplicate files and general mess that
...
various folk have made of it. (no names here, move along)
some files were moved in the cvs repo, but others were manually copied, and thus I will own blame
for them. to find old blame info for the respective files, look in the appropriate attic for these
locations:
mozilla/extensions/wallet/cookieviewer/CookieViewer.js
mozilla/extensions/wallet/cookieviewer/CookieViewer.xul
mozilla/extensions/wallet/cookieviewer/CookieViewer.properties
mozilla/extensions/wallet/cookieviewer/CookieViewer.dtd
mozilla/extensions/wallet/editor/WalletEditor.properties
mozilla/extensions/wallet/editor/WalletEditor.dtd
mozilla/extensions/wallet/signonviewer/SignonViewer.js
mozilla/extensions/wallet/signonviewer/SignonViewer.xul
mozilla/extensions/wallet/signonviewer/SignonViewer.properties
mozilla/extensions/wallet/signonviewer/SignonViewer.dtd
mozilla/extensions/wallet/src/wallet.properties
mozilla/extensions/wallet/walletpreview/WalletPreview.js
mozilla/extensions/wallet/walletpreview/WalletPreview.xul
b=26020 (yeah that old!), r=timeless, sr=heikki, and props to leaf for moving stuff around
the cvs repo.
2003-10-08 01:03:28 +00:00
cls%seawood.org
378b851b12
Case matters.
...
Fixing mingw cross-compiling bustage.
2003-10-07 20:39:25 +00:00
neil%parkwaycc.co.uk
471e1cd988
Bug 144158 No Group by Site option in History r=timeless sr=alecf
2003-10-07 15:48:41 +00:00
neil%parkwaycc.co.uk
296ff36e59
Bug 182359 only open one manager window of each type r=dwitte sr=darin
2003-10-07 10:03:21 +00:00
danm-moz%comcast.net
5f32d42917
move implementation of zLevel to nsWindowMediator. make zLevel mutable. support persistent zlevel xul attribute. rework saving of persistent attributes. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:16 +00:00
danm-moz%comcast.net
9ea17a2262
move implementation of zLevel here from nsXULWindow. implement mutable zLevel. coalesce duplicate code. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:13 +00:00
danm-moz%comcast.net
cbaebadbc9
rework saving of persistent attributes. also maximized and alwaysRaised windows are incompatible. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:11 +00:00
danm-moz%comcast.net
40a37fd7a3
add zLevel member variable to struct nsWindowInfo. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:07 +00:00
danm-moz%comcast.net
e070e9d22b
delay initialization of newly created window's zLevel. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:20:05 +00:00
danm-moz%comcast.net
c04800cc89
zLevel attribute is now mutable. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:19:28 +00:00
danm-moz%comcast.net
b18ce4102b
new methods Get/SetZLevel of nsIXULWindow. also doxygenify interface. bug 42557 r=neil (mostly), rjc. rs=hyatt
2003-10-07 01:19:16 +00:00
darin%meer.net
325b3c6de7
fixes bug 210125 "need to be able to AsyncWait for closure only" r=dougt sr=bzbarsky
2003-10-06 01:46:31 +00:00
cbiesinger%web.de
56573a1871
220672. r=darin sr=bzbarsky
...
Convert nsIEncodedChannel::contentEncodings to nsIUTF8StringEnumerator.
Previously, it used nsISimpleEnumerator, and returned an nsISupportsCString with it.
2003-10-05 17:06:37 +00:00
neil%parkwaycc.co.uk
dd7c883244
Bug 135269 No Open Bookmarks File menu option r=varga sr=alecf
2003-10-05 08:21:26 +00:00
bzbarsky%mit.edu
58eca2c86c
Implement support for the "type" attribute of <a> elements. Bug 214626,
...
r=adamlock, sr=darin
2003-10-03 22:11:47 +00:00
cbiesinger%web.de
67ddc9b65e
bug 193740. remove timebomb code
...
r=neil.parkwaycc.co.uk@myrealbox.com sr=alecf
2003-10-03 20:43:59 +00:00
neil%parkwaycc.co.uk
630d52d0b9
Bug 215928 stop scrollbar mouse events from bubbling r=varga sr=roc
2003-10-03 13:39:15 +00:00
timeless%mozdev.org
750811bcda
Fixing case of "Line" in "Go to Line"
...
r=caillon sr=bz
2003-10-03 01:01:33 +00:00
stephend%netscape.com
4f3e2d7e96
Bug 220991. Update Debug menu URLs to reflect komodo decomission. r=neil, sr=bryner
2003-10-02 19:48:42 +00:00
neil%parkwaycc.co.uk
f96e681315
Bug 220460 "About Popups" dialog should autosize and not be resizable p=borggraefe@despammed.com r=me sr=bienvenu
2003-10-02 08:10:39 +00:00
chanial%noos.fr
b6864c021e
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
b68f254ff3
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
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
476b0f76a0
updating my email address
2003-09-29 05:35:34 +00:00
cls%seawood.org
4c30294597
Workaround gcc -MD dependency issue originally mentioned in bug 105005.
...
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
dbaron%dbaron.org
d67f6c2028
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
302058f007
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
4677b1ad73
Bug 220103 @mozilla.org/download;1 uses null mInner
...
r=neil sr=bz
2003-09-25 02:30:42 +00:00
timeless%mozdev.org
fef7b0e8bb
Bug 220103 @mozilla.org/download;1 uses null mInner
...
r=neil sr=bz
2003-09-25 02:22:15 +00:00
gerv%gerv.net
d1ce28e6ad
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
52a1f60d6e
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
be22be44fc
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
f8bc100164
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
d7120508a7
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
e24aa07519
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
6a8799b108
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
6814510c2f
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
856bf42c8a
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
dd6f308402
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
20665a5b45
Update version numbers to 1.6a.
2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk
0fbcd025be
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
7f9370ae74
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
ac8521fc2e
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
2da1a40902
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
5161fd497f
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
b8f128ecea
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
2b0ca468c3
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
e398d4faf2
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
bfca537521
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
9e07f425be
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
da9e036fe8
Bug 219389 - ViewSource highlighting broken (from bug 179834) r=pike sr=darin
2003-09-17 17:28:47 +00:00
dbaron%dbaron.org
b57afa4a19
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
e3f07bb1c2
#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
577de49b39
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
dbf18a9c3a
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
2b95a3b854
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
ced129793a
about:about
...
Bug 56061
r=bryner@brianryner.com
sr=darin@meer.net
2003-09-13 19:35:59 +00:00
bsmedberg%covad.net
3c7f6e517d
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-13 17:55:56 +00:00
neil%parkwaycc.co.uk
69ee0bef07
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
6d37955ac2
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
5a9c06e100
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
66290bcb84
Bug 217090
...
middlemouse.contentLoadURL doesn't work on windows
r+sr=jag
2003-09-11 12:19:13 +00:00
jshin%mailaps.org
59f2bb2c3a
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
23c7ddabfc
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
620fa149da
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
9acae982d8
Bug 60245 no tooltips for "title" attribute in sidebar r=timeless sr=jag
2003-09-11 08:30:48 +00:00