Daniel Holbert
164e14278b
Bug 699143: Force a synchronous SMIL sample when we register the first animation element in a document. r=birtles
2011-11-04 09:24:04 -07:00
Makoto Kato
a9c9463d53
Bug 254298 - nsPlainTextSerializer.cpp should not use AssignWithConversion. r=smaug
2011-11-04 17:44:13 +09:00
Chris Pearce
4702619283
Bug 685402 part 1 - Exit DOM full-screen on document hide (navigation). r=bz
2011-11-04 20:30:09 +13:00
Daniel Holbert
9390b29e4a
Bug 699325: Make calcMode="paced" smil animation fall back to calcMode="discrete" when its values have 0 distance between them. r=birtles
2011-11-04 00:21:58 -07:00
Boris Zbarsky
5d2728dd53
Bug 698974. Fix assertion to not assert things that are just false. r=sicking
2011-11-04 01:32:09 -04:00
Boris Zbarsky
036c0c7366
Bug 684638 part 4. Switch from nsIDOMNode to nsINode in mozInlineSpellWordUtil. r=ehsan
2011-11-04 01:32:09 -04:00
Boris Zbarsky
712cf6634d
Bug 684638 part 2. Make it simpler to set up a range. r=smaug
2011-11-04 01:32:09 -04:00
Johnny Stenback
85521099fc
Fixing bug 691785. r=khuey
2011-11-03 22:23:26 -07:00
Doug Sherk
f37abe8dfa
Bug 699626: fix TEST-UNEXPECTED-FAIL > TEST-KNOWN-FAIL in WebGL reftests r=burning
2011-11-03 19:05:16 -07:00
Benoit Jacob
583d30f38f
Bug 699516 - Rename WEBKIT_lose_context to WEBGL_EXT_lose_context - r=dsherk
...
See today's discussion on public_webgl list. WEBGL_EXT_lose_context will be officially created in a few days.
2011-11-03 20:29:57 -04:00
Neil Deakin
e1b80a4ed5
Bug 94199, part 5, remove line number reading and writing as it isn't necessary, dxr does that for us, r=bz
2011-11-03 16:39:08 -04:00
Neil Deakin
16faece69e
Bug 94199, part 4, serialize/deserialize xbl to startup cache, r=bz
2011-11-03 16:39:08 -04:00
Neil Deakin
160a9b4e13
Bug 94199, part 2, add method to serialize/deserialize js function, r=mwu
2011-11-03 16:39:08 -04:00
Neil Deakin
a80a283c95
Bug 94199, part 1, move handling of base binding to nsXBLPrototypeBinding, r=bz
2011-11-03 16:39:07 -04:00
Benoit Jacob
fa709cba21
Bug 699522 - WebGL lose_context extension was not listed by webgl.getSupportedExtensions() - r=dsherk
2011-11-03 15:52:52 -04:00
Ben Turner
be7ac58cc0
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
...
--HG--
extra : transplant_source : %84%E3%96%9F%C5%BA%D56%A4%94%83%9F%C3%F5%2B%01%7B%87%FB9
2011-11-03 08:57:30 -07:00
Doug Sherk
5f1a39b13a
Bug 693703: added additional logging information for mochitests, incl. image reference differences r=bjacob
...
Added some code to print to dump output of WebGL mochitest failures. Also added
special code to handle incorrect reference images. It will now provide the user
with a way to compare the reference and actual drawings.
2011-11-03 10:50:40 -04:00
Doug Sherk
b2d7c4d8c7
Bug 682496 - fixed program-test.html test failures - r=bjacob
...
Fixed programs and shaders so that when they're marked for deletion and then detached completely, are deleted.
2011-11-03 10:50:40 -04:00
Doug Sherk
c09992f039
Bug 697211: fixed stride not being returned correctly from getVertexAttrib r=jgilbert
2011-11-03 10:50:40 -04:00
Doug Sherk
3233dd6690
Bug 695912: allow forcing MSAA on r=jgilbert
...
Allows forcing MSAA on even if we determine through the blocklist that the user
probably shouldn't be running it.
2011-11-03 10:50:40 -04:00
Doug Sherk
cfc950a541
Bug 695912: implemented antialiasing blocklisting r=jgilbert
...
Antialiasing can be blocked through the downloaded blocklist now, as well as
static analysis compiled into the OS-specific handlers for graphics features.
2011-11-03 10:50:40 -04:00
Marco Bonardo
66602c3f2f
Merge mozilla-central to mozilla-inbound
2011-11-03 10:46:56 +01:00
Marco Bonardo
2aebf9cdf8
Backout 12744c5b688d, edefcb820429 to investigate Android C1 permaorange.
2011-11-03 09:24:02 +01:00
Chris Pearce
5db8d36c67
Bug 691947 - Relax DOM full-screen API security constraints for requests coming from chrome. r=roc
2011-11-03 19:37:38 +13:00
Justin Lebar
e3a347fe0e
Merge backout
2011-11-02 20:11:25 -04:00
Justin Lebar
910294f481
Back out bug 666446 due to Talos regression.
2011-11-02 20:11:01 -04:00
Scott Johnson
2e3dbd9177
Bug 666446, Part 4/10 - Implement refresh driver based animations in nsImageLoadingContent to improve efficiency of animated GIF images. [r=roc][sr=mats]
2011-11-01 11:06:53 -04:00
Henri Sivonen
e87115d31d
Bug 482921 part 5 - Add entry point for new View Source for XML; Make new View Source easy to disable. r=Olli.Pettay.
2011-11-01 13:33:11 +02:00
Henri Sivonen
8ff76c9b75
Bug 482921 part 2 - Highligh tokenizer-level errors in View Source. r=Olli.Pettay.
2011-11-01 13:33:11 +02:00
Geoff Lankow
1cd0fbc12a
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests; r=jmaher
2011-10-22 12:39:30 +13:00
Chris Pearce
b2e3495b90
Bug 697636 - Don't grant full-screen requests in hidden documents. r=bz
2011-11-02 13:03:04 +13:00
Chris Pearce
3b32d33e49
Bug 688648 - Dispatch mozfullscreenerror event when requests for full-screen are denied. r=smaug
2011-11-02 13:02:47 +13:00
Mounir Lamouri
ff9677eb42
Bug 698534 - Fix build bustage when smil is disabled. r=dholbert
2011-11-01 20:22:30 +01:00
Henri Sivonen
509e2178fb
Bug 479959 - Reimplement text/plain loading using the HTML5 parser. r=Olli.Pettay.
2011-11-01 17:27:36 +02:00
Boris Zbarsky
2454cf83d0
Bug 620122. Make sure, when unlinking, to remove the kids from our child list before unbinding them. r=smaug
2011-11-02 23:36:16 -04:00
Chris Double
803a25c8e7
Bug 691096 - Add test - r=cpearce
...
--HG--
extra : rebase_source : c2758165d8ef6bd31d180588efe9dfd0023d0707
2011-11-03 14:58:59 +13:00
Chris Double
5a121ced0f
Bug 691096 - Provide hard limit to number of media elements that can be decoded in parallel - r=cpearce
...
--HG--
extra : rebase_source : 23bc74b97aa678f47e812351a9443cbf223f808e
2011-11-03 14:58:54 +13:00
Ed Morley
f643cfb775
Backout eb32aca6d54d, b5c0bfd03fcf and 5675bf2c7930 (bug 692669 and bug 692669) for failing to build on all platforms
2011-11-03 01:57:48 +00:00
Ben Turner
0016e0b720
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
...
--HG--
extra : transplant_source : E%E9%F9%B5%FB%88%1E%FA%C1%BE%04%1F%1E%3D%5E%EB%3C%D2%D2c
2011-11-02 18:03:15 -07:00
Patrick McManus
0f4bf0190a
bug 599295 r=jduell
...
--HG--
extra : rebase_source : b376fd42a37c8b92389b43fac2e253a8466c3349
2011-11-02 17:43:27 -04:00
Matt Woodrow
70b0201473
Bug 698318 - Share ArcToBezier code. r=jrmuizel
2011-11-03 08:55:03 +13:00
Matt Woodrow
b1f0c14c8f
Bug 688367 - Add Skia backend to Azure. r=jrmuizel
2011-11-03 08:55:03 +13:00
Matt Woodrow
54ee03f30c
Bug 688342 - Make nsCanvasRenderingContext2D support Azure backends other than Direct2D. r=Bas
2011-11-03 08:55:03 +13:00
Jonathan Watt
b339166446
Backout 12b227a42623, bug 653928 (changes to SVG arc path segment animation).
2011-11-02 19:15:32 +00:00
Benoit Jacob
51f9e73a41
Bug 698856 - Mark one WebGL test page as expected to pass on Windows - no review, m1 orange fix
2011-11-02 11:25:32 -04:00
Benoit Jacob
0bd933c700
Bug 698856 - Upgrade WebGL conformance test suite to r15981 - no review
...
The upstream is
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/
This changeset also updates our lists of failing tests, and the garbageCollect() call before each test page is now done on all platforms, instead of only on linux, as it's now clear that we've been having this problem everywhere.
2011-11-02 08:44:41 -04:00
Matt Brubeck
dd6a25c15d
Back out be8056caccb4 (Bug 698856) because of test failures
2011-11-02 07:33:54 -07:00
Benoit Jacob
5e6942c333
Bug 698856 - Upgrade WebGL conformance test suite to r15981 - no review
...
The upstream is
https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/
This changeset also updates our lists of failing tests, and the garbageCollect() call before each test page is now done on all platforms, instead of only on linux, as it's now clear that we've been having this problem everywhere.
2011-11-02 08:44:41 -04:00
Henri Sivonen
aa8cafb38c
Bug 482921 part 1 - Implement HTML syntax highlighting using the new parser. r=Olli.Pettay.
2010-07-30 13:15:38 +03:00
Chris Pearce
85cba077e4
Bug 691583 - Ensure Unix EOL in full-screen API tests. r=whitespace
2011-11-01 18:11:47 +13:00