neil%parkwaycc.co.uk
|
cb4be12ceb
|
Bug 228904 Preference panel load event handling cleanup p=gautheri@noos.fr r=me sr=alecf
|
2004-03-03 10:39:00 +00:00 |
|
bsmedberg%covad.net
|
841b014d12
|
Bug 236138 - bulletproof startup against lack of some browser.startup.[...] prefs. r/sr=darin
|
2004-03-03 03:26:17 +00:00 |
|
cbiesinger%web.de
|
a080b3e3b5
|
149448 patch by Andreas Kunz <durbacher@gmx.de> r=neil sr=alecf
Themes with Long Descriptions Scroll "Get New Themes" Out of View
|
2004-03-02 20:04:13 +00:00 |
|
mvl%exedo.nl
|
8548893c45
|
Remove duplicates from the menu to manually show blocked popups. Also limit the menu to 100 entries max.
bug 235454, r=danm, sr=jag
|
2004-03-02 20:00:50 +00:00 |
|
timeless%mozdev.org
|
d4283124a0
|
Bug 125324 Improper use of nsIDirectoryServiceProvider
r=ccarlen sr=jag
|
2004-03-02 05:47:48 +00:00 |
|
neil%parkwaycc.co.uk
|
eda86a3664
|
Bug 235970/232722 Customize character coding dialog only works in browser r=jshin sr=mscott
|
2004-03-02 00:27:13 +00:00 |
|
danm-moz%comcast.net
|
cd405b6c1b
|
in your preferences, set the milestone to 'ignore' and lose the annoying temporary homepage hijack Mozilla does at each milestone. bug 102313 r=jag^2
|
2004-03-01 03:13:52 +00:00 |
|
cbiesinger%web.de
|
3e98041224
|
bug 234979, patch by matti@mversen.de r=roland.mainz@nrubsig.org sr=darin moa=neil
add "show build configuration" to the debug menu
|
2004-02-28 23:36:40 +00:00 |
|
darin%meer.net
|
c380c59f65
|
landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin
|
2004-02-28 22:34:07 +00:00 |
|
neil%parkwaycc.co.uk
|
a64c4a73cb
|
Bug 200320 Fix NS_ERROR_ILLEGAL_VALUE when deleting last bookmark by selecting the previous bookmark p=gautheri@noos.fr r=me sr=jag
|
2004-02-28 16:15:29 +00:00 |
|
timeless%mozdev.org
|
6a227960ae
|
Bug 235797 bookmarks.html permissions always reset to 600
r=bsmedberg sr=bz
|
2004-02-27 16:03:26 +00:00 |
|
kairo%kairo.at
|
5f250d223d
|
bug 234014 - Use the XUL preprocessor for build-time inserting of skinVersion strings, r=bsmedberg, sr=peterv
|
2004-02-27 11:54:28 +00:00 |
|
kyle.yuan%sun.com
|
0c05f0e98f
|
Second patch for Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
make the new keybindings only available on X11 platform
r=bsmedberg, sr=mscott
|
2004-02-27 06:22:29 +00:00 |
|
neil%parkwaycc.co.uk
|
0c857f80f8
|
Bug 235190 Remove cookie icon xul that Classic doesn't like p=hj r=me sr=darin
|
2004-02-25 12:54:00 +00:00 |
|
cls%seawood.org
|
bbe803c4d7
|
Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
|
2004-02-25 03:27:11 +00:00 |
|
darin%meer.net
|
f6875e2d3c
|
fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron
|
2004-02-25 02:08:34 +00:00 |
|
daniel%glazman.org
|
75ee681faf
|
Missing change in previous checkin; b=235394,r=bsmedberg,a=bzbarsky
|
2004-02-24 15:30:39 +00:00 |
|
daniel%glazman.org
|
76d9945cb5
|
Standalone Composer build was failing because of recent changes to GlobalHistory; b=235394,r=bsmedberg,a=bzbarsky
|
2004-02-24 15:20:55 +00:00 |
|
bryner%brianryner.com
|
078b6c6ce9
|
Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst.
|
2004-02-24 03:22:35 +00:00 |
|
cbiesinger%web.de
|
d1a43ad834
|
removing unnecessary toString() as suggested by reviewer, bug 234724
|
2004-02-23 14:11:56 +00:00 |
|
chanial%noos.fr
|
f15c119167
|
Bug 235094: Build bootstrap/init.d only on platforms that need it
patch by Roland Mainz, r=bsmedberg
|
2004-02-22 03:40:17 +00:00 |
|
dbaron%dbaron.org
|
3a1c696bfc
|
Change version from 1.7a to 1.7b.
|
2004-02-21 19:29:41 +00:00 |
|
danm-moz%comcast.net
|
73ac6b2c7d
|
unsizable windows are no longer created maximized. bug 230608 r=bryner,jst
|
2004-02-21 18:02:03 +00:00 |
|
jshin%mailaps.org
|
41c532dc70
|
bug 232722 : replace character coding with character encoding (r=neil, sr=mscott, moa=daniel@glazeman)
|
2004-02-21 04:52:39 +00:00 |
|
amardare%qnx.com
|
8352dc70d6
|
Changes for the qnx platform only. These changes should not affect runtime/building
other platforms.
|
2004-02-20 22:48:17 +00:00 |
|
dbaron%dbaron.org
|
5b6ae6e571
|
Rename {nsIDocument,nsIDocumentObserver,nsIFrame}::ContentChanged to CharacterDataChanged, since that's the only thing it's used for. Replace its nsISupports* parameter with a PRBool, since we don't need to allocate an object to pass a boolean parameter. Remove some (but probably not all) unneeded implementations on frames whose content is never a text node. b=234960 r+sr=jst
|
2004-02-20 21:38:31 +00:00 |
|
pkw%us.ibm.com
|
4562bf77b4
|
Forgot to add one file for Bug 234124
r=bryner@brianryner.com, sr=bryner@brianryner.com
Patch by Roland Mainz <roland.mainz@nrubsig.org>.
|
2004-02-20 18:15:30 +00:00 |
|
pkw%us.ibm.com
|
2ae01282d1
|
Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
r=bryner@brianryner.com, sr=bryner@brianryner.com
Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
|
2004-02-20 18:13:47 +00:00 |
|
darin%meer.net
|
fdf250cf4e
|
landing patch for bug 234864 "string branch landing resulted in large spike in heap allocations (brad:A metric)" r+sr=dbaron
this patch also introduces nsTFixedString and removes CBufDescriptor.
|
2004-02-20 02:23:05 +00:00 |
|
kyle.yuan%sun.com
|
4021f06547
|
Bug 229438 Support the "Find" and "Help" keys on Sun keyboard
r=timeless, sr=henry.jia
patch by Simford.Dong@sun.com
|
2004-02-20 01:59:34 +00:00 |
|
danm-moz%comcast.net
|
772ccd5c64
|
quit() now returns no error under normal circumstances. bug 185360 r=jag,neil
|
2004-02-19 23:03:13 +00:00 |
|
jst%mozilla.jstenback.com
|
4f8a9cbb12
|
Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com
|
2004-02-19 21:52:31 +00:00 |
|
kairo%kairo.at
|
36529e2747
|
fix release notes URL, small regression from bug 232011, now this uses the XUL preprocessor as well, r=bsmedberg (no sr needed)
|
2004-02-19 19:53:12 +00:00 |
|
cbiesinger%web.de
|
bf3a4d91c6
|
Bug 188092 xpfe/browser/resources/content/navWidget* unused
r=ben sr=jag
|
2004-02-19 19:27:43 +00:00 |
|
cbiesinger%web.de
|
9fcf4ef11d
|
bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com> icons by jez, SkewerMZ, Brian Bober and Malcom Scott r=neil sr=jag a=bart
|
2004-02-19 19:16:48 +00:00 |
|
cbiesinger%web.de
|
b280ba4a25
|
bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com>, icons by jez, SkewerMZ, Brian Bober and Malcom Scott
r=neil sr=jag a=bart
|
2004-02-19 19:11:32 +00:00 |
|
cbiesinger%web.de
|
a0eb084fd8
|
234724 about:config fails miserably if you filter for string with uppercase
chars
r=neil sr=bz
|
2004-02-19 18:48:55 +00:00 |
|
neil%parkwaycc.co.uk
|
9f5f1f7e88
|
Supplementary patch to bug 226955 to use more meaningful entity names p=gautheri@noos.fr r=me sr=jag
|
2004-02-19 11:33:52 +00:00 |
|
neil%parkwaycc.co.uk
|
3482324d24
|
Bug 135717 Cannot add sidebar panels if they are corrupt or there are no current panels r=varga sr=alecf
|
2004-02-19 11:23:17 +00:00 |
|
neil%parkwaycc.co.uk
|
69c56a6074
|
Bug 233721 Add confirmation for Set As Wallpaper p=stefan@borggraefe.com r=me sr=tor
|
2004-02-19 11:15:29 +00:00 |
|
jshin%mailaps.org
|
e36a7933da
|
bug 224595 : use de/encodeURI(Component) instead of escape/unescape (extra patch) : r=neil, sr=bryner
|
2004-02-19 11:13:29 +00:00 |
|
jshin%mailaps.org
|
cf9d6a4895
|
bug 233485 : add 'size' parameter to nsAutoBuffer (patch for customers) : r=ccarlen, sr=rbs)
|
2004-02-19 11:00:29 +00:00 |
|
darin%meer.net
|
8d65e087ae
|
landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt
|
2004-02-19 02:44:03 +00:00 |
|
cbiesinger%web.de
|
57a514a991
|
bug 230598, sort the showrev output, to avoid complaining about missing patches
that are really already installed, patch by p.boven@chello.nl (Paul Boven)
r=roland.mainz@nrubsig.org sr=bz a=chofmann
|
2004-02-17 23:24:46 +00:00 |
|
caillon%returnzero.com
|
6f627fecbb
|
Back out the patch for bug 230778 to fix bug 231769, can't change themes from the preferences panel.
a=chofmann,dbaron
|
2004-02-17 23:18:03 +00:00 |
|
scott%scott-macgregor.org
|
575f0873d1
|
Fix thunderbird bustage. add back lines that were accidentally removed
|
2004-02-16 21:45:01 +00:00 |
|
bzbarsky%mit.edu
|
c89567eee6
|
Final touches for bug 230598. Patch by Roland Mainz <roland.mainz@nrubsig.org>,
r=bsmedberg, a=chofmann
|
2004-02-16 05:56:00 +00:00 |
|
blakeross%telocity.com
|
87186d9489
|
ifdef out some turbo stuff in Firefox. r=bryner sr=ben
|
2004-02-16 04:13:17 +00:00 |
|
blakeross%telocity.com
|
a2460182d6
|
Fix Linux.
|
2004-02-16 00:06:58 +00:00 |
|
blakeross%telocity.com
|
5283ed5784
|
Build changes to fix firefox bug 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. r=bryner
|
2004-02-15 23:51:58 +00:00 |
|