reed%reedloden.com
4e3fa2ca8a
Bug 373623 - "Unicode ��� should be used instead of three separate dots: ..." (browser locales) [p=hendrik.maryns@uni-tuebingen.de (Hendrik Maryns) r=mconnor a1.9=beltzner]
2007-11-27 02:44:51 +00:00
kherron%fmailbox.com
080ad3cf5a
Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc.
2007-06-16 19:54:02 +00:00
bent.mozilla%gmail.com
243b45e3dd
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 20:08:55 +00:00
bugzilla%standard8.demon.co.uk
31b8d8745a
Part of Bug 366673 Remove remaning contents.rdf from Suiterunner (stop using installed-chrome.txt) - extensions/sroaming part. r/sr=Neil
2007-04-26 16:20:42 +00:00
cbiesinger%web.de
f00f59b4ae
Bug 341270 use the pref service's contract ID for
...
nsIPrefService/nsIPrefBranch, instead of the nsPref one
patch by Ryan Jones <sciguyryan+bugzilla@gmail.com> r=BenB sr=biesi
2006-10-20 09:53:08 +00:00
mnyromyr%tprac.de
7b3cf6af1d
Bug 260362: Roaming window has a placeholder title; p=Frank Wein <bugzilla@mcsmurf.de>, r/sr=Neil
2006-07-24 19:53:40 +00:00
timeless%mozdev.org
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
cls%seawood.org
c97ba1a535
Enable session roaming extension to be built into static builds.
...
Bug #245721 r=bsmedberg
2006-04-14 20:47:06 +00:00
timeless%mozdev.org
b78d0c2416
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
bsmedberg%covad.net
44c4cbce10
Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin
2005-04-04 18:38:19 +00:00
cbiesinger%web.de
43ff9de092
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
bryner%brianryner.com
1733c3ad7c
Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron.
2005-02-04 21:10:45 +00:00
kairo%kairo.at
3e66dcd1f7
followup whitespace fix to bug 278301 to address review comment of Neil
2005-01-15 17:37:23 +00:00
kairo%kairo.at
79d965ce3f
bug 278301 - sroaming should use localeVersion from chrome-versions.sh, r=ben.bucksch, sr=neil
2005-01-15 15:18:10 +00:00
bzbarsky%mit.edu
e425259e0d
Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
...
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
bugzilla%arlen.demon.co.uk
58683f4a1c
Bug 264102 Chrome should use document.title instead of window.title - sroaming fixes
...
p=me r=ben.bucksch
2004-10-24 17:48:06 +00:00
Stefan.Borggraefe%gmx.de
87f656bf80
Bug 263774: Removing unused function InitElement()
...
r=BenB, sr=Neil
2004-10-10 21:33:21 +00:00
Stefan.Borggraefe%gmx.de
d9cc6ad094
Bug 249359 Minor UI clean-up for the Roaming Profile Preferences panes
...
r=BenB, sr=Neil
2004-10-10 21:01:42 +00:00
bzbarsky%mit.edu
06df868b16
Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
...
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan
2004-09-16 18:33:39 +00:00
pete.zha%sun.com
93486cd553
bug 244558
...
cookperm.txt->hostperm.1
r=dwitte,sr=roc
patch=ben.bucksch@beonex.com
2004-09-14 12:08:06 +00:00
timeless%mozdev.org
f92464cc33
Bug 248931 Please add "training.dat"
...
patch by bugzilla@gemal.dk r=benb sr=jag
2004-07-14 22:49:51 +00:00
mozilla.BenB%bucksch.org
ec3a569796
246710, should also fix 244589, 244720, 246201
...
- Some code refactoring: Creating file filesList.js, which contains
generic functions for using file lists (arrays whose entries keep file
names and statistics) and corresponding listing files. They can be (and are)
used in another application, and previously were in file conflictCheck.js.
conflictCheck.js is now even more focussed on the 2-way-sync logic
of roaming.
- Added some safe-exception-catches, and showing the error in the UI.
Currently, the code just malfunctions (broken dialog buttons?) in that case.
This should help with bug 244589 and bug 244720, if the fix below fails,
and other future unexpected problems.
- Making the status message actually show something.
- Renaming dumbObject() to ddumpObject() to match ddump() for easier replace
- fixed bug 246201 - infinite conflicts
- less conflicts, if files non-existant
- potentially transfer less (if we know we have the file already)
- code doc improved
- pref API usage
In filesList.js:
- Changing listing file to actually use Unixtime as claimed
(breaks existing files, but should only cause conflicts once)
- Using indexed file lists, should be faster, probably not significant
for roaming
- Allow last modified time to differ 1 sec, because of FAT inaccuracy,
not needed for roaming
- Option to allow newer files, not needed for roaming
- Fixing bug 244589 and probably bug 244720 by moving dom creation after the
empty filename check.
- minimal API change for extractFiles()
2004-06-17 16:21:18 +00:00
mozilla.BenB%bucksch.org
f91b94bfac
Bug 124029 - Roaming
...
New module for session-based roaming like in Netscape Communicator 4.x.
r=Pete Zha <pete.zha@sun.com>
sr=darin (backend), jag (UI code)
a=tor
Tracking of bugs, regressions: Bug 228629
2004-05-24 16:55:07 +00:00
mozilla.BenB%bucksch.org
636ed1dac7
- extension for firebird
...
- adapted prefs dialog to firebird (pain!)
2003-06-19 02:01:43 +00:00
mozilla.BenB%bucksch.org
576d3ba188
- whitespace only
...
- (ok, also fixed a non-sensical comment)
- what are these contents.rdf changes always?
2003-06-18 17:14:19 +00:00
mozilla.BenB%bucksch.org
a2d2e5d776
?
2003-06-18 17:02:10 +00:00
mozilla.BenB%bucksch.org
f64018d78c
fix XXXs
2003-06-18 16:51:29 +00:00
mozilla.BenB%bucksch.org
e626476498
accidently checked in activagted debug printouts
2003-06-18 16:18:48 +00:00
mozilla.BenB%bucksch.org
4821e21ffa
experimental warning
2003-06-18 15:56:32 +00:00
mozilla.BenB%bucksch.org
e436db5fea
- License changes
2003-06-18 00:04:36 +00:00
mozilla.BenB%bucksch.org
49f84e8b5d
no encrpytion for now
2003-06-15 22:52:10 +00:00
mozilla.BenB%bucksch.org
2549a84c44
missed in previous checkins
2003-06-15 21:43:55 +00:00
mozilla.BenB%bucksch.org
c4e1543dc7
current changes. worked on conflict resolution, mostly
2003-03-22 15:30:48 +00:00
mozilla.BenB%bucksch.org
fdd7ae3785
- error handling/checking in prefs
...
- other stuff
2003-03-09 19:06:56 +00:00
mozilla.BenB%bucksch.org
c18ddceabf
current state of work.
...
- lots of work on the prefs. work now, with a few ceveats. the pref dialog is a pain when used without prefs.
- bugfixes for transfer
2003-03-09 19:05:41 +00:00