Commit Graph

208890 Commits

Author SHA1 Message Date
Andrea Marchesini
e4f682ba94 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
81645883f6 Bug 1047483 - patch 2 - Renaming nsDOMFileList to FileList, r=ehsan 2014-10-07 15:20:53 +01:00
Andrea Marchesini
0e29ce2ea6 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
f83a127f91 Bug 846730 - Draw native-themed textarea borders using filling instead of stroking. r=smichaud 2014-10-07 16:18:02 +02:00
Markus Stange
0e3673936a Bug 1062801 - Fill vibrant window regions with the correct vibrancy fill color. r=smichaud 2014-10-07 16:18:01 +02:00
Markus Stange
e2b955c9fe Bug 1077358 - Clip BasicColorLayer drawing to the layer's bounds. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
8a27e8adbc Bug 1076695 - Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware. r=Bas 2014-10-07 16:18:01 +02:00
Markus Stange
8306207e4e Bug 1074280 - Use AsContainerLayer() in order to avoid a bad cast. r=roc 2014-10-07 16:18:00 +02:00
Vladimir Vukicevic
6714de3f8e 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
cbaaddfa84 Bug 786419 - Part 12: Add getAppOfflineState to nsIIOService r=jduell 2014-10-07 17:08:07 +03:00
Valentin Gosu
ba5dac5ccb 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
1057f197c3 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
c280731ee0 Bug 786419 - Part 9 - Add better comments to nsIOService. r=jduell 2014-08-23 05:44:04 +03:00
Valentin Gosu
0b5365fffa 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
d41917710e Bug 786419 - Part 7 - xpcshell test for HTTP per-app offline r=jduell 2014-08-23 05:06:44 +03:00
Valentin Gosu
1f8399dee4 Bug 786419 - Part 6 - Disable HTMLDNSPrefetches for offline apps r=jduell 2014-08-23 02:17:18 +03:00
Valentin Gosu
831b1f1158 Bug 786419 - Part 5 - Check app offline status in PeerConnection.js r=rjesup 2014-08-23 02:16:51 +03:00
Valentin Gosu
cc2ebf0f3a 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
9bfdb36a43 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
3fc8099b21 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
d5ba432b2c Bug 786419 - Part 1 - Provide way to "set network offline" per app r=jduell 2014-08-23 06:05:56 +03:00
Tom Schuster
25b48433a9 Bug 1044039 - Reimplement Qt widget look and feel. r=romaxa 2014-10-07 16:05:17 +02:00
Tom Schuster
d5b1b40130 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
d74e31effc Bug 1077307 - Merge NewTextureSource and TextureSource. r=sotaro 2014-10-07 15:58:59 +02:00
Ehsan Akhgari
e03d04d490 Fix one bad implicit constructor in pkix, no bug, blanket-rs=bsmith 2014-10-07 09:46:59 -04:00
Ting-Yu Lin
89889ef13d Bug 1078991 - Add TouchCaret::GetCaretFocusFrame(). r=roc 2014-10-06 21:02:00 -04:00
Chris Manchester
1612bfd003 Bug 1075240 - Log disabled tests as skips in mochitests. r=ahal 2014-10-02 11:08:41 -04:00
Mark Hammond
23ead7c6e4 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
7052f96cb6 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
9d2ef90102 Bug 1078640: Sanitize path used to load XPCOM on OSX. r=smichaud 2014-10-07 09:33:09 -04:00
Joel Maher
30d9fdc71c 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
Carsten "Tomcat" Book
b7289fbedf Merge m-c to mozilla-inbound 2014-10-07 15:00:53 +02:00
Carsten "Tomcat" Book
6dbfcd26e3 merge b2g-inbound to mozilla-central a=merge 2014-10-07 14:41:05 +02:00
Carsten "Tomcat" Book
390422817c merge fx-team to mozilla-central a=merge 2014-10-07 14:37:32 +02:00
Peter Van der Beken
9254096129 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Peter Van der Beken
bd58cd5aea Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove some IsDOMBinding asserts. r=bz.
--HG--
extra : rebase_source : 74569bd08dbc0d6755ac45999cfe99725ef6bc0a
2014-10-07 11:44:49 +02:00
Peter Van der Beken
170a6e0a63 Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, invert the flag for dom bindings in nsWrapperCache and add SetIsNotDOMBinding. r=bz.
--HG--
extra : rebase_source : 6ca1903658d3d6fe2634409cd39fa68c6b1219bd
2014-10-07 11:44:48 +02:00
Peter Van der Beken
a67967b9b8 Bug 808856 - Make not overriding WrapObject fail to build. r=ehsan.
--HG--
extra : rebase_source : 4683c70c97f7eea454bc445331dbbbe7c4f2cec7
2014-10-07 11:44:48 +02:00
Benjamin Bouvier
66b40bb34e Bug 1044256: SIMD: Add support for unary operators in Odin; r=luke 2014-10-07 14:10:00 +02:00
B2G Bumper Bot
68595d24fc Bumping manifests a=b2g-bump 2014-10-06 21:06:48 -07:00
B2G Bumper Bot
eab1c8bdfb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25a5d3c030a5
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #24802 from lightsofapollo/bug-1076689-chunk

Bug 1076689 - chunk build tests on taskcluster r=@RickyChien

========

https://hg.mozilla.org/integration/gaia-central/rev/190b90c0b46a
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1076689 - Split up build integration tests + add chunking for TC to GBI.

========

https://hg.mozilla.org/integration/gaia-central/rev/b9aee32e107a
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #24720 from dmarcos/bug1055270

[Bug 1055270] [KK Only][Flame][Camera] Face detection coordinates are in...

========

https://hg.mozilla.org/integration/gaia-central/rev/974f6cfc8cfb
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: [Bug 1055270] [KK Only][Flame][Camera] Face detection coordinates are inverted
2014-10-06 21:06:33 -07:00
Wes Kocher
db9d843ea2 Merge m-c to fx-team a=merge CLOSED TREE 2014-10-06 21:06:10 -07:00
Wes Kocher
8a92a7de6c Merge m-c to b2g-inbound a=merge CLOSED TREE 2014-10-06 21:04:59 -07:00
Wes Kocher
159b48d0cf Merge m-c to inbound a=merge CLOSED TREE 2014-10-06 20:59:17 -07:00
Wes Kocher
3c26139b76 Merge fx-team to m-c a=merge CLOSED TREE 2014-10-06 19:29:41 -07:00
Wes Kocher
f63c5bb4eb Backed out changeset 645d5e930e23 (bug 1067305) for inadvertently disabling all media tests on some platforms CLOSED TREE 2014-10-06 19:11:39 -07:00
B2G Bumper Bot
d5e3782765 Bumping manifests a=b2g-bump 2014-10-06 16:47:01 -07:00
Michael Comella
03b61a4b4b Bug 1077730 - Implement new tablet url bar navigation button colors (with temporary focused state). r=lucasr 2014-10-06 16:45:54 -07:00
B2G Bumper Bot
74fba79888 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19f84d481f82
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #24822 from snowmantw/bug1078221

Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app

========

https://hg.mozilla.org/integration/gaia-central/rev/cc067a6cfef0
Author: Greg Weng <snowmantw@gmail.com>
Desc: Bug 1078221 - [LockScreen][FTU] LockScreen would overlap on FTU app
2014-10-06 16:40:48 -07:00
Wes Kocher
5d7f3c7007 Backed out 5 changesets (bug 806819) for WinXP test failures on a CLOSED TREE
Backed out changeset 009ae35b0c67 (bug 806819)
Backed out changeset 5a57f87f5061 (bug 806819)
Backed out changeset f06cd735b5b3 (bug 806819)
Backed out changeset e25a2a8d4af4 (bug 806819)
Backed out changeset 70a167982c3f (bug 806819)
2014-10-06 16:32:50 -07:00