Justin Dolske
480c510505
Test bustage fix.
2008-08-15 17:52:42 -07:00
Shawn Wilsher
4bcc2fa16d
Bug 437064 - DOM Inspector should live in its own repository.
...
This removes all the files in extensions/inspector from mozilla-central. Those
who still will to use the DOM Inspector should clone this hg repo:
http://hg.mozilla.org/dom-inspector/
2008-08-15 19:46:22 -04:00
Robert Kaiser
3eb6829820
followup kinda-typo fix to bug 443370, use correct index to fix error when doing async autocomplete updates, r=Neil over IRC, NPOTB for FF
2008-08-16 01:49:14 +02:00
Johnny Stenback
21f961cf38
Followup cleanup for bug 439034, remove dead code and some silly code too. r+sr=jonas@sicking.cc
2008-08-15 16:01:03 -07:00
Paul O'Shannessy
61f98fcc5f
Bug 288040 – convert signons3.txt to mozstorage. r=dolske, r=sdwilsh
...
--HG--
rename : storage/test/unit/corruptDB.sqlite => toolkit/components/passwordmgr/test/unit/data/corruptDB.sqlite
2008-08-15 15:41:22 -07:00
Neil Deakin
a5b3401c6d
Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix
2008-08-15 18:26:37 -04:00
Martijn Wargers
637e98072c
Reftests for bug 441703 - direction attribute of marquee should be case-insensitive (for selector matching)
2008-08-15 23:22:26 +02:00
Bobby Holley
311ed5b7af
LCMS precaching patch to speed up linear interpolations - bug 444661. r=joe,sr=vlad
2008-08-15 13:59:18 -07:00
Shawn Wilsher
2f2d66b109
Bug 444395 test fix
2008-08-15 14:24:23 -04:00
Ted Mielczarek
22511d5209
backed out changeset 2e8dfe209f09 due to unit test bustage
2008-08-15 13:00:15 -04:00
Ted Mielczarek
1fef5b8148
Backed out changeset 2e8dfe209f09 due to unit test bustage
2008-08-15 12:59:30 -04:00
Shawn Wilsher
21af7b0d0f
Bug 444395: Add Gmail Mailto protocol handler to Firefox 3.0.x. r=mconnor
2008-08-15 17:14:08 +01:00
Johnny Stenback
cdfefe8654
Fixing bug 445520. Make sure plugin instantiation attempts that happen before a plugin frame has been reflown re-instantiates the plugin so that updates to the plugin src etc actually do happen in those cases as well. r=cbiesinger@gmail.com, sr=bzbarsky@mit.edu
2008-08-15 08:30:26 -07:00
Kevin Brosnan
6c9bfd19e4
Bug 414083: 'Add-ons' should not be capitalized in offlineUpdateMsg. r=robstrong
2008-08-15 16:26:25 +01:00
Dave Townsend
cc65fce615
Bug 448051: Add function names through the extension manager. r=robstrong
2008-08-15 16:23:48 +01:00
Neil Deakin
944e99b67e
Add clientXXX and scrollXXX properties to XUL elements, also add width/height properties to ClientRect, r+sr=roc
2008-08-15 11:17:17 -04:00
Michal Novotny
c46e6a71dc
Bug 427089 – FTP shouldn't send URLs in UTF-8. r=cbiesinger
2008-08-15 16:56:22 +02:00
Neil Rashbrook
9d03397ddf
Bug 443370 Toolkit async autocomplete support for xpfe's autocomplete r=ajschult
2008-08-15 13:46:49 +01:00
Robert O'Callahan
c2e7c7baa2
Bug 449327. nsSVGObjectFrame::GetBBox should account for canvas TM. Also add some simple bbox tests even though they don't test this bug. r=longsonr,sr=mats
2008-08-15 22:24:01 +12:00
Robert O'Callahan
519c75bf87
Bug 331088. Handle file-control frame being torn down while the dialog is up. r=smaug,sr=mats
2008-08-15 22:21:31 +12:00
Robert O'Callahan
96f00a6cdf
Bug 230555. Fix tests so they're more robust and actually work on Windows.
2008-08-15 22:14:12 +12:00
Robert O'Callahan
da607e7ddf
Bug 449519. Make text-shadow code compute the right areas for RTL. r=smontagu
2008-08-15 22:12:39 +12:00
Robert O'Callahan
e3320754a6
Bug 411059. Take preformatted tabs into account when computing the min and pref widths for text. r=smontagu
2008-08-15 22:10:33 +12:00
Neil Rashbrook
9925a52747
Followup to bug 418454 to use HANDLE instead of HTHEME r=robstrong,vlad
2008-08-15 10:50:24 +01:00
Robert O'Callahan
ded93fa5e1
Bug 441368 crashtest
2008-08-15 21:30:44 +12:00
Uri Bernstein
b62051b02f
On mouse down, make sure the frame capturing the mouse is the same one used as the selection anchor. bug=262306, r+sr=roc.
2008-08-15 09:41:05 +03:00
Oleg Romashin
d38312ab76
Removed old embedding API
...
Removed old GLITZ stuff
2008-08-15 09:31:55 +03:00
Oleg Romashin
4490c66152
merge with mozilla-central
2008-08-16 03:39:26 -04:00
Oleg Romashin
bbea932ec3
Fixed bug 449575 - Menus steal focus hard in Qt por, r=vladimir
2008-08-16 03:07:21 -04:00
Oleg Romashin
a9dd77b4e9
Fixed bug 449566 cairo-qpainter-surface.cpp fails to compile with gcc 4.3.x, r=pavlov
2008-08-16 03:06:39 -04:00
Dave Camp
0ef715372d
Bug 434805: work harder to recover from url-classifier db corruption. r=tony
2008-08-14 22:46:41 -07:00
Kai Engert
7bde85d8aa
Bug 450646, Upgrade Mozilla to NSS 3.12.1 release candidate 1
...
r=rrelyea
2008-08-15 06:12:54 +02:00
Doug Turner
519c122960
bug 450467. on OSSO, use vendor and app name when calling osso_init. r=bsmedberg
2008-08-12 23:11:00 -07:00
Dão Gottwald
f30bafec6d
Bug 449661 – Use the new search textbox binding in the password manager. r=mconnor
2008-08-15 04:27:54 +02:00
Bobby Holley
352cbe97a5
fixed linux bustage - sorry.
2008-08-14 16:32:58 -07:00
Brian Crowder
ad9202fc85
Merging with backout
2008-08-14 16:31:09 -07:00
Brian Crowder
c9519dbae4
Bug 422792 - backout
2008-08-14 16:29:54 -07:00
Brian Crowder
47d72df77a
Backed out changeset c7264525ad20
2008-08-14 16:29:04 -07:00
Bobby Holley
344d4d6899
Standalone testing framework for LCMS (not run automatically). r=vlad
2008-08-14 16:13:41 -07:00
Brian Crowder
a9dfb3d946
Bug 422792: backed out due to build problems
2008-08-14 15:18:25 -07:00
Brian Crowder
3b1a348d2d
Backed out changeset f134ac75b142
2008-08-14 15:15:06 -07:00
Brian Crowder
6e5b814f55
Bug 422791 - reduce narrow Windows API calls in uriloader, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg
2008-08-14 14:30:58 -07:00
Brian Crowder
1869a13cd5
Bug 418703 - [relanding] reduce narrow windows API calls (necko patch), original patch by Brad Lassey <blassey@mozilla.com>, r=biesi
2008-08-14 14:30:58 -07:00
Brian Crowder
7f7df267a9
Bug 422792 - reduce narrow Windows API calls in widget, original patch by Brad Lassey <blassey@mozilla.com>, r=roc
2008-08-14 14:30:57 -07:00
Régis Caspar
7c8e8413fa
Bug 414628 – right clicking on links in addons manager acts as a left click. r=rstrong
2008-08-14 21:22:40 +02:00
Ben Turner
0314fc7262
Bug 443878 - "XPConnect doesn't always suspend requests when switching contexts". r+sr=jst.
2008-08-14 12:08:49 -07:00
Ben Turner
64e46a9073
Bug 443869 - "Fix some request model badness in nsDOMClassInfo". r+sr=jst.
2008-08-14 12:07:08 -07:00
Ben Turner
74913f8b31
Bug 449885 - "Threadpool calls shutdown on its threads twice when shutdown called on the threadpool". r=bsmedberg.
2008-08-14 12:04:31 -07:00
Clint Talbert
acaec6e316
Bug 450009, patch by Harthur, r=ted"
2008-08-14 10:26:45 -07:00
Benjamin Smedberg
b2f8184923
Merge bug 224692 unit-test disablement with subsequent commits.
2008-08-14 13:10:06 -04:00