Josh Aas
6e46406edc
Bustage fix for bug 499431.
2009-06-25 17:45:35 -04:00
Jonathan Griffin
3787be4931
Adding test or bug 424465. r=bzbarsky
2009-06-25 17:23:07 -04:00
Jonathan Griffin
1fb6ea81c4
Adding test for bug 421632. r=bzbarsky
2009-06-25 17:20:49 -04:00
Vladimir Vukicevic
2c059a1b0b
b=492724 followup; put back original CheckSaneSubrectSize
2009-06-25 14:12:57 -07:00
Josh Aas
28475979b0
Remove nsIPluginManager/nsIPluginManager2. Fold their functionality into nsIPluginHost. b=499431 r/sr=jst
2009-06-25 17:06:54 -04:00
Vladimir Vukicevic
9ce36b7de3
b=487693; avoid aggressive invalidation in canvas; r=roc
2009-06-25 13:31:35 -07:00
Vladimir Vukicevic
670216332d
b=492724; pull out canvas utility functions into CanvasUtils/LayoutUtils; r+sr=roc
2009-06-25 13:30:56 -07:00
Dão Gottwald
3398165d33
Bug 500019 - remove workaround for bug 303428. r=gavin
2009-06-25 21:45:29 +02:00
Neil Deakin
650d2e664b
Bug 499912, one more fix needed for the test on linux
2009-06-25 14:09:41 -04:00
armenzg@mozilla.com
bb547e940d
Bug 496196 - script and make target to generate a snippet for a locale - r=ccooper,l10n,gozer,kairo
2009-06-25 12:31:06 -04:00
Honza Bambas
6dc6d90788
Bug 477323 - WHATWG HTML5 drag and drop event handlers could not be set dynamically, new test, r=smaug
2009-06-25 16:51:32 +02:00
Neil Deakin
a296fa9d99
Bug 499912, fix test failure on linux
2009-06-25 10:31:47 -04:00
Alexander Surkov
7ce9e9c3f7
atk fix for bug 499653
2009-06-25 11:20:04 +08:00
Alexander Surkov
a54cd9869d
Bug 499653 - unify ARIA state attributes mapping rules, r=marcoz, davidb
2009-06-25 10:12:38 +08:00
Alexander Surkov
e270dfb411
Bug 461922 - remove nsPIAccessibleDocument, r=marcoz, davidb, sr=neil
2009-06-25 10:08:53 +08:00
Jesse Ruderman
a9bdf35f91
Fix allocator mismatch in nsSVGFEConvolveMatrixElement::Filter (bug 500273). r=roc
2009-06-24 16:32:46 -07:00
Gavin Sharp
3ba6c93aac
Add Mohammad Reza Haghighat to credits, r=mconnor
2009-06-24 19:20:31 -04:00
David Bolter
fc066fd601
Bug 500213 - compiler warns about unused enums in switch; r=MarcoZ
2009-06-24 19:18:46 -04:00
David Bolter
8480e3e6ae
Bug 500210 - comparison of unsigned and signed integer warnings; r=MarcoZ
2009-06-24 19:18:46 -04:00
David Bolter
0d89b186f2
Bug 500202 - Unused variable build warnings; r=MarcoZ
2009-06-24 19:18:46 -04:00
Marco Bonardo
e1c90d23a9
Bug 495675 - 500 ms delay when holding mouse down on folders on bookmarks toolbar before they open, r=dietrich
2009-06-25 00:15:25 +02:00
Walter Meinl
4739734af2
Bug 494490 - make install on linux installs the system_wrappers{_js} in includedir; r=benjamin
2009-06-24 23:31:27 +02:00
Jonathan Griffin
1a5bd9e19a
Bug 424766 - Left part of the page isn't repainted properly; invalidate reftest; r=roc
2009-06-24 23:31:25 +02:00
Serge Gautherie
87b588f1b3
Bug 474688 - TUnit check: TestCrashReporterAPI.cpp fails on Windows, around shutdown; (Bv1a) Delete this (superseded) test; r=ted.mielczarek
2009-06-24 23:31:23 +02:00
Serge Gautherie
4717a0be03
Bug 495730 - xpcshell-tests: each test leaks 3 nsStringBuffer, after (harness) bug 483062 landing; (Cv1) test_crashreporter.js: synchronize from TestCrashReporterAPI.cpp; r=ted.mielczarek
2009-06-24 23:31:22 +02:00
Jesse Ruderman
7dd12cd149
Instrument nsSVGRenderingObserverList for trace-refcnt (bug 499613). r=roc
2009-06-24 14:19:02 -07:00
Brad Lassey
a6223e7bd0
bug 50070 - mozconfig2configure can't handle paths with parenthesis r=ted
2009-06-24 16:21:14 -04:00
timeless@mozdev.org
25485b9128
Bug 499994 Use unsigned const integers in ssltunnel for things that should never be signed
...
r=ted
2009-06-24 22:16:00 +02:00
Honza Bambas
43d5f221c2
Bug 427715 - fixing build bustage on linux
2009-06-24 20:07:46 +02:00
Shawn Wilsher
ac8e9eb3db
Test for bug 488148. r=asuth
2009-06-24 10:10:52 -07:00
Shawn Wilsher
57170806b5
Bug 490085 - Add ability to bind multiple sets of parameters and execute asynchronously
...
Improves the asynchronous API by allowing multiple parameters to be bound before
executing it. The statement is then executed with each set of parameters
asynchronously.
r=asuth
sr=vlad
2009-06-17 12:12:51 -07:00
Shawn Wilsher
71aaff31eb
Bug 488148 - Share the mutex used by AsyncExecuteStatements on Connection
...
Greatly reduces the number of mutexes used when using the asynchronous storage
API.
r=bent
r=asuth
2009-06-17 12:12:43 -07:00
Neil Deakin
29905dad37
Bug 499912, crash activating window with no root element, r+sr=smaug
2009-06-24 13:12:37 -04:00
Neil Deakin
65d8462672
Bug 455590, use new drag and drop api with trees, r=neil,sr=smaug
2009-06-24 13:12:33 -04:00
Neil Deakin
5e4fafdf7a
Bug 499547, double click on bookmark in library not raising window, r=dao
2009-06-24 13:12:31 -04:00
Honza Bambas
fc5a81de1e
Bug 427715 - nsCryptoHash apparently being called while NSS is in shutdown state [@ NSSRWLock_LockRead_Util], r=kaie
2009-06-24 18:56:52 +02:00
Marco Bonardo
b4595b7d28
Bug 494372 - when views are notified skip static content, r=dietrich
2009-06-24 18:29:26 +02:00
Gervase Markham
3d2e5067af
Bug 324118 - remove unused file with non-open-source license. "Patch" by gerv.
2009-06-24 17:15:42 +01:00
Markus Stange
e4cc97b972
Bug 420491 - Refactor construction and destruction of native NSWindows. r=josh
2009-06-24 17:15:32 +02:00
Olli Pettay
e58d9d852a
Bug 495983 - Remove nsPageTransitionEvent, r+sr=jst
2009-06-24 16:33:02 +03:00
Olli Pettay
8bd913e653
Backout Bug 495983, part2
2009-06-24 14:49:27 +03:00
Olli Pettay
bd37663139
Backout Bug 495983
...
--HG--
extra : rebase_source : d60b23f968d8279ef726de5baf4eaa622814687c
2009-06-24 14:32:50 +03:00
Makoto Kato
8bd8dc9099
Bug 496504 - Plugin test isn't compatible with Windows x64 build. r=joshmoz, sr=roc
2009-06-24 18:44:20 +09:00
Neil Rashbrook
ab74ffe5df
Bug 499115 nsFind fails to find again in certain form controls r+sr=bz
2009-06-24 10:33:35 +01:00
Tobias Hunger
16d0e009ff
Bug 498843. Cleanup whitespace. r+sr=pavlov
...
--HG--
extra : rebase_source : ee45a9fc21a466c832f70ae43e7f77a126e4c762
2009-06-17 09:56:36 +02:00
Timothy Nikkel
e5bf038da5
Bug 494664. Minor color-related cleanup. r=jmuizel,sr=vlad
...
--HG--
extra : rebase_source : a81d48bb0fa9faac3806b7a609d35a9eb5bdffd9
2009-06-24 21:18:17 +12:00
Timothy Nikkel
62901930d7
Bug 494664. NS_ComposeColors needs to handle non-opaque background colors correctly. r=jrmuizel,sr=vlad.
...
--HG--
extra : rebase_source : 58e5cf406f1bc96b808700011a46838372a0bc95
2009-06-24 21:17:24 +12:00
Takuro Ashie
7e053dfbc1
Bug 490285. gfxFT2Fonts needs to add second and later glyphruns in a textrun at the correct offset, not at the start of the string. r=vlad,karlt
...
--HG--
extra : rebase_source : 6f8702a2b1799d6883f8fa6dbec10a655c274916
2009-06-24 21:14:10 +12:00
Jonathan Steele
2e25f45794
Bug 477170. Remove Windows95/98 support from configure.in. r=ted
...
--HG--
extra : rebase_source : cf9d5aa2347053266a63f92a27d1f23d0186a7d3
2009-06-24 21:10:47 +12:00
Timothy Nikkel
a9a76664ab
Bug 458651. Text hidden with 'blink' should still receive events. r+sr=roc
...
--HG--
extra : rebase_source : cfde922d71be51795c3d3fa398faead1d00e2e55
2009-06-24 21:09:26 +12:00