Boris Zbarsky
|
6d1abf34cd
|
Bug 578696 part 2. Make nsXMLEventsManager inherit from nsStubDocumentObserver. r=sicking
|
2010-07-21 11:33:31 -04:00 |
|
Boris Zbarsky
|
b891fc7b78
|
Bug 578696 part 1. Create new macros to notify nsTObserverArray observers without holding strong refs. No behavior changes yet. r=sicking
|
2010-07-21 11:33:31 -04:00 |
|
Johnny Stenback
|
b26e56fce3
|
Fixing bug 580445. Fix loop condition and remove extra null check. r=jonas@sicking.cc
|
2010-07-20 20:29:25 -07:00 |
|
Matthew Gregan
|
6000056e18
|
Bug 579812. Recompute frame end time when recomputing frame start time in DecodeVideoFrame. r=doublec
|
2010-07-20 13:29:30 +12:00 |
|
Matthew Gregan
|
f92805c547
|
Bug 577871. Enable more WebM tests. r=doublec
|
2010-07-20 13:29:28 +12:00 |
|
Robert O'Callahan
|
7e335145c1
|
Bug 567805. Call UpdatePlaybackRate whenever duration is set. r=doublec
|
2010-07-20 13:29:27 +12:00 |
|
Daniel Holbert
|
b5209815b8
|
Bug 571016: Workaround for randomorange in test_smilRestart.xhtml. [test-only fix]
|
2010-07-20 02:18:46 +02:00 |
|
Mark Banner
|
9fbcba7a6f
|
Bustage fix from bug 578262 - fix disable-ipc bustage by ifdefing ipc-only items. (Bug 579984).
|
2010-07-19 21:24:41 +01:00 |
|
Zack Weinberg
|
76dbdde0f4
|
Bug 569719 part 2: Move headers for the former nsCSSLoader and nsCSSDeclaration into mozilla/css/. r=dbaron
--HG--
rename : layout/style/nsCSSDeclaration.cpp => layout/style/Declaration.cpp
rename : layout/style/nsCSSDeclaration.h => layout/style/Declaration.h
rename : layout/style/nsCSSLoader.cpp => layout/style/Loader.cpp
rename : layout/style/nsCSSLoader.h => layout/style/Loader.h
|
2010-06-28 15:49:35 -07:00 |
|
Zack Weinberg
|
9c006a4ff7
|
Bug 569719 part 1: Rename nsCSSDeclaration to mozilla::css::Declaration. r=dbaron
|
2010-06-28 15:49:35 -07:00 |
|
Chris Jones
|
8474666a66
|
Bug 559534: Forward nsIXULWindow.chromeFlags to remote tabs. sr=bsmedberg
|
2010-07-19 13:33:33 -05:00 |
|
Chris Jones
|
d37c23f270
|
Bug 578262: Clean up style in and remove build warnings from new-ishly merged e10s code. r=bsmedberg
--HG--
rename : dom/ipc/ContentProcessChild.cpp => dom/ipc/ContentChild.cpp
rename : dom/ipc/ContentProcessChild.h => dom/ipc/ContentChild.h
rename : dom/ipc/ContentProcessParent.cpp => dom/ipc/ContentParent.cpp
rename : dom/ipc/ContentProcessParent.h => dom/ipc/ContentParent.h
rename : dom/ipc/ContentProcessProcess.cpp => dom/ipc/ContentProcess.cpp
rename : dom/ipc/ContentProcessProcess.h => dom/ipc/ContentProcess.h
rename : dom/ipc/PIFrameEmbedding.ipdl => dom/ipc/PBrowser.ipdl
rename : dom/ipc/PContentProcess.ipdl => dom/ipc/PContent.ipdl
|
2010-07-19 13:33:33 -05:00 |
|
Olli Pettay
|
09290d1c85
|
Bug 575374 - Optimize ::GetInnerHTML (part 2), r=jst
--HG--
extra : rebase_source : 6e1574ed157561540b74d9f19b61f6292a42367e
|
2010-07-19 13:35:02 +03:00 |
|
Vladimir Vukicevic
|
560f0324e2
|
b=573720; some small fixes to make OSMesa work; r=bjacob
|
2010-07-18 22:01:14 -07:00 |
|
Vladimir Vukicevic
|
e25c12a8ab
|
b=571831; use the new CreateOffscreen API in WebGL; r=bjacob
|
2010-07-18 22:01:14 -07:00 |
|
Vladimir Vukicevic
|
e5aa4fb514
|
b=575469; implement CreateOffscreen and context sharing in GLContexts; r=bas
|
2010-07-18 22:01:14 -07:00 |
|
Vladimir Vukicevic
|
dbd5cb620b
|
b=575032; make GL Context providers static, allow for multiple providers; r=bas
|
2010-07-18 22:01:14 -07:00 |
|
Timothy Nikkel
|
eaf04d25f4
|
Bug 563878. Part 15. Fix GetOffsetTo callsites. r=mats
|
2010-07-18 21:23:48 -05:00 |
|
Henri Sivonen
|
5bf17b6fc0
|
Bug 552938 - Implement the SVG load event in text/html, make the SVG load event in XML async and only supported on <svg>. (Also disable/tweak 2 broken tests) r=dholbert, sr=roc
|
2010-07-18 15:07:54 -07:00 |
|
Daniel Holbert
|
ef7d10cf70
|
Bug 574430: In nsTextEditorState.cpp, move helper-class declaration outside of function-bodies to fix GCC warnings. r=jst
|
2010-07-18 15:07:53 -07:00 |
|
Craig Topper
|
f720fbc615
|
Bug 575901 - DeCOMtaminate nsIStyleRuleProcessor method signatures. r=bz
|
2010-07-18 23:20:40 +02:00 |
|
Craig Topper
|
dcd5047456
|
Bug 571946 - Let nsICSSRule::GetType return the type as a PRInt32 type instead of taking an outparam for that. r=bz
|
2010-07-18 16:39:20 +02:00 |
|
Robert Longson
|
f098d16c9b
|
Bug 487649 - Markers handle viewBox and preserveAspectRatio badly. r=jwatt
|
2010-07-18 11:06:03 +01:00 |
|
Robert Longson
|
dc3a420c38
|
Bug 577475 - polygon end marker should be at the same point as the start marker. r=jwatt
|
2010-07-18 10:59:11 +01:00 |
|
Robert Longson
|
88ca84966e
|
Bug 579017 - Fix crash calling nsSVGAngle::NewValueSpecifiedUnits. r=jwatt
|
2010-07-18 10:51:30 +01:00 |
|
Mounir Lamouri
|
c72ca112fb
|
Bug 573969 - innerHTML getter on <xmp> is no longer special-cased, causing tuenti.com to display unparsed markup r=sicking
--HG--
extra : rebase_source : c9c62485cd1e073f21b6096620ae0463b0b80f6f
|
2010-07-17 16:00:27 +02:00 |
|
timeless@mozdev.org
|
bde8d8231d
|
Bug 579298 warning: comparison between signed and unsigned integer expressions in SendSyncMessageToParent()
r=bent
--HG--
extra : rebase_source : 980ab566cc21a492ca8b616a3eb39514b02d910d
|
2010-07-18 04:26:38 +03:00 |
|
timeless@mozdev.org
|
17c47ea0b8
|
Bug 579316 warning: "LOCAL_GL_MAX_VARYING_VECTORS" redefined
r=bjacob
--HG--
extra : rebase_source : 4c28828d1e0163efda83be33c256ef4b6bdf7951
|
2010-07-18 04:26:38 +03:00 |
|
timeless@mozdev.org
|
7fe25a25b3
|
Bug 579297 warning: unused variable 'rv' in nsXBLDocGlobalObject::GetPrincipal()
r=neil
--HG--
extra : rebase_source : 517a30580b8469f6120a5e8fc4accf900111e1a0
|
2010-07-18 04:26:38 +03:00 |
|
Craig Topper
|
b93dfec4ea
|
Bug 578905 - Let nsRange methods from DOM interfaces use NS_IMETHODIMP on their implementations. r=bz
|
2010-07-17 18:24:50 +02:00 |
|
Michael Ventnor ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
d512b62fb4
|
Bug 566480 - Make dragging the menubar drag the window on GTK themes where that should work (and also fix GTK resize drags to initialize drag better). r=karlt,dbaron,enn,dao
|
2010-07-17 10:11:54 +02:00 |
|
Ms2ger@gmail.com
|
dcad0405ef
|
Bug 577081 - nsAttrValue::ParseColor doesn't need a document parameter anymore. r=jst
|
2010-07-17 10:09:14 +02:00 |
|
Kyle Huey
|
42318b8f1e
|
Bug 579614: Fix struct/class mismatch build warning. no-r
|
2010-07-16 23:59:36 -07:00 |
|
L. David Baron
|
b2810df4d9
|
Append style sheets from binding manager when ensuring unique inner on all sheets. (Bug 578810) r=bzbarsky
|
2010-07-16 22:36:34 -07:00 |
|
Jonathan Watt
|
fe8a477f84
|
Bug 515116. DeCOMify SVG length-list, and implement SMIL animation of length-list. r=longsonr, r=dholbert, sr=roc
|
2010-07-16 22:42:12 +01:00 |
|
Benoit Jacob
|
725da75b5b
|
Bug 579191; crash in WebGLContext::CompileShader; r=vladimir
|
2010-07-16 15:23:01 -04:00 |
|
Benoit Jacob
|
dabf3bdbc0
|
b=578843; Fix uniform arrays; r=vladimir
|
2010-07-16 10:31:53 -04:00 |
|
Benoit Jacob
|
1744b25626
|
b=578164; better invalid enum messages; r=vladimir
|
2010-07-16 10:31:48 -04:00 |
|
Benoit Jacob
|
1cb4d4966e
|
b=577016; Reject transpose; r=vladimir
|
2010-07-16 10:30:32 -04:00 |
|
Benoit Jacob
|
ed72295022
|
b=577013; Rework GetConcreteObject and friends, return INVALID_VALUE on unexpected null objects; r=vladimir
|
2010-07-16 10:30:32 -04:00 |
|
Benoit Jacob
|
0985b3872c
|
b=578509; Update our copy of the WebGL conformance test suite to svn 11955; r=vladimir
|
2010-07-16 10:30:32 -04:00 |
|
Benoit Jacob
|
60151b43cf
|
b=578769; handling of count==0 in drawArrays and drawElements; r=vladimir
|
2010-07-16 10:30:31 -04:00 |
|
Benoit Jacob
|
9c0a0aef33
|
b=578439; fix webgl quickstubs; r=vladimir
|
2010-07-16 10:30:31 -04:00 |
|
Peter Van der Beken
|
6c9db700f1
|
Fix for bug 564585 (Use WrapNativeParent if we can in nsNodeSH::PreCreate). r=bz.
--HG--
extra : rebase_source : 349801780c4e8ae13e61ee43dfdae32344c936db
|
2010-05-09 21:33:00 +02:00 |
|
Peter Van der Beken
|
8ac29c76fa
|
Part 2 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsHTMLOptionElement in nsHTMLOptionCollection instead of nsIDOMHTMLOptionElement. r=jst.
--HG--
extra : rebase_source : 0dab994cd3bfbc72b7b876876b89b138cb3290f1
|
2010-05-09 20:32:57 +02:00 |
|
Peter Van der Beken
|
1d8a08a24c
|
Fix line-endings for nsHTMLOptionElement.h
--HG--
extra : rebase_source : ec5f4caa7765d69c0afad7ae230af2c4047ac7db
|
2010-07-15 20:07:21 +02:00 |
|
Peter Van der Beken
|
8c1a0bae2b
|
Part 1 of fix for bug 564266 (DOMCI GetItemAt/GetNamedItem should return nsWrapperCache) - store nsDOMAttribute in nsDOMAttributeMap instead of nsIDOMNode. r=jst.
--HG--
extra : rebase_source : d9a660d478412545c7f1717b034b04d419111757
|
2010-04-19 17:41:39 +02:00 |
|
Markus Stange
|
b5159a8bd0
|
Bug 392188 - Add a XUL attribute called "clickthrough" that determines whether an element accepts mouse events when it's in a background window. r=smaug
|
2010-07-16 14:50:28 +02:00 |
|
Robert O'Callahan
|
e98a518e3c
|
Bug 564991. Part 34: Make sure that ThebesLayerBuffers are always allocated as similar surfaces to the widget surface, whenever possible. r=cjones
|
2010-07-16 09:08:10 +12:00 |
|
Robert O'Callahan
|
1917c1d836
|
Bug 564991. Part 13: Optimize invalidation to avoid repainting ThebesLayer contents sometimes. r=mats,sr=dbaron
|
2010-07-16 09:07:53 +12:00 |
|