Commit Graph

73896 Commits

Author SHA1 Message Date
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
Benoit Jacob
6a1b59abd3 Bug 638549 - fix leak of WebGL about:memory reporters - r=jrmuizel
See bug 638549 comment 25. We had to ref-count these pointers.
2011-08-10 18:25:23 -04:00
Benoit Jacob
c3bf80c8aa Bug 676315 - ANGLE build problem: d3dx9.h not found unless $DXSDK_DIR points to it - r=joe
In configure, we detect the DXSDK using the windows registry and set MOZ_DIRECTX_SDK_PATH accordingly. This patch fixes a bug whereby we weren't using that to actually find headers, and were relying on the half-universal DXSDK_DIR variable instead, which is not always defined and in case of multiple versions installed may not point to the most recent one.
2011-08-10 18:25:23 -04:00
Ali Juma
44ed9bbbe5 Bug 591057 - Identify active GPU in about:support and crash reports - r=jrmuizel 2011-08-10 18:25:22 -04:00
Benoit Jacob
559ce0c9f0 Bug 676413 - test crossOrigin without value - r=bz 2011-08-10 18:25:22 -04:00
Benoit Jacob
7ad2f36370 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
ee08b0a2a4 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
Olli Pettay
badccfcde0 Bug 677658, disable scriptloader when parsing in innerHTML/InsertAdjacentHTML, r=sicking 2011-08-10 23:53:14 +03:00
Olli Pettay
378005e1f1 Bug 677847 - Crash [@ nsContentUtils::IsEventAttributeName ], r=jst 2011-08-10 23:24:48 +03:00
William Lachance
7b065ee911 Bug 677964 - log test durations for xpcshell tests, r=ctalbert, a=testonly, DONTBUILD 2011-08-10 11:34:14 -07:00
Kyle Huey
77bcd4d8bb Merge b-s to m-c. 2011-08-10 11:12:30 -04:00
Ehsan Akhgari
47ec82e8f4 Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-10 09:56:20 -04:00
Kai Engert
0419dd4465 Bug 673382, Upgrade Mozilla to NSS 3.12.11 and NSPR 4.8.9, final releases. Only version number changes, no code changes. r=wtc 2011-08-10 14:09:17 +02:00
Kyle Huey
e176115b41 Bug 458936: Work around some bizarre pymake bug. 2011-08-10 08:02:40 -04:00
Kyle Huey
2e9e2cd36b Finish yet another half done rename. 2011-08-10 08:02:01 -04:00
Kyle Huey
0c0e77535b And fix a typo. 2011-08-10 06:19:47 -04:00
Kyle Huey
be4f920c89 Bug 458936: Followup to complete renaming. 2011-08-10 06:09:06 -04:00
Justin Wood
19f2a19c63 merge backout 2011-08-10 05:18:44 -04:00
Justin Wood
19e1a18275 Backout Bug 648134 due to bustage. (rather than back out the whole push) 2011-08-10 05:18:24 -04:00
Trevor Saunders
0eccbadca7 Backed out changeset a00864f6c1a7 2011-08-09 19:53:05 -07:00
Trevor Saunders
d98b0ac001 bug 641838 - decomtaminate accessible relations r=surkov sr=neil
--HG--
rename : accessible/src/msaa/nsAccessibleRelationWrap.cpp => accessible/src/msaa/ia2AccessibleRelation.cpp
rename : accessible/src/msaa/nsAccessibleRelationWrap.h => accessible/src/msaa/ia2AccessibleRelation.h
rename : accessible/src/base/nsAccessibleRelation.cpp => accessible/src/xpcom/nsAccessibleRelation.cpp
rename : accessible/src/base/nsAccessibleRelation.h => accessible/src/xpcom/nsAccessibleRelation.h
2011-08-09 18:44:00 -07:00
Mark Finkle
67f16a97e5 Bug 677630 - Extend 'Add to Home Screen' to Bookmark Popup [r=mbrubeck] 2011-08-09 21:32:22 -04:00
Kyle Huey
9536725f1f Bug 458936: Replace xpidlc's typelib generation with a python equivalent. r=ted 2011-08-09 20:48:41 -04:00
Tim Taubert
d1e90fad96 merge the last green changeset on fx-team to m-c 2011-08-10 01:30:21 +02:00
Ian Neal
081ca4e9b3 Test for Bug 291780 - List outdent is not working properly r=ehsan 2011-08-10 00:14:58 +01:00
Ian Neal
49689844b3 Test for Bug 290026 - Outdent of List does not work properly r=ehsan 2011-08-10 00:14:53 +01:00
Ehsan Akhgari
9951a63feb Merge the latest green changeset on mozilla-inbound to mozilla-central 2011-08-09 14:44:12 -04:00
Tim Taubert
5558143903 Bug 673825 - Release space at group bottoms that was reserved for the new tab button; r=dietrich 2011-08-09 19:13:54 +02:00
Tim Taubert
1847cad22d Bug 664379 - make callbacks for head.js functions optional where appropriate; r=dao 2011-08-09 19:13:54 +02:00
Tim Taubert
a0295a6f1f Bug 677423 - Add togglePrivateBrowsing() to head.js; r=dao 2011-08-09 19:13:53 +02:00
Richard Newman
7becc04d84 Merge mozilla-central to services-central prior to merge back. 2011-08-09 09:17:42 -07:00
Tim Taubert
15bd01f850 merge the last green changeset on m-c to fx-team 2011-08-09 18:00:52 +02:00
Blair McBride
62fd19cec2 Merge backout 2011-08-09 18:46:18 +12:00
Blair McBride
a82fb9c32e Backout bug 669345 and bug 669390 for leaking 2011-08-09 18:45:26 +12:00
Robert Strong
ca134e8662 Bug 654131 - Firefox 4 update/installer failed to scrub old java extensions. r=jmathies 2011-08-08 20:59:07 -07:00
Richard Newman
5e08f95fca Merge mozilla-central to services-central. 2011-08-08 08:16:57 -07:00
Tim Taubert
bdb49fcdc3 merge the last green changeset on fx-team to m-c 2011-08-07 20:23:58 +02:00
Dave Townsend
d72c23632f Bug 677005: Backout bad bocklist landing 2011-08-07 10:02:25 -07:00
Neil Rashbrook
4a4e8db2f1 Bug 675191 Don't write a cached dynamic overlay back to cache again r=Enn 2011-08-07 14:04:47 +01:00
Frédéric Wang
85e373a27c Bug 601436 - mtable 'align' attribute: negative rownumbers are wrongly interpreted. r=roc 2011-08-07 01:29:00 -04:00
Phil Ringnalda
ca4290d3a9 Bug 243453 - Fix a 10 year old comment typo to fix a 7 year old bug with a 6 year old review request, rs=jband's 7 year old comment 2 in the bug DONTBUILD 2011-08-06 18:16:28 -07:00
Olli Pettay
261aec5624 Backout Bug 677026 2011-08-07 01:10:07 +03:00
Olli Pettay
5fa9339250 Bug 677026 - nsIDOMWindow should inherit nsIDOMEventTarget, r=sicking 2011-08-06 23:56:34 +03:00
Marco Bonardo
0d96eb963f Merge mozilla-central and mozilla-inbound 2011-08-06 11:34:03 +02:00
Marco Bonardo
c566b79a61 Backout changesets 57446cb82caa, 1c136ef5cac2 due to Tp5 regression on OSX. 2011-08-06 10:24:48 +02:00