Hannes Verschore
|
2243268a97
|
Bug 944701 - Tracelogging: Add shell functions to enable/disable tracelogging, r=till
|
2014-04-17 12:26:18 +02:00 |
Hannes Verschore
|
c3cb6bc9f9
|
Bug 995570 - Tracelogging: Initially implementation of logging VM calls, r=luke
|
2014-04-17 12:26:16 +02:00 |
Hannes Verschore
|
b85cb60dbb
|
Bug 996518 - Add an extra assert in TypePolicy of MTypeBarrier, r=jandem
|
2014-04-17 12:26:13 +02:00 |
Jonathan Watt
|
4d4f872270
|
Bug 991572 - Stop creating a Thebes backed gfxContext in CanvasRenderingContext2D.cpp, and kill off nsICanvasRenderingContextInternal::GetThebesSurface. r=mattwoodrow
|
2014-04-17 22:13:34 +12:00 |
Matt Woodrow
|
6446538454
|
Bug 997014 - Part 6: Remove duplicate code for retreiving a snapshot from a canvas in CanvasRenderingContext2D. r=roc
|
2014-04-17 17:32:41 +12:00 |
Matt Woodrow
|
6b7ca44df2
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
Matt Woodrow
|
5f57c2e041
|
Bug 997014 - Part 4: Remove the external canvas API. r=roc
|
2014-04-17 17:31:12 +12:00 |
Matt Woodrow
|
389242bc99
|
Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc
|
2014-04-17 17:30:45 +12:00 |
Matt Woodrow
|
86b6375508
|
Bug 997014 - Part 2: Make SurfaceFromElement use GetSurfaceSnapshot instead of the external API. r=roc
|
2014-04-17 17:29:52 +12:00 |
Matt Woodrow
|
9b9ba8d636
|
Bug 997014 - Part 1: Improve GetSurfaceSnapshot. r=roc
|
2014-04-17 17:28:17 +12:00 |
Paul Adenot
|
3af065c262
|
Bug 997229 - Don't call IdealAudioRate on an offline MediaStreamGraph r=roc
--HG--
extra : rebase_source : 44aec47b98965a663600a84c630c0f89239842a6
|
2014-04-17 11:15:47 +02:00 |
Jon Coppeard
|
b1182ccb9f
|
Bug 996052 - Remove JSVAL_TRACE_KIND, JSVAL_IS_GCTHING and JSVAL_TO_GCTHING r=terrence
|
2014-04-17 09:36:32 +01:00 |
Boris Zbarsky
|
3bf69c3c8e
|
Bug 995295 part 2. Make console.trace() faster when the console is closed by avoiding reification of the stack until someone actually asks for it. r=baku
|
2014-04-15 22:58:44 -04:00 |
Boris Zbarsky
|
270f02c703
|
Bug 995295 part 1. Create console events in the junk scope, not the untrusted content scope. r=baku
|
2014-04-16 15:09:23 -04:00 |
Boris Zbarsky
|
d05a92fd80
|
Bug 996831. Add a ToJSValue overload for nsresult, to allow rejecting promises from C++ more easily. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Boris Zbarsky
|
78577315be
|
Bug 996474. Add a ToJSValue overload that takes a Handle<Value>. r=bholley
|
2014-04-16 15:13:41 -04:00 |
Bobby Holley
|
50e05dac95
|
Bug 997067 - Remove the special behavior for chrome navigating non-chrome windows. r=bz
Considering what is actually done with sourceWindow here, I don't think this
check is doing anything useful in the modern world.
|
2014-04-17 00:02:36 -07:00 |
Bobby Holley
|
5c862b968a
|
Bug 997067 - Build BuildURIFromBase into SecurityCheckURL and condense logic. r=bz
This has a tiny behavior change in the case of self-navigation by a non-current
inner, but I think that the new behavior is more correct.
|
2014-04-17 00:02:36 -07:00 |
Carsten "Tomcat" Book
|
b546e22317
|
Backed out changeset ce1fe33d58a0 (bug 997014) for mochitest m-1 orange on a CLOSED TREE
|
2014-04-17 08:44:04 +02:00 |
Carsten "Tomcat" Book
|
ba19928c26
|
Backed out changeset 20b75bf44c1e (bug 997014)
|
2014-04-17 08:43:43 +02:00 |
Carsten "Tomcat" Book
|
9a7a940260
|
Backed out changeset 39296ccf8936 (bug 997014)
|
2014-04-17 08:43:41 +02:00 |
Carsten "Tomcat" Book
|
6660a44984
|
Backed out changeset 29ed3c34af5e (bug 997014)
|
2014-04-17 08:43:40 +02:00 |
Carsten "Tomcat" Book
|
7d7feda648
|
Backed out changeset 8681fc7a918b (bug 997014)
|
2014-04-17 08:43:38 +02:00 |
Carsten "Tomcat" Book
|
c3cc67ccbe
|
Backed out changeset 6ba917df6b41 (bug 997014)
|
2014-04-17 08:43:35 +02:00 |
Matt Woodrow
|
4c8de892c9
|
Bug 997014 - Part 6: Remove duplicate code for retreiving a snapshot from a canvas in CanvasRenderingContext2D. r=roc
|
2014-04-17 17:32:41 +12:00 |
Matt Woodrow
|
78bebb7704
|
Bug 997014 - Part 5: Remove nsICanvasRenderingContextInternal::Render. r=roc
|
2014-04-17 17:31:44 +12:00 |
Matt Woodrow
|
b67c6c7a20
|
Bug 997014 - Part 4: Remove the external canvas API. r=roc
|
2014-04-17 17:31:12 +12:00 |
Matt Woodrow
|
92ab7629d8
|
Bug 997014 - Part 3: Stop using the external Canvas API in nsBaseDragService. r=roc
|
2014-04-17 17:30:45 +12:00 |
Matt Woodrow
|
09beb252fa
|
Bug 997014 - Part 2: Make SurfaceFromElement use GetSurfaceSnapshot instead of the external API. r=roc
|
2014-04-17 17:29:52 +12:00 |
Matt Woodrow
|
ff324179b8
|
Bug 997014 - Part 1: Improve GetSurfaceSnapshot. r=roc
|
2014-04-17 17:28:17 +12:00 |
Eitan Isaacson
|
cae5402750
|
Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov
|
2014-04-16 22:02:40 -07:00 |
Eitan Isaacson
|
947f08cefe
|
Bug 996268 - Move traversal rule prefilter to constants. r=yzen
|
2014-04-16 22:02:40 -07:00 |
Chris Peterson
|
89e30449ac
|
Bug 997026 - Part 2: Fix clang -Wunused-const-variable warning in startupcache. r=froydnj
|
2014-04-15 00:28:21 -07:00 |
Chris Peterson
|
4209aa8513
|
Bug 997026 - Part 1: Fix clang -Wunused-const-variable warnings in xpcom. r=froydnj
|
2014-04-15 00:24:13 -07:00 |
Nicholas Nethercote
|
36eabab2d0
|
Bug 996989 - Remove unneeded import of PopupNotifications.jsm in PeerConnection.js. r=jib.
|
2014-04-16 21:09:02 -07:00 |
Nicholas Nethercote
|
ffa2ba1723
|
Bug 996430 - Remove FxAccountsUtils.jsm. r=ttaubert.
--HG--
extra : rebase_source : 797c0af77bedf9e5c768bd7083dda4f8d80610a9
|
2014-04-16 20:48:00 -07:00 |
Ryan VanderMeulen
|
1d9bce6f72
|
Merge m-c to inbound on a CLOSED TREE.
|
2014-04-16 22:54:57 -04:00 |
Ryan VanderMeulen
|
cebf2f7595
|
Backed out 2 changesets (bug 996821, bug 996268) for mochitest-a11y failures on a CLOSED TREE.
Backed out changeset fceba10dc04b (bug 996821)
Backed out changeset 31b7ff03d496 (bug 996268)
|
2014-04-16 22:47:51 -04:00 |
Ryan VanderMeulen
|
0f340e34ff
|
Merge fx-team to m-c.
|
2014-04-16 22:29:41 -04:00 |
Ryan VanderMeulen
|
4d41f21159
|
Merge b2g-inbound to m-c.
|
2014-04-16 22:22:45 -04:00 |
Bobby Holley
|
d1b0de8367
|
Bug 997527 - Remove debugging code from bug 960828. r=me a=me DONTBUILD
|
2014-04-16 18:33:10 -07:00 |
Eitan Isaacson
|
6d051ec231
|
Bug 996821 - Force semantic HTML elements to have accessible objects. r=surkov
|
2014-04-16 18:27:00 -07:00 |
Eitan Isaacson
|
2e4f4ea98f
|
Bug 996268 - Move traversal rule prefilter to constants. r=yzen
|
2014-04-16 18:27:00 -07:00 |
Kartikaya Gupta
|
281d788259
|
Bug 997380 - Resolve ambiguous reference to strdup. r=bjacob
|
2014-04-16 20:56:21 -04:00 |
B2G Bumper Bot
|
10e8e5b9a1
|
Bumping manifests a=b2g-bump
|
2014-04-16 17:27:42 -07:00 |
B2G Bumper Bot
|
b5323279c1
|
Bumping manifests a=b2g-bump
|
2014-04-16 16:51:21 -07:00 |
B2G Bumper Bot
|
19dc3bfc91
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/e1fc74c2ae52
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #18381 from justindarc/bug992393
Bug 992393 - [camera][madai] preview mode UI updates
========
https://hg.mozilla.org/integration/gaia-central/rev/26b76bbf1373
Author: verchaswa.sharma <verchaswa.sharma@lge.com>
Desc: Bug 992393 - [camera][madai] preview mode UI updates
|
2014-04-16 16:45:53 -07:00 |
Ryan VanderMeulen
|
565416fed7
|
Backed out 3 changesets (bug 996474, bug 996831) for B2G bustage on a CLOSED TREE.
Backed out changeset 8f98a4c2257f (bug 996831)
Backed out changeset 7acce569bd84 (bug 996831)
Backed out changeset 1845b09c7578 (bug 996474)
|
2014-04-16 19:31:41 -04:00 |
B2G Bumper Bot
|
232fd8f51b
|
Bumping manifests a=b2g-bump
|
2014-04-16 15:31:14 -07:00 |
B2G Bumper Bot
|
0c3d657614
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/366bc52b7681
Author: Jared Hirsch <ohai@6a68.net>
Desc: Merge pull request #18384 from 6a68/revert-bug-987418
Revert "Bug 987418 - Update copy in fxa system app r=ferjm"
========
https://hg.mozilla.org/integration/gaia-central/rev/1e89057ee303
Author: Jared Hirsch <ohai@6a68.net>
Desc: Revert "Bug 987418 - Update copy in fxa system app r=ferjm"
This reverts commit 01f9a841050c5f66f511f34804e298b3ec1dd30d.
|
2014-04-16 15:25:45 -07:00 |