Commit Graph

386435 Commits

Author SHA1 Message Date
Ben Turner
21acdc6b04 Bug 1075302 - Allow Necko to do main thread I/O on remote blobs, r=khuey. 2014-10-07 12:26:59 -07:00
Trevor Saunders
9a32e7eeeb bug 1041070 - fix O(N^2) runtime of tree update r=surkov 2014-09-02 14:54:04 -04:00
Luke Wagner
8322b99e76 Bug 965880 - OdinMonkey: allow asm.js to change (resize) heap (r=bbouvier) 2014-10-07 14:07:52 -05:00
Luke Wagner
728e34063f Bug 965880 - OdinMonkey: allow typed array constructors to be imported and used (r=bbouvier) 2014-10-07 14:07:49 -05:00
Bill McCloskey
42e95291a1 Bug 1067576 - Make console.log work in frame scripts (r=Mossop) 2014-10-07 11:46:25 -07:00
Bill McCloskey
008e00e231 Bug 930243 - Add a processType flag to chrome manifest directives (r=froydnj) 2014-10-07 11:46:24 -07:00
Bill McCloskey
8045050edd Bug 1072467 - Add tests for e10s add-on shims (r=mconley,ted) 2014-10-07 11:46:24 -07:00
David Keeler
4ae95106e2 bug 1077891 - update getHSTSPreloadList.js to reflect changes to nsISiteSecurityService r=mmc DONTBUILD NPOTB 2014-10-06 11:28:15 -07:00
Sotaro Ikeda
bda824b950 Bug 1076868 - Fix RemoveTextureFromCompositableAsync() call handling r=nical 2014-10-07 11:37:15 -07:00
Randell Jesup
0d9b8ad89a Bug 1033335: Don't send IDRs to change bitrates or periodic ones to fix encoder errors r=pkerr 2014-10-07 14:14:01 -04:00
Markus Stange
2ac7cc891a Bug 1062801 - Fix non-unified build bustage. 2014-10-07 20:09:16 +02:00
Ryan VanderMeulen
cd3e8a6f73 Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)

CLOSED TREE

--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
227cb189b8 Bug 1079335 - Blob/File headers should be used in Fetch API, r=peterv - CLOSED TREE 2014-10-07 17:02:28 +01:00
Ed Morley
274873cbee Backed out changeset f1a21d8fcdd0 (bug 1076990) for intermittent failures & output not in the normal format; CLOSED TREE 2014-10-07 16:29:35 +01:00
Ed Morley
4cc08d1e4f Backed out changeset 2e15d016544a (bug 1044256) for failures in testSIMD.js; CLOSED TREE 2014-10-07 16:25:08 +01:00
Ed Morley
e442de265a Backed out changeset ab230e36399b (bug 1044256) 2014-10-07 16:24:38 +01:00
Andrea Marchesini
77d3b8bb01 Bug 1079301 - Bug 1047483 - Porting DOMFile/DOMBlob to WebIDL requires CLOBBER - CLOSED TREE 2014-10-07 16:15:34 +01:00
Andrea Marchesini
64efa49fec Bug 1047483 - patch 5 - Remove 'name' in the FilePropertyBag dictionary, r=smaug 2014-10-07 15:20:59 +01:00
Andrea Marchesini
b0680af5f4 Bug 1047483 - patch 4 - Removing nsDOMBlobBuilder, r=ehsan
--HG--
rename : content/base/src/nsDOMBlobBuilder.cpp => content/base/src/MultipartFileImpl.cpp
rename : content/base/src/nsDOMBlobBuilder.h => content/base/src/MultipartFileImpl.h
2014-10-07 15:20:57 +01:00
Andrea Marchesini
c8190ba625 Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
78eb44f2cd Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
d272279126 Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley 2014-10-07 15:20:52 +01:00
Markus Stange
e8163acb37 Bug 846730 - Draw native-themed textarea borders using filling instead of stroking. r=smichaud 2014-10-07 16:18:02 +02:00
Markus Stange
eece1584e2 Bug 1062801 - Fill vibrant window regions with the correct vibrancy fill color. r=smichaud 2014-10-07 16:18:01 +02:00
Markus Stange
603aed5594 Bug 1077358 - Clip BasicColorLayer drawing to the layer's bounds. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
4c6fa36735 Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
391dd9ad59 Bug 1074280 - Use AsContainerLayer() in order to avoid a bad cast. r=roc 2014-10-07 16:18:00 +02:00
Vladimir Vukicevic
a5902d45bc Bug 912196. Add support for ANGLE D3D11 path. r=jgilbert
There are currently problems with the color format chosen
which breaks MSAA resolution. But we might as well land this
now.

--HG--
extra : rebase_source : 1287e5c059e263d03b0d612ce5cf17e93bc5b033
2014-04-03 13:29:22 +08:00
Valentin Gosu
6c0f3942a5 Bug 786419 - Part 12: Add getAppOfflineState to nsIIOService r=jduell 2014-10-07 17:08:07 +03:00
Valentin Gosu
2716c07b5f Bug 786419 - Part 11 - Address possible issues with offline notifications in nsGlobalWindow and WorkerPrivate r=bent
Part 2 of this bug adds nsGlobalWindow as an observer for the app-offline
notification. There are however a few corner cases we haven't handled.
For example: If the browser is offline, and an app is made offline,
there should be no offline event dispatched.
Also, WorkerPrivate should ignore offline events that cause no change
in its offline state.
2014-08-27 05:42:13 +03:00
Valentin Gosu
0820a97576 Bug 786419 - Part 10 - Fix app wrongly reporting an offline status r=jduell
In order for the content process to have an up-to-date table of which apps are
offline, we send that status in TabParent::LoadURL. However, the fact that
IsAppOffline returned true when the browser was offline, caused us to send
the offline status to content processes, and caused Bug 1058718.
This also updates the UUID for nsIOService.
2014-08-27 05:25:47 +03:00
Valentin Gosu
0a63941c13 Bug 786419 - Part 9 - Add better comments to nsIOService. r=jduell 2014-08-23 05:44:04 +03:00
Valentin Gosu
0db7cb932a Bug 786419 - Part 8 - Several improvements to per-app-offline behaviour r=jduell
Make GetAppId() pure-virtual and add implementation for TCPSocketParent, UDPSocketParent, and one for Necko parent that returns UNKNOWN_APP_ID
Change nsIOService to use IsNeckoChild instead of XRE_ method.
Include nsThreadUtils.h (for nsRunnable and dispatchToMainThread) and NeckoCommon for IsNeckoChild.
Make HttpChannelParent set LOAD_ONLY_FROM_CACHE, LOAD_FROM_CACHE and LOAD_NO_NETWORK_IO when offline.
2014-08-22 20:15:00 +03:00
Valentin Gosu
804753cf6d Bug 786419 - Part 7 - xpcshell test for HTTP per-app offline r=jduell 2014-08-23 05:06:44 +03:00
Valentin Gosu
d7c5acf89c Bug 786419 - Part 6 - Disable HTMLDNSPrefetches for offline apps r=jduell 2014-08-23 02:17:18 +03:00
Valentin Gosu
f60d27da08 Bug 786419 - Part 5 - Check app offline status in PeerConnection.js r=rjesup 2014-08-23 02:16:51 +03:00
Valentin Gosu
823b2f29ea Bug 786419 - Part 4 - Have UDP sockets check if the app is offline r=mcmanus 2014-08-23 02:16:31 +03:00
Valentin Gosu
d799a20c7f Bug 786419 - Part 3 - Have the JS TCP sockets check if the app is offline r=jduell 2014-08-23 02:15:36 +03:00
Valentin Gosu
a1b5100a48 Bug 786419 - Part 2 - Modify calls to NS_IsOffline to check for NS_IsAppOffline as well r=jduell,sicking 2014-08-23 06:06:56 +03:00
Valentin Gosu
087d426a86 Bug 786419 - Part 1 - Provide way to "set network offline" per app r=jduell 2014-08-23 06:05:56 +03:00
Tom Schuster
f9a4630645 Bug 1044039 - Reimplement Qt widget look and feel. r=romaxa 2014-10-07 16:05:17 +02:00
Tom Schuster
4efe856074 Bug 1065716 - Move jsonparser to vm/JSONParser. r=Waldo
--HG--
rename : js/src/jsonparser.cpp => js/src/vm/JSONParser.cpp
rename : js/src/jsonparser.h => js/src/vm/JSONParser.h
2014-10-07 16:05:11 +02:00
Nicolas Silva
f26be8e3fa Bug 1077307 - Merge NewTextureSource and TextureSource. r=sotaro 2014-10-07 15:58:59 +02:00
Ehsan Akhgari
15ca5186a6 Fix one bad implicit constructor in pkix, no bug, blanket-rs=bsmith 2014-10-07 09:46:59 -04:00
Ting-Yu Lin
ff1b58b09c Bug 1078991 - Add TouchCaret::GetCaretFocusFrame(). r=roc 2014-10-06 21:02:00 -04:00
Chris Manchester
d2ce264928 Bug 1075240 - Log disabled tests as skips in mochitests. r=ahal 2014-10-02 11:08:41 -04:00
Mark Hammond
b92ee119d7 Bug 1074507 - Avoid pre-filtering tests so we can have e10s-only tests. r=ted 2014-10-01 17:06:00 -04:00
Giovanni Sferro
b3db0fe277 Bug 1059030 - Do not crash when an element has the same @id as a @name of a radiogroup. r=bz 2014-10-06 21:51:00 -04:00
Stephen Pohl
982813d646 Bug 1078640: Sanitize path used to load XPCOM on OSX. r=smichaud 2014-10-07 09:33:09 -04:00
Joel Maher
e0e5857283 Bug 1076990 - [desktop only] update talos.json on tip to capture mainthreadio and other talos cleanup. r=dminor 2014-10-07 09:24:13 -04:00