Brian Hackett
cf0e434189
Merge MC -> JM
2011-08-14 19:51:16 -07:00
Ms2ger
352b5b2d9d
Backout bug 675075 for bustage
2011-08-14 20:05:20 +02:00
Ms2ger
9f85d33591
Bug 675075 - Followup: remove nsIDOMWindowInternal.h includes; r=bustage
2011-08-14 19:52:28 +02:00
Ms2ger
a74e67b366
Bug 675075 - Reinstate nsIDOMWindowInternal; r=smaug
2011-08-14 19:22:29 +02:00
Matheus Kerschbaum
01939c1789
Bug 677529 - Remove manual jspubtd.h inclusions from IDL files. r=Ms2ger
2011-08-14 19:12:35 +02:00
Ms2ger
add1e004d6
Bug 677529 - Check return values in pyidl's Method::needsJSTypes; f=Matheus r=khuey
2011-08-14 19:12:21 +02:00
Marco Castelluccio
767c698faf
Bug 612839 - Removed nsAHtml5FragmentParser. r=hsivonen
2011-08-14 19:04:54 +02:00
Ed Morley
c7448069d7
Bug 665532 - Fix unused variable warnings in nsWifiMonitor.cpp by removing now unneeded LOG()s; r=dougt
2011-08-14 19:04:06 +02:00
Geoff Lankow
a9aaf9d403
Bug 669390 - Update mobile settings to use type="menulist"; r=mfinkle
2011-08-14 16:06:01 +12:00
Geoff Lankow
148d191339
Bug 669390 - Allow setting a preference value from the menulist inline preferences; r=Unfocused
2011-08-14 16:05:24 +12:00
Geoff Lankow
51833c2046
Bug 669345 - Add support for radio button elements for inline preferences; r=Unfocused
2011-08-14 15:53:49 +12:00
Jonathan Hage
d68cbdf102
Bug 669713 - Increment the scriptlevel of the over child in <munderover accent=true> when rendered as a supscript; r=karlt
2011-08-14 11:17:22 +02:00
Steffen Wilberg
ea8e34f343
Bug 678660: Hide about:newaddon from about:about, because it closes itself. r=rstrong
2011-08-14 10:00:25 +02:00
Brian Hackett
7928615d37
[INFER] Fix recompilation hazard in BindName IC, bug 676764.
2011-08-12 13:16:17 -07:00
Brian Hackett
e7b546c8e8
[INFER] Treat 'this' in constructors as live throughout the script, bug 678234.
2011-08-12 09:41:48 -07:00
Brian Hackett
c3ab293c8b
[INFER] Sync 'this' fe when testing for primitive return in functions which return a value with unknown type, bug 678141.
2011-08-12 09:18:48 -07:00
Brian Hackett
29985a4bd0
[INFER] Avoid bogus assertion in AssertValidPropertyCacheHit, bug 678087.
2011-08-12 07:54:15 -07:00
Brian Hackett
a19a98106f
Merge MC -> JM
2011-08-12 07:20:08 -07:00
Brian Hackett
fa6a6f9e42
[INFER] Finalize 'new' script objects in background when possible, bug 678048.
2011-08-11 20:56:17 -07:00
Benoit Jacob
09f3b97ace
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
Brian Hackett
836fcfda5e
[INFER] Fix typed array merge botch, bug 678029.
2011-08-11 09:42:41 -07:00
Luke Wagner
ba641bfc37
Bug 676937 - Make entering a compartment and pushing a dummy frame an atomic stack operation (r=mrbkap)
2011-08-10 17:34:42 -07:00
Shu-yu Guo
312000b3a4
[INFER] Fold integer values across TOID. r=bhackett
2011-08-10 16:06:36 -07:00
Benoit Jacob
495c9c0f00
Bug 676413 - test crossOrigin without value - r=bz
2011-08-10 18:25:22 -04:00
Benoit Jacob
8d3a866b35
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
cb62b5e34b
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
f54286f835
Bug 678053 - blacklist geforce <= 7 for WebGL on Mac - r=jrmuizel
2011-08-11 18:17:50 -04:00
Benoit Jacob
87b84c8733
Back out Bug 591057 / cset 02d5f1c5d438 because of 4% Ts regression
2011-08-11 14:24:52 -04:00
Steven Michaud
21ffbbde09
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
58c0c20c7a
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
67523116c9
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
56beecce2a
Bug 677340 - Return already_AddRefed instead of nsCOMPtr from various functions in editor/; r=ehsan
2011-08-11 15:29:59 +02:00
Ms2ger
3245ed0541
Bug 677101, part d - Remove some includes from nsHTMLInputElement.cpp; r=volkmar
2011-08-11 15:29:59 +02:00
Ms2ger
3fea5b3901
Bug 677101, part c - Reduce nsIDOMText.h inclusions; r=volkmar
2011-08-11 15:29:58 +02:00
Ms2ger
4ca9cbc0f3
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
2011-08-11 15:29:50 +02:00
Mounir Lamouri
43d40b8987
Merging mozilla-inbound into mozilla-central.
2011-08-11 13:08:47 +02:00
Mike Hommey
3defbb398d
Bug 677247 - Fix-up test and re-enable it. rs=khuey
2011-08-11 11:42:02 +02:00
Mike Hommey
424509fd82
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
e55a38f214
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
ad4d8689c3
Backout 84ce41f8cec7 due to leak.
2011-08-11 18:04:02 +12:00
Mike Hommey
f4cd3c4810
Bug 677247 - Test hook unregistration. r=ehsan
2011-08-11 07:55:11 +02:00
Mike Hommey
2b57c3eacd
Bug 677247 - Unregister Dll hooks when WindowsDllInterceptor is destructed. r=ehsan
2011-08-11 07:54:57 +02:00
Blair McBride
89a381ae19
Bug 672485 - Ensure window watcher is defined. r=dtownsend,jst
2011-08-11 14:29:48 +12:00
L. David Baron
50fab69e73
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
376285b3db
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
4957b0fa04
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
ed1b42f47f
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
e343a8afa2
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
f81fe059d2
Bug 591057 - Identify active GPU in about:support and crash reports - r=jrmuizel
2011-08-10 18:25:22 -04:00
Benoit Jacob
024236d717
Bug 676413 - test crossOrigin without value - r=bz
2011-08-10 18:25:22 -04:00