Commit Graph

263803 Commits

Author SHA1 Message Date
Bill McCloskey
cf65c89e14 Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor) 2015-09-22 16:09:23 -07:00
Bill McCloskey
d84222d35a 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
d2e0c2a43b Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor) 2015-09-22 16:09:22 -07:00
Bill McCloskey
1b29866815 Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor) 2015-09-22 16:09:22 -07:00
Bill McCloskey
0902468024 Bug 1202479 - [webext] Implement "current window" support in browser.{windows,tabs} (r=gabor) 2015-09-22 16:09:21 -07:00
Bill McCloskey
71e6dd74e6 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
99774f6297 Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor) 2015-09-22 16:09:21 -07:00
Bill McCloskey
23dae0936e Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor) 2015-09-22 16:09:20 -07:00
Bill McCloskey
4ed71b4c51 Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor) 2015-09-22 16:09:20 -07:00
Bill McCloskey
853ece0af0 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
2082db91c2 Bug 1207311 - No need for \!nsAccUtils::MustPrune(acc) in DocAccessibleChild::RecvExtents, r=tbsaunde 2015-09-23 01:45:27 +03:00
Olli Pettay
9682ed43f1 Bug 1207253 - make getChildCountCB correctly deal with outerdoc accessibles with proxy children, r=tbsaunde 2015-09-23 01:43:51 +03:00
Jeff Gilbert
be739e7d9c Bug 1206907 - GenerateWarning should output to Web Console, not Browser Console. - r=bholley 2015-09-22 15:51:01 -07:00
Nikhil Marathe
2cfc9dbef8 Bug 1184798 - Update web-platform-tests expected data. a=testonly 2015-09-21 23:20:57 -07:00
Nikhil Marathe
4bbbb66200 Bug 1184798 - same origin, cors and no-cors load tests. r=bkelly 2015-09-17 12:57:50 -07:00
Nikhil Marathe
7a0b9be53d Bug 1184798 - Ensure workers loads are treated as non-subresource fetches. r=jdm 2015-09-17 11:56:41 -07:00
Terrence Cole
55e7912569 Bug 1206987 - Only suppress windows failure dialog boxes during tests; r=sfink 2015-09-22 14:32:43 -07:00
Cameron McCormack
2e5660f95c 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
7f1e869419 Bug 1206107 - fire show event for reallocated accessible after it was reallocated, r=tbsaunde 2015-09-22 16:46:40 -04:00
Nikhil Marathe
d2a6c8d4de 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
2b01a8047f 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
fc921b0b24 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
7c79eed570 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
fffd9e8efd Bug 1206106 - Create a java tarball that works on CentOS 6, r=dustin 2015-09-22 14:24:09 -07:00
Wes Kocher
9b9ca05447 Backed out changeset 19320abf76b1 (bug 1207088) for Werror bustage CLOSED TREE 2015-09-22 12:46:09 -07:00
Jordan Lund
524ab3caae 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
85564b4433 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
d401d635f2 Bug 1199221 - Implement JS::ubi::Node::size for js::ObjectGroup referents; r=sfink 2015-09-22 12:15:24 -07:00
Nick Fitzgerald
7b9a8c2342 Bug 1199220 - Implement JS::ubi::Node::size for js::BaseShape referents; r=sfink 2015-09-22 12:15:24 -07:00
Nick Fitzgerald
db4b21b0f3 Bug 1199219 - Implement JS::ubi::Node::size for js::Shape referents; r=sfink 2015-09-22 12:15:24 -07:00
Nick Fitzgerald
da7ffb8b85 Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink 2015-09-22 12:15:24 -07:00
Nick Fitzgerald
bafed75ac9 Bug 1199217 - Implement JS::ubi::Node::size for js::jit::JitCode referents; r=sfink 2015-09-22 12:15:23 -07:00
Nick Fitzgerald
65f90889ff Bug 1199216 - Implement JS::ubi::Node::size for JSScript referents; r=sfink 2015-09-22 12:15:23 -07:00
Nick Fitzgerald
c97a4ce887 Bug 1199215 - Implement JS::ubi::Node::size for JS::Symbol referents; r=sfink 2015-09-22 12:15:23 -07:00
Nick Fitzgerald
46e4b0e593 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
a01fd11bd5 Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap 2015-09-22 12:09:42 -07:00
Wes Kocher
e14e114a0b Backed out changeset 520103c26e0c (bug 1206106) for apparently breaking b2g device builds CLOSED TREE 2015-09-22 11:56:01 -07:00
Nick Fitzgerald
d4c147af2c 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
a365c2b5e5 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
0b162183bd 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
5cef0df81e Bug 1206105 - Use CheckedInt for an+b selector matching. r=bzbarsky 2015-09-22 11:25:38 -07:00
Daniel Holbert
0b54e8c9c7 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
19d433f5f1 Bug 1207210 - Fix MTypeBarrier::alwaysBails to handle ObjectOrNull inputs correctly. r=h4writer 2015-09-22 20:11:31 +02:00
Boris Zbarsky
535a74aebe 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
9e1bd425ca Bug 1199952 - Mark formal arguments when we have a LazyLink frame. r=nbp 2015-09-22 19:08:21 +02:00
Jacek Caban
ceee103132 Bug 1207100 - Fixed nsEdgeReadingListExtractor.cpp compilation on GCC. r=Gijs 2015-09-22 19:07:10 +02:00
Patrick McManus
525dc42b23 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
1c1f0ab037 Bug 918742 - Correct handling of author-supplied charsets in XMLHttpRequest, r=bz 2015-09-22 12:26:15 -04:00
Patrick McManus
35dbf24b04 bug 366559 - patch 7, content-encoding brotli for https r=bagder 2015-09-18 18:04:28 -04:00
Patrick McManus
fd0c0ada66 bug 366559 - patch 6, support different content encodings for http vs https r=bagder 2015-09-19 18:51:32 -04:00