Xidorn Quan
74745cbfcc
Backed out changeset 94b5ea8bed5c (bug 1355683)
...
MozReview-Commit-ID: AJJ7hSuOQNX
2017-05-19 14:57:35 +10:00
Xidorn Quan
965dabfa7a
Bug 1355683 - Remove Window.getDefaultComputedStyle. r=bz
...
MozReview-Commit-ID: A2IwfiJiPL
2017-04-13 16:50:37 +08:00
Cameron McCormack
da116eab12
Bug 1346623 - Part 2: Add an API to get computed style values through an AnonymousContent object. r=bholley
...
MozReview-Commit-ID: Dbvuk16CjFT
2017-03-16 22:46:43 +08:00
Carsten "Tomcat" Book
c5d4129195
Backed out changeset 39ee9556d4a0 (bug 1346623)
2017-03-17 08:18:53 +01:00
Cameron McCormack
97821e5abb
Bug 1346623 - Part 2: Add an API to get computed style values through an AnonymousContent object. r=bholley
...
MozReview-Commit-ID: Dbvuk16CjFT
2017-03-16 22:46:43 +08:00
Markus Stange
f31e292d29
Bug 1302551 - Add AnonymousContent::SetCutoutRectsForElement to allow a more efficient find bar highlighter implementation. r=smaug
...
This part just sets a cutoutregion property on the element node and schedules a paint.
The next part will check for that property and create a display item for the element
in question.
MozReview-Commit-ID: EbPr8it5Lpw
2016-09-15 14:58:15 -04:00
Markus Stange
0de06f6d85
Bug 1302556 - Start AnonymousContent::GetElementById iteration at mContentNode. r=smaug
...
This renames kid to node and starts the iteration at mContentNode instead of at mContentNode->GetFirstChild().
MozReview-Commit-ID: HFiHXZg0gLS
2016-09-13 18:19:07 -04:00
Mike de Boer
34c97f402f
Bug 1290914 - support Element.animate() on AnonymousContent nodes through the AnonymousContent.setAnimationForElement() method. r=bz
...
MozReview-Commit-ID: 39QPaCea7Dx
2016-09-08 22:38:53 +02:00
Aryeh Gregor
0dab479110
Bug 1193762 part 6 - Return raw pointer, not nsCOMPtr; r=froydnj
...
This could alternatively have been fixed by changing
AccessibleCaret::CaretElement to return an nsCOMPtr instead of a raw
pointer, but I chose to change this in the other direction instead, to
match the accepted convention.
2016-05-01 21:29:23 +03:00
Nicholas Nethercote
7f7c26ed62
Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm.
...
do_GetAtom() is currently just a synonym for NS_NewAtom().
2016-03-29 10:09:43 +11:00
Matteo Ferretti
758592e8fd
Bug 1212477 - Needs a way to access to <canvas>'s context (2d, webgl) from Anonymous Content API; r=roc;r=smaug
2015-11-15 14:48:32 +01:00
Birunthan Mohanathas
a29151dc87
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Andrew McCreight
92010d3e4c
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
2015-05-03 15:32:37 -04:00
Boris Zbarsky
ea881b3a53
Bug 1117172 part 2. Change the non-wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
...
The only manual changes here are to BindingUtils.h, Codegen.py, and
StructuredClone.cpp. The rest of this diff was generated by running the following commands:
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/WrapObject\((JSContext *\* *(?:aCx|cx)),(\s*)(JS::MutableHandle<JSObject\*> aReflector)/WrapObject(\1,\2JS::Handle<JSObject*> aGivenProto,\2\3/g'
find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx)), this, aReflector/\1, this, aGivenProto, aReflector/'
2015-03-19 10:13:32 -04:00
Peter Van der Beken
a3f5de9681
Bug 1096328 - Remove nativeOwnership from Bindings.conf, make rooting analysis happy. r=bz.
2015-01-08 22:56:42 +01:00
Patrick Brosset
a707d7c539
Bug 1020244 - Ability to insert AnonymousContent nodes in the canvasFrame via a chrome-only Document API; r=smaug; r=roc; r=ehsan
2014-10-28 11:15:25 +01:00
Patrick Brosset
c277c3e7a1
Bug 1020244 - AnonymousContent API and implementation; r=smaug
2014-10-28 11:15:21 +01:00