Bill McCloskey
478824de97
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-22 16:09:22 -07:00
Bill McCloskey
b3efda9b23
Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
eb18231fcc
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
1080819d4b
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-22 16:09:21 -07:00
Bill McCloskey
fa351c11d6
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
...
--HG--
rename : browser/components/extensions/test/browser/browser_extensions_simple.js => browser/components/extensions/test/browser/browser_ext_simple.js
rename : toolkit/components/extensions/test/mochitest/file_contentscript_page1.html => toolkit/components/extensions/test/mochitest/file_sample.html
2015-09-22 16:09:20 -07:00
Bill McCloskey
dc51880f6b
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-22 16:09:20 -07:00
Bill McCloskey
68b72b8a50
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
2380c07907
Bug 1207311 - No need for \!nsAccUtils::MustPrune(acc) in DocAccessibleChild::RecvExtents, r=tbsaunde
...
--HG--
extra : rebase_source : 89e844a308063a9e82467778a0286c0161a0ea1e
2015-09-23 01:45:27 +03:00
Olli Pettay
c14791c067
Bug 1207253 - make getChildCountCB correctly deal with outerdoc accessibles with proxy children, r=tbsaunde
...
--HG--
extra : rebase_source : 8d40383e824bbfdf35cc99c1a0a55f50a8e31dbb
2015-09-23 01:43:51 +03:00
Jeff Gilbert
0b43ed5707
Bug 1206907 - GenerateWarning should output to Web Console, not Browser Console. - r=bholley
2015-09-22 15:51:01 -07:00
Nikhil Marathe
4b3d721ca7
Bug 1184798 - Update web-platform-tests expected data. a=testonly
...
--HG--
extra : commitid : 5leI52ZNA6Z
extra : rebase_source : 2fbac06440b248d26049c4a23c77851157e9f7e7
2015-09-21 23:20:57 -07:00
Nikhil Marathe
6f31e1cab7
Bug 1184798 - same origin, cors and no-cors load tests. r=bkelly
...
--HG--
extra : commitid : 8GodYVLHw9r
extra : rebase_source : 661a5eee4de989ba552a335c897c4da6f6e714ce
2015-09-17 12:57:50 -07:00
Nikhil Marathe
48d53f38df
Bug 1184798 - Ensure workers loads are treated as non-subresource fetches. r=jdm
...
--HG--
extra : commitid : KSrA2sDx3MI
extra : rebase_source : c28988811316aa40e38752669a928d27750001b6
2015-09-17 11:56:41 -07:00
Terrence Cole
b085be6a53
Bug 1206987 - Only suppress windows failure dialog boxes during tests; r=sfink
2015-09-22 14:32:43 -07:00
Cameron McCormack
7d52a3fbf3
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
0b7aa7d6ab
Bug 1206107 - fire show event for reallocated accessible after it was reallocated, r=tbsaunde
2015-09-22 16:46:40 -04:00
Nikhil Marathe
7ca77d3083
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.
--HG--
rename : testing/web-platform/mozilla/tests/service-workers/service-worker/getregistrations.sub.html => testing/web-platform/mozilla/tests/service-workers/service-worker/getregistrations.https.html
extra : commitid : COWgSA2yLxV
extra : rebase_source : e50bae30d93459c78223b99bb540a0503a75a59f
2015-09-14 12:58:09 -07:00
Ehsan Akhgari
0af321ed42
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
b1c196880f
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
fd3361fcbd
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
dfa1f73b98
Bug 1206106 - Create a java tarball that works on CentOS 6, r=dustin
2015-09-22 14:24:09 -07:00
Wes Kocher
0ceb5b85ae
Backed out changeset 19320abf76b1 (bug 1207088) for Werror bustage CLOSED TREE
2015-09-22 12:46:09 -07:00
Jordan Lund
9950603342
Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, CLOSED TREE NPOTB r=testing
...
--HG--
extra : source : 520103c26e0c757ce307f18e4d0becfa2f76868f
extra : amend_source : c1d32ba99d53cde3a614af0bd3d96b084ef0f641
2015-09-22 11:34:15 -07:00
Jonathan Watt
d62f457c73
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
1952467338
Bug 1199221 - Implement JS::ubi::Node::size for js::ObjectGroup referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
5c1fb4b1f9
Bug 1199220 - Implement JS::ubi::Node::size for js::BaseShape referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
dd4075f4da
Bug 1199219 - Implement JS::ubi::Node::size for js::Shape referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
9305af1a00
Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink
2015-09-22 12:15:24 -07:00
Nick Fitzgerald
3cb27f5fd9
Bug 1199217 - Implement JS::ubi::Node::size for js::jit::JitCode referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
e1f7ac5d49
Bug 1199216 - Implement JS::ubi::Node::size for JSScript referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
6085d9d0f0
Bug 1199215 - Implement JS::ubi::Node::size for JS::Symbol referents; r=sfink
2015-09-22 12:15:23 -07:00
Nick Fitzgerald
16ce95af26
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
1b86ebf34b
Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap
2015-09-22 12:09:42 -07:00
Wes Kocher
02fd124a0c
Backed out changeset 520103c26e0c (bug 1206106) for apparently breaking b2g device builds CLOSED TREE
...
--HG--
rename : testing/taskcluster/scripts/misc/repackage-jdk-ubuntu.sh => testing/taskcluster/scripts/misc/repackage-jdk.sh
2015-09-22 11:56:01 -07:00
Nick Fitzgerald
6f88dbdf6e
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
b4f9f4b790
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
80b590d642
Bug 1206106 - Create a java tarball that works on CentOS 6, taskcluster task template, NPOTB r=testing
...
--HG--
rename : testing/taskcluster/scripts/misc/repackage-jdk.sh => testing/taskcluster/scripts/misc/repackage-jdk-ubuntu.sh
2015-09-22 11:34:15 -07:00
L. David Baron
403e6f2a92
Bug 1206105 - Use CheckedInt for an+b selector matching. r=bzbarsky
...
--HG--
extra : transplant_source : %95Z1JF%FES%FF%9F%F8%F9%9D%5Eu%E7s%CC%8C%99%3C
2015-09-22 11:25:38 -07:00
Daniel Holbert
796640812b
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
3def9c33a7
Bug 1207210 - Fix MTypeBarrier::alwaysBails to handle ObjectOrNull inputs correctly. r=h4writer
2015-09-22 20:11:31 +02:00
Boris Zbarsky
9fe6d747e1
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
c985f025b2
Bug 1199952 - Mark formal arguments when we have a LazyLink frame. r=nbp
2015-09-22 19:08:21 +02:00
Jacek Caban
da1f9eab72
Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs
2015-09-22 19:07:10 +02:00
Patrick McManus
94bbb268e4
bug 366559 - backout due to android build bustage patch 7 on CLOSED TREE r=backout
...
--HG--
extra : amend_source : c5d7b9ed27860c9aff9598814762fea9b1c00089
2015-09-22 12:47:25 -04:00
Michael Layzell
3c93c54b80
Bug 918742 - Correct handling of author-supplied charsets in XMLHttpRequest, r=bz
2015-09-22 12:26:15 -04:00
Patrick McManus
24ea44733e
bug 366559 - patch 7, content-encoding brotli for https r=bagder
2015-09-18 18:04:28 -04:00
Patrick McManus
5fd5ee712e
bug 366559 - patch 6, support different content encodings for http vs https r=bagder
2015-09-19 18:51:32 -04:00
Patrick McManus
d57114716b
bug 366559 - patch 5, fix nsHTTPCompressConv manual addref r=bagder
2015-09-18 13:58:14 -04:00
Patrick McManus
41fd8ca785
bug 366559 - patch 4, fix nsHTTPCompressConv namespace r=bagder
2015-09-18 21:24:28 -04:00
Patrick McManus
a2e1d4e4d9
bug 366559 - patch 3, fix nsHTTPCompressConv bracing style r=bagder
2015-09-18 13:54:01 -04:00