Commit Graph

239683 Commits

Author SHA1 Message Date
Daniel Holbert
0adbe57486 Bug 1155312: Convert flex container nsHTMLReflowMetrics/aDesiredSize-populating code to use logical coords. r=mats 2015-04-17 10:41:23 -07:00
Andreas Tolfsen
cd9887bc66 Bug 1154691: Align Marionette with WebDriver errors
Adds `invalid selector' and `invalid session id' errors to the server,
and aligns the exceptions in the Python client with those in the server.

Some of the exceptions are not in use yet and consequently do not carry
a `code` property.  This is fine because it makes us future-proof when
the server starts using them.

r=dburns
2015-04-15 13:38:01 +01:00
Andreas Tolfsen
086b4c9c5e Bug 1153832: New dispatch style framework in Marionette listener
Takes advantage of the new dispatching technique introduced in bug
1107706 on the content side.

The patch introduces the framework to write simpler command handlers
in content space, but does not convert all commands in listener.js to
use this.  This can be done gradually, as both techniques are still
compatible.

r=dburns
2015-04-15 12:18:00 +01:00
David Keeler
5f4152c364 bug 1151512 - only allow whitelisted certificates to be issued by CNNIC root certificates r=jcj r=rbarnes 2015-04-07 17:29:05 -07:00
Ehsan Akhgari
107362ed54 Bug 1155359 - Add a reftest; r=gw280 2015-04-17 13:03:11 -04:00
Armen Zambrano Gasparnian
a981177ff0 Bug 1154892 - mozinstall fails to install on Mac with paths which contain white spaces. r=chmanchester 2015-04-17 09:35:00 -04:00
Martin Thomson
032eb97a95 Bug 1152538 - Enable WebRTC identity, r=jesup 2015-04-15 16:07:05 -07:00
Martin Thomson
5a65187064 Bug 1152538 - Removing RTCIdentityAssertion interface code, r=jib 2015-04-16 09:52:36 -07:00
Martin Thomson
717ffae625 Bug 1152538 - RTCIdentityAssertion is a dictionary, r=smaug 2015-04-16 09:55:18 -07:00
Kai Engert
b5518439bf Bug 1144055 - Upgrade Firefox 39 to use NSS 3.19, land NSS_3_19_BETA3, r=nss-confcall 2015-04-17 18:43:30 +02:00
Terrence Cole
c86568b57a Bug 1154086 - Move DoTracing to Tracer.cpp; r=sfink 2015-04-14 13:28:39 -07:00
Terrence Cole
0cc19b6711 Bug 1153999 - Rename markChildren to traceChildren; r=sfink 2015-04-14 13:28:39 -07:00
Terrence Cole
577316bd2f Bug 1153959 - Use RAII to manage tracing details; r=jonco 2015-04-10 13:33:56 -07:00
Kartikaya Gupta
f7a36c7bd8 Bug 1155186 - Keep all state in the top-level android widget but use the child widget to dispatch events. r=snorp,jchen 2015-04-17 12:29:51 -04:00
Sotaro Ikeda
5044e7726b Bug 1152135 - Split EGLSurface buffer swap and HWC buffer swap r=mwu,nical,jgilbert 2015-04-17 09:28:41 -07:00
Bobby Holley
8d42fa5db9 Bug 1154802 - Implement tail dispatch for the main thread. r=jww 2015-04-17 09:26:06 -07:00
Bobby Holley
a0cae3db3c Bug 1154802 - Tighten up some existing assertions. r=jww
This is a followup from bug 1154805 comment 13.
2015-04-17 09:26:06 -07:00
Bobby Holley
f86a6125fb Bug 1154802 - Assert against potential deadlocks between synchronous MediaTaskQueue operations and tail dispatchers. r=jww 2015-04-17 09:26:05 -07:00
Bobby Holley
b9b1edd4c6 Bug 1154802 - Fix racey test_error_in_video_document.html. r=jww
This test assumes that the decoding machinery will have completed its work one
event-loop-round-trip after the document loads (see the executeSoon call), which
is a totally bogus assumption.
2015-04-17 09:26:05 -07:00
Jim Chen
d64645f76f Bug 1152308 - Remove obsolete methods for exiting; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
5aadbcb9f1 Bug 1152308 - Quit or restart after GeckoApp activity is destroyed; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
5cdf2b480b Bug 1152308 - Turn Restarter into a Service; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
f2838ad9b3 Bug 1154952 - Don't wait for sync event when Gecko is shutting down; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
8cb8e6a347 Bug 1154952 - Delete AndroidBridge on Gecko shutdown; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
3dd9191a8c Bug 1154952 - Remove extra free() calls on shutdown; r=snorp 2015-04-17 12:22:47 -04:00
Jim Chen
9f9e4d03cd Bug 1153948 - Fix bug in sending text change notifications; r=esawin 2015-04-17 12:22:47 -04:00
Bas Schouten
a23b9e9298 Bug 1155228: Only use basic OMTC for popups when using WARP. r=jrmuizel 2015-04-17 10:32:32 -04:00
George Wright
6b9154501e Bug 1103635 - Handle RTL when processing <select> elements for e10s r=mconley 2015-04-15 16:00:29 -04:00
Olli Pettay
1f01e0da8e Bug 1153688, treat JS Symbol as void on C++ side of Variant, r=bholley 2015-04-17 17:30:34 +03:00
Boris Zbarsky
e23b0186b2 Bug 1129239. Don't require 'optional' keyword on trailing dictionary arguments if the dictionary has a required member. r=smaug 2015-04-17 12:13:25 -04:00
L. David Baron
ceb3e25ad7 Bug 1150351 - Reënable test_deferred_start.html on Linux, since the bug for which we disabled it has disappeared. 2015-04-17 09:13:13 -07:00
Ryan VanderMeulen
9b40bbf014 Merge m-c to inbound. a=merge
CLOSED TREE
2015-04-17 12:06:28 -04:00
Mike Shal
a9d6ffe46c Bug 1152031 - Bump mozharness.json to 23dee28169d6; a=RyanVM 2015-04-17 12:02:29 -04:00
Ehsan Akhgari
1047133f6b Bug 1155477 follow-up: Fix nsINode::ChildNodes()
Landed on a CLOSED TREE to fix bustage
2015-04-17 11:49:59 -04:00
Carsten Tomcat Book
a7374a8671 Bug 1155679 - "mozharness update to ref 4f1cf3369955" on a CLOSED TREE . r=ryanvm a=sheriffduty-me 2015-04-17 07:31:00 +02:00
Carsten "Tomcat" Book
38ee9eb4e2 Backed out changeset 80a2fed814d0 (bug 1132508) for frequent robocop-2 testfailures in testNewTab 2015-04-17 12:59:34 +02:00
Ryan VanderMeulen
ce49d59e92 Merge inbound to m-c. a=merge 2015-04-16 16:18:13 -04:00
Ryan VanderMeulen
4222fb02dc Merge fx-team to m-c. a=merge 2015-04-16 16:10:29 -04:00
Martyn Haigh
464cf5515d Bug 1132508 - Last tab is cut off in tab tray after rotation (r=rnewman) 2015-04-16 10:29:08 -07:00
Brian Grinstead
a0b97f8631 Bug 1153903 - Get rid of logspam during devtools talos test runs;r=pbrosset 2015-04-16 09:54:04 -07:00
B2G Bumper Bot
1d84c0fbfc Bumping manifests a=b2g-bump 2015-04-16 09:52:20 -07:00
B2G Bumper Bot
66a974627f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c5c31cccfb22
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #29529 from gaye/bug-1154901

Bug 1154901 - mozilla-download never thinks /b2g is up-to-date

========

https://hg.mozilla.org/integration/gaia-central/rev/23c8774e87f0
Author: gaye <gaye@mozilla.com>
Desc: Bug 1154901 - mozilla-download never thinks /b2g is up-to-date
2015-04-16 09:50:09 -07:00
Patrick Brosset
b903d84270 Bug 1151956 - Add tooltips with refs to source css rules in the layout-view; r=miker 2015-04-16 18:40:40 +02:00
Ryan VanderMeulen
9b2dd4ad44 Backed out changeset 5c83a36d9eba (bug 1153832) for Gip(a) failures.
CLOSED TREE
2015-04-16 12:20:48 -04:00
Ryan VanderMeulen
9c34080b23 Bug 994541 - Skip 789933-1.html on Linux debug due to frequent crashes. 2015-04-16 12:20:06 -04:00
Dan Mosedale
4cc6d065ad Bug 1154862-Add forgotten param to VideoDimensionsChanged action, r=mikedeboer 2015-04-16 09:18:30 -07:00
B2G Bumper Bot
0639fe08b9 Bumping manifests a=b2g-bump 2015-04-16 09:02:48 -07:00
B2G Bumper Bot
b43440cd46 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6e8822d06035
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29363 from tedders1/bug-1150749-fix

Bug 1150749 - Use bidi-isolate tags around track and artist names. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/7b278add50cd
Author: Ted Clancy <tclancy@mozilla.com>
Desc: Bug 1150749 - Use bidi-isolate tags around track and artist names. r=etienne
2015-04-16 09:00:36 -07:00
B2G Bumper Bot
2a67f0385e Bumping manifests a=b2g-bump 2015-04-16 08:32:31 -07:00
B2G Bumper Bot
170cabc52f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d178bf2468b9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1153873 - merge pull request #29477 from davehunt:bug1153873 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a3d54e9dd5c9
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1153873 - Bump marionette_client dependency to 0.10. r=gmealer
2015-04-16 08:30:21 -07:00