Ms2ger
932f266c80
Bug 573357 - Use the HTMLElement interface for more elements. r=jonas
2010-06-30 23:11:45 +02:00
Eli Friedman
683883e106
Bug 573210 - Consistently qualify accesses to dependent base classes in xpcom C++ code. r=dbaron
2010-06-30 23:11:43 +02:00
Ryan VanderMeulen
bb378f154e
Bug 571728 - Mismatched allocator for SuggestMgr::csconv. r=ehsan r=smaug
2010-06-30 23:11:41 +02:00
Dave Townsend
676d95cdb4
Bug 569138: Extension with empty minVersion and/or maxVersion breaks Add-ons Manager. r=robstrong
2010-06-29 11:10:30 -07:00
Dave Townsend
4e71a4b568
Bug 565064: Switch back to the default theme if the previous theme is made incompatible by an application update. r=robstrong
2010-06-29 11:12:30 -07:00
Robert Longson
63e23566cf
Bug 573687 - Clamp radial gradients with small radii correctly. r=jwatt
2010-06-30 21:24:53 +01:00
jrmuizel@ironman.ca.mozilla.com
e1a193f8d7
Bug 567295. d2d: Support antialiased clipping. r=bas
...
This switches from using CombineGeometry() to accumulate
clip paths to using a stack of Layers each with a
geometric mask. This avoids any imprecision that occurs
when using CombineGeometry().
There maybe some performance regressions but we need the
correctness and may be able to get some of the performance
back.
2010-06-30 14:55:21 -04:00
Dão Gottwald
63b3242939
Bug 575994 - "fullscr-toggler" shouldn't be a toolbar. r=mano
...
--HG--
extra : rebase_source : 27f2c9b410c87fcc3650a62c6c4e6d5492526715
2010-06-30 19:57:14 +02:00
Jono S Xia
df8a6196d3
Bug 575767: Stop Feedback from collection data until the user has been notified. r=dtownsend
...
--HG--
extra : transplant_source : e%C3%0EN%E61%15%84%08%97%0E%91%FD%14%B3%92J%B1%84%97
2010-06-30 10:54:21 -07:00
Zack Weinberg
c7973f9c79
Bug 571989 follow-up: remove mentions of removed directories from toolkit-makefiles.sh and elsewhere. r=dholbert
...
--HG--
extra : rebase_source : c6e387430e6b2292b0925fdb681819ba109568e7
2010-06-30 08:54:39 -07:00
Benoit Jacob
8f98b1fc9c
b=555798; add CheckedInt class; r=jmuizelaar, r=vladimir
2010-06-30 11:53:41 -04:00
Benoit Jacob
abcdcd5d28
b=573705; support ImageData signatures of tex[Sub]Image2D; r=vladimir
2010-06-30 11:51:34 -04:00
Benoit Jacob
08e3bbc71f
b=573705; fix computation of texel sizes and refactor WebGLenum validation functions; r=vladimir
2010-06-30 11:49:59 -04:00
Benoit Jacob
c1ac386d63
b=573541; More WebGLenum validation/fixes; r=vladimir
2010-06-30 11:48:30 -04:00
Ted Mielczarek
07f98626ad
bug 574357 followup, don't run the new test on platforms where we don't build crashreporter. Should also fix bug 574118. r=bsmedberg
2010-06-30 11:10:46 -04:00
Ted Mielczarek
ee8378966a
bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
...
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-30 10:29:05 -04:00
Ted Mielczarek
1606d99ee1
fix minor type name output in xpt_dump. r=timeless (no bug)
2010-06-29 10:03:47 -04:00
Bas Schouten
806d740e62
Bug 558467: Use nsIMemoryReporter to report the image surface cache memory usage. r=jrmuizel
2010-06-30 15:52:13 +02:00
Bas Schouten
7aca9947fd
Bug 558467: Expose the image surface cache memory usage for Direct2D. r=jrmuizel
2010-06-30 15:52:00 +02:00
Neil Rashbrook
f1fe16faa5
Bug 572529 Make it even easier to build with pymake r=ted
2010-06-30 12:45:21 +01:00
Neil Rashbrook
0b35b94dab
Bug 572996 Compiler dependencies don't work for debug-only includes r=ted
2010-06-30 12:44:18 +01:00
Neil Rashbrook
8c76c699bf
Bug 575446 Be more careful about finding the correct scrollbars r=Enn
2010-06-30 12:37:11 +01:00
Neil Rashbrook
ff7877760b
Bug 556124 Should notify for broadcast attribute changes once layout has started r=jst
2010-06-30 12:36:10 +01:00
Dão Gottwald
6d86fddc9b
Bug 490621 - Make the fullscreen toolbar toggler more unobtrusive. r=mano, ui-r=faaborg
2010-06-30 10:15:36 +02:00
Justin Dolske
9e6760b252
Backed out changeset e112f68bc941 (bug 574357) due to test failures.
2010-06-29 22:45:30 -07:00
Ted Mielczarek
7bd46535a1
bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
...
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-29 19:34:39 -04:00
Masayuki Nakano
a50973dabf
Bug 572385 backout 2e74d29bd943 due to bustage
2010-06-30 13:24:38 +09:00
Michael Wu
6269858b35
Bug 575866 - Move GeckoInputConnection class into its own file, r=blassey
2010-06-29 21:13:44 -07:00
Michael Wu
88738a4fea
Bug 573741 - Remove mComposing and let gecko keep track of composition state, r=blassey
2010-06-29 21:11:43 -07:00
Kouhei Sutou
24b51db044
Bug 572385 some special keys (e.g., IME related keys) can't be handled on Linux r=masayuki, sr=smaug
2010-06-30 13:07:07 +09:00
Masayuki Nakano
59216e9a06
Bug 564412 Remove non-scriptable internal methods from nsIEditorIMESupport r=ehsan, sr=smaug
2010-06-30 13:05:12 +09:00
Jim Mathies
53b8e089e9
Bug 575228 - When maximizing a window, the menu bar gets pushed down. r=dao.
2010-06-29 22:20:02 -05:00
Benjamin Stover
9eedd2f065
Backout of bugs 575908, 566738, and 556400
2010-06-29 17:34:52 -07:00
Benjamin Stover
27355cb215
Bug 575908 - Leak fix: remove all pending tasks from queue. r=sdwilsh
2010-06-29 16:18:17 -07:00
Jono S Xia
d0ec4f6d42
Bug 575597: Stop Feedback notifications from appearing early and make sure the toolbar button is immediately visible. r=dtownsend
...
--HG--
extra : transplant_source : i%B7%1A%C3%27%81O%F9j%D8%DD%AF%BDd%ED%EFT%BB%C2%81
2010-06-29 16:06:40 -07:00
Ben Parr
7e18fac34b
Bug 575559: Remove nsAddonRepository.js on updates. r=dtownsend
...
--HG--
extra : transplant_source : rHVyy%07%EAu%7B%B3%B1l%8Fj%8B%D1%CA%C1%9Ez
2010-06-29 16:11:03 -07:00
Benjamin Stover
6ac557ee71
Bug 566738 - Add SetURITitle to IHistory r=sdwilsh, sr=bz
2010-06-29 14:12:41 -07:00
Benjamin Stover
f0627a524c
Bug 556400 - Implement asyncable VisitURI. r=sdwilsh, sr=bz
2010-06-29 13:58:36 -07:00
Benjamin Smedberg
e4311303e0
Bug 574457 - Back out the functional changes from revision 0327e126ea24, bug 569644, because of 100ms (20%) Ts regression on Linux/Mac. This leaves the nsIContentUtils helper function, but restores the plugin host category entry munging.
2010-06-29 16:56:13 -04:00
Jeff Muizelaar
a26bcd4b43
Backout f298567cdf2c. Causes problems on linux
2010-06-29 16:31:20 -04:00
Robert Strong
dc40e49597
Bug 575524: browser_bug562890.js fails with other application extensions installed. r=dtownsend
...
--HG--
extra : transplant_source : .%F0%A5%AC%12%3B%FD%A5C%3D%DF3%05%B6%0B%DDj%06i%27
2010-06-29 12:19:23 -07:00
Dave Townsend
11ef81ca2a
Bug 575566: Feedback/TestPilot not packaged into windows installer for 4.0b1 build1. r=bsmedberg
...
--HG--
extra : transplant_source : %DF%28%0D%D4j_%CE%27y%23%91%C4R2%9D%AA%86%B9%DB%EC
2010-06-29 11:38:21 -07:00
Jeff Muizelaar
5b59cf7255
Bug 575347. canvas: remove unnecessary call to UpdateSurfaceClip(). r=vlad
...
UpdateSurfaceClip isn't really useful so we can save some time by not calling
UpdateSurfaceClip.
2010-06-29 13:58:20 -04:00
Ehsan Akhgari
31ffd7b6db
Bug 575187 - Warning for NS_ENSURE_TRUE failure spammed on every charater typed/deleted in any text field; r=roc
2010-06-28 19:15:27 -04:00
Ehsan Akhgari
3e874ca35e
Bug 519928 - IFRAME inside designMode disables JavaScript, breaking current clickjacking defenses; r=Olli.Pettay
...
--HG--
extra : rebase_source : 7d01d90f59e60b63e64b96bb655937fe0d0c879a
2010-06-04 17:03:50 -04:00
Dão Gottwald
0978149cf3
Backed out changeset db6f8068e9a5
2010-06-29 17:49:21 +02:00
Saint Wesonga
c81affe35c
Bug 562387 - Convert NS_NEWXPCOM/NS_DELETEXPCOM to new/delete. r=bsmedgerg
2010-06-29 17:14:36 +02:00
Dão Gottwald
17c5a5f186
whitespace cleanup after bug 555081
2010-06-29 17:11:49 +02:00
Dão Gottwald
ed87cd6b53
Bug 575536 - Don't leak WindowDraggingElement into the global scope. r=enn
2010-06-29 17:09:32 +02:00
Mats Palmgren
3bbd6ff1d6
Bug 570160 - Don't create a next-in-flow for a placeholder frame, split the float instead. r=fantasai
2010-06-29 16:32:03 +02:00