Robert Longson
79403fff16
Bug 671892 - Simplify a common filter number conversion pattern. r=dholbert
2011-07-23 09:44:52 +01:00
Robert Longson
0c88b8e318
Bug 672055 - Use nsCharSeparatedTokenizer to parse number-optional-number attributes. r=dholbert sr=jonas
2011-07-23 09:41:17 +01:00
Brandon Sterne
33f4a72172
Bug 673588 - use correct location when resolving CSP sources and report-uris, r=dveditz
2011-07-22 16:14:58 -07:00
Ehsan Akhgari
d05a9ff08e
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-22 15:48:18 -04:00
Marco Bonardo
df96b57a40
Merge mozilla-central and mozilla-inbound
2011-07-22 15:31:14 +02:00
Kyle Huey
ae5e8e9dcf
Merge m-c to b-s.
2011-07-22 00:03:35 -07:00
Brandon Sterne
3d76e0ad34
Bug 664983 - don't send request headers with CSP violation reports, r=dveditz
2011-07-21 13:47:35 -07:00
Oleg Romashin
36e1d316e0
Bug 648250 - remove wrong assert r=Olli.Pettay
2011-07-21 13:05:55 -07:00
Ehsan Akhgari
cd1a1bbd1b
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-21 11:11:45 -04:00
Marco Bonardo
8dd73f97b5
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-21 14:32:10 +02:00
Makoto Kato
c995e5116d
Bug 666200 - fix typo
2011-07-21 19:23:28 +09:00
Makoto Kato
e40f86cea7
Bug 666200 - support select.add(element, long before). r=smaug
2011-07-21 19:16:28 +09:00
arno renevier
8ed39834bd
Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg
2011-07-21 04:37:31 +02:00
Ehsan Akhgari
a67d9bdc60
Bug 672709 - Update the intrinsic state for elements in designMode documents correctly; r=bzbarsky
...
This patch fixes two things:
* The intrinsic state on elements inserted in a contenteditable section when the
document is in designMode (the nsGenericElement::UpdateEditableState change).
* The intrinsic state on elements existing in the document when the document first
enters designMode (the nsHTMLDocument::EditingStateChanged change).
The reftest included tests both cases.
2011-07-20 15:58:25 -04:00
Kyle Huey
6a8c4ffada
Bug 664254: Make DOM File objects implement nsIMutable so they can be immutabilized for sharing across threads. r=sicking
2011-07-19 09:27:46 -07:00
Kyle Huey
41e8bbcab3
Bug 646157: Prevent 2^n growth in event dispatch in a chain of nested labels. r=smaug
...
Prior to this patch, Gecko allowed bubbling click events to trigger multiple <label>s, and for the synthetic click events generated by <label>s to also trigger additional <label>s. In contrast, Opera allows only the latter, and Webkit/IE allow neither. Gecko's behavior leads to 2^n events being dispatched in the case of markup like:
<label for="thing1" /><input type="foo" name="thing1" />
<label for="thing2" /><input type="foo" name="thing2" />
...
After this patch a bubbling click event triggers at most one <label>, and the synthetic click event cannot trigger additional labels. Our behavior is still not identical to Webkit/IE though, because in Gecko a click event will still bubble up past a <label>, while in Webkit/IE the click event will stop at the <label>.
2011-07-19 09:19:32 -07:00
Brian Birtles
7bd8aba78a
Bug 671749 - Rename incorrectly named SMIL crashtest 665335-1.svg to 665334-1.svg, r=dholbert
...
--HG--
rename : content/smil/crashtests/665335-1.svg => content/smil/crashtests/665334-1.svg
2011-07-19 09:23:21 +09:00
Brian R. Bondy
a32bd1dff7
Bug 274626 - Show tooltips for disabled elements. r=smaug
2011-07-18 16:16:44 -07:00
Ehsan Akhgari
aadd188062
Merge mozilla-central and mozilla-inbound
2011-07-18 18:16:25 -04:00
Josh Matthews
7d2b53dcf4
Bug 674048 - Check the correct condition when setting a header on an XHR. r=sicking
2011-07-25 18:08:44 -04:00
Brian Birtles
38ac253275
Bug 670313 - Check range of instance time values when they are passed in; r=dholbert
2011-07-25 10:46:08 -07:00
Brian Birtles
7be5386864
Bug 669225 part 7 - Mark stack classes as such; r=dholbert
2011-07-25 10:46:04 -07:00
Brian Birtles
64b77423d0
Bug 669225 part 6 - Break dependencies sooner on unlink; r=dholbert
2011-07-25 10:45:49 -07:00
Brian Birtles
fddbdeeb9d
Bug 669225 part 5 - Make sure other removal functors don't remove instance times that should be preserved; r=dholbert
2011-07-25 10:45:29 -07:00
Brian Birtles
b2f855e923
Bug 669225 part 4 - Make sure filtering of instance times doesn't remove the previous interval's end time; r=dholbert
2011-07-25 10:45:03 -07:00
Brian Birtles
76486aa9d2
Bug 669225 part 3 - Add assertion to catch potentially problematic instance time deletion; r=dholbert
2011-07-25 10:44:58 -07:00
Brian Birtles
128db68b09
Bug 669225 part 2 - Preserve instance times that belong to intervals; r=dholbert
2011-07-25 10:44:54 -07:00
Brian Birtles
ddaa7f3554
Bug 669225 part 1 - Crash tests; r=dholbert
2011-07-25 10:44:42 -07:00
Mounir Lamouri
21e1eb314c
Bug 673291 - Show the keyboard with a magnifying glass instead of GO when in a search field. r=blassey,smaug
2011-07-25 10:16:09 -07:00
Oleg Romashin
9be7041486
Bug 648250 - image based navigational bar is useless in remote Fennec (window.outerWidth throws js errors). r=Olli.Pettay
2011-07-15 14:46:56 -07:00
Joe Drew
b345d1e8d9
Bug 664299 - Test that the crossOrigin attribute is probably reflected into JS. r=Ms2ger
2011-07-17 13:40:28 -04:00
Joe Drew
8475a70b73
Bug 671906 - Rename crossOrigin atom to crossorigin, because attributes are lowercased before being mapped to atoms. r=bz
2011-07-17 13:40:22 -04:00
Matheus Kerschbaum
b0c1f89ef4
Bug 579571 - Remove --enable-timeline support. r=tglek
2011-07-17 12:07:42 +02:00
Ehsan Akhgari
5cd7d5f37e
Merge backout
2011-07-20 15:49:38 -04:00
Ehsan Akhgari
10e0951fce
Backout volkmar's push for breaking Windows builds
2011-07-20 15:49:16 -04:00
Mounir Lamouri
57fe0a2e82
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-20 12:18:54 -07:00
Mounir Lamouri
ffa5084e04
Bug 670965 - Make nsCommentNode, nsTextNode, nsXMLCDATASection and nsXMLProcessingInstruction participate in the DOM Memory Reporter. r=jst
2011-07-19 10:05:37 -07:00
Mounir Lamouri
bef176c1be
Bug 670964 - Add NS_FINAL_CLASS annotation to nsTextFragment. r=ehsan
2011-07-19 10:04:42 -07:00
Mounir Lamouri
8442e5120e
Bug 670962 - Make nsGenericDOMDataNode and nsTextFragment participate to the DOM Memory Reporter. r=jst
2011-07-19 10:04:09 -07:00
Mounir Lamouri
6ad3fb9ad0
Bug 669886 - Make nsMappedAttributeElement, nsStyledElement, nsStyledElementNotElementCSSInline, nsGenericHTMLElement, nsGenericHTMLFormElement and nsGenericHTMLFrameElement participate in the DOM Memory Reporter. r=jst
2011-07-19 09:54:43 -07:00
Mounir Lamouri
0675b475f9
Bug 667887 - Implement nsMappedAttributes::SizeOf(). r=jst,bz
2011-07-19 09:42:14 -07:00
Mounir Lamouri
5c8698b962
Bug 668013 - Add nsHTMLStyleSheet::SizeOf(). r=bz
2011-07-19 09:40:18 -07:00
Mounir Lamouri
0fd61ff800
Bug 670874 - Tests all attributes in test_textarea_attributes_reflection.html. r=Ms2ger
2011-07-20 11:25:47 -07:00
Mounir Lamouri
32f8ab42bd
Bug 670873 - Use 'todo' for non-implemented attributes reflection in test_input_attributes_reflection.html. r=Ms2ger
2011-07-19 11:38:12 -07:00
Mounir Lamouri
14950445d5
Bug 669580 - Add a reflectBool method to reflect.js. r=Ms2ger
2011-07-19 11:36:51 -07:00
Marco Bonardo
31872c215c
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-20 15:04:30 +02:00
Dão Gottwald
d9c7be7dfa
Fix for undefined Cc/Ci/Cr/Cu in test_bug500885.html, test_bug592802.html, test_bug61098.html and test_bug36619.html
2011-07-20 11:51:43 +02:00
Michael Wu
c62529f8bd
Bug 664898 - Cleanup startup cache api, r=taras
2011-07-20 00:39:09 -07:00
Ehsan Akhgari
8aa36b3b5c
Revert to changeset e0ce7821fce1 because the latest push broke all of the builds DONTBUILD
2011-07-19 16:25:54 -04:00
Mounir Lamouri
653b1ce364
Bug 670965 - Make nsCommentNode, nsTextNode, nsXMLCDATASection and nsXMLProcessingInstruction participate in the DOM Memory Reporter. r=jst
2011-07-19 10:05:37 -07:00
Mounir Lamouri
502af0ee07
Bug 670964 - Add NS_FINAL_CLASS annotation to nsTextFragment. r=ehsan
2011-07-19 10:04:42 -07:00
Mounir Lamouri
50e884b393
Bug 670962 - Make nsGenericDOMDataNode and nsTextFragment participate to the DOM Memory Reporter. r=jst
2011-07-19 10:46:01 -07:00
Mounir Lamouri
21cf779916
Bug 669886 - Make nsMappedAttributeElement, nsStyledElement, nsStyledElementNotElementCSSInline, nsGenericHTMLElement, nsGenericHTMLFormElement and nsGenericHTMLFrameElement participate in the DOM Memory Reporter. r=jst
2011-07-19 09:54:43 -07:00
Mounir Lamouri
6545d1886a
Bug 667887 - Implement nsMappedAttributes::SizeOf(). r=jst,bz
2011-07-19 09:42:14 -07:00
Mounir Lamouri
083bf2d659
Bug 668013 - Add nsHTMLStyleSheet::SizeOf(). r=bz
2011-07-19 09:40:18 -07:00
Mounir Lamouri
b6d655dff0
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-19 11:22:43 -07:00
Mounir Lamouri
8d289de1e9
Bug 670874 - Tests all attributes in test_textarea_attributes_reflection.html. r=Ms2ger
2011-07-19 11:40:30 -07:00
Mounir Lamouri
5ac0fd9afb
Bug 670873 - Use 'todo' for non-implemented attributes reflection in test_input_attributes_reflection.html. r=Ms2ger
2011-07-19 11:38:12 -07:00
Mounir Lamouri
3a24860d29
Bug 669580 - Add a reflectBool method to reflect.js. r=Ms2ger
2011-07-19 11:36:51 -07:00
Ehsan Akhgari
2581bfeb30
Bug 646845 - Don't lose the plaintext editor value if it's set while the script blocker for a flush is in progress; r=bz
2011-07-19 14:28:50 -04:00
Mounir Lamouri
58e2fd59fd
Backed out bug 669310, bug 668013, bug 667887 and bug 669886 due to build bustage.
2011-07-19 10:49:48 -07:00
Mounir Lamouri
17a0ee001f
Bug 669886 - Make nsMappedAttributeElement, nsStyledElement, nsStyledElementNotElementCSSInline, nsGenericHTMLElement, nsGenericHTMLFormElement and nsGenericHTMLFrameElement participate in the DOM Memory Reporter. r=jst
2011-07-19 09:54:43 -07:00
Mounir Lamouri
d7ab5fd420
Bug 667887 - Implement nsMappedAttributes::SizeOf(). r=jst,bz
2011-07-19 09:42:14 -07:00
Mounir Lamouri
210a9fc749
Bug 668013 - Add nsHTMLStyleSheet::SizeOf(). r=bz
2011-07-19 09:40:18 -07:00
Ed Morley
7689e76a8c
Bug 671282 - Replace nsDebugAutoBoolTrueSetter in docshell and AutoBoolSetter in SMIL with AutoRestore; r=bz
2011-07-19 12:04:55 +02:00
Benjamin Smedberg
3ee6f4f68e
Bug 617539 - Combine nsIRadioGroupContainer_MOZILLA_2_0_BRANCH; r=bz
2011-07-19 11:44:55 +02:00
Mounir Lamouri
8ae6e80c16
Bug 669310 - Fixes various includes and forward declarations. f=Ms2ger r=jst
2011-07-18 17:05:10 -07:00
Boris Zbarsky
c8b8d529a5
Bug 664721. Treat a document load in a subframe as first-party if it's first-party with all _ancestors_ of the subframe, no matter what's loaded in the subframe itself. r=dwitte
2011-07-19 11:28:03 -04:00
Yu-Hsun Lin
32325c5b26
Bug 486081. Remove nsTime. r=roc
...
Use TimeStamp/TimeDuration instead.
2011-07-19 11:20:50 -04:00
Patrick McManus
a80c7de2cb
bug 662692 - mixed-content websockets should check more than https:// r=bz
2011-07-19 09:17:39 -04:00
Oleg Romashin
c189f1ba66
Backed out changeset 31cbb80c705e, win burning
2011-07-15 14:30:29 -07:00
Oleg Romashin
7494986a3e
Bug 648250 - image based navigational bar is useless in remote Fennec (window.outerWidth throws js errors). r=Olli.Pettay
...
--HG--
extra : rebase_source : 226d9655eb425e6ef18dc0269eb90495c00dbd91
2011-07-15 13:37:03 -07:00
Ehsan Akhgari
62312843c5
Bug 414526 - Backspace at the beginning of a contenteditable element or delete at the end of one should not affect the rest of the contenteditable elements on the page; r=roc
...
The main fix here involves the introduction of the nsHTMLEditor::IsNodeInActiveEditor
API. This API returns true if the current selection in the document falls
inside the active editable section. The patch adds a bunch of checks using
this API to various places in the code to make sure that editing operations do
not escape their editing host.
There are also some unrelated fixes to range promotion code which fix the
bugs that have existed in that code before, but because of the lack of this
check were not uncovered before.
This patch also removes the nsTextEditUtils::InBody API which only made sense
in designMode documents, and was insufficient for contenteditable elements.
2011-07-14 11:25:07 -04:00
Ehsan Akhgari
5e56126930
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-15 08:13:08 -04:00
Ms2ger
8c78d3f478
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
2011-07-15 12:31:34 +02:00
Ms2ger
a36ca91370
Bug 666666 - Reflect HTMLMediaElement.preload like an enumerated attribute; r=bz
2011-07-15 12:18:27 +02:00
Brian Birtles
eba5fed02f
Bug 669234 - Use AutoRestore to manage depth recursion tracking in nsSMILTimedElement, r=dholbert
2011-07-15 11:17:15 +09:00
Ehsan Akhgari
84303924b6
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-14 12:20:34 -04:00
Ginn Chen
2b4e23daf5
Bug 665406 Support XF86Copy, XF86Paste, XF86Cut, XF86Undo, XF86Redo keysym r=masayuki, Olli.Pettay
2011-07-14 09:58:07 +08:00
Masayuki Nakano
6572ebc386
Bug 658155 High resolution scrolling should be enabled even when scrolling speed is customized by prefs r=smaug+jimm
2011-07-15 07:12:20 +09:00
Chris Pearce
35ef90aeb4
Bug 670726 - Remove ns{Ogg,WebM}Reader::CanDecodeToTarget(), it makes invalid assumptions. r=kinetik
2011-07-14 09:24:35 +12:00
Mounir Lamouri
b40c8758f7
Bug 670874 - Tests all attributes in test_textarea_attributes_reflection.html. r=Ms2ger
2011-07-21 09:36:09 -07:00
Mounir Lamouri
3dc34c0a44
Bug 670873 - Use 'todo' for non-implemented attributes reflection in test_input_attributes_reflection.html. r=Ms2ger
2011-07-19 11:38:12 -07:00
Mounir Lamouri
25b1e39c01
Bug 669580 - Add a reflectBool method to reflect.js. r=Ms2ger
2011-07-19 11:36:51 -07:00
Marco Bonardo
377744b774
Merge mozilla-central and mozilla-inbound
2011-07-21 14:44:08 +02:00
Walter Meinl
743c206f23
Bug 670260 [OS/2] add WebGLExtension to WebGLContextNotSupported r=vlad
2011-07-14 13:30:12 -07:00
Daniel Holbert
6efc4c121b
Bug 671341: Remove unused variable |start| from 'GetTokenEnd()' in nsSMILParserUtils.cpp. r=birtles
2011-07-14 13:29:37 -07:00
Benoit Jacob
24b7ccd60a
Bug 664299 - Test loading cross-domain images validated with CORS in WebGL. r=bz
2011-07-14 14:47:39 -04:00
Joe Drew
6aac96c005
Bug 664299 - Relax the same-origin policy in WebGL for images that have been successfully validated with CORS. r=bz,jrmuizel
2011-07-14 14:47:37 -04:00
Benoit Jacob
319ff59084
Bug 664299 - Add support for the crossorigin attribute on the html:img tag, and pass the appropriate CORS mode to imgILoader::loadImage when it's specified. r=bz
2011-07-14 14:47:35 -04:00
Joe Drew
2acb1181b7
Bug 664299 - Pass the loading principal to imgILoader::loadImage so we can operate on it later. r=bz
2011-07-14 14:47:32 -04:00
Ehsan Akhgari
0823e559de
Merge mozilla-central and mozilla-inbound
2011-07-13 11:51:33 -04:00
Ehsan Akhgari
3e4044476c
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-13 11:40:03 -04:00
Bas Schouten
8367a2ca66
Bug 666452 - Part 3: Create a minimal size temp surface for canvas shadow drawing. r=roc
2011-07-13 02:36:28 +02:00
Robert Longson
2f1b8250ad
Bug 669155 - animation of filterRes does not result in layout being refreshed. r=jwatt
2011-07-08 18:10:07 +01:00
Ehsan Akhgari
16c06707b7
Merge the last green changeset on mozilla-inbound to mozilla-central
2011-07-12 14:30:24 -04:00
Benjamin Peterson
a08dbbe822
Bug 670442: Reset mZero flag on the CanvasRenderingContext when new dimensions are set. r=joe
2011-07-12 08:54:38 -07:00
Mounir Lamouri
bbef6d1373
Bug 667883 - Implement nsAttrAndChildArray::SizeOf(). r=bz
2011-07-12 16:56:01 +02:00
Daniel Holbert
0915b6264e
Bug 669438: Remove unused helper-function "DOMFileResult" from nsDOMFile.cpp. r=sicking
2011-07-12 00:10:23 -07:00
Chris Pearce
e63988ff20
Bug 592833 - Don't hold decoder monitor while audio stream does sync dispatch to main thread (on Android). r=roc
2011-07-12 15:40:38 +12:00
Chris Pearce
0dcd739295
Bug 592833 - Update comments for new video decoder thread model. r=roc
2011-07-12 15:39:39 +12:00
Chris Pearce
d1ef9c31a8
Bug 592833 - Shutdown inactive media decode threads, don't start audio thread until needed. r=roc
2011-07-12 15:39:37 +12:00
Chris Pearce
a748ed84da
Bug 592833 - Merge all media state machines into a single thread. r=roc
2011-07-12 15:39:34 +12:00
Chris Pearce
3c884e542d
Bug 592833 - Run media state machine as a series of events. r=roc
2011-07-12 15:39:32 +12:00
Chris Pearce
209fc95f29
Bug 592833 - Move audio stream management to audio thread. r=?
2011-07-12 15:39:30 +12:00
Chris Pearce
c3e3d7574c
Bug 592833 - Remove nsBuiltinDecoderReader monitor. r=roc
2011-07-12 15:39:28 +12:00
Chris Pearce
73f0b3659e
Bug 592833 - Move seeking to the decode thread. r=roc
2011-07-12 15:39:25 +12:00
Chris Pearce
0a67b5d0ec
Bug 592833 - Move metadata decoding to decode thread. r=roc
2011-07-12 15:39:23 +12:00
Chris Pearce
e8fd74f46b
Bug 592833 - Split StartDecodeThreads() into StartDecodeThread() and StartAudioThread() for finer control. r=roc
2011-07-12 15:39:10 +12:00
Jonas Sicking
41aa9e9689
Bug 669437: Implement BlobBuilder.getFile. r=khuey
2011-07-11 19:42:02 -07:00
Jonas Sicking
904c1e5607
Bug 669433 Part 3: Make first argument to Blob.slice optional and defaulting to 0. r=khuey
2011-07-11 19:41:55 -07:00
Jonas Sicking
a130fb2231
Bug 669433 Part 2: Clean up File implementations. Move functions around such that they are grouped with their respective class. No other changes. r=khuey
2011-07-11 19:41:44 -07:00
Jonas Sicking
cd761b1960
Bug 669433 Part 1: Clean up File implementations by creating a storage-agnostic base class, nsDOMFileBase. r=khuey
2011-07-11 19:41:29 -07:00
Daniel Holbert
94b269683e
Backout f2390732b6a4 (Bug 668154) for apparently turning debug mochitest-oth & mochitest-4 perma-orange
2011-07-11 17:49:03 -07:00
Mats Palmgren
86ed4dc78f
Bug 648910 - Make nsIDOMHTMLImageElement widths and heights unsigned to match the HTML5 spec. r=jst
2011-07-11 22:18:26 +02:00
Geoff Lankow
4450e4f1ab
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests r=jmaher
2011-07-11 12:24:13 -07:00
Mounir Lamouri
095f54e27f
Bug 669308 - Introduce macros and method helpers to simplify participation of classes to the DOM Memory Reporter. r=bz
2011-07-11 17:23:26 +02:00
Mounir Lamouri
0fc5d0deac
Merge mozilla-inbound into mozilla-central.
2011-07-11 16:18:03 +02:00
Neil Deakin
bf5ff724ae
Bug 670148, remove nsIMenuFrame, r=roc
2011-07-11 10:05:07 -04:00
David Zbarsky
0c00e974d0
Bug 586786 - Fix legacy reflected attributes r=bz, mounir
2011-07-11 12:56:00 +02:00
Kyle Huey
acd2f08755
Merge m-i to m-c.
2011-07-09 20:19:36 -07:00
Chris Pearce
68f912bb40
Bug 670055 - Seek video to exact audio sample. r=kinetik
2011-07-09 13:10:40 +12:00
Bas Schouten
371b57bace
Bug 666097 - Fix radial gradient drawing in Azure. r=jrmuizel
...
* * *
Part 2: Adjust tests to properly confirm passing. r=jrmuizel
2011-07-08 18:49:35 +00:00
Robert O'Callahan
d4259656be
Bug 649924. Use image surfaces to implement canvases beyond the texture size limit. r=bas
2011-07-08 22:42:21 +12:00
Marco Bonardo
77013a6607
Merge mozilla-inbound and mozilla-central
2011-07-08 11:53:56 +02:00
Benoit Jacob
bd79b32960
Bug 665070 - turns out that uninitialized-test is still failing on the winxp test slaves due to old drivers - a=bustage
2011-07-07 23:54:35 -04:00
Michael Ventnor
696bb6cdcd
Followup to bug 528046 r=roc
2011-07-08 13:38:58 +10:00
Benoit Jacob
161950530d
Bug 665070 - turns out that uninitialized-test is still failing on the linux test slaves due to old drivers - a=bustage
2011-07-07 22:22:00 -04:00
Benoit Jacob
638c30cb0b
Bug 665936 - string crash found while fuzzing WebGL shaders - r=jrmuizel
2011-07-07 20:01:17 -04:00
Benoit Jacob
a869b97f2e
Bug 665070 - part 14: check error in copyTexImage2D - r=jrmuizel
2011-07-07 20:01:17 -04:00
Benoit Jacob
b50611915e
Bug 665070 - part 13: require all framebuffer attachments to have same size - r=jrmuizel
2011-07-07 20:01:17 -04:00
Benoit Jacob
efc55cfb8e
Bug 665070 - part 12: textures are not RectangleObjects, but framebuffer attachments are - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
3b6d33a3a6
Bug 665070 - part 11: check error in texImage2D - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
0f1920f3c2
Bug 665070 - part 10: check error in renderbufferStorage - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
c238e59df8
Bug 665070 - part 9: check error in bufferData - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
93be0be563
Bug 665070 - part 8: add ErrorName helper (there is no part 7 anymore) - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
d92db41f6a
Bug 665070 - part 6: update SynthesizeGLError - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
097c045697
Bug 665070 - part 5: implement WebGLContext::UpdateWebGLErrorAndClearGLError - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
c1d0dbfdae
Bug 665070 - part 4: rename mSynthesizedGLError to mWebGLError - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
f95fa9b753
Bug 665070 - part 3: use GetAndClearError in WebGLContext::GetError - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
4bc4c1f507
Bug 665070 - part 2: use GetAndClearError in WebGL initialization - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
91cee5542c
Bug 638549 - WebGL about:memory - part 5: add accounting for WebGLShaders - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
7bfcf3a16d
Bug 638549 - WebGL about:memory - part 4: add accounting for WebGLBuffer caches - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
1564e232fc
Bug 638549 - WebGL about:memory - part 3: add accounting for WebGLRenderbuffers - r=jrmuizel
2011-07-07 20:01:16 -04:00
Benoit Jacob
28a7557da7
Bug 638549 - WebGL about:memory - part 2: add accounting for WebGLBuffers - r=jrmuizel
2011-07-07 20:01:15 -04:00
Benoit Jacob
dac4fc3fb6
Bug 638549 - WebGL about:memory - part 1: initial implementation accounting for WebGLContexts and WebGLTextures - r=jrmuizel
2011-07-07 20:01:12 -04:00
Patrick McManus
039573fbff
bug 662692 - Do not allow mixed-content WebSockets r=smaug
2011-07-10 12:31:41 -04:00
Felipe Gomes
13ae42ad11
Bug 583976. Part 4 pre - some clean up and adjustments to enable needs-focus tests for OOP content. r=cjones
2011-06-22 13:43:05 -07:00
Felipe Gomes
9628013f99
Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz
2011-06-21 17:32:43 -07:00
Felipe Gomes
cd0044077e
Bug 583976. Part 1 - Add focus manager support for focus activation/deactivation in remote content. r=enn,smaug
2011-06-17 17:08:32 -07:00
Felipe Gomes
9c7b33f3ba
Bug 663035. Retrieving docShell of remote frames should simply return null instead of throwing. r=bsmedberg
2011-06-14 17:29:10 -07:00
Boris Zbarsky
98438db3d3
Bug 664916. Make sure that we're dealing with an element when getting tagName. r=sicking
2011-07-07 14:17:13 -04:00
Vishnu S
1af956ad4d
Bug 636512 - Make document.getSelection() return the same as window.getSelection(). r=bzbarsky
2011-07-07 14:17:13 -04:00
Daniel Holbert
3af495ae2e
Bug 669727: Remove set-but-unused variable isDeepDocumentClone from nsNodeUtils.cpp. r=smaug
2011-07-07 09:57:22 -07:00
Jonathan Watt
a6bd5094da
Bug 669584 - The kungFuDeathGrip is required if the new length is less than the old length, since the items are created lazily and so the last strong ref to the object could be at any index. r=dholbert.
...
--HG--
extra : rebase_source : bc3dd36d99d3478434315afe04b404bfdd0bee61
2011-07-07 16:48:10 +01:00
Marco Bonardo
5b0aa644a2
Merge mozilla-inbound and mozilla-central
2011-07-07 12:02:38 +02:00
Michael Ventnor
c8b8f837a5
Bug 528046 - Fix printing of tall images in image documents r=jst
2011-07-07 14:04:04 +10:00
Masayuki Nakano
5b85458cfd
Bug 663039 content should use mozilla::Preferences r=roc+jwatt+chris.double+bjacob
2011-07-07 11:00:02 +09:00
Chris Pearce
b26b7e038c
Bug 635726 - Escape backoff in Ogg seek when we back off back to start of seek target range. r=doublec
2011-07-07 09:51:26 +12:00
Chris Pearce
93b85eed54
Bug 635726 - Ignore Ogg header pages in seek timestamp capture. r=doublec
2011-07-07 09:50:44 +12:00
Kyle Huey
34b5ded286
Bug 668361: File ctor should fail if passed a directory. r=sicking
2011-07-06 09:35:12 -07:00
Olli Pettay
cbd9514f5a
Additional test for Bug 666604, r=volkmar
...
--HG--
extra : rebase_source : 3ff98e5bb1ab594db111e81501abb5cf2b43d60d
2011-07-06 16:02:26 +03:00
Mounir Lamouri
37db201966
Bug 668826 - Make reflectString able to test reflections with different IDL attribute and content attribute names. r=Ms2ger
2011-07-06 14:47:41 +02:00
Mounir Lamouri
7967fa907e
Merge mozilla-inbound into mozilla-central.
2011-07-06 14:43:52 +02:00
Chris Pearce
1b723928c5
Bug 592833 - Merge backout. r=philor
2011-07-06 19:22:06 +12:00
Chris Pearce
c6b73f16a1
Bug 592833 - Backout due to suspected android crashtest permaorange. r=philor
2011-07-06 19:21:49 +12:00
Chris Leary
289351b012
Merge mozilla-central and tracemonkey.
2011-07-05 17:30:35 -07:00
Mounir Lamouri
cde7f05f8a
Bug 668824 - Move content/html/content/test/test_bug630889.html to forms/test_textarea_attributes_reflection.html. r=Ms2ger
...
--HG--
rename : content/html/content/test/test_bug630889.html => content/html/content/test/forms/test_textarea_attributes_reflection.html
2011-07-06 00:45:29 +02:00
Mounir Lamouri
bc0d212794
Bug 668822 - Move input.size reflection tests to test_input_attributes_reflection.html. r=Ms2ger
2011-07-06 00:44:43 +02:00
Mounir Lamouri
f81bd6fdc5
Bug 668820 - Improve how we pass arguments to reflects.js methods. r=Ms2ger
2011-07-06 00:42:44 +02:00
Mounir Lamouri
21d2cf9664
Bug 668816 - Refactorize test_input_email.html. rs=sicking
2011-07-06 00:32:41 +02:00
Mounir Lamouri
9990f3c349
Bug 668817 - Update the validity when changing the multiple attribute. r=sicking
2011-07-06 00:31:23 +02:00
Chris Pearce
3cb067296b
Bug592833 - Update comments for new video decoder thread model. r=roc
2011-07-06 10:05:25 +12:00
Chris Pearce
41c252a53d
Bug 592833 - Shutdown inactive media decode threads, don't start audio thread until needed. r=roc
2011-07-06 10:05:24 +12:00
Chris Pearce
71b9bf3985
Bug 592833 - Merge all media state machines into a single thread. r=roc
2011-07-06 10:05:24 +12:00
Chris Pearce
7c701aa361
Bug 592833 - Run media state machine as a series of events. r=roc
2011-07-06 10:05:24 +12:00
Chris Pearce
bfd7ad4423
Bug 592833 - Move audio stream management to audio thread. r=roc
2011-07-06 10:05:08 +12:00
Chris Pearce
d343bdfd2e
Bug 592833 - Remove nsBuiltinDecoderReader monitor. r=roc
2011-07-06 10:03:32 +12:00
Chris Pearce
48387c1643
Bug 592833 - Move seeking to the decode thread. r=roc
2011-07-06 10:03:21 +12:00
Chris Pearce
23e7bf406c
Bug 592833 - Move metadata decoding to decode thread. r=roc
2011-07-06 10:03:11 +12:00
Chris Pearce
3b48c23ee6
Bug 592833 - Split StartDecodeThreads() into StartDecodeThread() and StartAudioThread() for finer control. r=roc
2011-07-06 10:03:01 +12:00
Boris Zbarsky
9d196a37bb
Bug 668690. When scripts are disabled, don't bother preloading them. r=sicking
2011-07-05 17:33:03 -04:00
Marco Bonardo
e2c04d1fe3
Merge mozilla-inbound and mozulla-central
2011-07-05 14:02:19 +02:00
Ms2ger
7c3f38dcd7
Bug 651858 - Address comments; pending-r=roc
2011-07-05 12:15:17 +02:00
Marco Bonardo
6ab202261d
Merge last green changeset from mozilla-central to mozilla-inbound
2011-07-05 10:47:39 +02:00
Marco Bonardo
9234f5517b
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-05 10:15:27 +02:00
Bas Schouten
ab39deeadf
Bug 668801 - Part 1: Adjust Azure for traditional shadow drawing style. r=jrmuizel
2011-07-05 06:28:14 +00:00
Jason Duell
df9f677e15
Bug 664860. Rename nsIWebSocketHandler -> nsIWebSocketChannel. r=biesi
...
--HG--
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketChannel.idl
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketListener.idl
2011-07-04 21:18:32 -07:00
Jason Duell
2687f9cc18
bug 664860: Rename websockets mochi test. r=biesi
...
--HG--
rename : content/base/test/file_ws_basic_tests_wsh.py => content/base/test/file_websocket_basic_wsh.py
rename : content/base/test/test_ws_basic_tests.html => content/base/test/test_websocket_basic.html
2011-07-04 21:18:30 -07:00
Daniel Holbert
addd855796
Bug 669237: Fix init list order in nsBuiltinDecoderReader.h r=cpearce
2011-07-04 18:31:28 -07:00
Robert Longson
f00099e5d2
Bug 669216 - Simplify some of the number-optional-number implementation. r=dholbert
2011-07-04 22:19:54 +01:00
Bas Schouten
6f97e9e7b9
Bug 668801: Backed out Bug 656844 - changeset a565838cfc3a.
2011-07-04 16:35:50 +00:00
Bas Schouten
0df395b2ad
Bug 668801: Backed out Bug 656844 - changeset 22ec5982eca7.
2011-07-04 16:32:36 +00:00
Neil Deakin
7618552aa5
Bug 663728, use ids of nodes in xml datasources, r=jonas
2011-07-04 10:39:06 -04:00
Marco Bonardo
82f7b47d00
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-04 12:46:07 +02:00
Peter Van der Beken
7e94825de1
Fix for bug 667315 (Make unknown handler forward to new handler). r=sicking.
2011-07-01 12:55:05 +02:00
Phil Ringnalda
620d9c0335
Back out 29ec386d969f and ed18b0cca283 (bug 462959) for a very frequent assertion loop in test_played.html
2011-07-03 18:26:00 -07:00
Ms2ger
771229ce97
Bug 383383 - Don't throw NS_ERROR_DOM_NOT_SUPPORTED_ERR from nsHTMLScriptElement::MaybeProcessScript; r=smaug
2011-07-03 11:53:41 +02:00
Phil Ringnalda
7be4d8b280
Merge m-c to m-i
2011-07-03 19:21:16 -07:00
Robert Longson
5f56f7a108
Bug 669025 - class name and proto chain interface mismatch with number-optional-number and integer-optional-integer. r=dholbert
2011-07-03 20:49:11 +01:00