Commit Graph

53829 Commits

Author SHA1 Message Date
Olli Pettay
53f658e81a Bug 585240 - Can't add message handlers by setting the onmessage property, r=jwalden, a=jst
--HG--
extra : rebase_source : 1ad4cb8bbef2151b424402b589c69dd13e0c13f3
2010-09-15 19:08:56 +03:00
Serge Gautherie
eae22838d4 Bug 595708 - "nsDocument.cpp(4377) : error C2248: 'nsAString_internal::nsAString_internal' : cannot access protected member declared in class 'nsAString_internal'"; (Av1) Add a |static_cast<const nsAString&>|, 1 s/PRInt32/PRUint32/.
r=Olli.Pettay a-2.0=jst.
2010-09-15 18:33:48 +02:00
Ehsan Akhgari
573b8e92f3 Merge backout a=orange 2010-09-15 12:28:49 -04:00
Ehsan Akhgari
666a59371c Back out bug 594774 because of reftest failures and crashtest assertions 2010-09-15 12:28:29 -04:00
Gervase Markham
3365b5a23a Bug 576508 - numerous updates to the Public Suffix List. Some of the patch by Jothan Frakes <jothan@gmail.com>, another part by Simone Carletti <weppos@weppos.net>, and the rest by me. a=beltzner. 2010-09-15 17:09:18 +01:00
Gervase Markham
ed8c9853d7 Bug 595865 - numerous updates to the IDN TLD whitelist. a=beltzner. 2010-09-15 17:06:55 +01:00
Oleg Romashin
bc6cfe1962 Bug 556487 - Plugin Child/Parent async implementation. r=roc a=blocking2.0 2010-09-15 09:02:49 -07:00
Oleg Romashin
27fa97f1ea Bug 556487 - Disable layers for non-ipc API. r=roc a=blocking2.0 2010-09-15 09:02:47 -07:00
Oleg Romashin
d6e7e30d34 Bug 556487 - Plugin Child/Parent async API. r=roc,jones.chris.g a=blocking2.0 2010-09-15 09:02:44 -07:00
Oleg Romashin
346c73181d Bug 556487 - Subimage API. r=roc a=blocking2.0 2010-09-15 09:02:42 -07:00
Robert O'Callahan
832fbcb619 Bug 594774. Test a=blocking-beta6+ 2010-09-15 11:30:27 -04:00
Robert O'Callahan
5fc84d7803 Bug 594774. Detect DOM changes during painting, and abort painting ASAP when that happens. r=dbaron a=blocking-beta6+ 2010-09-15 11:30:00 -04:00
Patrick Walton
613c10f5bc Bug 586142 - Copying text in the Web Console doesn't insert newlines properly; f=ddahl r=dietrich a=dietrich 2010-09-15 11:28:02 -04:00
Mihai Sucan
af713695d1 Bug 587617 - Can't select text in the output of the WebConsole on linux; f=ddahl,rcampbell r=dietrich a=dietrich 2010-09-15 11:27:10 -04:00
Neil Deakin
43da4cf629 Bug 566154 - text missing from preferences font size pulldown.; f=neil r=neil a=blocking-betaN+ 2010-09-15 11:25:08 -04:00
Patrick Walton
b65ca132c3 Bug 595744 - Remove the "Check for Updates Automatically" menu item from the Add-ons Manager; r=Mossop a=blocking-betaN+ 2010-09-15 11:23:02 -04:00
Roger Wang
39bc8e0957 Bug 596155 - MTF widget is using deprecated API. r=romaxa a=npodb 2010-09-14 22:15:17 -07:00
Oleg Romashin
3a5eab0775 Bug 593898 - MOZ_ACCELERATED=1 or layers.accelerated-all does not work anymore on widget QT. r=dougt a=npodb 2010-09-14 22:15:14 -07:00
Ehsan Akhgari
a3918bfc45 Bug 595591 - Visual Indicator is rendered incorrectly; r=dao a=johnath 2010-09-13 15:28:30 -04:00
Ehsan Akhgari
8ca3a63b47 Bug 567487 - Option to never remember history should disable the option to restore the last session; ui-r=limi r,a=gavin 2010-09-15 11:19:02 -04:00
L. David Baron
4219ac310a Add test for animation of calc() values of background-position and background-size. (Bug 520234, bug 594934) a=tests 2010-09-15 08:11:27 -07:00
L. David Baron
c8d807ef1f Remove null-checks for infallible array allocations. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:27 -07:00
L. David Baron
63b684953a Add a fallible version of nsCSSValue::Array::Create. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
2cd46b5b84 Allow calc() as an intermediate common animation unit for background-position and background-size. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
26b2700a1e Allow calc() as an intermediate common animation unit between lengths, percentages, and calc(). (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
c885417e47 Add CSS property bit for which properties have stored calc() in style structs. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
dd9ab05cf6 Extract calc() values in nsStyleAnimation when needed. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
c9bc69a037 Add calc() unit to nsStyleAnimation::Value. (Bug 520234) r=bzbarsky a=blocking2.0:beta7 2010-09-15 08:11:26 -07:00
L. David Baron
06bd2147cd Support calc() on background-position, background-size, -moz-transform-origin, and background-image gradient stop positions. (Bug 594934) r=bzbarsky a=blocking2.0:betaN
(Note:  this also depends on the change to nsStyleAnimation.cpp's StyleCoordToValue in bug 520234 and on other changes in that bug.)
2010-09-15 08:11:26 -07:00
L. David Baron
d79b3f75c2 Change storage of background-size and background-position to allow percentages and lengths. (Bug 594934) r=bzbarsky a=blocking2.0:betaN 2010-09-15 08:11:26 -07:00
Philipp von Weitershausen
d9ef14a486 Bug 596397 - Sync UI: Copying the Sync Key to clipboard makes the wizard think it's a custom key. r=mconnor a=blocking-beta7 2010-09-15 15:55:05 +02:00
Philipp von Weitershausen
893c770700 Bug 595603 - Sync UI: Remove unused images. r=mconnor a=blocking-final 2010-09-15 15:55:05 +02:00
Jens Hatlak
f85521a096 Bug 595548 - Sync UI: preferences/sync.xul calling nonexistent function openPP, should be openPrivacyPolicy. r=mconnor a=blocking-final 2010-09-15 15:55:05 +02:00
Philipp von Weitershausen
970ec13fed Bug 595854 - Improve Sync pref pane messaging. r=mconnor a=blocking-beta7 2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
75abcd9a30 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
8244efc67c Bug 594620 - Sync: Implement quota UI. r=mconnor a=blocking-beta7 2010-09-15 15:55:04 +02:00
Philipp von Weitershausen
e684d22ca9 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
91f9e720c4 Bug 594506 - Merge fx-sync to mozilla-central 2010-09-15 15:54:35 +02:00
Mike Hommey
f0f9c84d72 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
6f973b49b8 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
cd4c7db129 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
68c2f9968e 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
ad4c02086f Backed out changeset 634290477871; test failures 2010-09-15 12:58:30 +02:00
Arpad Borsos
ae846176e6 Backed out changeset 634290477871; test failures 2010-09-15 12:57:20 +02:00
Drew Willcoxon
2591c7b24a 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
ba24c8c8c7 disable test_bug510426.xul 2010-09-15 11:09:18 +02:00
Philipp von Weitershausen
1e7744501c 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
38347b08b2 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
61179044c7 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
a8e294fe4f 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