Commit Graph

636 Commits

Author SHA1 Message Date
Atul Varma
ac7e7ddb87 Fixed a bug from r5a5113a0a405 that caused some syncing unit tests to fail. 2008-06-30 16:55:38 -07:00
Atul Varma
8078914d96 Added a Service.verifyPassphrase() method. Also, Service.login() now checks to ensure that the user's passphrase is valid, and if it's not, it throws an exception. 2008-06-30 16:50:19 -07:00
Atul Varma
69a5198bbf Automated merge with http://hg.mozilla.org/labs/weave 2008-06-30 15:54:21 -07:00
Atul Varma
a7d8315951 Fixed a potential bug in Service.login() whereby a user's directory wouldn't be created if it didn't exist (though it would in Service.verifyLogin(), which is only called from the setup wizard). 2008-06-30 15:54:15 -07:00
Maria Emerson
1c43bf8988 updated strings, increased wizard height, updated background with new height and logo 2008-06-30 15:35:00 -07:00
Myk Melez
48e745da62 Automated merge with ssh://hg.mozilla.org/labs/weave/ 2008-06-30 15:16:31 -07:00
Myk Melez
73e9361cfc bug 442711: validate virtual tabs to make sure they have the minimal information necessary to recreate them before trying to save them or notify the user about them 2008-06-30 15:13:07 -07:00
Atul Varma
aa4c8ed954 Moved isPassphraseValid() out of its test suite and into the crypto module. 2008-06-30 14:40:11 -07:00
Atul Varma
1875fe398b Automated merge with http://hg.mozilla.org/labs/weave 2008-06-30 14:29:32 -07:00
Atul Varma
9033253ba8 test_passphrase_checking now actually tests real code and shows that it works. Still have to move isPassphraseValid() into a different place though, probably crypto. 2008-06-30 14:29:26 -07:00
Dan Mills
f7e43cc1c5 merge upstream changes 2008-06-30 14:01:10 -07:00
Dan Mills
02fabaf344 change onQuit dialog to wait for a running sync in order to start the last sync 2008-06-30 14:00:55 -07:00
Dan Mills
69e360a807 style fixes, js warning fixes 2008-06-30 14:00:06 -07:00
Dan Mills
75c9b40027 change AsyncException so it implements toString (which returns the original exception) 2008-06-30 13:58:42 -07:00
Atul Varma
58c76e2b9a Removed test_loadall.js, as its need is obviated by the auto-generated js module loader tests. 2008-06-30 13:37:31 -07:00
Atul Varma
cff0864ce0 Revalidated test logs, as 'actual changes for server' details are no longer being logged. 2008-06-30 13:32:13 -07:00
Anant Narayanan
db884bab1f Update tests to reflect changes in store/syncCore methods 2008-06-30 12:31:02 -07:00
Anant Narayanan
e942f3e0d2 Automated merge with ssh://anarayanan@mozilla.com@hg.mozilla.org/labs/weave 2008-06-30 12:26:47 -07:00
Anant Narayanan
6829f5a63b Fix syntax errors that were causing unit tests to fail 2008-06-30 12:26:41 -07:00
Atul Varma
d5e3fd90c0 Updated test_passphrase_checking 2008-06-30 11:54:10 -07:00
Anant Narayanan
e1a9e953e7 Automated merge with ssh://anarayanan@mozilla.com@hg.mozilla.org/labs/weave 2008-06-30 11:33:31 -07:00
Anant Narayanan
91ca7c32fa Fix small bug with PasswordTracker returning scores > 100 2008-06-30 11:33:25 -07:00
Atul Varma
01c50a1d08 Automated merge with http://hg.mozilla.org/labs/weave 2008-06-30 11:25:06 -07:00
Atul Varma
e3691a1a98 Refactored test_service a bit to use the synctestinginfrastructure. 2008-06-30 11:24:58 -07:00
Anant Narayanan
9773d2ebcf Automated merge with ssh://anarayanan@mozilla.com@hg.mozilla.org/labs/weave 2008-06-30 11:19:16 -07:00
Anant Narayanan
35b5fc1915 Primitive password tracking support (bug 435320, r=thunder) 2008-06-30 11:19:07 -07:00
Atul Varma
10be71bd57 Added a test_passphrase_checking test suite to test passphrase checking code; it's not yet complete. 2008-06-30 11:18:16 -07:00
Justin Dolske
7eb4f6a421 Fix crypto component to not mangle certain strings when doing 8/16 bit character conversion. 2008-06-29 20:51:22 -07:00
Dan Mills
c0ef3a39f4 merge upstream changes 2008-06-29 17:41:19 -07:00
Dan Mills
0c76829361 bump version 2008-06-29 17:40:49 -07:00
Dan Mills
918899ff1d import async module 2008-06-29 17:37:11 -07:00
Dan Mills
3254b5838b define _resetGUIDs in store 2008-06-29 17:36:59 -07:00
Dan Mills
2b66df1272 import async module 2008-06-29 17:36:35 -07:00
Dan Mills
e2e14c1426 use this._lookup instead of command.data for remove commands 2008-06-29 17:36:13 -07:00
Justin Dolske
a6a038656a Bug 442257 – Weave 1.32: WeaveCrypto doesn't work under Linux. 2008-06-29 16:58:10 -07:00
Justin Dolske
0780fb5c83 Partial bustage fix: test was broken, is now less broken but still fails. 2008-06-29 16:46:59 -07:00
Dan Mills
446aeccfad bump version 2008-06-29 11:54:26 -07:00
Dan Mills
db6b49392e fix cooe engine's resetGUIDs method by importing async module; don't call runInBatchMode in bookmark engine's resetGUIDs, it doesn't work atm 2008-06-29 11:44:27 -07:00
Dan Mills
7c62863c93 merge upstream changes 2008-06-29 07:07:11 -07:00
Dan Mills
367f6c44ac make resetguids async 2008-06-29 07:00:53 -07:00
Anant Narayanan
d66a183b16 Make PasswordStore process removeCommands correctly (bug 442090, r=thunder) 2008-06-28 01:13:14 -07:00
Anant Narayanan
7401fa6562 Merge 2008-06-27 20:17:12 -07:00
Anant Narayanan
df5a216eb1 General restructure for performance improvements (bug 441907, r=thunder) 2008-06-27 20:16:43 -07:00
Maria Emerson
a7fbee9d37 merging heads 2008-06-27 16:05:40 -07:00
Maria Emerson
0116419b0f grayed out form and password data options, update error log messages, fix last screen to prevent accidental advancing during sync 2008-06-27 16:02:52 -07:00
Dan Mills
1e98193713 disable form sync by default 2008-06-27 15:01:40 -07:00
Dan Mills
cef841858e make log messages that print raw engine json be trace messages 2008-06-27 14:21:54 -07:00
Maria Emerson
94f86ee625 added run wizard option to pref pane, fixed spacing issues 2008-06-26 21:42:43 -07:00
Atul Varma
278a615111 Revalidated logtest files, just a formatVersion change from 2 to 3. 2008-06-26 18:26:07 -07:00
Atul Varma
574392b993 Fixed test_service. 2008-06-26 18:09:53 -07:00