Dave Townsend
14105d23b0
Backed out changeset 6d6e8fecaf37 from bug 596343 due to build failures
2011-08-12 15:47:34 -07:00
Dave Townsend
026995192b
Bug 596343: Users should have exclusive control over selecting their add-ons. r=Unfocused
2011-08-12 13:45:45 -07:00
Dave Townsend
ae1c38cd55
Bug 476430: Disable third-party add-ons by default and offer them to the user. r=Unfocused, r=robstrong
2011-08-12 13:50:47 -07:00
Dave Townsend
5f5332e1cd
Bug 677424: If a tab is closed between quit-application-requested and quit-application-granted then it is still restored when the application restarts. r=zpao
2011-08-11 19:35:48 -07:00
Mark Finkle
fb4bf0810e
Bug 677999 - Make home screen bookmark icons pretty [r=wjohnston]
2011-08-12 14:00:14 -04:00
Mark Finkle
cd886d4532
Bug 677975 - Exception [nsIShellService.createShortcut] @ BookmarkHelper.js :: <TOP_LEVEL> :: line 92 [r=wjohnston]
2011-08-12 14:00:12 -04:00
Steven Michaud
283611ce8b
Bug 678423 - Conditionally define 10.7 symbols for 10.6 SDK and lower. r=bgirard
2011-08-12 11:48:29 -05:00
Malini Das
960a7c7495
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Malini Das
a0832b693a
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain tests 2/2. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Malini Das
02665c9658
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
Malini Das
da32b5cbd3
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
Malini Das
e306b1b5aa
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
2011-08-12 12:21:36 -04:00
Malini Das
0efd71b59a
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- harness. r=jmaher, a=test-only
2011-08-12 12:21:35 -04:00
Randell Jesup
9437a33831
Bug 674384: jprof - better thread support, support e10s profiling and profile-by-capture-section. r=dbaron DONTBUILD
2011-08-12 11:59:20 -04:00
Randell Jesup
cc44944594
Bug 664453: Stop jprof from crashing before a profile is selected on JP_START. r=dbaron DONTBUILD
2011-08-12 11:59:17 -04:00
Rob Campbell
953d05c62f
merge fx-team to m-c
2011-08-12 10:55:14 -03:00
Matt Brubeck
f2cba5adcb
Merge the last green changeset from mozilla-inbound to mozilla-central
2011-08-12 06:41:55 -07:00
Makoto Kato
aa5492bfe9
Bug 678438 - DLL bloclk list for Win64 is turned off by bug 552864. r=glandium
2011-08-12 15:07:36 +09:00
Philipp von Weitershausen
d818562685
Bug 678259 - Implement mozIVisitInfoCallback::handleResult to avoid exception. r=rnewman
2011-08-11 22:52:48 -07:00
Boris Zbarsky
9c3c3f2062
Bug 670467. Correctly reresolve style on non-first continuations and non-first parts of {ib} splits even when we're restyling both an ancestor of the element and the element itself. r=dbaron
2011-08-11 23:52:21 -04:00
Nicholas Nethercote
8b205c5633
Bug 678422 - Avoid wasting half of nsPresArena's allocated memory due to clownshoes. r=roc.
2011-08-11 18:53:29 -07:00
Benoit Jacob
7c39744842
Bug 676413 - fix the crossOrigin attribute test - r=smaug
...
This is not a limited-enumerated attribute, so let's use reflectString instead.
2011-08-11 18:17:59 -04:00
Trevor Saunders
feffec5d6a
bug 678189 - add IsDefunct() check to accNavigate r=surkov, davidb
2011-08-11 13:05:35 -07:00
Rafael Ávila de Espíndola
fc7b983746
Bug 678054 - Fix build with clang and c++0x. The first element in a NSPoint is a CGFloat, so in c++0x we need an explicit cast when using aX in an initializer list; r=josh
2011-08-11 19:35:09 -04:00
Rafael Ávila de Espíndola
7188250a96
Bug 677641 - Fix c++0x initializer list error found by clang; r=ted
...
The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode.
See http://llvm.org/viewvc/llvm-project/?view=rev&revision=136181 for more
information.
2011-08-11 19:31:11 -04:00
Matt Brubeck
04d4bde606
Bug 678223 - Use -moz-crisp-edges for favicon scaling [r=mfinkle]
...
--HG--
extra : rebase_source : cca950b2b8049aef1c086b6ae5009a6292af5908
2011-08-11 16:23:30 -07:00
Matt Brubeck
35e7da9156
Bug 678261 - Back out f4acfd3b1ce8 (bug 610834) because of tp4m regression
...
--HG--
extra : rebase_source : 27b5bcf4376b7465e211eff3d11e1c18e991f136
2011-08-11 16:20:40 -07:00
Benoit Jacob
da8591f8ce
Bug 676413 - test crossOrigin without value - r=bz
2011-08-10 18:25:22 -04:00
Benoit Jacob
0a3e57c7ac
Bug 676413 - test that crossOrigin="" or invalid value has the behavior of "anonymous" - r=bz
2011-08-10 18:25:22 -04:00
Boris Zbarsky
a7f91c37d8
Bug 676413 - crossOrigin attribute invalid-value-default should be Anonymous - r=sicking
...
As specified in http://www.whatwg.org/specs/web-apps/current-work/multipage/urls.html#cors-settings-attribute
"The empty string is also a valid keyword, and maps to the Anonymous state. The attribute's invalid value default is the Anonymous state. The missing value default, used when the attribute is omitted, is the No CORS state."
2011-08-10 18:25:22 -04:00
Benoit Jacob
3c303c4734
Bug 678053 - blacklist geforce <= 7 for WebGL on Mac - r=jrmuizel
2011-08-11 18:17:50 -04:00
Benoit Jacob
0752dd28ef
Back out Bug 591057 / cset 02d5f1c5d438 because of 4% Ts regression
2011-08-11 14:24:52 -04:00
Steven Michaud
fffcd5b7c0
Bug 668953 - Support two-finger horizontal swipe on OS X Lion. r=bgirard
2011-08-11 12:42:23 -05:00
Rafael Ávila de Espíndola
92df261412
Bug 677648 - Change the type of the 'advance' variable in gfxTextRun::AdjustAdvancesForSyntheticBold, to allow using it to initialize the mAdvance field of DetailedGlyph using clang in c++0x mode; r=roc
2011-08-11 15:40:59 +02:00
Rafael Ávila de Espíndola
875d19b690
Bug 678036 - Fix the build with clang in c++0x mode. The first field of a nanojit::CallInfo is a uintptr_t, fix the cast. r=cdleary
2011-08-11 15:39:13 +02:00
Ms2ger
72dee98c7b
Bug 677340 - Return already_AddRefed instead of nsCOMPtr from various functions in editor/; r=ehsan
2011-08-11 15:29:59 +02:00
Ms2ger
8a80c69b70
Bug 677101, part d - Remove some includes from nsHTMLInputElement.cpp; r=volkmar
2011-08-11 15:29:59 +02:00
Ms2ger
d377c55ed2
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
2011-08-11 15:29:58 +02:00
Ms2ger
9414376b01
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
2011-08-11 15:29:50 +02:00
Mounir Lamouri
8b3a5c07fb
Merging mozilla-inbound into mozilla-central.
2011-08-11 13:08:47 +02:00
Mike Hommey
c7c3d3bfec
Bug 677247 - Fix-up test and re-enable it. rs=khuey
2011-08-11 11:42:02 +02:00
Mike Hommey
813ecc5a65
Backout be17ceae8d60 (test for bug 677247) due to win debug perma-orange
...
The test crashes when building with no optimization, but does so on the path
that bug 677247 doesn't touch.
2011-08-11 11:01:06 +02:00
Jan Varga
9b22131da7
Bug 677463 - <menuitem>.label should return .textContent if there's no label content attribute r=smaug
2011-08-11 08:07:26 +02:00
Blair McBride
5b13e99185
Backout 84ce41f8cec7 due to leak.
2011-08-11 18:04:02 +12:00
Mike Hommey
1436b47f87
Bug 677247 - Test hook unregistration. r=ehsan
2011-08-11 07:55:11 +02:00
Mike Hommey
76e14485b6
Bug 677247 - Unregister Dll hooks when WindowsDllInterceptor is destructed. r=ehsan
2011-08-11 07:54:57 +02:00
Blair McBride
60f48f774b
Bug 672485 - Ensure window watcher is defined. r=dtownsend,jst
2011-08-11 14:29:48 +12:00
L. David Baron
61b034946c
Backout changeset 89a9f4a88d5b (bug 676413) for causing content/html/content/test/test_bug664299.html failures.
2011-08-10 18:00:39 -07:00
L. David Baron
34f632f590
Backout changeset 289becc07558 (bug 676413) for causing content/html/content/test/test_bug664299.html failures.
2011-08-10 18:00:20 -07:00
L. David Baron
9fc478bf0f
Backout changeset aac29f0bdd10 (bug 676413) for causing content/html/content/test/test_bug664299.html failures.
2011-08-10 17:59:55 -07:00