Henri Sivonen
95fb13c8d3
Bug 482921 part 0.5 - Restore support for using tree op queue to set document charset. r=bzbarsky.
2011-11-01 13:33:11 +02:00
Jacob Bramley
1c3b8780e6
Bug 643213: Fix signed integer arithmetic used to construct ARM load instructions. [r=mrosenberg]
2011-11-01 08:51:17 +00:00
Makoto Kato
a243dc914c
Bug 698331 - get rid of *WithConversion (intl part). r=smontagu
2011-11-01 16:16:48 +09:00
Chris Pearce
f6007b11a6
Bug 691583 - Ensure Unix EOL in full-screen API tests. r=whitespace
2011-11-01 18:11:47 +13:00
Chris Pearce
309fcdab1e
Bug 691583 - Dispatch showfullscreenwarning chrome event when restricted key pressed in DOM full-screen mode. r=smaug
2011-11-01 18:11:40 +13:00
Chris Pearce
7d91b60f3d
Bug 694204 - Prevent default action on ESC key press to exit full-screen mode, prevents <video> loads being cancelled on full-screen exit. r=smaug
2011-11-01 18:11:29 +13:00
Chris Pearce
8135f3f193
Bug 685779 - Add -moz-full-screen-ancestor pseudo class. r=bz
2011-11-01 18:11:09 +13:00
Makoto Kato
f483234b00
Bug 697336 - Clean up nsDataObj::SetText on Windows. r=jimm
2011-11-01 13:36:56 +09:00
Justin Lebar
352344ecd7
Bug 698656 - mParent pointer should be on nsSHEntry, not nsSHEntryShared. r=bz
...
Now with less bustage, I hope.
--HG--
extra : rebase_source : f422a9326391cafb0505390177f1d30379e366b7
2011-10-31 22:33:24 -04:00
Phil Ringnalda
1a82cd6839
Back out 65ffdabf1b6b (bug 698656) for orange, and lots of it
2011-10-31 20:03:26 -07:00
Boris Zbarsky
00a07cac80
Bug 696205 part 2. Add a querySelector fast-path for selectors whose rightmost sequence of simple selectors contains an id. r=sicking
2011-10-31 22:50:50 -04:00
Boris Zbarsky
8ef4e84904
Bug 696205 part 1. Refactor querySelector and querySelectorAll so that there is only one codepath to modify. r=sicking
2011-10-31 22:49:10 -04:00
Boris Zbarsky
b61135edbc
Bug 696201. Switch nsContentList to using an nsTArray as the element store. r=sicking
2011-10-31 22:48:59 -04:00
Justin Lebar
5144bf3199
Bug 698656 - mParent pointer should be on nsSHEntry, not nsSHEntryShared. r=bz
2011-10-31 22:33:24 -04:00
Phil Ringnalda
a4243e7ce4
Back out 773e9705c61b (bug 697211) for orange
2011-10-31 19:02:50 -07:00
Doug Sherk
fa97ba776d
Bug 697211 - fixed stride not being returned correctly from getVertexAttrib. r=jgilbert
2011-10-31 17:49:55 -07:00
Doug Sherk
c47bd89d8a
Bug 697757 - WebGL context fix for alpha being improperly set on OSX. r=jgilbert
...
If we request alpha and it isn't enabled, or we request it off and it gets
enabled, we now fail the pbuffer creation and fall back to FBOs. This is bad for
performance but allows us to pass the conformance test in this case.
2011-10-31 17:49:55 -07:00
Jeff Gilbert
3e243dea6b
Bug 697753 - Fix WebGL conf. errors in framebuffer-object-attachment - r=bjacob
2011-10-31 16:55:01 -07:00
Jeff Gilbert
08548a6814
Bug 698088 - Rebind previous state after initializing fake-black textures - r=bjacob
2011-10-31 16:55:01 -07:00
Jeff Gilbert
34ff2cc95c
Bug 697560 - Generate WebGL errors in readPixels according to spec - r=bjacob
...
* * *
Bug 697560 - Disallow conformance failures on read-pixels-test - r=bjacob
2011-10-31 16:55:01 -07:00
Jeff Gilbert
ff27c8a903
Bug 697168 - Removes WebGL overloads for untyped ArrayBuffers where disallowed - r=bjacob
2011-10-31 16:55:00 -07:00
John Ford
a924fd547c
bug 695274 - unit test timeouts on Mac should print a screenshot r=ted
2011-10-21 13:09:05 -07:00
Nicolas Pierron
e8cb8dc6e9
Add gc::Mark and gc::IsMarked functions. (Bug 687843, r=billm)
...
Use overloading to choose the Mark/IsMarked function based on the static type of
the argument.
---
2011-10-31 15:41:48 -07:00
Matt Brubeck
6e559c01ba
Merge mozilla-central to mozilla-inbound
2011-10-31 14:51:24 -07:00
Benoit Jacob
7a684ca1be
Bug 677543 - Not clearing WebGL framebuffer in teapot demo - r=jgilbert
...
We are supposed to clear the WebGL framebuffer after it's been presented to the compositor and before the next draw operation, and were using the wrong way to know when we got composited. The right way is DidTransactionCallback.
2011-10-31 17:14:12 -04:00
Ed Morley
388d316c58
Bug 698526 - Fix toolkit/toolkit-makefiles.sh: line 1064: add_makefile: command not found; rs=ted
2011-10-31 20:19:58 +00:00
Benoit Girard
15ac338ecd
Bug 698137 - Set texture unit before binding FPS texture. r=ajuma
...
--HG--
extra : rebase_source : 5ea49b85e0ba0d2b5eabc4477a0e692d0a531faf
2011-10-31 15:04:09 -04:00
Kyle Huey
a94e57306e
Merge b-s to m-c.
2011-10-31 14:13:23 -04:00
Matt Brubeck
d538650f49
Merge last green changeset from inbound to mozilla-central
2011-10-31 11:10:13 -07:00
Kyle Huey
1e94cbe0aa
Update pymake snapshot to r300.
2011-10-31 13:16:21 -04:00
Kyle Huey
f1ac893379
Merge m-c to b-s.
2011-10-31 13:12:45 -04:00
Kyle Huey
546f10d84b
Backed out changeset d40e649ff250
2011-10-31 11:39:46 -04:00
Henri Sivonen
d1640b5ba0
Bug 696651 part 3 - Refine part 2. r=Olli.Pettay.
2011-10-31 16:28:23 +02:00
Kyle Huey
d907fce4c7
Bug 692067: Make WebSockets go through content policies. r=smaug
2011-10-31 09:29:20 -04:00
Olli Pettay
8b0d0bff36
Bug 667490 - EventSource should use the same nsIContentPolicy type as XHR, r=dveditz
2011-10-31 14:48:50 +02:00
Tim Taubert
a8494a42c6
merge m-c to fx-team
2011-10-31 11:13:42 +01:00
Brian Smith
8d30b97900
Bug 675702 - Remove XPCOM Proxies: Do PSM client certificate processing on the main thread, r=kaie
...
--HG--
extra : rebase_source : 810f54d98fdad7e70ed2d8db8b13292d1d1bfa61
2011-10-30 17:35:14 -07:00
Brian Smith
c70f428cda
Bug 686248: Add isExtendedValidation to nsISSLStatus so it can be used by mobile, r=meyhemer
...
--HG--
extra : rebase_source : 6d21f2fdc3cb587874662cc23f84503e63b95ed1
2011-10-30 11:43:06 -07:00
Neil Rashbrook
f0fba63b8a
Bug 696788 Build usiung jemalloc and SDK compiler crashes shortly after startup r=khuey
2011-10-30 23:42:16 +00:00
Olli Pettay
2ba8604d78
Bug 698061 - document.importNode's deep attribute should be optional, r=sicking
2011-10-30 23:17:53 +02:00
Olli Pettay
a84f0536b8
Bug 698232 - s/IsInside/GetArea to simplify the code, r=mats
2011-10-30 21:51:19 +02:00
Tim Taubert
7bf3f658e1
merge m-c to fx-team
2011-10-30 13:10:26 +01:00
Ed Morley
314528cd24
Merge mozilla-central and mozilla-inbound
2011-10-30 11:52:20 +00:00
Brian Hackett
5490d9c2e1
Sync FrameState entries based on tracker, bug 698100. r=dvander
2011-10-29 18:16:35 -07:00
Brian Hackett
a75faff1d8
Propagate OOM triggered by inlineCallHelper, bug 695290. r=dvander
2011-10-29 17:40:34 -07:00
Brian Hackett
8091453b20
Remove defined variables analysis, bug 697861. r=dvander
2011-10-29 17:30:08 -07:00
Benoit Jacob
8a7cb1453a
Bug 697845 - only call glFinish in RenderLayer, not in UpdateSurface - r=mattwoodrow
...
This could make WebGL a bit faster.
2011-10-29 19:15:52 -04:00
Matt Brubeck
df85001523
Bug 697975 - Don't show the first-run animation in tablet mode [r=mfinkle]
2011-10-29 15:05:39 -07:00
Henri Sivonen
8f3f216863
Back out changeset fc4ddddf142d and changeset d1766aec3d7e due to jsreftest orange.
2011-10-30 00:10:33 +03:00
Ms2ger
54042fcac2
Bug 688547 - Use Element* for nsIDocument::{SetSubDocumentFor,FindContentForSubDocument}; r=peterv
2011-10-29 22:22:19 +02:00