Daniel Holbert
|
1537335538
|
Backout 5311f051974e (Bug 729272) due to webgl test failures
|
2012-02-22 16:36:43 -08:00 |
Masatoshi Kimura
|
d7e66cef1d
|
Bug 720208 - Implement DOM4 DOMException types and codes. r=smaug,ms2ger
|
2012-02-23 01:34:14 +01:00 |
Jeff Gilbert
|
aba5af153e
|
Bug 729272 - Abandon ANGLE during WebGL init if can't provide d3d share handles - r=bjacob
|
2012-02-22 14:08:24 -08:00 |
Ching Wei Tseng
|
b369406826
|
Bug 601535 - content/media should use CheckedInt.h. r=doublec
|
2012-02-22 13:28:06 +01:00 |
Jason Duell
|
b75dd57a11
|
Bug 728514: Websockets: don't CloseConnection twice in OnServerClose. r=smaug
|
2012-02-21 14:57:13 -08:00 |
Jason Duell
|
322c55e552
|
Bug 696085: WebSocket connection opening across page loads r=smaug
|
2012-02-21 14:57:10 -08:00 |
Ed Morley
|
78abbb4b1b
|
Merge mozilla-central to mozilla-inbound
|
2012-02-21 14:15:58 +00:00 |
Ed Morley
|
3aea95e2d2
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-21 11:59:33 +00:00 |
Ms2ger
|
f0746b81d8
|
Bug 727547 - Improve error handling in nsIDOMWebGLRenderingContext_Tex{,Sub}Image2D; r=bz
|
2012-02-21 10:34:02 +01:00 |
Ms2ger
|
d21da161e3
|
Bug 724252 - Don't QI in nsDocument::GetDefaultView; r=smaug
|
2012-02-21 10:34:02 +01:00 |
Ms2ger
|
990ebfa404
|
Bug 726434 - Return DOMString for XMLHttpRequest.getAllResponseHeaders(); r=bent
|
2012-02-21 10:34:01 +01:00 |
Ms2ger
|
052141e960
|
Bug 726416 - Fix some content/ build warnings; r=mounir
|
2012-02-21 10:34:01 +01:00 |
Ms2ger
|
fba40a3061
|
Bug 725977 - Update table cellpadding / cellspacing to spec; r=bz
|
2012-02-21 10:34:01 +01:00 |
Olli Pettay
|
0b25bab279
|
Backout Bug 704623, a=dromaeo regression
--HG--
extra : rebase_source : ab8b467e3aac40a56b5df6d56477603dacfc7c69
|
2012-02-20 14:54:45 +02:00 |
Cameron McCormack
|
ca295e718c
|
Bug 728661 - Remove CalcVectorAngle and use AngleOfVector instead. r=jwatt
|
2012-02-20 11:37:22 +11:00 |
David Seifried
|
e8d2c835e3
|
Bug 680321 - Media preload state should reset in resource selection algorithm. r=cpearce
|
2012-02-20 10:02:08 +13:00 |
Chris Pearce
|
75e3ace854
|
Bug 727303 - Add nsPIDOMWindow::SetFullScreenInteral. r=roc
|
2012-02-20 10:02:08 +13:00 |
Jonathan Watt
|
3864018bdb
|
Bug 721920 - Honor the 'lang' and 'xml:lang' attributes in SVG as we do in HTML. r=bz.
|
2012-02-19 20:49:34 +00:00 |
Emanuel Hoogeveen
|
203c55094f
|
Bug 727337 - Switch IsAllowedAttribute over to lossless conversion to avoid false positives; r=bz
|
2012-02-19 18:55:15 +00:00 |
Masatoshi Kimura
|
8741286542
|
Bug 727530 - XHR for data URIs should support content-type header field; r=jonas
|
2012-02-19 11:58:24 +00:00 |
Andrew Quartey
|
7fec112501
|
Bug 710594 - Adapt WebGL about:memory reporters to the new memory reporting API. r=njn,bjacob.
--HG--
extra : rebase_source : 49a48f5237e3fb8fe17ceb30e469de253e985028
|
2012-02-19 19:58:08 -08:00 |
Andrew McCreight
|
905cedea13
|
Bug 726777, followup. r=sicking
|
2012-02-20 12:02:47 -08:00 |
Cameron McCormack
|
420df5aca2
|
Bug 620468 - Bail out earlier when computing CTM of an <svg> element with negative width/height attributes. r=longsonr
|
2012-02-19 22:17:12 +11:00 |
Robert Longson
|
dcb4be0401
|
Bug 696210 - Make DidAnimate methods non-virtual now that all overrides have been eliminated. r=jwatt
|
2012-02-19 09:04:06 +00:00 |
Robert O'Callahan
|
421bb29463
|
Bug 715401. Instead of trying to create a fallback surface, just leave mTarget alone. r=bas
|
2012-02-19 21:53:01 +13:00 |
Igor Bukanov
|
1013be2159
|
bug 726944 - Remove JSClass::xdrObject and related functionality. r=luke
|
2012-02-13 09:02:21 +01:00 |
Jonathan Watt
|
f4f67ef82f
|
Bug 416581, part 2 - Pay attention to the 'lang' attribute when fetching the user's font prefs for the CSS cascade. r=dbaron.
|
2012-01-25 23:52:26 +00:00 |
Bobby Holley
|
2123176e80
|
Bug 696331 - Clear the document principal in nsDocument::ResetToURI after teardown, rather than before. r=jst
|
2012-02-18 08:55:28 -08:00 |
Chris Lord
|
ac85800ea7
|
Bug 726817 - Add nsIFrameLoaderOwner.clampScrollPosition. r=roc
Add an attribute to nsIFrameLoaderOwner that allows the clamping of set scroll
positions to be toggled.
|
2012-02-17 23:41:13 +00:00 |
Bill McCloskey
|
d15702e36f
|
Bug 641025 - Incremental GC (r=igor,smaug,roc,cdleary,gregor)
|
2012-02-17 14:35:20 -08:00 |
Neil Deakin
|
990f276bb8
|
Bug 499008, part 7, merge html drag type constants into one place, r=ehsan
|
2012-02-17 09:17:00 -05:00 |
Neil Deakin
|
11d52d2eeb
|
Bug 499008, part 2, move editor dragstart handling to ContentAreaDragDrop, r=ehsan
|
2012-02-17 09:16:59 -05:00 |
Neil Deakin
|
2996ec9d75
|
Bug 499008, part 3, remove nsIDOMNSEvent::tmpRealOriginalTarget, r=smaug
|
2012-02-17 09:16:59 -05:00 |
Ed Morley
|
af552ec2e4
|
Merge mozilla-central to mozilla-inbound
|
2012-02-17 11:11:16 +00:00 |
Ed Morley
|
0dc60a9892
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-17 11:06:18 +00:00 |
Jonathan Watt
|
6598b18ef8
|
Bug 660216, part 3 - getBBox and getCTM on foreignObject should/should not include 'x'/'y' offsets respectively. r=heycam.
|
2012-02-17 08:12:47 +00:00 |
Jonathan Watt
|
53393f795c
|
Bug 660216, part 2 - Allow PrependLocalTransformsTo callers to specify which transforms they want. r=heycam.
|
2012-02-17 08:12:47 +00:00 |
Jonathan Watt
|
643ca48cdf
|
Bug 660216, part 1 - Rename PrependLocalTransformTo to PrependLocalTransformsTo. r=heycam.
|
2012-02-17 08:12:47 +00:00 |
Olli Pettay
|
8c5bd1c442
|
Bug 725804 - Don't add active network requests (XHR, WebSocket, EventSource) to CC graph, r=mccr8,jduell,jst
|
2012-02-16 18:45:25 +02:00 |
Marco Bonardo
|
b6fdf810ab
|
Merge last green PGO from inbound to central
|
2012-02-16 11:45:18 +01:00 |
Robert O'Callahan
|
affe790e91
|
Bug 727694. Set up new mDecoderStateMachine with any preset initial volume. r=cpearce
|
2012-02-16 17:17:36 +13:00 |
Brian Birtles
|
4e768630d0
|
Bug 629200 part 25 - Remove unnecessary serialisation from setting SVGStringList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
e53266bf13
|
Bug 629200 part 24 - Add wrapper for SVG types used in nsAttrValue so we don't need to export them; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
5c6349f59c
|
Bug 629200 part 22 - Remove unnecessary serialisation from setting SVGTransformList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
3066580868
|
Bug 629200 part 21 - Remove unnecessary serialisation from setting SVGPathSegList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
e378090f95
|
Bug 629200 part 20 - Remove unnecessary serialisation from setting SVGPointList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
968769bbbe
|
Bug 629200 part 19 - Remove unnecessary serialisation from setting nsSVGNumberList; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
52f4a9ce3c
|
Bug 629200 part 18 - Remove unnecessary serialisation from setting nsSVGViewBox; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
e740b47772
|
Bug 629200 part 17 - Remove unnecessary serialisation from setting nsSVGPreserveAspectRatio; r=jwatt
|
2012-02-16 08:40:46 +09:00 |
Brian Birtles
|
05b3affab8
|
Bug 629200 part 16 - Add mutation event tests for strings and classes and tidy up use of DidChangeString; r=jwatt
|
2012-02-16 08:40:45 +09:00 |