5 Commits

Author SHA1 Message Date
mnyromyr%tprac.de
182a81d8a5 Bug 260362: Roaming window has a placeholder title; p=Frank Wein <bugzilla@mcsmurf.de>, r/sr=Neil
git-svn-id: svn://10.0.0.236/trunk@203542 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-24 19:53:40 +00:00
bugzilla%arlen.demon.co.uk
f7a78a0506 Bug 264102 Chrome should use document.title instead of window.title - sroaming fixes
p=me r=ben.bucksch


git-svn-id: svn://10.0.0.236/trunk@164287 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:48:06 +00:00
bzbarsky%mit.edu
537196d267 Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan


git-svn-id: svn://10.0.0.236/trunk@162468 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:33:39 +00:00
mozilla.BenB%bucksch.org
2e4e422e02 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()


git-svn-id: svn://10.0.0.236/trunk@158033 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 16:21:18 +00:00
mozilla.BenB%bucksch.org
3b59d8ec99 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


git-svn-id: svn://10.0.0.236/trunk@156859 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-24 16:55:07 +00:00