Josh Aas
|
6094c78eb9
|
Bug 573873: Fix bug in HTTP handling for plugins. r=jst a=blocking2.0
|
2010-11-17 14:25:48 -05:00 |
|
Vladimir Vukicevic
|
5f7897cd98
|
b=612334; update in-tree webgl tests from svn; npotb
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
b9722edd50
|
b=612334; fix webgl read-pixels test; r=bjacob
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
da08b74ae8
|
b=612334; fix webgl tex-image-invalid-data test; r=bjacob
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
6187f48cf2
|
b=612334; fix webgl program-test test; r=bjacob
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
b56e0f1c92
|
b=612334; fix webgl invalid-passed-params test; r=bjacob
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
e8053d8870
|
b=612334; fix webgl context type; r=bz
--HG--
rename : dom/interfaces/canvas/nsICanvasRenderingContextWebGL.idl => dom/interfaces/canvas/nsIDOMWebGLRenderingContext.idl
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
0e4487d73c
|
b=612334; fix webgl bind-uniform-location test; r=bjacob
|
2010-11-16 20:33:03 -08:00 |
|
Vladimir Vukicevic
|
8de28684e8
|
b=612334; fix webgl depth-clear-value getter type; r=bjacob
|
2010-11-16 20:33:03 -08:00 |
|
Vladimir Vukicevic
|
ad2ff3f1b8
|
b=528042; add missing toDataURL support for webgl canvases; r=bjacob
|
2010-11-16 20:33:03 -08:00 |
|
Vladimir Vukicevic
|
36f8014890
|
b=539771; Add support for context attribs to canvas; r=jmuizelaar
|
2010-11-16 20:33:03 -08:00 |
|
Doug Turner
|
dd28fadfc9
|
Bug 599089 - Remote Audio to parent process. r=kinetik a=blocking-fennec
--HG--
extra : rebase_source : 8552e45188f1e62a56d5e93b551ec9fb0d4faaca
|
2010-11-16 20:14:19 -08:00 |
|
Mounir Lamouri
|
4db1d8847f
|
Bug 596511 (3/3 - <select> can be invalid if no option is selected or all of them have empty value. r=sicking a=blocking-betaN
|
2010-11-17 00:41:19 +01:00 |
|
Mounir Lamouri
|
c4a2f1de10
|
Bug 596511 (2/3) - Have :required apply on <select> when appropriate. r=sicking a=blocking-betaN
|
2010-11-16 15:40:21 +01:00 |
|
Mounir Lamouri
|
1eb84fddaf
|
Bug 596511 (1/3) - Add the required attribute to the select element. r=smaug a=blocking-betaN
|
2010-11-16 21:06:15 +01:00 |
|
Brian Birtles
|
b698e78544
|
Bug 606399 - SVG SMIL: Animating rect rx or ry only should animate corresponding attribute; r=roc; a=roc
|
2010-11-17 08:24:11 +09:00 |
|
Daniel Holbert
|
cca5a43b65
|
Bug 610796 followup: Fix non-libxul build issue from main patch, by using a virtual function call to a helper method. (Revert this changeset once we drop support for non-libxul builds). r=roc a=blocking-final+
|
2010-11-16 15:19:21 -08:00 |
|
Boris Zbarsky
|
fce8aa76f3
|
Bug 610956. Don't set up loadListener as a shutdown observer or set our mChannel to the new channel until we're sure we're doing a load. r=roc
|
2010-11-16 08:26:48 -05:00 |
|
Henri Sivonen
|
61ad70a824
|
Bug 608373 - Do not call document.close() when stopping a script-created document load; flush tree ops when the parser exhausts the stream in the script-created case. r=bzbarsky, a=blocking2.0-betaN.
--HG--
extra : rebase_source : c4f51cc0d40db3495ba6f56fc72f3afb2da70abd
|
2010-11-16 09:48:30 +02:00 |
|
Henri Sivonen
|
037d45c4a7
|
Bug 599588 addendum - Revert change to nsIParser and introduce a new abstract class instead to avoid changing the interface during an interface freeze. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : 3272dc97668c262945b91809a918ac5c013d8569
|
2010-11-16 09:47:10 +02:00 |
|
Kyle Huey
|
9dd62aa901
|
Bug 602482: Update XHR forbidden headers to latest spec. r=sicking a=b:betaN
--HG--
rename : content/base/test/test_bug308484.html => content/base/test/test_xhr_forbidden_headers.html
|
2010-11-15 06:55:30 -05:00 |
|
Mounir Lamouri
|
78ebe2f93b
|
Bug 602117 - Tests. r=sicking a=tests
|
2010-11-15 10:54:36 +01:00 |
|
Mounir Lamouri
|
66d23e5b91
|
Bug 597791 (2/2) - Always define nsGkAtoms::progress even if MOZ_MEDIA isn't set. r=smaug a=bustage
|
2010-11-15 10:36:27 +01:00 |
|
Vivien Nicolas
|
f1a1fb61fd
|
Bug 597791 (1/2) - Do not use NS_MOZAUDIOAVAILABLE in nsEventListenerManager.cpp if MOZ_MEDIA isn't set. r=smaug a=bustage
|
2010-11-15 10:36:40 +01:00 |
|
Olli Pettay
|
a36cd6606a
|
Bug 609626 - Investigate max native stack limit differences, r=mrbkap, a=blocking
|
2010-11-15 09:08:36 +02:00 |
|
Matthew Gregan
|
32a39ce5e9
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 14:32:36 +13:00 |
|
Matthew Gregan
|
4644fd6de6
|
merge backout a=bustage
|
2010-11-15 14:06:51 +13:00 |
|
Matthew Gregan
|
6c46756445
|
Backed out changeset c3a14297dff8
|
2010-11-15 14:06:29 +13:00 |
|
Matthew Gregan
|
122cf6b981
|
merge backout a=bustage
|
2010-11-15 12:52:55 +13:00 |
|
Matthew Gregan
|
bfa12421d5
|
Backed out changeset c1351e1799b8
|
2010-11-15 12:49:37 +13:00 |
|
Boris Zbarsky
|
c31a00222e
|
Bug 610956. Don't set up loadListener as a shutdown observer until we're sure we're doing a load. r=roc a=roc
|
2010-11-15 12:25:38 +13:00 |
|
Alex Vincent
|
17fbdcd463
|
b=601756 Tests for TreeWalker.nextSibling, previousSibling, as suggested by Traversal spec r=smaug a=test
--HG--
extra : rebase_source : c0119c7cd025ad199f2a1623843836eace58ea1c
|
2010-11-15 12:08:49 +13:00 |
|
Matthew Gregan
|
64e15bea7f
|
Bug 569163 - Fix a race in nsWaveDecoder's ended state handling. r=cpearce a=roc
|
2010-11-15 11:41:22 +13:00 |
|
Benoit Jacob
|
a4ffbdf2ae
|
Bug 610435 - WebGL crash in drawElements - r=vladimir, a=blocking-betaN
|
2010-11-14 12:26:26 -05:00 |
|
Mounir Lamouri
|
246e184d7a
|
Bug 611352 - Create a HTMLElement when createElement('isindex') is called and the html5 parser is enabled. r+a=sicking
|
2010-11-13 00:29:25 +01:00 |
|
Ms2ger
|
1d73ebe076
|
Bug 610935 - Don't clamp percentages in HTML dimension attributes; r+a=sicking
|
2010-11-12 09:46:13 +01:00 |
|
Chris Double
|
c8b0bb098e
|
Bug 577843 - Scale videos at YCbCr conversion time - r=roc a=blocking2.0
--HG--
extra : rebase_source : ae011843fdd812dbeab7e5de0bf3b6029cccb3e5
|
2010-10-26 16:11:13 +13:00 |
|
Olli Pettay
|
9d39c329b9
|
Bug 608939 - XMLHttpRequest.statusText and getAllResponseHeaders shouldn't throw, r=sicking, a=sicking
--HG--
extra : rebase_source : 5dc42964f6a216c4f10127d0ad74fe52674601d7
|
2010-11-11 23:39:14 +02:00 |
|
Ehsan Akhgari
|
bb6861f7b5
|
Bug 601881 - video and audio should never play automatically in editor; r=bzbarsky,cpearce a=bsmedberg
--HG--
rename : content/media/test/test_play_events.html => content/media/test/test_autoplay_contentEditable.html
|
2010-10-14 20:13:29 -04:00 |
|
Jonathan Watt
|
32b749f30e
|
Note tests that are not actually being run. a=npob.
|
2010-11-11 20:40:07 +00:00 |
|
Jonathan Watt
|
400e224219
|
Bug 611138. Replacing a segment with a second segment with a different number of arguments puts the wrapper and internal list out of sync. r=dholbert, a=blocking.
|
2010-11-11 20:40:07 +00:00 |
|
Mounir Lamouri
|
2ddbae3c2a
|
Bug 589977 - Removing aNotify in nsGenericHTMLFormElement::ClearForm. r=sicking a=blocking-final
|
2010-11-11 13:36:42 +01:00 |
|
Mounir Lamouri
|
f94b370201
|
Bug 589975 - NS_GetRadioUpdateValueMissingVisitor shouldn't have a aNotify parameter. r=sicking a=blocking-final
|
2010-11-11 13:34:27 +01:00 |
|
Henri Sivonen
|
0e5c39fc7b
|
Bug 599588 - Make scripts created by createContextualFragment() executable. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : cfe476ed6ac2b1ee4cc243034659290d1226bd42
|
2010-11-01 11:50:01 +01:00 |
|
Henri Sivonen
|
ea24105625
|
Bug 592656 part 1 - Use the current parser-inserted script as the insertion point key. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : 92320d48b27c984e25c72be6dafbaef9d6133038
|
2010-09-06 10:41:26 +03:00 |
|
Henri Sivonen
|
cf9b4bc5e6
|
Bug 602838 part 2 - Make script-created scripts (incl. scripts that have lost their parser-insertedness) default to .async=true. r=jonas, a=blocking2.0-beta8.
--HG--
extra : rebase_source : 8488bca56232504b1510e92b52f2567fa42eaf99
|
2010-10-27 15:04:09 +03:00 |
|
Henri Sivonen
|
0f8fe9dae5
|
Bug 602838 part 1 - Execute in insertion order script-inserted external scripts that have the async DOM attribute reporting false. r=jonas, a=blocking2.0-beta8.
--HG--
extra : rebase_source : bfbbf7cf783a1d50a52896e5fe540aa7e84b2e0c
|
2010-10-13 10:12:55 +03:00 |
|
Michael Wu
|
30098037eb
|
Backed out changeset 090046fc6891 bug 482935 due to a=orange
|
2010-11-10 19:29:51 -08:00 |
|
bjarne@runitsoft.com
|
b9e7d659bd
|
Bug 482935 - Cancel() from OnStopRequest should not cause cache entry to be doomed;
(Av1f) Allow content to be cached if it was loaded successfully.
r=(dwitte, jduell) a2.0=benjamin.
|
2010-11-11 01:02:15 +01:00 |
|
Ehsan Akhgari
|
056fc8aba7
|
Backed out changeset c85c2f1b0566 because of oranges on mochitest-1
|
2010-11-10 17:46:32 -05:00 |
|