Bill McCloskey
7ab0636be2
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
42aee3f8d4
Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
f006b3e3fe
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
b40cce25fe
Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
cac9f0ed40
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
0c1c783bf4
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
da4cdc43c0
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
e974ed1c63
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
c87d18a79f
Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor)
2015-09-22 16:09:20 -07:00
Olli Pettay
d48487fe29
Bug 1207311 - No need for \!nsAccUtils::MustPrune(acc) in DocAccessibleChild::RecvExtents, r=tbsaunde
2015-09-23 01:45:27 +03:00
Olli Pettay
966a34c2af
Bug 1207253 - make getChildCountCB correctly deal with outerdoc accessibles with proxy children, r=tbsaunde
2015-09-23 01:43:51 +03:00
Jeff Gilbert
164f079e48
Bug 1206907 - GenerateWarning should output to Web Console, not Browser Console. - r=bholley
2015-09-22 15:51:01 -07:00
Nikhil Marathe
37d0b8c973
Bug 1184798 - Update web-platform-tests expected data. a=testonly
2015-09-21 23:20:57 -07:00
Nikhil Marathe
57d7bffa61
Bug 1184798 - same origin, cors and no-cors load tests. r=bkelly
2015-09-17 12:57:50 -07:00
Nikhil Marathe
b4ab0e78f8
Bug 1184798 - Ensure workers loads are treated as non-subresource fetches. r=jdm
2015-09-17 11:56:41 -07:00
Terrence Cole
1d6628f8f9
Bug 1206987 - Only suppress windows failure dialog boxes during tests; r=sfink
2015-09-22 14:32:43 -07:00
Cameron McCormack
3ae47121cf
Bug 1207028 - Add method to get a CSS property's sorted order position based on its IDL name. r=bzbarsky
2015-09-23 08:37:17 +10:00
Alexander Surkov
bce2fb5b16
Bug 1206107 - fire show event for reallocated accessible after it was reallocated, r=tbsaunde
2015-09-22 16:46:40 -04:00
Nikhil Marathe
20dd6fd3e6
Bug 1189671 - Fix getregistrations test. r=jgraham
...
Moves the test to .https so it actually works.
Switches to using promise_test like the current blink test since sequential promise is not implemented and not needed.
compares registrations by scope since getRegistrations() produces new objects every time.
Change the with_iframe() call for the remote frame registration to actually
wait till the remote register() finishes so there is a valid registration to
unregister() when the frame receives a message.
2015-09-14 12:58:09 -07:00
Ehsan Akhgari
4e77747c59
Bug 1205495 - Correctly use the requests's body and redirect mode in reroute.js; r=nsm
2015-09-22 17:45:37 -04:00
Jon Coppeard
8d143099c6
Bug 1206485 - "Boot loop after first boot on some devices (Xperia M2, ...)" [r=terrence f=lissyx+mozillians]
2015-09-22 05:40:00 -07:00
Mats Palmgren
733619921a
Bug 1206703
- [css-grid] In an empty grid all lines should be treated as 'auto' for abs.pos. items, i.e. snap to the padding edge. r=dholbert
2015-09-22 23:32:34 +02:00
Jordan Lund
3b15454d43
Bug 1206106 - Create a java tarball that works on CentOS 6, r=dustin
2015-09-22 14:24:09 -07:00
Wes Kocher
c6a3ef2a60
Backed out changeset 19320abf76b1 (bug 1207088) for Werror bustage CLOSED TREE
2015-09-22 12:46:09 -07:00
Jordan Lund
64b98dcf6c
Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, CLOSED TREE NPOTB r=testing
2015-09-22 11:34:15 -07:00
Jonathan Watt
93906e3074
Bug 1207088 - Don't show the "Choose folder..." button for a directory picking <input> on platforms that don't have a directory picker. r=jfkthame
2015-08-27 20:19:37 +01:00
Nick Fitzgerald
fdc3487b98
Bug 1199221 - Implement JS::ubi::Node::size for js::ObjectGroup referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
64da6c61c9
Bug 1199220 - Implement JS::ubi::Node::size for js::BaseShape referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
ca3f10d7ba
Bug 1199219 - Implement JS::ubi::Node::size for js::Shape referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
6d81eb63cc
Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
25f72b3504
Bug 1199217 - Implement JS::ubi::Node::size for js::jit::JitCode referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
d856feb452
Bug 1199216 - Implement JS::ubi::Node::size for JSScript referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
44fa198fb1
Bug 1199215 - Implement JS::ubi::Node::size for JS::Symbol referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
dc80274310
Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to
...
save heap snapsots into; r=mrbkap
2015-09-22 12:09:42 -07:00
Nick Fitzgerald
91d6c88f33
Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap
2015-09-22 12:09:42 -07:00
Wes Kocher
c2b7eef262
Backed out changeset 520103c26e0c (bug 1206106) for apparently breaking b2g device builds CLOSED TREE
2015-09-22 11:56:01 -07:00
Nick Fitzgerald
d574985840
Bug 1206288 - Remove JS::ubi::SimpleEdge and make JS::ubi::Edge a concrete class; r=shu
2015-09-22 11:34:30 -07:00
Nathan Froyd
4a1659c5a9
Bug 1207183 - micro-optimize removing work items from DecodePool's queues; r=seth
...
We're transferring ownership out of the queue; there's no reason for us
to pay for an AddRef/Release pair here.
2015-09-22 19:15:12 -04:00
Jordan Lund
46b37645c7
Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, NPOTB r=testing
2015-09-22 11:34:15 -07:00
L. David Baron
143c501b4b
Bug 1206105 - Use CheckedInt for an+b selector matching. r=bzbarsky
2015-09-22 11:25:38 -07:00
Daniel Holbert
3a4fa54329
Bug 1206996: Use range-based 'for' syntax to iterate across nsFrameLists in RestyleManager. r=tn
2015-09-22 11:21:44 -07:00
Jan de Mooij
b24561bb97
Bug 1207210 - Fix MTypeBarrier::alwaysBails to handle ObjectOrNull inputs correctly. r=h4writer
2015-09-22 20:11:31 +02:00
Boris Zbarsky
d74ed8ff32
Bug 1176313. Reland the changes to make Attr handling follow the spec again. This is a relanding of bug 1075702, effectively. r=smaug
2015-09-22 13:13:26 -04:00
Jan de Mooij
ec02c7db0c
Bug 1199952 - Mark formal arguments when we have a LazyLink frame. r=nbp
2015-09-22 19:08:21 +02:00
Jacek Caban
122e607eea
Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs
2015-09-22 19:07:10 +02:00
Patrick McManus
bb91433844
bug 366559 - backout due to android build bustage patch 7 on CLOSED TREE r=backout
2015-09-22 12:47:25 -04:00
Michael Layzell
26469c55d9
Bug 918742 - Correct handling of author-supplied charsets in XMLHttpRequest, r=bz
2015-09-22 12:26:15 -04:00
Patrick McManus
a4bec76373
bug 366559 - patch 7, content-encoding brotli for https r=bagder
2015-09-18 18:04:28 -04:00
Patrick McManus
e96a451bfd
bug 366559 - patch 6, support different content encodings for http vs https r=bagder
2015-09-19 18:51:32 -04:00
Patrick McManus
53bc1e7c18
bug 366559 - patch 5, fix nsHTTPCompressConv manual addref r=bagder
2015-09-18 13:58:14 -04:00