Trevor Saunders
68f78f5108
bug 1107337 - Teach refChildCB to deal with proxies r=lsocks, davidb
2015-06-11 11:39:58 -04:00
Trevor Saunders
6b3c584e0d
bug 1107337 - implement ProxyAccessible::EmbeddedChildAt r=lsocks, davidb
2015-06-11 11:39:58 -04:00
Trevor Saunders
c2a7947887
bug 1107337 - Add OuterDocAccessible::RemoteChildDoc() r=lsocks, davidb
...
OuterDocAccessibles can be the container for a remote top level document. We
sometimes need to get the child for these OuterDocAccessible's which means
the child is a proxy while the original object was an actual Accessible.
This means we need to add a different function instead of making ChildAt() do
the right thing.
2015-06-11 11:39:57 -04:00
Trevor Saunders
49c7254fe8
bug 1107337 - support downcasting Accessible to OuterDocAccessible r=lsocks, davidb
2015-06-11 11:39:57 -04:00
Brian Hackett
0c57a2bf4a
Bug 1172545 - Recover from OOM if Ion compilation is skipped due to not being able to allocate a 'this' object, r=jandem.
2015-06-11 08:38:59 -07:00
Gregory Szorc
0ab322a7fe
Bug 1173633 - Print docstrings of mach command handlers in help output; r=ahal
...
`mach help <command>` currently only displays a brief description of the
command along with its arguments. Sometimes more detailed help text is
needed.
With this commit, the docstrings of mach command handlers will appear in
the output of `mach help <command>` if they are defined.
I've implemented basic docstrings for the three flavors of mach commands
(normal command, main subcommand, subcommand) to demonstate things work.
My hope is others will start to fill in docstrings once this feature
lands so the output for `mach help` can serve as a better learning guide
for new contributors.
2015-06-11 08:32:02 -07:00
Geoff Brown
80854ba664
Bug 1173120 - Add timeout parameter to devicemanagerADB._runCmd; r=armenzg
2015-06-11 09:22:48 -06:00
Geoff Brown
cc037549be
Bug 1173180 - Guard against null selectedTab handling Viewport:FixedMarginsChanged; r=kats
2015-06-11 09:22:47 -06:00
Tobias Schneider
4701ecfa88
Bug 1173544 - Add tests for Canvas CSS/SVG Filters. r=mstange
2015-05-08 12:22:18 -07:00
Markus Stange
e079b8ae43
Bug 1163124 - The initial value of the canvas filter property should be "none". r=roc
2015-05-28 17:08:13 -04:00
Markus Stange
1585b41398
Bug 1163105 - Flush frames before building the filter. r=roc
2015-06-09 18:49:17 -04:00
Markus Stange
f26567f80e
Bug 1163105 - Make nsReferencedElement work with referencing elements that are not in their document's DOM tree. r=roc
2015-05-28 16:59:00 -04:00
Markus Stange
a1602b0b0d
Bug 1169331 - Always clip rotated buffer quadrant drawing to the fill rect. r=jrmuizel
2015-06-05 13:34:54 -04:00
Markus Stange
c8056f28c1
Bug 971811 - Don't prepend an empty existing DYLD_INSERT_LIBRARIES path when launching the plugin. r=smichaud
2015-06-10 12:54:52 -04:00
Markus Stange
199e0c0991
Bug 1119106 - Give these enums better names. r=smichaud
2015-06-08 16:19:47 -04:00
Markus Stange
d6bb01d500
Bug 1119106 - Add an explanatory comment. r=smichaud
2015-06-08 16:17:41 -04:00
Markus Stange
bed9b41252
Bug 1119106 - Increase the radio button rendering bottom margin on 10.10 so that the button hits its frame more accurately. r=smichaud
2015-06-02 17:49:57 -04:00
Markus Stange
df7afab285
Bug 1119106 - Increase the maximum focus ring width on 10.10 to 7 pixels. r=smichaud
2015-06-02 18:05:17 -04:00
Markus Stange
ac364f0efa
Bug 1119106 - Stop double-drawing focus rings for checkboxes and radio buttons on 10.10. r=smichaud
2015-06-10 19:02:30 -04:00
Paul Adenot
c86904e4cb
Bug 974089 - Handle the fact that a MediaStream can now be destroyed from the graph thread. r=jesup,padenot
...
Part of the patch from jesup.
2015-06-10 19:31:12 +02:00
Karl Tomlinson
e644e622d9
Bug 974089 - Destroy WebAudio MediaStream when a source finishes. r=padenot
2015-06-10 13:31:29 +02:00
Jon Coppeard
d7db84a536
Bug 1172641 - Fix class tests to not fail on builds where classes are not enabled. r=shu
2015-06-09 07:20:00 +02:00
Carsten "Tomcat" Book
21d9685ebf
Backed out changeset 136d0f3fe47c (bug 1172193) for causing bc3 leaks in browser_notifications.js on a CLOSED TREE
2015-06-11 16:35:44 +02:00
Carsten "Tomcat" Book
5499480aae
Backed out changeset bf800c62eeba (bug 1172641)
2015-06-11 16:35:09 +02:00
Fernando Jimenez
fd45d8da7c
Bug 1137245 - ServiceWorkerManager should set WorkerPrivate::LoadInfo::mIndexedDBAllowed correctly. r=bent, bkelly
2015-06-11 15:32:54 +02:00
Fernando Jimenez
60419caa2e
Bug 1152899 - Disallow the interception of third-party iframes using service workers when the third-party cookie preference is set. r=smaug,baku
2015-06-11 15:32:54 +02:00
Benjamin Bouvier
5eafba4557
Bug 1172895: Raise the stack size limit for JS helper threads; r=bhackett
2015-06-09 23:09:37 +02:00
Nicolas B. Pierron
b273f076c9
Bug 1166711 part 2.7 - ScalarReplacement: Replace M{Store,Load}UnboxedString by an offset on the MObjectState. r=bhackett
2015-06-11 14:30:34 +02:00
Nicolas B. Pierron
7c83b7cce9
Bug 1166711 part 2.6 - ScalarReplacement: Replace M{Store,Load}UnboxedObjectOrNull by an offset on the MObjectState. r=bhackett
2015-06-11 14:30:34 +02:00
Nicolas B. Pierron
89743d66b8
Bug 1166711 part 2.5 - ScalarReplacement: Replace M{Store,Load}UnboxedScalar by an offset on the MObjectState. r=bhackett
2015-06-11 14:30:33 +02:00
Nicolas B. Pierron
23ff8e52c8
Bug 1166711 part 2.4 - MObjectState: Add support for encoding unboxed objects. r=bhackett
2015-06-11 14:30:33 +02:00
Nicolas B. Pierron
b0668b3ba6
Bug 1166711 part 2.3 - M{Load,Store}UnboxedScalar: Rename indexType to storageType. r=bbouvier
2015-06-11 14:30:32 +02:00
Nicolas B. Pierron
da6a07679d
Bug 1166711 part 2.2 - IonBuilder::loadUnboxedProperty: Rename scaledOffset to index. r=bhackett
2015-06-11 14:30:32 +02:00
Nicolas B. Pierron
5406e6f1a7
Bug 1166711 part 2.1 - Check Scalar Replacement with both unboxed object and without. r=bhackett
2015-06-11 14:30:31 +02:00
Nicolas B. Pierron
7c5807dbb7
Bug 1166711 part 1.1 - Recover CreateThisWithTemplate with unboxed objects. r=bhackett
2015-06-11 14:30:31 +02:00
Nicolas B. Pierron
ac5002a5a3
Bug 1166711 part 0.5 - Add a big comment to explain Recover instructions. r=bhackett
2015-06-11 14:30:31 +02:00
Nicolas B. Pierron
0c66e12baa
Bug 1166711 part 0.3 - Scalar Replacement split functions and improve the spew. r=bhackett
2015-06-11 14:30:30 +02:00
Nicolas B. Pierron
c7494e85de
Bug 1166711 part 0.2 - JitSpew add scope-base indentation level. r=bhackett
2015-06-11 14:30:30 +02:00
Nicolas B. Pierron
3ab3d370c2
Bug 1166711 part 0.1 - Use JitSpewPrinter instead of stderr. r=bhackett
2015-06-11 14:30:30 +02:00
Nicolas B. Pierron
3c3f5ca6ea
Bug 1165348 - Move Scalar Replacement after GVN. r=jandem
2015-06-11 14:30:29 +02:00
Nicolas B. Pierron
7e0bf1e61b
Bug 1125481 - FunctionInfo: Remove useless inline keywords. r=Waldo
2015-06-11 13:32:24 +02:00
Nicolas B. Pierron
dbc33a4b2f
Bug 1125481 - Replace FunctionInfo macros by variadic templates. r=Waldo
2015-06-11 13:32:24 +02:00
Nicolas B. Pierron
1ef5caf4ec
Bug 1168500 - Replace the operator, by variadic templates. r=Waldo
2015-06-11 13:32:23 +02:00
Nick Fitzgerald
6203117309
Bug 1173513 - Point to SavedFrame.md docs from JSAPI comments; r=fitzgen
2015-06-10 15:59:00 +02:00
Kelly Davis
1aefd08d3d
Bug 1172925 - Part 1 of 1: Patch re-enables pocketsphinx, sphinxbase, and models on Windows B2G builds. r=gps
2015-06-09 22:42:00 +02:00
Nicolas B. Pierron
8dfcce7bbb
Bug 1170750 - Replace %f by %.16g in js/src. r=jandem
2015-06-11 13:19:32 +02:00
Jed Davis
3dc7579e8b
Bug 1170334 - Re-escape entities in nsWebBrowserPersist XML stylesheet handling. r=hsivonen
2015-06-10 18:33:00 +02:00
Kershaw Chang
300764e414
Bug 1170939 - Close PBontentBridge when receving shut dwon message, r=khuey
2015-06-10 19:08:00 +02:00
Jose Antonio Olivera Ortega
69ea4a00f4
Bug 1168226 - ServiceWorkerRegistrar only use the scope when registering a service worker. r=baku
2015-06-10 10:17:00 +02:00
JerryShih
60278540c0
Bug 1165161 - stop bootAnim with "browser-ui-startup-complete" event. r=mwu
2015-06-05 00:30:00 +02:00