Commit Graph

17375 Commits

Author SHA1 Message Date
Chris Double
ed56635970 Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0 2010-09-10 15:29:06 +12:00
Matthew Gregan
ad1369055d Bug 596111 - Don't assume first WebM track is video. Seek using mVideoTrack (or mAudioTrack if there's no video). r=doublec 2010-09-14 13:46:48 +12:00
Matthew Gregan
c7ba136cea Bug 570904 - Implement buffered support for WebM. r=roc 2010-09-13 20:45:50 +12:00
Kyle Huey
f0f623f248 Test for Bug 578096. a=test-only 2010-09-09 22:43:22 -04:00
Chris Jones
3b953ced69 Merge m-c --> cedar 2010-09-08 17:25:30 -05:00
Joel Maher
4c645cfeeb Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
Ginn Chen
8bfd274b9d Bug 594734 Use $(TAR) instead of tar for content/canvas/test/webgl r=bjacob a=testing file only 2010-09-10 20:56:33 +08:00
David Zbarsky
4b77bdf913 Bug 556007 (1/3) - Add list IDL attribute to HTMLInputElement. r=sicking a2.0=sicking 2010-09-10 07:18:10 +02:00
Mounir Lamouri
06546aad23 Bug 555840 - Implement datalist element. r=sicking,mrbkap,ehsan sr=smaug a2.0=roc 2010-09-10 07:16:56 +02:00
Mounir Lamouri
795e4b9f4e Bug 580575 - Implement :-moz-submit-invalid pseudo-class applying on submit buttons when the form is invalid. r=bz sr=sicking a2.0=roc 2010-09-10 07:08:56 +02:00
Chris Jones
7688c45243 Merge m-c --> cedar 2010-09-07 17:35:15 -05:00
Bobby Holley
f60905754e Bug 592641 - Tests.r=Neil,a=tests 2010-09-12 08:22:26 -07:00
Bobby Holley
56fe0aff47 Bug 592641 - Image document doesn't show dimensions of cached images.r=Neil,a=blocker 2010-09-12 08:22:26 -07:00
Josh Matthews
dcd679e6db Backed out changeset ec2ffd935bd9 a=test-bustage 2010-09-11 21:04:09 -04:00
Josh Matthews
03f3add9c1 Bug 474356 - Add -moz-device-pixel-ratio media query. r=dbaron a=approval2.0
--HG--
extra : rebase_source : 1455dfbf13b66ac58cd2a66514c88adc76ff1a6c
2010-09-11 19:21:48 -04:00
Robert Sayre
251b81a19e jaegermonkey. what. a=arewefastyet 2010-09-11 15:07:27 -04:00
Robert Sayre
2547e2702e jaegermonkey. what. a=arewefastyet 2010-09-11 15:06:33 -04:00
Timothy Nikkel
62acd08cbd Bug 593491. Add some debugging output to diagnose intermittent orange. 2010-09-11 13:24:49 -05:00
L. David Baron
d022f13c66 Change the blur radius for -moz-box-shadow and text-shadow to match what is specified in css3-background, and the blur radius for canvas to follow what is specified in HTML5. (Bug 590039) r=roc a2.0=blocking2.0:beta6
This fixes the multiplication by 1.5 in
gfxAlphaBoxBlur::CalculateBlurRadius (originally added in changeset
ce9f05b57b95 for bug 467518) to work correctly.  It was previously a
multiplication by 1 due to integer division.  CalculateBlurRadius
previously multiplied by 1.880; it now multiplies by 2.820.

This changes canvas shadow handling to multiply shadowBlur by 2 before
taking its square root, as described in the spec.  This means that
canvas shadow blurs 8px or smaller are 1.5 times larger than they were
previously (due to the CalculateBlurRadius change), and canvas shadow
blurs larger than 8px are 2.121 times larger than they were previously
(due to the CalculateBlurRadius change *and* the additional factor of
sqrt(2)).

This changes text-shadow and -moz-box-shadow handling to use
CalculateBlurRadius on half of the value given instead of passing the
value through directly.  This means that text-shadow and box-shadow
blurs are multiplied by 1.410 relative to their old sizes.  It also
means that we round rather than floor, so that the effect that used to
be drawn by a blur in the range 1px to 1.99px is now drawn by a blur
anywhere in the range 0.36px to 1.05px, the effect that used to be drawn
by a blur in the range 2px to 2.99px is now drawn by a blur anywhere in
the range 1.06px to 1.77px, what used to be a drawn by a blur in the
range 3px to 3.99px is now drawn by a blur anywhere in the range 1.78px
to 2.47px, etc.
2010-09-11 09:27:12 -07:00
Robert Sayre
2b6095f93d Merge mozilla-central to tracemonkey. 2010-09-10 11:47:11 -04:00
Chris Leary
813d1e57f3 Back out due to mochiserver breakage. (no_r=me) 2010-09-09 16:52:31 -07:00
Chris Leary
e5e12f3041 Bug 540675: remove callerVersion from stack frame. (r=lw) 2010-09-09 14:25:30 -07:00
L. David Baron
414809ee34 Backed out changeset 2e55203d7b80 to fix orange (test_bug508115.xul timing out). 2010-09-13 20:44:17 -07:00
Jonas Sicking
b8642ba6d0 Bug 591198 - Don't make elements disappear if XBL bindings fail due to security restrictions. r=jst a2.0=blocking 2010-09-14 02:22:06 +02:00
Mounir Lamouri
47d5ddfc13 Bug 590363 - Implement the new input type change algorithm. r=sicking a2.0=blocking 2010-09-14 02:23:03 +02:00
Chris Pearce
b49b964daa Bug 580876 - Add debugging logging to figure out if we've got a type error a=test-fix 2010-09-09 11:58:18 +12:00
Robert Sayre
7d6b688fcd merge mozilla-central to tracemonkey. 2010-09-08 10:33:07 -04:00
Chris Jones
74eea248f2 Bug 590294, part 9: Add API to set a <browser> expectation of the content window's viewport, and to draw content pixels in the <browser> at particular scale factors. sr=smaug 2010-09-03 15:10:46 -05:00
Chris Jones
d579eff180 Bug 590294, part 4: IGNORE_VIEWPORT_SCROLLING currently implies interpreting the visible region as being relative to document space. Displayport rendering wants everything IGNORE_VIEWPORT_SCROLLING implies, except it wants the visible region to be relative to the viewport. So, split the coordinate-space interpretation into a new flag DOCUMENT_RELATIVE, which interprets the visible region as document-relative. r=tn sr=roc 2010-09-03 15:10:46 -05:00
Chris Jones
1ef9f416ce Merge m-c --> cedar
--HG--
rename : layout/style/test/hover_helper.html => layout/style/test/chrome/hover_helper.html
rename : layout/style/test/test_hover.html => layout/style/test/chrome/test_hover.html
2010-09-03 14:07:55 -05:00
Mats Palmgren
f04c0c661b Backing out bug 449734 due to unexpected orange. a=ted 2010-09-03 18:13:49 +02:00
Mats Palmgren
842363cdb7 Bug 449734 - Preserve presentation when dragging a tab between browser windows. r=roc a=blocking2.0:betaN 2010-09-03 16:22:00 +02:00
David Anderson
edd12b5a03 ICs for scripted calls (bug 587698, r=dmandelin). 2010-09-02 20:04:33 -07:00
Robert O'Callahan
be2d05f9a8 Bug 579276. Part 3: Change Set/IsOpaqueContent API to a more generic Get/SetContentFlags API. r=cjones,sr=vlad 2010-09-02 21:18:40 +12:00
Robert O'Callahan
c649008789 Bug 579276. Part 1: Change layer/layermanager user data API to use keys and values. r=cjones,sr=vlad 2010-09-02 21:18:39 +12:00
Chris Pearce
be2bfe2038 Bug 593074 - Prevent multiple test finish from causing errors. a=test-fix 2010-09-03 12:03:03 +12:00
Chris Pearce
39524be815 Bug 485288 - Ensure video context menu doesn't show when video's source children don't contain a resource. r=dolske a=blocking2.0 2010-09-03 12:03:03 +12:00
Chris Pearce
3313bd2660 Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
Ehsan Akhgari
08258ac624 Merge backout a=me 2010-09-02 19:59:48 -04:00
Ehsan Akhgari
d84bc18024 Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211 2010-09-02 19:54:23 -04:00
Oleg Romashin
058feeb909 Merged m-c: 51d17027ff45 -> cedar 2010-09-01 09:36:29 -07:00
Mark Banner
23283c5f29 Follow-up to bug 585173 - correctly handle when the XUL runtime doesn't exist. r=smaug. a=bustage fix for not the same config as default Firefox builds. 2010-09-01 11:19:52 +01:00
David Zbarsky
89c048f952 Bug 499656. Make nsContentList have dual atoms (original case and lowercase) so that we can match non-HTML elements in HTML documents correctly. r=sicking 2010-08-31 19:47:00 -07:00
Olli Pettay
b75dc6def7 Bug 591433 - ASSERTION: SHEntry already contains viewer, r=bz, a=jst
--HG--
extra : rebase_source : 7c4260231ecc6797dc2c0f645c11ee185eb9ed24
2010-09-15 19:10:16 +03:00
Serge Gautherie
e13d748e36 Bug 595708 - "nsDocument.cpp(4377) : error C2248: 'nsAString_internal::nsAString_internal' : cannot access protected member declared in class 'nsAString_internal'"; (Av1) Add a |static_cast<const nsAString&>|, 1 s/PRInt32/PRUint32/.
r=Olli.Pettay a-2.0=jst.
2010-09-15 18:33:48 +02:00
Henri Sivonen
487c2220d2 Bug 585819 - When the context passed to Range.createContextualFragment is "html" in an HTML document, use "body" as the context instead. r=bzbarsky, a=blocking2.0-betaN. 2010-09-01 14:41:07 +03:00
Chris Pearce
f0f4b31995 Bug 589626 - Commit merge of backout. a=backout 2010-09-06 16:54:16 +12:00
Chris Pearce
fb48311436 Backed out changeset 619459aa5005 a=backout 2010-09-06 16:53:39 +12:00
Chris Pearce
dbc8aacdeb Bug 589626 merge backout. a=backout 2010-09-06 16:53:03 +12:00
Chris Pearce
93aed894ab Backed out changeset 528a97f6bc3b a=backout 2010-09-06 16:52:22 +12:00
Chris Pearce
acb9e628bd Bug 578804 - Defer media volume to the audio thread. r=kinetik a=blocking2.0 2010-09-06 14:14:50 +12:00
Chris Pearce
8a0660c558 Bug 593528 - Ensure audioavailable frame buffer memory is always freed. r=kinetik a=blocking2.0 2010-09-06 14:14:50 +12:00
Chris Pearce
75bb37cff2 Bug 589626 - Make video buffing logic consistent. r=kinetik a=blocking2.0 2010-09-06 14:14:43 +12:00
Chris Pearce
c5fcd015fa Bug 589626 - Make video buffing logic consistent. r=kinetik a=blocking2.0 2010-09-06 11:59:50 +12:00
Benoit Jacob
99ed5c183d Bug 593608 - drawArrays() crash - r+a=vladimir 2010-09-05 17:27:04 -04:00
Kyle Huey
55beafe241 Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec
--HG--
extra : rebase_source : 2b3605042aea4e4c8273cdad5ec7f05af15959cc
2010-09-05 14:00:05 -04:00
Kyle Huey
f9c0cf9c19 Backed out changeset af1365b24066 2010-09-05 11:32:57 -04:00
Kyle Huey
12d0992fbc Bug 583863: Refactor <input> implementation to deal with files that are not on the disk. r=sicking a=blocking-fennec 2010-09-05 09:09:04 -04:00
Daniel Holbert
ef970d70d1 Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst 2010-09-04 23:41:17 -04:00
Josh Matthews
fe8af14775 Backing out ebce58252cf8, 1f94199af190, 81664d1912ee, 8e95db7adbea, f97a99ad74af, 66d12a1541f2, 6b936d1a9e65 2010-09-04 15:15:31 -04:00
Daniel Holbert
03eaa380a5 Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
Bug 592964: Use nsDependentAtomString instead of nsAtomString for temporary variables. r=jst a=jst
2010-09-03 14:29:00 -04:00
Gregor Wagner
e4f34e9705 Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=gal 2010-09-02 23:22:18 -07:00
Andreas Gal
64fb5fdd5b Bug 592871 - TM: compartment for Global Object created in nsXULPDGlobalObject::EnsureScriptEnvironment r=mrbkap 2010-09-02 20:07:49 -07:00
Robert Sayre
9ec3408857 Merge mozilla-central to tracemonkey. 2010-09-01 22:27:07 -07:00
Masayuki Nakano
3147da5fcc Bug 590819 Click event isn't fired when mouse button down on border of <input> and mouse button up on padding box of it r=smaug, a2.0=jst 2010-09-02 11:38:54 +09:00
Jonas Sicking
21c97f1f0e Bug 568188: Reduce refcounting by making the id-table hold weak referenes. r=smaug a=jst 2010-09-01 15:48:24 -07:00
Timothy Nikkel
37f2ddc699 Bug 591435. Fix tests that were relying on there being no paint suppression in subdocuments. r=roc 2010-09-01 15:44:48 -05:00
Vladimir Vukicevic
65806647ae backing out 2796c7 (bug 539771); a=b 2010-09-01 15:54:01 -04:00
Vladimir Vukicevic
3129d7c735 b=539771; Add support for context attribs to canvas; r=jmuizelaar 2010-09-01 15:04:48 -04:00
Marco Bonardo
06c510051c merge backout a=orange 2010-09-11 11:18:55 +02:00
Marco Bonardo
ed93850a83 Backed out changeset 96b74fec2915 2010-09-11 11:17:11 +02:00
Marco Bonardo
8085ebc1c1 merge backout 2010-09-11 11:16:33 +02:00
Marco Bonardo
2a0fd4177a Backed out changeset 963d95181b4b 2010-09-11 11:16:20 +02:00
Marco Bonardo
43f93bd9c1 merge backout 2010-09-11 11:15:42 +02:00
Marco Bonardo
50fc66e2f5 Backed out changeset 3d42767d964d 2010-09-11 11:15:22 +02:00
Brian Birtles
3ead7e2dab Bug 586184 - Report true for AnimationEventsAttribute feature string; r=longsonr; a=blocking-betaN 2010-09-11 16:05:31 +09:00
Brian Birtles
2c00318aa9 Bug 592477 - SVG SMIL: Flush styles before running sample; r=roc; a=blocking-final 2010-09-11 16:05:31 +09:00
Chris Double
2d53bb3690 Bug 571822 - Fire timeupdate event less frequently than once per frame - r=kinetik a=blocking2.0 2010-09-10 17:49:26 +12:00
Chris Double
3e62b1ddaf Bug 464398 - Stop HTML media elements from firing events in bfcache - r=roc a=blocking2.0 2010-09-10 16:20:10 +12:00
Chris Double
826171e87a Bug 584615 - Make media progress events be 'simple' Events, not 'progress' Events - r=roc,cpearce,dolske,kinetik a=blocking2.0 2010-09-10 15:29:06 +12:00
Chris Double
6a69d85950 Bug 588312 - Set video.currentTime to seek time when seek starts - r=kinetik a=blocking2.0 2010-09-10 14:48:36 +12:00
Chris Jones
55b4f547d6 Followup to Bug 579323: Use nsSubDocumentFrame in new MOZ_IPC code in nsFrameLoader. 2010-08-31 02:46:17 -05:00
Chris Jones
d817c2ab47 Merge m-c --> cedar
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
2010-08-31 02:29:31 -05:00
Robert O'Callahan
6ed294185b Bug 579323. Part 1.8: Rename InvalidateOverflowRect to InvalidateFrameSubtree. r=tnikkel
--HG--
rename : layout/generic/nsFrameFrame.cpp => layout/generic/nsSubDocumentFrame.cpp
extra : rebase_source : f7bd38670a03e8a7f3f8c40838af114be79b06f1
2010-08-31 12:49:12 +12:00
Robert O'Callahan
fb37a1e30f Bug 579323. Part 1.4: Switch nsIFrameFrame users to use nsSubDocumentFrame.h. r=tnikkel
--HG--
extra : rebase_source : de526602586c70b994a061bbb8a7ca2731c72bbd
2010-08-31 12:49:07 +12:00
Vladimir Vukicevic
3d00cef0b9 b=592101; [webgl] don't use GLSL translator output on real GLESv2 targets; r=bas a=b5 2010-08-30 19:56:40 -04:00
Vladimir Vukicevic
acb0326534 b=592103; [webgl] return invalid uniform names as null correctly from webgl; r=bas; a=b5 2010-08-30 19:56:32 -04:00
Ms2ger
f2ee8e16af Bug 589871 - Fix GetValidationmessage warnings; r=Olli.Pettay approval2.0=jst 2010-09-02 22:12:47 +02:00
Olli Pettay
337e2636be Bug 585173 - Process message manager. r=dougt a=blocking-fennec 2010-08-31 11:58:35 -07:00
Bobby Holley
2af597c8fa Bug 591560: Fix annoying abort in animated gifs. r=bz a=blocker 2010-08-31 21:26:41 -04:00
Dan Witte
240b879489 Merge e10s -> m-c. 2010-08-30 15:35:24 -07:00
Dan Witte
f9582851af Back out Bug 536324 part 2. 2010-08-30 13:20:39 -07:00
Dan Witte
cf69667c0d Back out Bug 536324 part 3. 2010-08-30 13:20:39 -07:00
Dan Witte
3784e67919 Back out Bug 589292. 2010-08-30 13:20:38 -07:00
Ms2ger
3d65ece508 Bug 592827 - Implement DOMImplementation.createHTMLDocument; r=jonas approval2.0=jonas 2010-09-04 13:38:07 +02:00
Chris Pearce
7fc7b6ed76 Bug 586924 - Disable test_progress's often failing test. a=test-fix 2010-08-30 15:19:53 +12:00
Chris Pearce
7225c147d6 Bug 591847 - Don't test audio write API when the audio hardware is disabled. a=test-fix 2010-08-30 15:19:48 +12:00
Alon Zakai
761a179dc1 Bug 591052 - MessageManager wakeup service. r=mfinkle,smaug a=blocking-fennec2.0b1 2010-09-03 19:04:05 -07:00
Jonas Sicking
1a2c535e49 Test for bug 590812. r=jst a=test-only 2010-09-03 15:53:28 -07:00
Jonas Sicking
a38d3a7e8d Test for bug 590870. r=jst a=test-only 2010-09-03 15:53:28 -07:00
Craig Topper
f92bf942a3 Bug 591864 - Convert nsCOMPtr<Element> to nsRefPtr for mImageElement in nsIdentifierMapEntry. r=sicking a2.0=jst 2010-09-04 00:40:10 +02:00
Mounir Lamouri
072da93f46 Bug 575462 - Crash [@ nsDocument::AddToIdTable] with mutation events. r=sicking a2.0=blocking 2010-09-04 00:39:29 +02:00
Timothy Nikkel
e8be710d9c Bug 587944. Save and restore the target frame when we dispatch a synth mouse enter/exit event. r=smaug 2010-08-27 18:15:08 -05:00
Chris Jones
76dde2a6bc Merge m-c --> cedar
--HG--
rename : layout/style/test/test_hover.html => layout/style/test/hover_helper.html
2010-08-31 00:35:03 -05:00
Timothy Nikkel
8797754c26 Revert to rev 36a5e2fa01c9 2010-08-28 01:11:22 -05:00
Timothy Nikkel
cb508bb813 Bug 587944. Save and restore the target frame when we dispatch a synth mouse enter/exit event. r=smaug 2010-08-27 18:15:08 -05:00
Timothy Nikkel
717f27a469 Bug 587944. Save and restore the target frame when we dispatch a synth mouse enter/exit event. 2010-08-26 22:01:43 -05:00
Chris Jones
e90e7c53de Merge m-c --> cedar 2010-08-26 21:36:43 -05:00
Felipe Gomes
184d7ad27d Bug 586961. Direct accesskey clicks on label to correct controlled element. r=neil a=betaN 2010-08-27 18:26:24 -03:00
Mark Finkle
07cfc2f55a Bug 584610 - RecvLoadRemoteScript uses a tiny buffer to load script [r=smaug] a=blocking2.0 2010-08-27 13:25:36 -07:00
Bobby Holley
ff795b31f7 Bug 589469 - Notify nsImageLoadingContent when its document switches.r+sr=bz,a=blocking-beta-5 2010-08-26 18:30:03 -07:00
David Zbarsky
e64105feef Tests for Bug 36619 r=sicking a=blocking 2010-08-27 11:49:10 -04:00
David Zbarsky
07afb3378d Bug 36619 - display notification when file picker is blocked r=sicking a=blocking 2010-08-27 11:49:08 -04:00
David Zbarsky
df751a140e Bug 36619 - allow file input .click() to bring up filepicker r=sicking a=blocking 2010-08-27 11:49:06 -04:00
Dan Witte
5306a8f553 Merge e10s -> m-c. a=patches 2010-08-27 08:04:00 -07:00
Ms2ger
81adde64b8 Bug 585877 - Add a warning for document.width and document.height; r=sicking a=jst 2010-08-27 13:44:28 +02:00
Dan Witte
0f002d9441 Bug 589292 - e10s necko: add contentDisposition prop to nsIChannel. r=jduell, sr=biesi, a=beta5+ 2010-08-25 17:51:21 -07:00
Dan Witte
d4fa839364 Merge. 2010-08-23 17:30:33 -07:00
Robert O'Callahan
5de92d7b23 Bug 581222. Extend gfxAlphaBlur to support "spread radii". r=vlad
--HG--
extra : rebase_source : e644ae08007e52c524c3237d336441f1413f846b
2010-08-23 21:30:07 +12:00
Mounir Lamouri
a0408edfad Bug 581947 - Show validation message error in the tooltip of an invalid element. r=gavin.sharp sr=sicking ui-r=limi a2.0=blocking
--HG--
rename : content/html/content/src/nsIConstraintValidation.h => content/html/content/public/nsIConstraintValidation.h
2010-08-27 07:46:17 +02:00
Chris Pearce
9541d4776e Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
Joel Maher
adaba45072 Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB 2010-08-26 14:47:28 -07:00
Benoit Jacob
f67506d13c Disable uniform-location.html test. r=vlad 2010-08-26 20:46:15 +00:00
Dan Witte
455bb0070a Merge. 2010-08-21 13:51:54 -07:00
Dan Witte
2809e13ce6 Merge m-c -> e10s. 2010-08-21 10:21:06 -07:00
Mounir Lamouri
20c89047d5 Bug 589026 - Reduce time taken by test_bug535043.html. r=ehsan a=test-only 2010-08-21 18:32:24 +02:00
Dan Witte
9d758b2bce Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+ 2010-08-21 00:31:35 -07:00
Dan Witte
454e26f2b0 Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 2: contentLength implementors. r=jduell, a=beta5+ 2010-08-21 00:31:11 -07:00
Dan Witte
55caf04feb Merge m-c -> e10s. 2010-08-20 23:51:54 -07:00
Mounir Lamouri ext:(%2C%20David%20Zbarsky%20%3Cdzbarsky%40gmail.com%3E)
726a81b08d Bug 582412 - Implement @formmethod, @formenctype. r=smaug sr=sicking a2.0=blocking 2010-08-20 19:47:30 +02:00
Robert Sayre
92559d0601 Merge tracemonkey to mozilla-central. a=very many blockers 2010-08-20 17:09:59 -04:00
Robert O'Callahan
88d155fd35 Bug 585817. Part 3: Remove nsSVGUtils::GetThebesComputationalSurface and use gfxPlatform::ScreenReferenceSurface instead. r=jwatt 2010-08-20 14:29:01 -05:00
Robert Sayre
5d4ec38d54 Merge mozilla-central to tracemonkey. 2010-08-20 10:04:58 -04:00
Jonas Sicking
32a03526e0 Backout bugs 586754, 574189, 584611 due to orange. a=backout 2010-08-20 11:08:43 -07:00
Joel Maher
a6d440687b Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB 2010-08-20 09:32:58 -07:00
Joel Maher
e3359fd310 Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB 2010-08-20 09:28:13 -07:00
Oleg Romashin
6e925ce155 Merged with mozilla-central: 00186bbb7459 2010-08-24 14:21:48 -07:00
Chris Jones
dda8db8657 Merge remote-frame code into m-c tip 2010-08-23 22:10:50 -05:00
Mounir Lamouri
1031deaded Bug 588683 - Implement the form attribute. r=sicking sr=jst a2.0=blocking 2010-08-24 03:11:04 +02:00
Joel Maher
8015553874 Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert 2010-08-24 10:29:34 -07:00
Chris Jones
db2c98669a Missed comment and --disable-ipc bustage fix. 2010-08-20 22:06:53 -05:00
Chris Jones
0384a83347 Followup to bug 582057: Paper over Show() being called multiple times and triggering an assertion in the content process. This will all be reworked in bug 589337. r=dougt 2010-08-20 18:35:11 -05:00
Chris Jones
09c6ca9f24 Bug 570620, part m: Add API for attaching a "remote frame" to its corresponding nsFrameLoader, so that the frame can be found during painting. r=tn sr=smaug 2010-08-20 18:24:41 -05:00
Chris Jones
16726d696a Bug 582057, part k: Gut platform widgets from content processes. sr=bsmedberg 2010-08-20 18:24:40 -05:00
Chris Jones
c246dc25c2 Bug 585244: Don't attempt to prefetch invalid hostnames from content processes. r=dougt 2010-08-20 18:24:40 -05:00
Robert Sayre
5f896a74c9 Merge from mozilla-central 2010-08-19 13:50:37 -04:00
Dan Witte
c4c08588db Merge m-c -> e10s. 2010-08-19 09:26:45 -07:00
Jim Mathies ext:(%2C%20Rob%20Arnold%20%3Crobarnold%40cs.cmu.edu%3E)
bd17818655 Bug 559613 - Reuse the rendering context for tab previews and drop the cache time to 5 seconds. r=robarnold,jimm sr=vlad
a=blocking2.0
2010-08-19 08:22:46 -07:00
Robert Sayre
5a9450dd7a Merge mozilla-central to tracemonkey. 2010-08-19 11:18:37 -04:00
Mounir Lamouri
71356f671c Bug 595449 - Implement elements IDL attribute for HTMLFieldsetElement. r+a=jst 2010-09-15 09:55:48 +02:00
Mounir Lamouri
7c5b8e1c99 Bug 595447 - Add type IDL attribute for HTMLFieldSetElement. r=smaug a=jst 2010-09-15 09:55:06 +02:00
Mounir Lamouri
7fa8e18b86 Bug 595429 - Add name IDL attribute for HTMLFieldSetElement. r=smaug a=jst 2010-09-15 09:54:20 +02:00
Peter Van der Beken
ac09a8bc1a Backout c130135dcf02 (Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper)). 2010-09-14 22:27:02 -07:00
Peter Van der Beken
e678f9a187 Bustage fix
--HG--
extra : rebase_source : bb141e8dba326875a8c82da949e19abff7fee529
2010-09-14 21:46:40 -07:00
Peter Van der Beken
47a15a018a Fix for bug 590612 (Speed up js-wrapping in classinfo when we already have a wrapper). r=bz, a=jst.
--HG--
extra : rebase_source : 4013e29c5430b2346e5b8f4c6cf3b68cb9f487b9
2010-08-28 10:04:25 +02:00
Dan Witte
ea24093246 Merge m-c -> e10s. 2010-08-18 10:16:15 -07:00
Ted Mielczarek
860a0298a2 Backed out changeset 1362f0ca86d2 (bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save) due to test failures. (merge commit) a=bustage fix 2010-08-18 13:09:44 -04:00
Ted Mielczarek
9398b84c82 Backed out changeset 1362f0ca86d2 (bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save) due to test failures. 2010-08-18 13:04:31 -04:00
Boris Zbarsky
c359d7e5df Bug 575172. Make sure that setting script type IDs really doesn't clobber any other flags. r=jst, a=blocking2.0 2010-08-31 16:46:41 -04:00
David Humphrey
199c454157 bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-17 09:40:00 -04:00
Brian Birtles
b0e9b484a4 Bug 544855 - Make discrete to-animation only visit to value, r=dholbert, a=blocking-betaN+ 2010-08-18 19:20:24 +09:00
Brian Birtles
a146a4eac7 Bug 485157: SMIL event timing, part 6 repeat timing, r=dholbert, sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Brian Birtles
9896ec8948 Bug 485157: SMIL event timing, part 5 make default event base the animation target, r=dholbert, sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Brian Birtles
e5574fcbf1 Bug 485157: SMIL event timing, part 4 refactor nsIContent usage to use mozilla::dom::Element instead, r=dholbert, sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Brian Birtles
b34a18028c Bug 485157: SMIL event timing, part 3 event registration and timing, r=smaug, dholbert; sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Brian Birtles
d251dbe967 Bug 485157: SMIL event timing, part 2 refactor instance time clearing, r=dholbert, sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Brian Birtles
2fbd073b54 Bug 485157: SMIL event timing, part 1 refactor added end time handling, r=dholbert, sr=roc, a=roc 2010-08-18 19:20:24 +09:00
Doug Turner
82ed888d19 Merge with m-c 2010-08-17 00:21:21 -07:00
Doug Turner
8e478df3a1 Backing out 414463b32e36 to dcae4884a07d 2010-08-17 00:20:44 -07:00
Luke Wagner
da6432e6db Bug 589028 - make nsContentUtils::GetDocumentFromCaller not depend on slow-native constructors (r=jst)
--HG--
extra : rebase_source : a12eb25eadefa5ed1bb1799516ee9b287d171aa2
2010-08-19 18:12:02 -07:00
David Mandelin
357cecb6ca [JAEGER] Merge from Tracemonkey. 2010-08-31 10:36:08 -07:00
David Mandelin
cfed7db1c8 [JAEGER] Merge from Tracemonkey. 2010-08-30 11:38:48 -07:00
David Mandelin
3e2bdaa3ca Backed out changeset 41e3e584023f -- more tinderbox bustage. 2010-08-27 18:51:14 -07:00
David Anderson
0c9dc1d142 [JAEGER] ICs for scripted calls (bug 587698, r=dmandelin). 2010-08-27 17:50:53 -07:00
Mounir Lamouri
75d39992a0 Bug 587875 - Build bustage: nsRefreshDriver.h is included by files not included when SMIL is disabled. r=jst@mozilla.org, a=buildbustage 2010-08-17 02:08:35 +02:00
Jim Chen
ee36ed0b66 bug 582644 - IME event remoting, patch to content r=smaug blocking-fennec=2.0a1+ 2010-08-16 14:48:32 -07:00
Doug Turner
557e618688 Merge from m-c 2010-08-16 17:02:18 -07:00
Alon Zakai
d96af314f5 Bug 587222 - Script caching in messageManager leaks. r=olli 2010-08-16 13:05:42 -07:00
Dan Witte
816de088d0 Merge mozilla-central -> e10s. 2010-08-13 21:24:11 -07:00
Daniel Holbert
2c2ed663ed Bug 582004 part 2: Make imgIContainerObserver::FrameChanged take a const aDirtyRect argument. r=joe a=blocking 2010-08-13 21:09:48 -07:00
Chris Jones
8c80f3b73e Bug 587139: <browser remote> still needs a widget until after fennec alpha1. r=smaug,tn 2010-08-13 15:39:42 -05:00
Ehsan Akhgari
da198edfb2 Back out bug 582644 and 576716 because of mochitest-3 oranges 2010-08-16 19:14:00 -04:00
Jim Chen
a60ca48289 bug 582644 - IME event remoting, patch to content r=smaug blocking-fennec=2.0a1+ 2010-08-16 14:48:32 -07:00
Ehsan Akhgari
b9d1caaee7 Bustage fix for bug 587222 landed on a CLOSED TREE 2010-08-16 17:20:03 -04:00
Alon Zakai
8ce748968c Bug 587222 - Script caching in messageManager leaks; r=Olli.Pettay a=blocking-because-550936-is-a-blocker 2010-08-16 16:40:04 -04:00
Ms2ger
b00453d727 Bug 531030 - Remove support for the spacer element; r=bzbarsky a=blocking-betaN 2010-08-20 08:05:05 +02:00
Brian Birtles
ae0dbb0db8 Bug 587910 - SVG SMIL accessKey timing, r=dholbert,smaug; sr=roc; a=roc 2010-08-28 15:41:05 +09:00
Jonas Sicking
89a993feb6 Bug 579764: Send out notification when the document-element for a document has been created and inserted into the DOM. r=jst a=blocker 2010-08-27 22:54:57 -07:00
Jonas Sicking
14aaf77b69 Bug 590870: Don't crash when attempt to create XUL element through DOM is denied. r=jst a=blocker 2010-08-27 22:54:40 -07:00
Jonas Sicking
5a46a17261 Bug 590812: Fix XML pretty printing. r=mrbkap a=blocker 2010-08-27 22:54:28 -07:00
Olli Pettay
03ec53594f Bug 588808 - TabChildGlobal objects shouldn't be kept alive too long, r=dougt, a=Mossop 2010-08-23 11:44:43 +03:00
Matthew Gregan
1dd6d40fa7 Bug 589069 - Take decoder lock earlier in MetadataLoaded to protect mDecoderPosition access. r=doublec, a=roc 2010-08-23 14:31:14 +12:00
Matthew Gregan
9deec45efe Bug 589048 - Destroy vpx_codec_ctx when destroying nsWebMReader. r=doublec, a=roc 2010-08-23 14:50:43 +12:00
Karl Tomlinson
b1ef0bf840 backout dbbb9575aae1 due to build issues in some configurations b=577743 2010-08-23 16:27:49 +12:00
Chris Double
d2b3e251e9 Bug 577743 - Scale videos at YCbCr to RGB conversion time - r=roc a=blocking 2010-08-23 13:47:33 +12:00
Chris Pearce
b4efbff0b5 b=587329 Fix so build with disable webm/ogg/wave works r=doublec a=roc
--HG--
extra : rebase_source : 458cd650f36a9a93c358c7ea1db1fc32432055f0
2010-08-23 13:40:21 +12:00
Johnny Stenback
cf1cdee9d6 Fixing bustage from the fix for bug 582228. 2010-08-13 00:14:46 -07:00
Timothy Nikkel
bb88604a6c Bug 587944. Need to clear are target frame when we clear our target content. r=smaug a=blocking 130078 which blocks 2010-08-18 20:16:58 -05:00
Masayuki Nakano
b29b321fae Bug 593620 fix middle click and right click event handling r=smaug, a=betaN 2010-09-08 22:25:21 +09:00
Bas Schouten
f80810f9d8 Bug 593268 - Part 2: Make Canvas use LayerManager::CreateOptimalSurface. r=vlad 2010-09-08 05:27:31 +02:00
Alon Zakai
f1741c27cf Bug 359608 - Animated GIFs are animated even when user navigates to another page.r=bholley,bz;sr=bz;a=blocker 2010-09-07 17:33:02 -07:00
Ehsan Akhgari
c6263bc52c Back out bug 592592, bug 588999, bug 591706 and bug 592586 because of test failures 2010-09-07 19:23:29 -04:00
Ehsan Akhgari
06807f1e53 Bug 592592 - Non-breaking spaces inserted when multiple spaces are typed, even in pre-wrap-styled text r,a=roc 2010-09-02 20:36:42 -04:00
Ehsan Akhgari
235c9c3a8f Bug 592601 - Add "face" to the list of white-listed attributes; r=bz a=jst 2010-09-06 16:31:04 -04:00
Mounir Lamouri
c1d6661d8e Bug 585508 - HTMLFormElement enctype and method IDL attributes should be
limited to only known values. r=jst
2010-08-10 13:52:46 +02:00
Sid Stamm
23e5488b56 Bug 576200. CSP breaks spec, defaults to allow *. r=bsterne@mozilla.com, dveditz@mozilla.com 2010-08-16 10:12:28 -07:00
Bas Schouten
0a1ae5afa7 Bug 587316 - Part 6: Disable failing gradient test on D2D. r=jrmuizel 2010-08-16 09:15:03 +02:00
Bas Schouten
47379691ab Bug 587316 - Part 5: Disable failing rectangle drawing test failing due to D2D inaccuracy. r=jrmuizel 2010-08-16 09:15:02 +02:00
Bas Schouten
ed98dd5dc0 Bug 587316 - Part 2: Disable degenerate rect stroking test. r=jrmuizel 2010-08-16 09:15:02 +02:00
Daniel Holbert
284e94e2be Bug 587494: Check whether our ExternalResource has a viewer before calling Hide() on it, to fix null-crash. r=roc a=blocking 2010-08-15 15:49:21 -07:00
Ms2ger
e48ff47578 Make nsICSSRule::Clone return the cloned value directly. (Bug 585137) r=bzbarsky a2.0=dbaron 2010-08-15 11:19:34 -04:00
Mounir Lamouri
89e9fd902f Bug 585507 - Fix compilation issue when SMIL is disabled. r=dholbert a2.0=dbaron 2010-08-15 11:19:34 -04:00
Robert Longson
beb10ce6a3 Bug 584322: Fix confusion between premultiplied and non-premultiplied colors that was causing feDisplacementMap to offset the result incorrectly. r=roc a2.0=dbaron 2010-08-15 08:42:29 -04:00
Ms2ger
8b767d3905 Bug 585877 - remove document.height / document.width. r=sicking, sr=jst 2010-08-15 11:02:20 +02:00
Joel Maher
c01a4cab14 Bug 585630 - "disable mochitests that utilize ondragstart attributes at least until tiles die" [r=mark.finkle] a=mobile_test_only 2010-08-09 11:00:00 -07:00
Robert O'Callahan
25324c072d Backing out bug 584282 and bug 537890 2010-08-14 02:35:06 +12:00
Markus Stange
79381e7b8a Bug 506826 - Invalidate -moz-element rendering observers when necessary. r=roc 2010-08-13 15:36:13 +02:00
Markus Stange
9b2623e3b8 Bug 572688 - Add a DOM API called document.mozSetImageElement for overriding -moz-element ID target elements. r=jonas, r=roc 2010-08-13 15:35:36 +02:00
Markus Stange
eaba422dce Bug 572689 - Make nsSVGRenderingObservers observe elements instead of frames. r=roc 2010-08-13 15:31:31 +02:00
Phil Ringnalda
fc131f2758 Bug 567954 - disable test_mixed_principals.html for constant orange, a=test-only
--HG--
extra : rebase_source : d94eea2b4b539db58be101b15774171ce5a85f66
2010-08-20 18:46:19 -07:00
Robert Sayre
979f535869 Merge backout. 2010-08-14 21:27:54 -04:00
Robert Sayre
beb120b612 Backed out changeset 7b475a00cd7c. Reftest bustage. 2010-08-14 21:27:43 -04:00
Robert Longson
ce3734116b Bug 584322 - feDisplacementMap seems to be adding an offset. r=roc, a=dbaron 2010-08-14 20:42:18 -04:00
Vladimir Vukicevic
0e3219416e b=587304; fix no-op optimization back to what it really says; r=jrmuizel 2010-08-14 12:59:52 -07:00
Vladimir Vukicevic
d746975e96 b=587304; fix some string usage in WebGL shader validation; r=jeff 2010-08-14 12:59:29 -07:00
Vladimir Vukicevic
f6b87f6c8f b=576716; crash with ArrayBuffer test case; r=waldo 2010-08-14 10:52:51 -07:00
Vladimir Vukicevic
145fdbfa9c b=572522; add experimental mozArrayBuffer to XHR; r=jst, a=bsmedberg 2010-08-14 10:52:19 -07:00
timeless@mozdev.org
2302921edd Bug 578718 Qt should use modern unix keybindings instead of classic keybindings
r=ted a=blocking-fennec2.0b1

--HG--
rename : content/xbl/builtin/gtk2/Makefile.in => content/xbl/builtin/unix/Makefile.in
rename : content/xbl/builtin/gtk2/jar.mn => content/xbl/builtin/unix/jar.mn
rename : content/xbl/builtin/gtk2/platformHTMLBindings.xml => content/xbl/builtin/unix/platformHTMLBindings.xml
2010-08-13 16:15:32 +02:00
timeless@mozdev.org
f73ff7c262 Bug 578718 Rename unix directory to reflect that it is in fact bindings for emacs
r=ted a=blocking-fennec2.0b1

--HG--
rename : content/xbl/builtin/unix/Makefile.in => content/xbl/builtin/emacs/Makefile.in
rename : content/xbl/builtin/unix/jar.mn => content/xbl/builtin/emacs/jar.mn
rename : content/xbl/builtin/unix/platformHTMLBindings.xml => content/xbl/builtin/emacs/platformHTMLBindings.xml
2010-08-13 16:15:31 +02:00
Timothy Nikkel
84c67d7908 Fix message in test. r=philor a=tests-only 2010-08-21 21:29:08 -05:00
Mounir Lamouri
38381eefa1 Bug 561634 - Rename nsConstraintValidation to nsIConstraintValidation. r=sicking a2.0=blocking
--HG--
rename : content/html/content/src/nsConstraintValidation.cpp => content/html/content/src/nsIConstraintValidation.cpp
rename : content/html/content/src/nsConstraintValidation.h => content/html/content/src/nsIConstraintValidation.h
2010-08-21 20:52:49 +02:00
Mounir Lamouri
402a6ddec3 Bug 561634 - Implement constraint validation API for form element. r=smaug sr=sicking a2.0=blocking 2010-08-21 20:51:38 +02:00
Mounir Lamouri
20e83c0bc1 Bug 561635 - Implement constraint validation API for output element. r=sicking a2.0=blocking 2010-08-21 19:54:53 +02:00
Mounir Lamouri
a880596fb4 Bug 558788 - More tests for :invalid and :valid, using querySelectorAll(). r=sicking a=test-only
--HG--
rename : content/html/content/test/test_bug558788.html => content/html/content/test/test_bug558788-1.html
2010-08-21 19:53:52 +02:00
Mounir Lamouri
8ddd08ad04 Bug 558788 - Valid/Invalid form elements should change their state to use CSS3 pseudo-classes :valid and :invalid. f=ehsan r=sicking,dbaron sr=jst a2.0=blocking 2010-08-21 19:52:57 +02:00
Bobby Holley
c85b40e32f bug 512260 - Add image tracker to nsDocument and register content images with it.r=roc,sr=dbaron,a=blocker 2010-08-03 20:40:29 -04:00
Robert O'Callahan
3133bff6c6 Bug 537890. Part 10: Fix nsPresContext and nsIDeviceContext unit-conversion methods to be explicit about using CSS logical units instead of physical units. r=dbaron 2010-08-13 21:58:04 +12:00
Robert O'Callahan
a4e6996a16 Bug 537890. Part 8: Define MM_PER_INCH_FLOAT. r=dbaron 2010-08-13 21:57:57 +12:00
Chris Pearce
12efeec9f5 Replaces some \c\r with \n. a=bustage-fix 2010-08-18 14:17:50 +12:00
Chris Pearce
d0289ac38e Backout 7eee00899270 2010-08-18 14:00:29 +12:00
Chris Pearce
1ab92508c3 Commit backout of 42c8cd0e1a65 2010-08-18 13:59:10 +12:00
Chris Pearce
b42c8d17a9 Commit backout of f88258e1ddbe 2010-08-18 13:57:52 +12:00
Chris Pearce
94a3200162 Commit backout of 137f0ce0e0ca 2010-08-18 13:55:52 +12:00
Chris Pearce
b4fbff731d Backed out changeset 42c8cd0e1a65 2010-08-18 13:50:49 +12:00
Chris Pearce
d42a424460 Backed out changeset f88258e1ddbe 2010-08-18 13:50:15 +12:00
Chris Pearce
ae06ed8086 Backed out changeset 137f0ce0e0ca 2010-08-18 13:49:41 +12:00
Chris Pearce
0fff0679e0 Backed out changeset 7eee00899270 2010-08-18 13:48:34 +12:00
Rich Dougherty ext:(%2C%20Chris%20Pearce%20%3Cchris%40pearce.org.nz%3E)
0ea19dfe4e Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0
--HG--
rename : content/media/test/test_autobuffer.html => content/media/test/test_preload_attribute.html
rename : content/media/test/test_autobuffer2.html => content/media/test/test_preload_suspend.html
2010-08-18 10:49:14 +12:00
Chris Pearce
21fcdf317d Bug 548523 - Don't show throbber on video controls if we're not loading a resource. r=dolske a=blocking2.0 2010-08-18 10:49:14 +12:00
Chris Pearce
378490ae79 Bug 548523 - Disable test_preload_actions.html case 9 until bug 568402 is fixed. a=test-fix 2010-08-18 10:49:14 +12:00