Honza Bambas
bf6ac747cf
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-15 14:38:48 +02:00
Jonathan Watt
082ba25ac4
Bug 861805 - Stop layers from snapping transforms for SVG content. r=roc
2013-04-15 13:30:28 +01:00
Jonathan Kew
c9148497c8
bug 861403 - fix mixing of device pixels with global display pixels in MoveClient and ResizeClient calculations. r=roc
2013-04-15 13:17:22 +01:00
Brian Hackett
ed81b4fac7
Bug 845596 - Keep track of free variables during syntax parsing, r=jorendorff.
2013-04-15 06:02:16 -06:00
Cameron McCormack
3a8c4b22d8
Bug 843917 - Test.
2013-04-15 19:50:57 +10:00
Jonathan Griffin
9839e1ef23
Bug 843793 - Throw specific errors when iframe is crashed or hung, r=mdas
2013-04-08 14:12:32 -07:00
Jonathan Griffin
2c766c10d7
Bug 838607 - Disable another click test, a=test-only
2013-04-15 01:40:08 -07:00
Jonathan Griffin
798f427f7e
Backed out changeset c2449e6144d1 (wrong bug #)
2013-04-15 01:43:14 -07:00
Jonathan Griffin
0036e3fef5
Bug 860104 - Disable another click test, a=test-only
2013-04-15 01:40:08 -07:00
Chris Lord
f67f2ed873
Bug 856932 - Fix async scrolling of auto-positioned fixed position elements. r=nrc
...
Layers representing auto-positioned fixed position elements should not be
offset by the fixed layer margins.
2013-04-15 09:31:48 +01:00
Chris Lord
d70ef10427
Bug 856932 - Fix fixed margins on position:fixed hierarchies. r=roc
...
Make sure that fixed margins aren't applied to auto-positioned frames, unless
their containing block is the primary frame of the body element.
2013-04-15 09:31:45 +01:00
Cameron McCormack
7fab8d9acb
Bug 843917 - Don't call InvalidateBounds() in nsSVGTextFrame2; leave invalidation to DLBI. r=jwatt
2013-04-15 17:16:07 +10:00
Matt Woodrow
30d119577c
Bug 859630 - Use the PresContext's document in FindContentInDocument when the frame doesn't have an associated nsIContent. r=roc
2013-04-15 18:55:36 +12:00
Matt Woodrow
c588729b56
Bug 859526 - Null check parent frames when wrapping preserve-3d display lists. r=roc
2013-04-15 18:55:34 +12:00
Matt Woodrow
4e46ff4088
Bug 861042 - Manually invalidate frames with both opacity and svg effects, as this isn't caught by DLBI. r=roc
2013-04-15 18:55:32 +12:00
Matt Woodrow
474260c7f1
Bug 857817 - Make AreLayerMarkedActive aware of preserve-3d transformed frames. r=roc
2013-04-15 18:55:29 +12:00
Jonathan Watt
53c3041810
Bug 859139 - Allow <input type=range> to keep its native styling when authors set its padding. r=mounir
2013-04-15 06:03:57 +01:00
Jonathan Watt
04978b7d16
Bug 860701 - Check for error in nsRangeFrame::GetValueAtEventPoint so that we don't change the value of <input type=range> when we can't convert an event to a valid point. r=me
2013-04-15 06:01:38 +01:00
Justin Busby
a0cb7bad49
Bug 755240 - Allow Fennec axis locking behaviour to be controlled by a pref. r=kats
2013-04-14 14:27:02 +01:00
Ehsan Akhgari
848d2fc00a
Bug 853298 - Part 2: Make AudioNode an EventTarget; r=smaug
2013-04-12 11:28:33 -04:00
Ehsan Akhgari
ff2971de14
Bug 853298 - Part 1: Switch the ownership model of audio nodes to be based the cycle collector with wrapper caches; r=roc
...
Here is what this patch does:
* Got rid of the JSBindingFinalized stuff
* Made all nodes wrappercached
* Started to hold a self reference while the AudioBufferSourceNode is playing back
* Converted the input references to weak references
* Got rid of all of the SetProduceOwnOutput and UpdateOutputEnded logic
The nodes are now collected by the cycle collector which calls into
DisconnectFromGraph which drops the references to other nodes and destroys the
media stream. Note that most of the cycles that are now inherent in the
ownership model are between nodes and their AudioParams (that is, the cycles
not created by content.)
2013-04-14 21:52:55 -04:00
Vincent Chang
94e3bcd2b8
Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap
2013-03-26 14:55:56 +08:00
Colby Russell
e50eed3a9f
Bug 861557 - nsIClassInfo.idl references non-existent nsIClassInfo.h. r=jlebar
2013-04-14 21:32:07 -04:00
Yura Zenevich
2f2ba8d262
Bug 861264 - Add support for options argument for OS.File.read method. r=Yoric
2013-04-14 21:32:07 -04:00
Ralph Giles
c4f4b023b5
Bug 860338 - Remove MOZ_WEBVTT. r=khuey, r=ted
...
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00
Raymond Lee
c286322b83
Bug 852032 - Create a PlacesBackups.jsm. r=mak
2013-04-10 17:10:33 +08:00
Valentin Gosu
d960bf3b0c
Bug 843865 - Implement Networking Dashboard using webidl. r=bz
2013-04-14 21:32:06 -04:00
Nicholas Cameron
21610b719e
Bug 861127, refactor ContentClientRemote::CreateBuffer. r=Bas
2013-04-15 13:25:14 +12:00
Jim Blandy
b615271c9e
Bug 857715: In testing/xpcshell/head.js, use 'uneval' to quote values passed to the child process. r=ted
2013-04-14 17:49:40 -07:00
Gijs Kruitbosch
a8833344c1
Bug 125082 - use GetChildren in inDOMUtils and inDeepTreeWalker to get native anonymous content, too. r=roc
2013-04-14 11:47:31 -07:00
David Zbarsky
b888bf773b
Bug 846995 Part 3: Rename DOMSVGAnimatedTransformList and kill nsISupports r=jwatt
...
--HG--
rename : content/svg/content/src/DOMSVGAnimatedTransformList.cpp => content/svg/content/src/SVGAnimatedTransformList.cpp
rename : content/svg/content/src/DOMSVGAnimatedTransformList.h => content/svg/content/src/SVGAnimatedTransformList.h
2013-04-14 18:56:34 -04:00
David Zbarsky
9a6d8db1ed
Bug 846995 Part 2: Rename SVGAnimatedTransformList to nsSVGAnimatedTransformList r=jwatt
...
--HG--
rename : content/svg/content/src/SVGAnimatedTransformList.cpp => content/svg/content/src/nsSVGAnimatedTransformList.cpp
rename : content/svg/content/src/SVGAnimatedTransformList.h => content/svg/content/src/nsSVGAnimatedTransformList.h
2013-04-14 18:56:34 -04:00
David Zbarsky
b87e489c14
Bug 846995 Part 1: Fix all the files that reference SVGAnimatedTransformList r=jwatt
2013-04-14 18:56:34 -04:00
rsx11m
f45b2df8fb
Bug 861633: Fix typo in new TLS sync preferences introduced with bug 733642, r=bsmith
2013-04-14 08:41:55 -05:00
David Zbarsky
045fad43d6
Bug 857884 - Use dom::EventTarget more in content/ and dom/ Part 3 r=Ms2ger
2013-04-14 14:27:33 -04:00
Tom Schuster
6e22249506
Bug 861461 - Resolve this in sandbox.importFunction. r=bholley
2013-04-14 18:45:36 +02:00
James Zhang
c233c28467
Bug 852400 - revert bug 739417 to support touchscreen on tara, r=mwu
2013-04-14 13:45:47 +02:00
Masayuki Nakano
a8cddee807
Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
2013-04-14 19:11:09 +09:00
Masayuki Nakano
bdf0c3380f
Bug 857820 part.2 Drop <blink> support from editor r=ehsan
2013-04-14 19:11:07 +09:00
Masayuki Nakano
d148b78956
Bug 857820 part.1 Drop blink effect implementation r=dbaron
2013-04-14 19:11:07 +09:00
Mike Hommey
074ffdb0b1
Bug 854103 - Ignore the high bits of returnReg in js_InternalInterpret on x86_64 when it actually holds a bool. r=dvander
2013-04-14 10:21:59 +02:00
Mike Hommey
8536ef2963
Bug 462463 - Remove mddepend.pl. r=ted
2013-04-14 10:14:31 +02:00
Mike Hommey
84672f781c
Bug 462463 - Add missing add_phony_targets.py file. r=me
2013-04-14 10:12:33 +02:00
Mike Hommey
b9ca04c0c4
Bug 860894 - Fix typelib.py after bug 462463. r=ted
2013-04-14 10:11:06 +02:00
Robert Longson
7407e43576
Bug 861188 - Fix empty transforms on svg elements. r=dholbert
2013-04-14 08:17:36 +01:00
Fabrice Desré
ff3c580b5e
Bug 861592 - Make isContentEditable() in form.js not fail with null elements r=ttaubert
2013-04-13 23:50:53 -07:00
Chris Peterson
2778c37412
Bug 861395 - Part 2: Still try to report exception if the exception reporter throws an exception. r=kats
2013-04-12 14:17:37 -07:00
Phil Ringnalda
748dfe1092
Back out 104ba36f44c0 (bug 845596) for jsreftest assertions
...
CLOSED TREE
2013-04-13 19:15:33 -07:00
Phil Ringnalda
57eb01050d
Back out f21835504604 (bug 860338) for build bustage
...
CLOSED TREE
2013-04-13 19:09:05 -07:00
Ralph Giles
befb5b2ba2
Bug 860338 - remove MOZ_WEBVTT. r=ted
...
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
The webvtt dom implementation and parser are a small amount of code.
Given the tendency of build-time switches to bitrot, it's not worth
keeping this one.
2013-04-10 16:37:00 -07:00