Philipp von Weitershausen
|
01ffd2d9a2
|
Bug 615604 - Make pref GUIDs base64url. r=mconnor
|
2010-11-30 13:36:01 -08:00 |
|
Richard Newman
|
9fbc714a2d
|
Bug 615643: remove existing logins prior to running verifyLogin tests. r=philiKON
|
2010-11-30 12:34:29 -08:00 |
|
Richard Newman
|
eb3c47dd5d
|
Bug 615622: tests for SyncKeyBundle persistence. r=philiKON
|
2010-11-30 11:03:54 -08:00 |
|
Richard Newman
|
529875b67f
|
Bug 615612: additional tests for SHA256-HMAC. r=philiKON
|
2010-11-30 11:03:27 -08:00 |
|
Philipp von Weitershausen
|
dc3c9d2e88
|
Get rid of superfluous parameter. r=me
|
2010-11-30 10:47:03 -08:00 |
|
Philipp von Weitershausen
|
c8ecebe93b
|
Bug 614104 - Use new annotation for history GUIDs. r=mconnor
This way all history entries are assigned new-style GUIDs.
|
2010-11-30 10:26:15 -08:00 |
|
Philipp von Weitershausen
|
0073c97150
|
Bug 614104 - Make Utils.makeGUID generate new style GUIDs. r=mconnor
New style GUIDs are 9 random bytes encoded with base64url, yielding 12 characters with 72 bits of entropy.
|
2010-11-30 10:26:13 -08:00 |
|
Boris Zbarsky
|
7f2bf265a9
|
Bug 605296 part 2. Make username/password stringify undefined to empty string. r=sicking, a=blocker
|
2010-11-30 13:18:15 -05:00 |
|
Boris Zbarsky
|
55e8b92c2c
|
Bug 605296 part 1. Infrastructure for supporting AUTF8String in quickstubs. r=jorendorff
|
2010-11-30 13:18:15 -05:00 |
|
Boris Zbarsky
|
b0c658578e
|
Bug 609272. Make sure to not apply clipping of overflow when printing to the root element, because it doesn't really make use of its overflow style itself. r=dbaron
|
2010-11-30 13:19:57 -05:00 |
|
Boris Zbarsky
|
23c2b599dc
|
Bug 614058. Fix regression in IsEqualNode. r=jst, a=blocker
|
2010-11-30 13:19:59 -05:00 |
|
Mounir Lamouri
|
a1461e82de
|
Bug 595432 - Use an arrow panel for the invalid form popup. r=gavin ui-r=limi a=blocking-betaN
|
2010-12-01 23:13:34 +01:00 |
|
Rob Campbell
|
8c2c08f308
|
Bug 612300 - Web Console opening and closing transition is too slow; f=pwalton r+a=gavin.sharp
|
2010-12-02 06:50:29 -04:00 |
|
Patrick Walton
|
8af024cec2
|
Bug 601667 - Web Console toolbar styling, part 4; f=mihai.sucan,ddahl r=l10n,sdwilsh,dao,kdangoor, a=blocking2.0
|
2010-12-02 06:50:29 -04:00 |
|
Patrick Walton
|
7bce939f7c
|
Bug 601667 - Web Console toolbar styling, part 3; f=mihai.sucan,ddahl r=l10n,sdwilsh,dao,kdangoor, a=blocking2.0
|
2010-12-02 06:50:29 -04:00 |
|
Patrick Walton
|
0677b5d80f
|
Bug 601667 - Web Console toolbar styling, part 2; f=mihai.sucan,ddahl r=l10n,sdwilsh,dao,kdangoor, a=blocking2.0
|
2010-12-02 06:50:29 -04:00 |
|
Patrick Walton
|
ceca79bdaf
|
Bug 601667 - Web Console toolbar styling, part 1; f=mihai.sucan,ddahl r=l10n,sdwilsh,dao,kdangoor, a=blocking2.0
|
2010-12-02 06:50:29 -04:00 |
|
Mihai Sucan
|
426abe74fe
|
Bug 602024 - mixed licensing in HUDService.jsm is confusing; f=rcampbell r=gavin.sharp approval2.0=gavin.sharp
|
2010-12-02 06:50:28 -04:00 |
|
Rob Campbell
|
c8eac8b431
|
Bug 614561 - pprint() does not take string arguments any more; r=gavin.sharp approval2.0=gavin.sharp
|
2010-12-02 06:50:28 -04:00 |
|
Jonathan Kew
|
13248a80c1
|
bug 606419 - always return the dwrite factory once one has been created. r=bas a=blocking2.0
|
2010-12-02 10:37:17 +00:00 |
|
Jonathan Kew
|
9c693a7b81
|
bug 609691 - check result of gfxFontGroup::MakeTextRun for failure. r=karlt a=joe
|
2010-12-01 11:53:45 +00:00 |
|
Alexander Surkov
|
5061ec324e
|
Bug 616082 - correct designMode tests, r=marcoz, a=test
|
2010-12-02 16:48:06 +08:00 |
|
Alexander Surkov
|
22ded16bb5
|
Bug 616074 - enable state tests in test_doc.html for dynamic role changes, r=marcoz, a=test
|
2010-12-02 16:47:27 +08:00 |
|
Alexander Surkov
|
56115bc8ab
|
Bug 615220 - Don't fire focus event for current focused accessible when document gets focus, r=davidb, a=davidb
|
2010-12-02 16:47:20 +08:00 |
|
Alexander Surkov
|
2e1e87de70
|
Bug 615913 - fix focus hyperlink tests, r=marcoz, a=test
|
2010-12-02 16:47:14 +08:00 |
|
Alexander Surkov
|
8e71f6f581
|
Bug 615918 - hide mouseover/EVENT_DRAGDROP_START from ordinary debug build, r=davidb, a=davidb
|
2010-12-02 16:46:59 +08:00 |
|
Dão Gottwald
|
d1d0bacf7a
|
Bug 613156 - Implement splitmenu binding. r=dolske a=blocks-blocker
|
2010-12-02 09:45:08 +01:00 |
|
Ehsan Akhgari
|
2d5bbf542f
|
Bug 616085 - Disable a crashtest which accesses a network resource which is unavailable, and causes the crashtest suite to not exit cleanly; r=me a=tree-opener landed on a CLOSED TREE
|
2010-12-02 02:13:19 -05:00 |
|
Dave Townsend
|
e7db93f2d0
|
Backing out changeset ab44d15573e2 from bug 615546 due to an unusual rise in failures of bug 592402 (and maybe others). a=backout CLOSED TREE
|
2010-12-01 11:14:43 -08:00 |
|
Dave Townsend
|
5944c85a97
|
Backing out changeset ee61ea93a2fa from bug 609691 due to causing permanent orange on OSX crashtests. CLOSED TREE. a=backout
|
2010-12-01 11:07:40 -08:00 |
|
Dave Townsend
|
7a0e0a5cd9
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Dave Townsend
|
ad5534594c
|
Backing out bug 605296 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:57:14 -08:00 |
|
Dave Townsend
|
c7fcfdc72c
|
Backing out bug 614724 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:55:24 -08:00 |
|
Dave Townsend
|
56dbcd668a
|
Backing out changeset 5d4678e9fc37 from bug 609543 due to potentially causing bug 615736. a=backout
|
2010-12-01 10:52:53 -08:00 |
|
Dave Townsend
|
0bf48c1206
|
Backing out changeset e1983b9db75d from bug 596955 for causing bug 615858. a=backout
|
2010-12-01 10:20:28 -08:00 |
|
Neil Deakin
|
4c6bbc0457
|
Bug 561243 - Name field in edit bookmarks panel ignores mouse events while focused. r=roc, a=blocking
|
2010-12-01 09:39:10 -08:00 |
|
Margaret Leibovic
|
b1118b3439
|
Bug 589435 - Style Firefox button's submenus. r=dao, ui-r=faaborg, a=blocking
|
2010-12-01 09:39:08 -08:00 |
|
Serge Gautherie
|
472cbecc86
|
Bug 615546 - SimpleTest.finish() should be asynchronous; (Av1a) SimpleTest.js: Create SimpleTest._finishNow() out of SimpleTest.finish() then call it asynchronously, Fix some (unrelated) nits.
r=rcampbell a=(test only).
|
2010-12-01 18:24:03 +01:00 |
|
Marco Bonardo
|
5aea7e4ffc
|
Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIURI.equals]" in PSB_updateState.
r=sdwilsh a=sdwilsh
|
2010-11-30 11:14:24 +01:00 |
|
Raymond Lee
|
bee4707628
|
Bug 597248 - Make sure Panorama's thumbnail cache is solid [r-ian, a=benjamin]
|
2010-11-30 16:15:51 +08:00 |
|
timeless@mozdev.org
|
3dbea022b0
|
Bug 603358 gfxHarfBuzzShaper::InitTextRun leaks hb_font_funcs_create() and hb_unicode_funcs_create(). r=jfkthame a=joe
|
2010-12-01 16:34:24 +00:00 |
|
Ehsan Akhgari
|
ff5d299d65
|
Bug 615355 - Remove the assertion at the beginning of nsChromeRegistry::Init; r=bsmedberg a=bzbarsky
|
2010-11-30 16:32:55 -05:00 |
|
Richard Newman
|
238d11c9a3
|
Bug 614737: detecting upgrade, being nice to old clients. r=philikon
|
2010-11-29 16:41:33 -08:00 |
|
Richard Newman
|
ffb07cee37
|
Bug 603489, 614489: simplified crypto. r=mconnor
|
2010-11-29 16:41:17 -08:00 |
|
Marco Bonardo
|
4671ababc1
|
Backed out changeset 3ae7ac6aefd1 due to permaorange on central. a=orange
|
2010-11-30 00:25:02 +01:00 |
|
Igor Bukanov
|
046f0e92f4
|
Bug 613516 - xpcshell dump doesn't print newlines. r=jorendorff, a=blocking
|
2010-11-29 13:27:27 -08:00 |
|
Marco Bonardo
|
ccb738f69c
|
Bug 615227 - async create temp tables in autocomplete.
r=sdwilsh a=blocking
|
2010-11-29 23:23:46 +01:00 |
|
Marco Bonardo
|
a3f54fd85f
|
Bug 614787 - Delay expiration database setup to the first expiration.
r=dietrich,sdwilsh a=blocking
|
2010-11-29 21:47:42 +01:00 |
|
Marco Bonardo
|
7d33573bea
|
Bug 614790 - Bookmarks roots init could be locking with the first visit addition.
r=sdwilsh a=blocking
|
2010-11-29 18:33:26 +01:00 |
|
Shawn Wilsher
|
9cdab945a8
|
Merge mozilla-central into Places.
|
2010-11-29 08:43:57 -08:00 |
|