Commit Graph

231321 Commits

Author SHA1 Message Date
Philipp von Weitershausen
b4d4d3aa8f Bug 595066 - Sync UI: Ask for email address instead of username. r=mconnor a=blocking-beta7 2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
5e710d4849 Bug 594620 - Sync: Implement quota UI. r=mconnor a=blocking-beta7 2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
09f152d5ff Bug 594577 - Sync UI: Get rid of more "secret phrase" occurrences. r=mconnor a=gavin 2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
06685cacf3 Bug 594506 - Merge fx-sync to mozilla-central 2010-09-15 15:54:35 +02:00
Mike Hommey
b2f567d565 Bug 594611 - Fix stack allocation for ffi function calls on x86-64. r=dwitte, a=bsmedberg 2010-09-15 14:34:37 +02:00
Serge Gautherie
e54cde18a1 Bug 595394 - Error: formatURL: Couldn't find value for key: SIDEBAR_VERSION; (Bv1) Improve nsIURLFormatter.idl documentation.
r+a2.0=gavin.sharp.
2010-09-15 13:58:50 +02:00
Philipp von Weitershausen
9454591570 Bug 596093 - Do not allow email addresses as the username [r=mconnor]
Make sure the semantics of Weave.Service.checkUsername and Weave.Service.createAccount don't change when used by the old UI code (as present in current Firefox 4.0 betas).
2010-09-15 12:54:33 +02:00
Henri Sivonen
05a6d294d6 Bug 590874 - Disable test_bug534293.html due to frequent orange until bug 590713 is fixed. r=bzbarsky, a=test-only. 2010-09-15 11:37:55 +03:00
Arpad Borsos
c8734d0565 Backed out changeset 634290477871; test failures 2010-09-15 12:58:30 +02:00
Arpad Borsos
2cdc783300 Backed out changeset 634290477871; test failures 2010-09-15 12:57:20 +02:00
Drew Willcoxon
3f06eba91f Bug 587908 - On hyperlink hover, display the target in the location bar. r=dao, a=blocking-beta7 2010-09-14 22:41:16 -07:00
Dão Gottwald
3d6c433197 disable test_bug510426.xul 2010-09-15 11:09:18 +02:00
Philipp von Weitershausen
8750b813cb Bug 589979 - Generate username from email address (part 3) [r=mconnor]
Consolidate email and username in the UI.
2010-09-13 17:17:37 +02:00
Philipp von Weitershausen
64eb619594 Bug 589979 - Generate username from email address (part 2) [r=mconnor]
The Weave.Service.account property holds whatever the user entered for email address/username. If it only contains characters valid for usernames, it is assumed to be a username. Otherwise it's SHA1 hashed and base32 encoded.

The special tab mangling (to avoid broken Basic Auth headers) is now obsolete.

--HG--
rename : services/sync/tests/unit/test_service_checkUsername.js => services/sync/tests/unit/test_service_checkAccount.js
2010-09-13 17:17:37 +02:00
Philipp von Weitershausen
639270982f Bug 589979 - Generate username from email address (part 1) [r=mconnor]
Implement Utils.encodeBases32 and Utils.sha1Base32.
2010-09-13 17:17:37 +02:00
Philipp von Weitershausen
0018859799 Bug 594785 - First sync disables all engines [r=mconnor]
Track whenever we create a new global/meta record and don't evaluate the engines property in that case.
2010-09-13 17:17:37 +02:00
Philipp von Weitershausen
9e6ee1f523 Bug 580672 - Implement quota UI (Part 2) [r=mconnor]
Implement quota notifications and View Quota dialog
2010-09-11 18:39:29 +02:00
Philipp von Weitershausen
dd802fcf47 Bug 580672 - Implement quota UI (Part 1) [r=mconnor]
Recognize quota warnings from server, implement API calls to retrieve quota information.
2010-09-11 18:39:21 +02:00
Philipp von Weitershausen
2bc7990ba6 Bug 594520 - Get rid of more "secret phrase" occurrences [r=mconnor] 2010-09-09 00:20:13 +02:00
Philipp von Weitershausen
dc97dc52e3 Bug 593427 - Remove deprecated strings errors.properties [r=mconnor] 2010-09-08 21:49:06 +02:00
Philipp von Weitershausen
a6922bbe42 Bug 594241 - Can't disable history sync [r=mconnor]
Take engine.prefName rather than engine.name when looking for changed prefs.
2010-09-08 21:09:40 +02:00
Matt Brubeck
a230b7a160 Bug 580050 - Use hardware model instead of oscpu to identify clients [r=Mardak] 2010-09-08 11:55:57 -07:00
Philipp von Weitershausen
96393d8b0c Bug 578671 - Sync which engines are enabled across clients, wipe data for disabled engines [r=mconnor] 2010-09-07 18:44:01 +02:00
Philipp von Weitershausen
28ee054520 Bug 594011 - test_history_store shoudn't use hardcoded timestamps [r=mconnor]
Also simplify call to Sync.
2010-09-07 15:57:04 +02:00
Philipp von Weitershausen
464bac6fc7 Bug 591118 - Generate Sync Key (part 2) [r=mconnor]
Change the setup wizard to generate the Sync Key
2010-09-07 00:57:09 +02:00
Edward Lee
d4b38070eb Bug 587280 - Intermittent failure in test_crypto_keypair.js | 1624 == 1644 [r=dolske a=npotb]
Check for both 1624 and 1644 length private keys.
2010-08-31 23:58:53 -07:00
Philipp von Weitershausen
b48d9715a2 Bug 592276 - Utils.mpLocked() should allow nsIPKCS11Slot.SLOT_UNINITIALIZED [r=mconnor] 2010-08-31 17:58:35 +02:00
Philipp von Weitershausen
1fad5595ba Fix test bustage introduced with bug 587027 part 4
(oddly no failure in the add-on test harness)
2010-08-31 16:18:50 +02:00
Philipp von Weitershausen
4a9a61cc08 Bug 587027 - Use as little memory as possible (part 5)
Avoid accessing Weave.Service (=importing service.js) at all cost.
2010-08-25 15:49:45 -07:00
Philipp von Weitershausen
a39bd93a56 Bug 587027 - Use as little memory as possible (part 4)
Refactor Service._checkSetup() to Status.checkSetup().

Also move the test fixture for WeaveCryptoID to the individual tests that need it.
2010-08-25 15:49:45 -07:00
Philipp von Weitershausen
7af078555f Bug 587027 - Use as little memory as possible (part 2)
Fix tests
2010-08-25 15:49:45 -07:00
Philipp von Weitershausen
4f2fd07e21 Bug 587027 - Use as little memory as possible (part 1)
Move the Weave object out of service.js
2010-08-25 15:49:44 -07:00
Philipp von Weitershausen
cc929a11a8 Bug 523426 - Save a query for meta/global if info/collections reports unmodified meta [r=mconnor] 2010-08-23 06:20:39 -07:00
Arpad Borsos
b6b029a0fe Bug 588435 - Use mozRequestAnimationFrame to animate autoscroll; r=neil@parkwaycc.co.uk a=dtownsend 2010-08-18 19:57:31 +02:00
Henri Sivonen
f7dfbc2e7b Bug 591330 - Make deep nesting prevention code in the HTML5 parser not crash when there are speculations involved. r=jonas, a=blocking2.0-betaN.
--HG--
extra : rebase_source : 58f604deb70298bcf6103f7857889990d8d9708d
2010-09-06 10:41:26 +03:00
Brendan Eich
98a4e7a740 Check for inDictionaryMode after putProperty call when adding, in case of toDictionaryMode (596128, r=bhackett, a=me). 2010-09-15 01:46:43 -07:00
Marco Bonardo
2e76aa6382 Bug 596409: show about:home title on home button tooltip if home page is about:home, r=gavin, a=blocking 2010-09-14 18:56:37 -04:00
Gavin Sharp
6d89e9d55a Bug 595356: pref dialog should show default home page as "Firefox Start".r=mak a=blocking 2010-09-14 19:10:28 -04:00
Dão Gottwald
fef454c859 fix for test_bug510426.xul 2010-09-15 10:15:33 +02:00
Mounir Lamouri
71356f671c Bug 595449 - Implement elements IDL attribute for HTMLFieldsetElement. r+a=jst 2010-09-15 09:55:48 +02:00
Mounir Lamouri
7c5b8e1c99 Bug 595447 - Add type IDL attribute for HTMLFieldSetElement. r=smaug a=jst 2010-09-15 09:55:06 +02:00
Mounir Lamouri
7fa8e18b86 Bug 595429 - Add name IDL attribute for HTMLFieldSetElement. r=smaug a=jst 2010-09-15 09:54:20 +02:00
Dão Gottwald
57d89f4ffb Bug 593967 - Add more elements into tabbrowser tabs for easier stylability. r=gavin 2010-09-15 09:28:37 +02:00
Kurt Schultz
2f8514d33f Bug 595939 - Access key conflict between "Group Your Tabs..." and "Switch Page Direction". r=dao 2010-09-14 18:45:48 -04:00
Dão Gottwald
e2785f5020 Bug 419298 - Dialog icons should be displayed in the native OS theme size without scaling. r=neil 2010-09-15 09:26:02 +02:00
Dão Gottwald
ba2a472d29 Bug 578785 - Animate notification bar sliding with CSS transitions instead of JS. r=enn 2010-09-15 09:25:16 +02:00
Michael Monreal
ba79e644a2 Bug 594719 - Use GTK icons on notification bars. r=dao 2010-09-15 09:24:47 +02:00
Reed Loden
d36e6cc2a4 Bug 596487 - "Re-add link to about:credits in the about window" [r=gavin ui-r=beltzner a=gavin] 2010-09-14 23:09:05 -07:00
Peter Van der Beken
6ca351c9ff Backout accidental checkin of 149dfce94388 2010-09-14 22:30:36 -07:00
Peter Van der Beken
ac09a8bc1a Backout c130135dcf02 (Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper)). 2010-09-14 22:27:02 -07:00