Eitan Isaacson
c7712e076f
Bug 1182214 - Follow-up to fix Presentation.displayedAccessibles getter. r=me CLOSED TREE
2015-09-14 13:34:26 -07:00
Michael Layzell
f02cbc1691
Bug 1202794 - Explicitly clear array in SortChildrenBy3DZOrder to satisfy the move analysis, r=mattwoodrow
2015-09-14 16:04:11 -04:00
Michael Layzell
9e13f65f5c
Bug 1202148 - Move current
in only one location in Intervals.h, r=jya
2015-09-14 16:04:10 -04:00
Michael Layzell
a0a31c7e72
Bug 1202014 - Don't use-after-move in ActorsChild.cpp, r=khuey
2015-09-14 16:04:10 -04:00
Nikhil Marathe
1ceb8ce252
Bug 1189656 - Fix fetch-request-fallback test paths. r=bkelly
...
Update web-platform-tests expected data
2015-09-10 16:45:54 -07:00
Wes Kocher
e82fed5ab9
Backed out 2 changesets (bug 1204397) for serviceworkers bustage
...
CLOSED TREE?
Backed out changeset 01cf8bf2f3d7 (bug 1204397)
Backed out changeset 6abdb99b2b30 (bug 1204397)
2015-09-14 12:46:57 -07:00
Neil Deakin
5022bbbc03
Bug 1202176, adjust coordinates from device to css pixels when drag popup moves, r=tn
2015-09-14 15:18:44 -04:00
Neil Deakin
44056c0f4a
Bug 1203134, autocomplete popup not positioned properly when it appears upwards, e10s only, r=felipe
2015-09-14 15:18:42 -04:00
Ehsan Akhgari
588a07e482
Bug 1070973 - Assert that at some point, the memory measured after a GC is lower than the one before a GC; r=fitzgen
2015-09-14 15:16:45 -04:00
Nick Fitzgerald
6aca0fced0
Bug 1204167 - Create the js::AutoSPSEntry RAII class for defining psuedo frame entries; r=djvj
2015-09-14 12:15:12 -07:00
Nick Fitzgerald
f495dd4417
Bug 1204168 - Add the js::ProfileEntry::setCategory method; r=djvj
2015-09-14 12:15:12 -07:00
Ben Kelly
e9a2668b96
Bug 1203680 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
2015-09-14 12:12:00 -07:00
Ben Kelly
dd919e9cdf
Backout rev b25230c0a193 for wrong bug number. r=me
2015-09-14 12:12:00 -07:00
Ben Kelly
2da7ffa737
Bug 1203680 P7 Fix e10s handling on interceptions resulting in redirect status codes. r=jdm
2015-09-14 12:04:56 -07:00
Ben Kelly
d22555b04d
Bug 1203680 P6 Re-enable some mochitests on e10s that were disabled due to serialization issue. r=nsm
2015-09-14 12:04:56 -07:00
Ben Kelly
21dfbd1ab0
Bug 1203680 P5 Make ServiceWorkerManager ensure channel upload stream is cloneable. r=nsm
2015-09-14 12:04:56 -07:00
Ben Kelly
4ad6ad758e
Bug 1203680 P4 Fix bug in nsStorageStream with reading streams created before data is populated. r=froydnj
2015-09-14 12:04:56 -07:00
Ben Kelly
3a3220a5d3
Bug 1203680 P3 Add a method to ensure an http upload stream is directly cloneable. r=mcmanus
2015-09-14 12:04:56 -07:00
Ben Kelly
9204ca9694
Bug 1093357 P2 Implement an NS_InputStreamIsCloneable() method. r=froydnj
2015-09-14 12:04:56 -07:00
Ben Kelly
6bdc03723f
Bug 1203680 P1 Test file blob uploads with service worker interception. r=nsm
2015-09-14 12:04:56 -07:00
Nikhil Marathe
b74da019db
Bug 1189686
- Disable unsupported sections. r=catalinb
...
This makes sure the test does not timeout. Due to the way the test is written,
failures are reported on the console rather than immediately failing the test,
which was leading to the timeouts. I have commented in Bug 1130685 to re-enable
these.
Update web-platform-tests expected data
2015-09-10 16:05:41 -07:00
Nikhil Marathe
01b54b8d03
Bug 1189653 - Wait for frame to be loaded and test to finish. r=bkelly
...
This test seems to work on central but fails due to a timing issue where the
channel may receive the message before the with_iframe() call resolves the next
promise to set the global variable `frame`. This patch tweaks the test to
resolve a promise instead when the test is done and then wait on the
with_iframe() promise and the test promise.
Update web-platform-tests expected data
2015-09-10 16:24:43 -07:00
Alexander Surkov
4a2a221d21
Bug 1133213 - make aria-owns to alter the accessible tree, fire show/hide mutation events as we do for the accessible tree alterations, r=yzen, f=davidb
2015-09-11 20:54:27 -04:00
Benoit Girard
41087db8b1
Bug 1191539 - DisplayPort should ForceInside frameRect to match compositor DisplayPort. r=kats
2015-09-09 14:41:38 -04:00
Ehsan Akhgari
8de3d79600
Bug 1204397 - Part 2: Recover from a double negative trap, r=me
2015-09-14 14:22:49 -04:00
Matt Woodrow
50df4ecab8
Bug 1204597 - Use Move constructor for opaque region in FrameLayerBuilder instead of copying. r=jrmuizel
2015-09-14 14:18:20 -04:00
Matt Woodrow
a00e502e96
Bug 1202029 - Use the containing block for determining perspective for transformed elements. r=dbaron
2015-09-14 14:17:40 -04:00
Matt Woodrow
4f06c92098
Bug 1203744 - Fix the SCREEN blend mode with CompositorOGL when the source data is unpremultiplied. r=dvander
2015-09-14 14:17:39 -04:00
Matt Woodrow
bbae63ee89
Bug 1197534 - Send RecycleTexture messages from the ImageBridge thread. r=sotaro
2015-09-14 14:17:39 -04:00
Jed Davis
8a29eeb71f
Bug 1202887 - Delay WebBrowserPersist error callbacks caused by IPC ActorDestroy. r=billm
...
The way IPDL glue currently works, it's unsafe to do Send__delete__ on
another actor in that context, and these callbacks can indirectly cause
that; see bug for details.
2015-09-14 11:18:28 -07:00
Aaron Klotz
d777a7a7e9
Bug 1194488: Part 2 - Make sure nsPluginTag::mSupportsAsyncInit is initialized in all constructors; r=jimm
2015-09-14 12:12:11 -06:00
Aaron Klotz
9865d6845f
Bug 1194488: Backed out changeset 108cd7f55f80 for having an incorrect bug number in commit message; r=backout
2015-09-14 12:09:56 -06:00
Nikhil Marathe
2425638ccf
Bug 1197012 - Fix ThrowTypeError in Notification. r=mccr8
2015-08-20 22:18:49 -07:00
Aaron Klotz
5d4573e24f
Bug 119488: Part 2 - Make sure nsPluginTag::mSupportsAsyncInit is initialized in all constructors; r=jimm
2015-09-11 16:10:10 -06:00
Eitan Isaacson
35a6124902
Bug 1182214 - Update highlight rect as you scroll. r=yzen
2015-09-14 10:52:43 -07:00
Eitan Isaacson
2df3ec8610
Bug 1182222 - Make Layerview support accessibility HTML navigation. r=yzen r=mfinkle
2015-09-14 10:52:43 -07:00
Eitan Isaacson
6e351e8c90
Bug 1203283 - Introduce Android "Control" traversal rule. r=yzen
2015-09-14 10:52:43 -07:00
Trevor Saunders
82ec2d34ca
bug 1196460 - remove proxy's ids when they are destroyed r=surkov
2015-09-14 13:33:39 -04:00
Trevor Saunders
31dcbd5a0f
bug 1196460 - teach GetChildIDFor() to deal with proxied accessibles r=surkov
2015-09-14 13:33:38 -04:00
Trevor Saunders
9db336b535
bug 1196460 - provide mapping from id to accessible in DocProxyAccessibleWrap
2015-09-14 13:33:38 -04:00
Trevor Saunders
d85db249fb
bug 1196460 - add method to get wrapper of proxy for document containing this proxied accessible r=surkov
2015-09-14 13:33:38 -04:00
Trevor Saunders
eff35c900e
bug 1196460 - make IsDoc() return true for wrappers of proxied documents r=surkov
2015-09-14 13:33:37 -04:00
Trevor Saunders
38a420fd55
bug 1196460 - create different proxy wrappers depending on the type of the proxy r=surkov
2015-09-14 13:33:37 -04:00
Trevor Saunders
acd026c4d6
bug 1196460 - add class for wrapping proxies of document accessibles r=surkov
...
For now this isn't really different from the class used to wrap
HyperTextAccessibles. However we will need to store extra data to map IDs to
accessibles when we implement events.
2015-09-14 13:33:37 -04:00
Trevor Saunders
b64d5149f2
bug 1196460 - make the ctor of HyperTextProxyAccessiblewrap public r=surkov
2015-09-14 13:33:36 -04:00
Terrence Cole
eaae78a40d
Bug 1202051 - Use a PersistentRooted to automate tracing of unwrappedException_; r=sfink
2015-09-04 13:40:59 -07:00
Kartikaya Gupta
2ea26571c1
Bug 1204508 - Remove calls to function that was removed. r=mfinkle
2015-09-14 13:08:47 -04:00
Andrea Marchesini
9d2163dd88
Bug 1203916 - Get rid of NS_DOMReadStructuredClone and NS_DOMWriteStructuredClone, r=smaug
2015-09-15 01:05:44 +08:00
Ralph Giles
82acee9cd7
Bug 1203736 - Convert H264::DecodeSPS assert to error return. r=jya
...
This lets us verify checking in a gtest.
2015-09-10 14:48:17 -07:00
Kearwood (Kip) Gilbert
5e0000c8bd
Bug 914457 - Part 2: Implement Crashtest
...
- Implemented a crashtest based on the testcase.
2015-09-14 09:26:13 -07:00