jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
185294a6e6
|
Removed comment from load-weave.js that I put in while debugging and committed by accident.
|
2008-04-04 10:49:41 -07:00 |
|
jonathandicarlo@jonathan-dicarlos-macbook-pro.local
|
27c6454920
|
Fixed bugs in cookieSyncCore.itemExists and cookieStore.addCommand. The problem in addCommand was just a missing argument, but in itemExists I had to change the implementation to use cookieManager.enumerator rather than cookieManager.findMatchingCookie -- the latter function apparently does not exist in the nsICookieManager2 interface despite what MDC says about it.
|
2008-04-03 14:26:06 -07:00 |
|
jono@jono-gibbon-laptop
|
f6dd9c5d7f
|
Updated the comment in CookieStore.editCommand.
|
2008-04-01 19:16:27 -07:00 |
|
jono@jono-gibbon-laptop
|
0640b8474c
|
Removed some lines that were only in there for debugging purposes.
|
2008-04-01 19:12:03 -07:00 |
|
jono@jono-gibbon-laptop
|
4ad1b9c94f
|
Fixed some minor errors in cookieStore / cookieSyncCore (still getting used to the getter idiom in javascript -- had too many underscores). Syncing cookies now works in as much as it can upload all cookies to the server without raising any exceptions; now to see if it can download and merge cookies on the other side...
|
2008-04-01 17:51:10 -07:00 |
|
jono@jono-gibbon-laptop
|
b405d397ce
|
Fixed a couple of missing symbol exports that were stopping CookieEngine from being able to be instantiated.
|
2008-04-01 17:32:14 -07:00 |
|
jono@jono-gibbon-laptop
|
609b043699
|
Fixed a couple of syntax errors that were preventing weave from starting
|
2008-04-01 16:36:08 -07:00 |
|
jono@jono-gibbon-laptop
|
640267d614
|
Merged changes and resolved conflicts between my cookie stuff and r282.
|
2008-04-01 14:46:29 -07:00 |
|
Dan Mills
|
e4254ee7bd
|
fix tag sync
|
2008-03-31 17:07:40 -07:00 |
|
Dan Mills
|
54e61dbe6b
|
ignore 'type' properties in edit commands; fix history sync
|
2008-03-28 22:55:23 -07:00 |
|
Dan Mills
|
eaca70f4d9
|
add status notification to sharing dialog; fix async generators in the case where an async method is missing a yield (better error, continue execution in parent); add guts of demo sharing code to engine & store (for bookmarks, with some spillage)
|
2008-03-28 03:25:51 -07:00 |
|
Dan Mills
|
cfbb3a75b1
|
remove old '500 error' hack for services.m.c during mkcol; fix applyCommands to do async right & make a listener correctly
|
2008-03-26 23:51:01 -07:00 |
|
Dan Mills
|
cfae90a73a
|
fix typo
|
2008-03-26 23:12:58 -07:00 |
|
Dan Mills
|
ebf0b6a973
|
make applyCommands asynchronous
|
2008-03-26 23:11:15 -07:00 |
|
Dan Mills
|
7ec09f1317
|
add sharing ui+backend code (not working yet); make engines less chatty when applying commands
|
2008-03-25 23:01:34 -07:00 |
|
Dan Mills
|
233a0d648d
|
fix resetClient's locking. change bookmarks wrap format to have hardcoded guids for the 3 roots (menu, toolbar, unfiled) rather than random ones.
|
2008-03-21 15:56:41 -07:00 |
|
jono@jono-gibbon-laptop
|
a2c4928bc5
|
My changes to weave to enable cookie synchronization. So far untested and still missing a thing or two.
|
2008-03-11 12:08:38 -05:00 |
|
Dan Mills
|
cc0892b5ff
|
ignore broken local snapshots if they can't be parsed; trigger an initial sync instead
|
2008-03-05 17:11:08 -08:00 |
|
Dan Mills
|
c1f8acb964
|
switch to nsIJSON for JSON parsing and output. add a deepCopy function instead of using eval(uneval()). make *sure* to read and write UTF-8 to files. bump version
|
2008-03-05 00:00:56 -08:00 |
|
Dan Mills
|
d6b5a9fc29
|
put utility functions in an object to avoid namespace pollution
|
2008-02-13 14:30:44 -08:00 |
|
Dan Mills
|
d4392ac825
|
load all modules directly from load-weave.js to get around bug 408412; fix uses of |let| not directly within a block
|
2008-01-07 16:28:57 -08:00 |
|
thunder@daniel-millss-macbook-pro-15.local
|
539fdecb0f
|
fix getTagsForURI call (API changed); bump version
|
2007-12-24 14:47:37 -08:00 |
|
Dan Mills
|
21f147b7bb
|
limit history sync to the last 500 items; load snapshots from the right directory in the profile
|
2007-12-21 16:07:42 -08:00 |
|
Dan Mills
|
bdb1273a28
|
move logs and snapshots into a 'weave' directory in the profile; use .txt filenames for logs to (hopefully) fix content type problems some people are seeing
|
2007-12-19 19:49:28 -08:00 |
|
Dan Mills
|
6782f99ad3
|
login fixes; history sync fixes; make reset client actually delete all client data (useful for testing and for syncing down server data - e.g. the restore case)
|
2007-12-19 13:24:31 -08:00 |
|
Dan Mills
|
516dfc2930
|
some more cleanup/refactoring; add history engine/core/store (history sync\!)
|
2007-12-14 18:07:25 -08:00 |
|
Dan Mills
|
e44b47a493
|
more and more refactoring: split weave module into multiple files (finally!)
|
2007-12-10 21:38:53 -08:00 |
|