Dan Glastonbury
560bce12ae
Bug 843668 - Implement WebGL -draft- extension EXT_sRGB. r=jgilbert
...
https://www.khronos.org/registry/webgl/extensions/EXT_sRGB/
See content/canvas/test/webgl/conformance/extensions/ext-sRGB.html for example
usage.
2013-10-16 08:27:59 -04:00
Rik Cabanier
891788aa06
Bug 768067 - Implement canvasRenderingContext2D.get/setLineDash. r=roc
2013-10-16 08:27:59 -04:00
Masayuki Nakano
6931c6e1e5
Bug 920377 part.33 Get rid of mozilla::WheelEvent r=roc
2013-10-16 18:37:36 +09:00
Wes Kocher
8161558ae5
Merge inbound to m-c
2013-10-15 20:15:17 -07:00
George Wright
3dd339e001
Bug 915938 - Honour the glyph rendering options set by the platform when drawing text on a <canvas> r=jfkthame
2013-10-13 12:23:20 -04:00
Tom Schuster
f59a4cd93b
Bug 8844105 - Handlify JS_WrapObject. r=terrence
2013-10-15 20:02:23 -04:00
Carsten "Tomcat" Book
50e98b12c6
Merge mozilla-central to b2g-inbound
2013-10-15 10:43:38 +02:00
Matt Woodrow
e418bc6293
Bug 926258 - Remove gfxFlattenedPath as it doesn't match the abstraction we want for Moz2D. r=roc
2013-10-15 16:23:21 +13:00
Matt Woodrow
5c42e29ba2
Bug 922942 - Use Moz2D for canvas snapshots when the canvas and content backends don't match. r=roc
2013-10-15 16:23:20 +13:00
Karl Tomlinson
e228c084a4
b=923106 recompute frequency dependent parameters when OscillatorType changes r=padenot
...
mSquare, mTriangle, and mSaw are not initialized in the OscillatorNodeEngine
constructor, just like they are not initialized when switching to
OscillatorType::Sine. These parameters are initialized if and when switching
to the OscillatorTypes that use them.
mFinalFrequency, mNumberOfHarmonics, mSignalPeriod, mAmplitudeAtZero,
mPhaseIncrement, mPhaseWrap are not initialized in the OscillatorNodeEngine
constructor, just like they are not initialized immediately on switching
OscillatorType. These parameters are initialized in
UpdateParametersIfNeeded(), conditional on mRecomputeParameters.
--HG--
extra : transplant_source : a%C1%83%03%03%5CJ%88%99j%A0%93%05%92%06%CA%D6%8B%00%21
2013-10-15 13:10:02 +13:00
Jonathan Watt
706b2893d4
Bug 926330 - Make DirPickerFileListBuilderTask threading assertion fatal. r=smaug
2013-10-15 01:18:40 +01:00
Masatoshi Kimura
606fe041b9
Bug 872934 - Make style sheet change event interfaces [ChromeOnly]. r=smaug
2013-10-15 04:03:37 +09:00
Ryan VanderMeulen
a80b1ea22a
Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
...
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Ed Morley
d9879cd4ec
Merge latest green inbound changeset and mozilla-central
2013-10-14 17:39:02 +01:00
Ed Morley
a16d0ccb8f
Merge latest green b2g-inbound changeset and mozilla-central
2013-10-14 17:36:01 +01:00
Ed Morley
da83085a5c
Backed out changeset ccf11ae08ba2 (bug 882541)
2013-10-14 17:30:43 +01:00
Ed Morley
ea40357a49
Backed out changeset 734a282006c2 (bug 915558) for causing topcrash bug 926427
2013-10-14 15:58:51 +01:00
Kyle Huey
80a708caab
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-14 19:58:25 +08:00
Sotaro Ikeda
852bed7c7d
Bug 923848 - Reuse mp3 file format check result. r=doublec
2013-10-14 07:37:09 -04:00
Phil Ringnalda
95093a98d7
Backed out 2 changesets (bug 915757, bug 919885) for xpcshell bustage
...
Backed out changeset 5d17d90b838d (bug 915757)
Backed out changeset 91495d3a91c8 (bug 919885)
2013-10-13 21:59:58 -07:00
Kyle Huey
6d62264056
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-14 11:10:44 +08:00
Phil Ringnalda
95759c43cf
Merge m-i to m-c
2013-10-13 10:18:40 -07:00
Ryan VanderMeulen
a05e896f96
Merge m-c to fx-team.
2013-10-12 14:28:58 -04:00
Mina Almasry
01b53453c2
Bug 698437 - Allow spatial navigation with directional controller. r=kats
2013-10-12 13:59:50 -04:00
Garrett Robinson
9c90069d5d
Bug 925186 - Update test_bothCSPHeaders.html to catch the case where an invalid prefixed header fails closed. r=sstamm
2013-10-11 17:01:37 -07:00
Martijn Wargers
e6a1d72158
Bug 901343 - Tests that use createSystemXHR are failing on b2g mochitest. r=sicking
2013-10-12 02:18:34 +02:00
Garrett Robinson
38d688077c
Bug 925186 - Fix regression in handling the simultaneous use of pre-1.0 and 1.0 CSP headers. r=sstamm
2013-10-10 13:48:14 -07:00
Thomas Zimmermann
ba40fab0c9
Bug 924678: Stop MP3 parser if decoder got cleared, r=doublec
...
If the decoder has been cleaned up, there is no point in further
parsing the MP3 file. This patch makes the I/O logic stop in that
case.
The patch also fixes a bug where the beginning of an MP3 chunk was
parsed multiple times if the chunk is larger than 4 GiB.
--HG--
extra : rebase_source : d247ed3995991d362c51a0666274e9de3b90b7d2
2013-10-14 10:38:48 +02:00
Thomas Zimmermann
568572011d
Bug 924678: Explicitly clear OmxDecoder::mDecoder, r=doublec
...
The MediaDecoderStateMachine frees the Decoder during its own
shutdown. If the the MediaDecoderStateMachine for an MP3 file
gets cleaned up before the MP3 frame parser is finished, the
OmxDecoder operates with an invalid Decoder.
With this patch, the MediaDecoderStateMachine informs the
OmxDecoder to clear the decoder field. The MP3 parser logic
detects this case and returns.
--HG--
extra : rebase_source : 0a00de3cf7b95ede77408e5d43cccbcd706750cd
2013-10-14 10:38:17 +02:00
Benjamin Chen
a9ca45668c
Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps
2013-09-23 17:53:36 +08:00
Benjamin Chen
03c4ac4845
Bug 831645 - Part1, Add Rtsp protocol and streaming protocol interface. r=jduell.mcbugs, sworkman
2013-09-23 18:12:11 +08:00
Carsten "Tomcat" Book
2470775768
Backed out changeset 3620f49eb6e9 (bug 872934) Win XP PGO Bustage
2013-10-14 12:46:25 +02:00
Masatoshi Kimura
fd53cfd596
Bug 872934 - Make style sheet change event interfaces [ChromeOnly]. r=smaug
2013-10-14 17:15:28 +09:00
Jonathan Watt
88e0bcde09
backout a268f8037bb0
2013-10-14 08:48:39 +01:00
Jonathan Watt
9b16c85ee3
Bug 912492 - Clear HTMLInputElement.files immediately after a user picks a directory. r=smaug
2013-10-08 18:48:04 +01:00
Jonathan Watt
d25d94a1cc
Bug 923926 - Allow content authors to cancel the directory scan initiated when the user picks a directory. r=smaug
2013-10-08 18:47:49 +01:00
Jonathan Watt
cfe58b85ab
Bug 923922, part 2 - Allow DirPickerBuildFileListTasks to be cancelled, and cancel any in-progress DirPickerBuildFileListTasks when the user picks a new directory. r=smaug
2013-10-08 18:47:08 +01:00
Jonathan Watt
e98f834b90
Bug 923922, part 1 - Rename DirPickerBuildFileListTasks to DirPickerFileListBuilderTask. r=smaug
2013-10-06 10:01:38 +01:00
André Reinald
9ded7a778d
Bug 868648: Make window overlay scrollbars appear/disappear when 2 fingers down/up trackpad. Credits to Markus for his help getting this right. r=mstange,masayuki,smichaud
2013-08-16 23:17:40 +02:00
Stephen Pohl
8e7e13c21d
Bug 673875: Reproduce the bounce behavior when reaching the top/bottom of the page on OSX. r=smichaud,felipe,masayuki
2013-10-11 15:48:53 -04:00
Boris Zbarsky
7439df1aae
Bug 925495 part 2. Make the localName and nodeName bindings use DOMString, for extra speed. r=smaug
2013-10-11 12:28:23 -04:00
Ryan VanderMeulen
b8ea0766d3
Backed out changesets 46029c9fbfe4 and 6114164c3d1b (bug 925495) for OSX (at least) crashes.
2013-10-11 13:38:28 -04:00
Boris Zbarsky
316fae665f
Bug 882541 part 4. Treat undefined as missing for optional WebIDL arguments. r=khuey,ms2ger
2013-10-11 12:28:24 -04:00
Boris Zbarsky
387d7f73c8
Bug 925495 part 2. Make the localName and nodeName bindings use DOMString, for extra speed. r=smaug
2013-10-11 12:28:23 -04:00
Stephen Pohl
d6f559de1c
Backout 751bcb37cdb6 for bustage on a CLOSED TREE. r=me
2013-10-11 10:50:25 -04:00
Stephen Pohl
aa89a4515b
Bug 673875: Reproduce the bounce behavior when reaching the top/bottom of the page on OSX. r=smichaud,felipe,masayuki
2013-10-11 10:02:31 -04:00
Benoit Jacob
9b609532b0
Bug 922921 - Consistently check attrib accesses in WebGLVertexArray. Also rename a few things. - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
8d9374f04e
Bug 924193 - Drop WebGLTexelConversions' custom FORCE_INLINE macro, use MOZ_ALWAYS_INLINE - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
e52dbaed88
Bug 924192 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelPremultiplicationOp enum - r=jgilbert
2013-10-11 09:16:44 -04:00
Benoit Jacob
625d40fbff
Bug 924191 - Use MOZ_BEGIN_ENUM_CLASS for the WebGLTexelFormat enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
2998967184
Bug 924189 - Use MOZ_BEGIN_ENUM_CLASS for the WebGL VertexAttrib0 enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
9ffc6b23d8
Bug 924188 - Use MOZ_ASSERT where appropriate in WebGL code - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
0e6cdbb7f0
Bug 924186 - Simplify WebGLFramebuffer's CC goop - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
76acfffadf
Bug 924176 - Warn on prefixed WebGL extensions usage (deprecated) - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
31b388a74f
Bug 922810 - Fix the build on compilers not supporting strong enums - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
c1068e71b9
Bug 922810 - Part 8: Defer/avoid initialization of texture images - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
f381117c01
Bug 922810 - Part 6: Clean up and optimize fake black textures implementation - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
70e268f927
Bug 922810 - Part 5: do not initialize depth textures before they get rendered to, use a fake black texture instead - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
d3ed28c249
Bug 922810 - Part 4: make BindTexture smart enough to not clear the context's mFakeBlackStatus when nothing changed - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
0ada058e54
Bug 922810 - Part 3: introduce transparent fake black textures alongside existing opaque ones - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
5e11f6d43d
Bug 922810 - Part 2: reorganize the tracking of fake back statuses - r=jgilbert
2013-10-11 09:16:43 -04:00
Benoit Jacob
d2a1326b16
Bug 922810 - Part 1: track image initialization with a WebGLImageDataStatus enum - r=jgilbert
2013-10-11 09:16:43 -04:00
Andrea Marchesini
848dcf3943
Bug 924870 - AudioContext.mozAudioChannel attribute, r=ehsan
2013-10-11 13:55:47 +02:00
Carsten "Tomcat" Book
19d472dcbb
merge b2g-inbound to mozilla-central
2013-10-11 11:15:46 +02:00
Wes Kocher
3087222a6b
Merge m-c to inbound
2013-10-10 19:09:24 -07:00
Wes Kocher
b643cbab41
Merge inbound to m-c
2013-10-10 18:59:58 -07:00
Jeff Gilbert
8188f38ab2
Bug 872701 - Add test that highp floats work iff GL gives a format for them. - r=bjacob
2013-10-10 17:59:39 -07:00
Mike Hommey
6a714831b9
Bug 922460 - Kill media/webrtc/shared_libs.mk. r=ted
...
--HG--
rename : media/webrtc/shared_libs.mk => layout/media/webrtc/Makefile.in
2013-10-11 08:15:24 +09:00
Kyle Machulis
afc7d87085
Bug 925229: Turn DataChannelListener into its own header to avoid windows.h inclusion; r=jesup
2013-10-10 14:04:28 -07:00
Steven Michaud
1cd5baa317
Bug 925411 - Temporarily backout patch for bug 868646 for causing this bug. r=spohl
2013-10-10 16:22:02 -05:00
Olli Pettay
702caab246
Bug 916576, follow the com rules when calling LoadURI, r=bz
2013-10-10 23:28:07 +03:00
Mina Almasry
1ff6850a22
Bug 696451 - Reload <img> when crossOrigin attribute is set. r=bz
2013-10-10 10:54:02 -04:00
Phil Ringnalda
9788cd061a
Backed out 2 changesets (bug 872701)
...
CLOSED TREE
Backed out changeset 8fcfc380bfc9 (bug 872701)
Backed out changeset 31014a7ee3ab (bug 872701)
2013-10-09 21:40:21 -07:00
Wes Kocher
241cbe421d
Followup to bug 872701 to fix tests on a CLOSED TREE
2013-10-09 19:13:34 -07:00
Ehsan Akhgari
282051982e
Bug 924248 - Make nsIDocument.h go on a diet; r=jst
...
The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
2013-10-07 22:21:07 -04:00
Jeff Gilbert
8db0e7c299
Bug 872701 - Add test that highp floats work iff GL gives a format for them. - r=bjacob
2013-10-09 16:41:56 -07:00
Benjamin Smedberg
d8185b20ac
Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj
2013-10-10 08:48:03 -04:00
Trevor Saunders
82c7dd7f46
bug 915558 - save attributes of binding element to the startup cache r=smaug
2013-09-25 16:32:05 -04:00
Ryan VanderMeulen
f76c2246e8
Backed out changeset 8517afe50156 (bug 540456) for reftest failures.
...
CLOSED TREE
2013-10-09 15:12:21 -04:00
Boris Zbarsky
6195bac64d
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
2013-10-09 12:05:22 -04:00
Edgar Chen
a8154f3d20
Bug 873380 - Part 1: Refined the error report policy for card lock functionality. r=smaug. sr=hsinyi
2013-09-25 14:49:44 +08:00
André Reinald
d248f3924a
Bug 868648 - Make window overlay scrollbars appear/disappear when 2 fingers down/up trackpad. r=mstange, r=masayuki
...
Credits to Markus for his help getting this right.
2013-08-16 23:17:40 +02:00
Rik Cabanier
c6c93f2cad
Bug 540456 - Support HTML5 canvas draw{Custom,System}FocusRing(). r=smaug
2013-10-09 12:59:50 -04:00
Ed Morley
b29a404ca7
Backed out changeset 8fa0cbe4a54d (bug 817194) for build failures
2013-10-09 17:48:13 +01:00
Ed Morley
d3ad6a9766
Backed out changeset ccedb8b1cefc (bug 817194)
2013-10-09 17:47:58 +01:00
Boris Zbarsky
77ffdb3ea1
Bug 817194 followup because someone added another *Initializer use. r=bustage
2013-10-09 12:20:49 -04:00
Boris Zbarsky
cd528c76db
Bug 817194. Make WebIDL dictionary types sanely initialized by default; add a new Fast subclass to handle cases when we can skip the initialization safely. r=khuey
2013-10-09 12:05:22 -04:00
Jukka Jylänki
6dbe7560f5
Bug 924264 - Fix WebGL.getUniform on non-first array entry in uniform arrays - r=bjacob
2013-10-09 10:35:12 -04:00
Mina Almasry
aa3ff733ae
Bug 863966 - Improve perf of querySelector by caching selector list. r=bz
2013-10-09 09:20:45 -04:00
Andrea Marchesini
dcccbc9a00
Bug 923310 - Crash in HTMLInputElement in B2G, r=jwatt
2013-10-09 13:15:14 +02:00
Carsten "Tomcat" Book
b69ac18c34
merge b2g-inbound to mozilla-central
2013-10-09 10:13:52 +02:00
Karl Tomlinson
2cc43e65c2
b=924288 no need to set filter parameters after every process() r=ehsan
...
--HG--
extra : transplant_source : %23%D1%3B%D8%03%85%25%95%A8z%15%24K%F0%F7f2%20u%95
2013-10-09 15:33:07 +13:00
Karl Tomlinson
1882e19f7d
b=924286 handle non-unit mVolume in BiquadFilterNode r=ehsan
...
--HG--
extra : transplant_source : %E5%9E%3E%5D%F2%E5%99%7B%88%DB%21%7D%1C%82%1A.q%26%F0%EA
2013-10-09 15:33:02 +13:00
Karl Tomlinson
a5dfe99463
b=922458 allow copying the last sample in an AudioBuffer channel r=ehsan
...
--HG--
extra : transplant_source : %5EM%40g%06n%04%A1%DB%0A%7D%3A%5C6%21%CA%C101%09
2013-10-09 15:32:16 +13:00
Fabrice Desré
3749574c01
Bug 918658 - Don't pretend that mozIApplication inherits from mozIDOMApplication r=bent
2013-10-08 15:52:26 -07:00
Robert Longson
a795a4cfaa
Bug 922593 - Prevent signed integer overflows calculating gaussian blurs. r=roc
2013-10-07 14:59:41 +01:00
Andrea Marchesini
c826a0cf79
Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey
2013-10-05 19:35:19 -04:00
Masatoshi Kimura
8d661e8d96
Bug 922931 - Display a placeholder for broken images if the alt attribute is unset even in no-quirks mode. r=bz
2013-10-06 05:25:49 +09:00
Phil Ringnalda
b3ca5bdee5
Merge m-c to m-i
2013-10-04 22:17:30 -07:00
Phil Ringnalda
d1a7c5d6ec
Merge b-i to m-c
2013-10-04 22:06:34 -07:00
Phil Ringnalda
1e33cf41ff
Back out 99b749ea1fb9 (bug 863966) on suspicion of causing frequent Android robocop-2 crashes
2013-10-04 19:36:53 -07:00
Andrew Quartey
7d85856710
Bug 893309 - Part b: Expose TrackEvent as a property on the window. r=smaug
2013-10-04 14:28:25 -04:00
Andrew Quartey
63455e984d
Bug 893309 - Implement TrackEvent. r=cpearce
2013-10-04 14:28:25 -04:00
Mina Almasry
385f1fcf4d
Bug 863966 - Improve perf of querySelector by caching selector list. r=bz
2013-10-04 13:23:26 -04:00
Andrew Quartey
3315b7dcc8
Bug 918940 - Part b: Implement setRangeText for HTMLTextAreaElement. r=ehsan
2013-10-04 11:30:07 -04:00
Andrew Quartey
9782a2b4ef
Bug 918940 - Part a: Make HTMLInputElement::SetSelectionRange fire select event asynchronously per spec. r=ehsan
2013-10-04 11:30:07 -04:00
Carsten "Tomcat" Book
623455bcc7
Backed out changeset b607cc162c2c (bug 874508) for causing perma orange b2g-crashtest failures
2013-10-04 16:31:02 +02:00
Bobby Holley
4bd83fcb28
Bug 921454 - Allow chromeOnlyContent to work for non-chrome XBL documents. r=smaug
...
Given that we turn off XBL for the web, this just affects remote XUL/XBL, in
particular our tests. And it's expedient for NAC testing to be able to test
with an in-content XBL binding.
2013-10-04 13:29:35 +02:00
Andrea Marchesini
aaf2e61bf2
Bug 874508 - Web Audio is connected to AudioChannelService, r=ehsan
2013-10-04 06:27:49 -04:00
Phil Ringnalda
674bb561f6
Backed out changeset 643354059afb (bug 874508) for b2g build bustage
...
CLOSED TREE
2013-10-03 20:11:58 -07:00
Andrea Marchesini
fdbb7e1fbe
Bug 874508 - Web Audio is connected to AudioChannelService, r=ehsan
2013-10-03 18:42:04 -04:00
Andrea Marchesini
8c22a53a8f
Bug 923517 - AudioDestinationNode should work as an EventTarget, r=ehsan
2013-10-03 18:40:20 -04:00
Sid Stamm
5eac7c6a72
Bug 916881 - remove stray refinePolicy in CSPUtils.jsm. r=grobinson
2013-10-03 14:35:42 -07:00
Kartikaya Gupta
61ef80d7aa
Bug 923472 - Use memset instead of block field assignment to fix a compile error. r=cpearce
2013-10-03 17:00:33 -04:00
Bobby Holley
b5995f0225
Bug 914618 - Reimplement XML pretty printing with events. r=smaug
2013-10-03 16:02:36 +02:00
Andy Wingo
73cf8a0ea1
Bug 907077: Change for-of to conform to latest ES6 specification. r=jwalden
2013-10-03 13:37:57 +01:00
JW Wang
9fefe5496e
Bug 921695 - Part 2: Modify callers. r=karlt
2013-10-01 14:22:57 +08:00
JW Wang
a27668516f
Bug 921695 - Part 1: Add convert function. r=karlt
2013-10-01 14:22:54 +08:00
Ms2ger
ae8c899faf
Merge m-c to inbound.
2013-10-03 11:09:17 +02:00
Sotaro Ikeda
514fe61054
Bug 922334 - Add zero division check and prevent unncecessary mp3 parsing r=doublec
2013-10-03 10:53:21 +02:00
Ms2ger
c70ce4799c
Bug 913920 - Part b: Implement HTMLFormControlsCollection and use it for HTMLFormElement.elements; r=dzbarsky
2013-10-03 09:11:27 +02:00
Ms2ger
d0de1e4081
Bug 913920 - Part a: Rename nsFormControlList and move it to its own files; r=dzbarsky
...
--HG--
rename : content/html/content/src/HTMLFormElement.cpp => content/html/content/src/HTMLFormControlsCollection.cpp
rename : content/html/content/src/HTMLFormElement.cpp => content/html/content/src/HTMLFormControlsCollection.h
2013-10-03 09:11:26 +02:00
Ms2ger
df62fb8b0f
Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps
2013-10-03 09:11:13 +02:00
Ms2ger
2f7a94dd23
Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal
2013-10-03 09:10:00 +02:00
Ms2ger
9d5ce8dfb7
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Jonathan Watt
7826047f62
Bug 912489 - Including the name of the directory picked by HTMLInputElement.openDirectoryPicker() in File.path. r=sicking
2013-10-02 00:26:40 +01:00
Masayuki Nakano
b266c80d36
Bug 920377 part.32 Get rid of nsMouseEvent r=roc
2013-10-02 15:38:27 +09:00
Masayuki Nakano
0823bd31f1
Bug 920377 part.31 Get rid of nsEvent r=roc
2013-10-02 12:46:04 +09:00
Masayuki Nakano
096a701901
Bug 920377 part.30 Get rid of nsGUIEvent r=roc
2013-10-02 12:46:03 +09:00
Daniel Holbert
e93aca6aaa
Bug 923188: Add missing #include to HTMLCanvasElement.cpp, to fix build bustage with --disable-webgl. r=ehsan
2013-10-02 13:42:17 -07:00
Ehsan Akhgari
1e1f27abed
Bug 923151 - Part 2: Don't #include nsIDocument.h in mozilla/dom/Element.h; r=jst
...
--HG--
extra : rebase_source : 8c5f5429574313a1304eb2779cdb6b5702e4094d
2013-10-02 16:09:18 -04:00
Stephen Pohl
ea8a209585
Backed out changeset ab0d7dbb81b2 for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:47 -04:00
Stephen Pohl
06d59c2315
Backed out changeset 4a02b0e5f388 for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:44 -04:00
Stephen Pohl
09fb1b7283
Backed out changeset a5b64ac96886 for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:40 -04:00
Stephen Pohl
06f6408020
Backed out changeset d04e3e715d7c for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:38 -04:00
Stephen Pohl
44f91336db
Backed out changeset 68bad2f0b260 for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:32 -04:00
Stephen Pohl
0d5488e277
Backed out changeset f90b5cb4c293 for crash test failure on CLOSED TREE. r=me
2013-10-02 16:13:28 -04:00
Dale Harvey
067f779afc
Bug 923081 - Dont run contextmenu timer for remote events
2013-10-08 23:55:13 +02:00
Olli Pettay
9abc475180
Bug 923913 - Make Element.inner/outerHTML [Pure], r=bz
...
--HG--
extra : rebase_source : 81556c5031279cee3f33639a47f4fb83e2743403
2013-10-08 22:25:01 +03:00
Ryan VanderMeulen
f63bf2b4f3
Backed out changesets 5fa68d64f749, 103b40656e24, b1ff3efb43cf, 096455736704, and 4afd6fa3da19 (bug 817700) for mochitest-1 failures.
...
CLOSED TREE
2013-10-08 15:00:17 -04:00
Ryan VanderMeulen
1246abd954
Backed out changesets 0beb30c3e1af, 584f639cdb03, and 6a3b0b83d3f6 (bug 916128) for depending on bug 817700.
2013-10-08 14:59:25 -04:00
Andrea Marchesini
937fe179d0
Bug 874508 - Web Audio is connected to AudioChannelService, r=ehsan
2013-10-08 20:20:33 +02:00
Milan Sreckovic
4fdf7dc46d
Bug 916128: Force canvas element size to >= 1 to match the behavior in the contexts. r=bas
2013-10-03 14:47:42 -04:00
Christoph Diehl
1a40394872
Bug 916128: Add crash test. r=khuey
2013-10-08 13:28:02 -04:00
Stephen Pohl
6e9d057083
Bug 916128: Ensure that image encoding callbacks are released on the main thread. r=khuey
2013-10-08 13:27:56 -04:00
Stephen Pohl
adf6f0a2c3
Bug 817700 - Fix test_toBlob canvas test. r=roc
2013-10-08 13:27:45 -04:00
Stephen Pohl
30e14e1d1b
Bug 817700 - Fix test_mozGetAsFile canvas test. r=roc
2013-10-08 13:27:40 -04:00
Stephen Pohl
5be9f3080d
Bug 817700 - Make <canvas>.toBlob run asynchronously - canvas changes. r=roc,bz
2013-10-08 13:27:29 -04:00
Stephen Pohl
989d1311c0
Bug 817700 - Make <canvas>.toBlob run asynchronously. r=seth,roc,bz
2013-10-08 13:27:25 -04:00
Neil Deakin
f9c4b5fd93
Bug 844941, only check dom.event.clipboardevents.enabled preference in non-chrome shells, r=ehsan
2013-10-08 10:49:58 -04:00