Mats Palmgren
|
9db9b9ff61
|
Bug 933260 - Honor the specified CSS width and height on <input type=checkbox/radio> also on Linux. r=karlt
|
2013-11-02 12:11:30 +00:00 |
|
Brian R. Bondy
|
cb6b35acd7
|
Bug 928042 - Add an environment variable to disable content processes sandboxing even when MOZ_CONTENT_SANDBOX is defined. r=aklotz
|
2013-11-01 19:09:45 -07:00 |
|
Jonathan Watt
|
0480968b71
|
Bug 932761 - Implement Moz2D path builders for all of the SVG element types. r=dholbert
|
2013-11-02 11:10:38 +00:00 |
|
Jan de Mooij
|
ea9336e30d
|
Bug 933475 - Rewrite Array.prototype.push fast path to work on all native objects with dense elements. r=Waldo
|
2013-11-02 11:54:07 +01:00 |
|
Gene Lian
|
c99ee07f58
|
Backout b796080cf4d0 (bug 931699) due to causing bug 933787.
|
2013-11-02 17:45:17 +08:00 |
|
Jonathan Watt
|
de271da5c3
|
Bug 931915, part 2 - Make gfxContext::RoundedRectangle use Moz2D's AppendRoundedRectToPath helper. r=Bas
|
2013-11-01 13:29:53 +00:00 |
|
Masatoshi Kimura
|
2c1e00d279
|
Bug 933586 - Define MOZ_HAVE_CXX11_DELETE for MSVC 12+. r=waldo
|
2013-11-02 17:57:40 +09:00 |
|
Robert O'Callahan
|
8c12754c73
|
Fix annotations for tests that are fixed by the patches in bug 911889.
|
2013-11-02 21:02:03 +13:00 |
|
Robert O'Callahan
|
77e5bb3c85
|
Bug 911889. Part 7: A single change to CSS 'transform' should not be treated as animation. r=dbaron
|
2013-09-04 23:47:25 +12:00 |
|
Robert O'Callahan
|
05afcd89f5
|
Bug 911889. Part 6: A scripted change to element.style.opacity or element.style.transform in a setTimeout or requestAnimationFrame callback should trigger our "style property is animated" heuristic. r=dbaron
|
2013-09-04 23:47:23 +12:00 |
|
Robert O'Callahan
|
701cce3728
|
Bug 911889. Part 5. Add API to detect whether an nsRefreshDriver is in the middle of a refresh. r=dbaron
|
2013-09-04 23:47:21 +12:00 |
|
Robert O'Callahan
|
198bf75d39
|
Bug 911889. Part 4. Add API to detect whether an nsGlobalWindow is running a timeout handler. r=bz
|
2013-09-04 23:37:46 +12:00 |
|
Robert O'Callahan
|
1daba93a73
|
Bug 911889. Part 3: Create nsLayoutUtils::HasAnimations, and suppress opacity:0 optimizations whenever there's any opacity animation even if it's not using the compositor. r=dbaron
|
2013-09-04 23:30:57 +12:00 |
|
Robert O'Callahan
|
a999a450cf
|
Bug 911889. Part 2: Refactor MarkLayersActive code into its own class and be much more explicit about what it does. r=mattwoodrow
This also changes the functionality a little bit to track independent
per-property mutation counts and independent "content active" status.
|
2013-09-04 23:30:57 +12:00 |
|
Jonathan Watt
|
fa0990c53c
|
Bug 931996 - Add an AppendEllipseToPath helper to Moz2D. r=Bas
|
2013-11-01 13:30:00 +00:00 |
|
Jonathan Watt
|
3c2aed7e3d
|
Bug 931915, part 1 - Add an AppendRoundedRectToPath helper to Moz2D. r=Bas
|
2013-11-01 13:29:44 +00:00 |
|
Byron Campen [:bwc]
|
3e90fe7fe5
|
Bug 906990 - Part 8: Create a chrome-only stats interface, and only expose the candidate pair stats there. r=jib
|
2013-10-29 10:29:43 -07:00 |
|
Byron Campen [:bwc]
|
42a249126c
|
Bug 906990 - Part 7: Populate candidate pairs in RTCStatsReport. r=jib
|
2013-10-28 16:02:00 -07:00 |
|
Byron Campen [:bwc]
|
f6ef81bbb3
|
Bug 906990 - Part 6: Add a codeword field to NrIceCandidatePair so related logging can be pulled from RLogRingBuffer. Proof of concept in ice_unittest. r=ekr
|
2013-10-24 11:45:10 -07:00 |
|
Byron Campen [:bwc]
|
44a5b995d5
|
Bug 906990 - Part 5.1: Enable r_log and RLogRingBuffer so logging can be scraped. Also, tweak log levels so the RLogRingBuffer isn't rapidly overwritten by media packet logging. r=ekr
|
2013-10-29 11:53:44 -07:00 |
|
Byron Campen [:bwc]
|
6dba8908a6
|
Bug 906990 - Part 5: Allow logging related to a given candidate pair to be fetched. r=ekr
|
2013-10-29 10:45:09 -07:00 |
|
Steve Fink
|
bbe3bca28b
|
No bug. Separate hazard expectation files for shell and browser. r=woof!
DONTBUILD because NPOTB (yet)
--HG--
rename : js/src/devtools/rootAnalysis/expect.json => js/src/devtools/rootAnalysis/expect.shell.json
extra : rebase_source : 1914678fd9482abffff66b110f78be6c4fd6bad3
|
2013-10-30 12:10:15 -07:00 |
|
Chris Peterson
|
ba2a1f7077
|
Bug 757726 - Part 4: Consolidate duplicate code into EnsurePlugins() and EnsureMimeTypes(). r=johns
|
2013-10-20 00:05:05 -07:00 |
|
Chris Peterson
|
50ae435a54
|
Bug 757726 - Part 3: Refactor nsPluginArray::GetPlugins() to GetMimeTypes(). r=johns
|
2013-10-17 00:19:43 -07:00 |
|
Chris Peterson
|
05de76c319
|
Bug 757726 - Part 2: Populate Preferences' Applications list using PluginHost. r=bsmedberg
|
2013-10-20 17:06:34 -07:00 |
|
Chris Peterson
|
6891a65cbf
|
Bug 933124 - Fix -Wformat warning in nsObjcExceptions.h. r=dougt
|
2013-10-29 21:04:41 -07:00 |
|
Timothy Nikkel
|
4e8e2855b2
|
Bug 932419. Stop NS_ASSERT's from popping up a modal dialog in non-release builds, and fix aurora builds to be considered non-release builds for such purposes. r=dao
|
2013-11-01 22:47:22 -05:00 |
|
Timothy Nikkel
|
9733bd3e6c
|
Bug 929915. Fix IsScrollingActive on scroll frames to only be true if we actually build a scrollable layer. r=roc
|
2013-11-01 22:47:21 -05:00 |
|
Wes Kocher
|
90f561f86f
|
Merge inbound to m-c
|
2013-11-01 20:34:44 -07:00 |
|
Wes Kocher
|
f223771c98
|
Merge b2g-inbound to m-c
|
2013-11-01 20:31:10 -07:00 |
|
Wes Kocher
|
1588a49371
|
Backed out changeset ff8128d5a5d9 (bug 906990) for b2g build bustage on a CLOSED TREE
|
2013-11-01 17:15:42 -07:00 |
|
Wes Kocher
|
8c7b17b5ba
|
Backed out changeset 325d718fec53 (bug 906990)
|
2013-11-01 17:15:08 -07:00 |
|
Wes Kocher
|
36927ffabe
|
Backed out changeset 875f6e0be7b1 (bug 906990)
|
2013-11-01 17:15:03 -07:00 |
|
Wes Kocher
|
ba57b1338e
|
Backed out changeset 00f838879263 (bug 906990)
|
2013-11-01 17:14:59 -07:00 |
|
Wes Kocher
|
b22499705d
|
Backed out changeset 57a7a785a964 (bug 906990)
|
2013-11-01 17:14:54 -07:00 |
|
Wes Kocher
|
2d17a09787
|
Backed out changeset 03b936cdbf73 (bug 933260) for crashtest assertions
|
2013-11-01 17:06:21 -07:00 |
|
Seth Fowler
|
a91fd7eede
|
Bug 922613 - Remove erroneous assertion in imgStatusTracker. r=jdm
|
2013-11-01 17:05:01 -07:00 |
|
Mike Hommey
|
9d2d36c22f
|
Bug 933120 needs a clobber because of bug 852814. r=me
|
2013-11-02 09:00:15 +09:00 |
|
Richard Newman
|
b152a1c0f1
|
Bug 933992 - sLoadTasks removal incorrectly uses long, not Integer. r=sriram
|
2013-11-01 16:56:06 -07:00 |
|
Mike Hommey
|
612f38242f
|
Bug 933097 - Remove a few useless moz.build files. r=mshal
|
2013-11-02 08:47:46 +09:00 |
|
Mike Hommey
|
dd10946061
|
Bug 932737 - Change elfhack such that it doesn't require two injection objects. r=nfroyd
|
2013-11-02 08:47:24 +09:00 |
|
Mike Hommey
|
2a211e7c14
|
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
|
2013-11-02 08:44:11 +09:00 |
|
Mike Hommey
|
0b53da458d
|
Bug 933135 - Treat SIMPLE_PROGRAMS more like PROGRAM. r=mshal
|
2013-11-02 08:43:55 +09:00 |
|
Mike Hommey
|
30080b995b
|
Bug 933100 - Cleanup toolkit/mozapps/plugins/tests/Makefile.in. r=gps
|
2013-11-02 08:43:43 +09:00 |
|
Mike Hommey
|
af313e2b21
|
Bug 933098 - Cleanup bad cargo culting in ./media/omx-plugin/*/Makefile.in. r=gps
|
2013-11-02 08:43:08 +09:00 |
|
Mike Hommey
|
91865c8cd6
|
Bug 932618 - Use NO_PROFILE_GUIDED_OPTIMIZE to disable PGO for individual files. r=gps
|
2013-11-02 08:42:53 +09:00 |
|
Gaia Pushbot
|
7ffec73fc2
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/a824661b8338
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13146 from caiolima/bug_815093
Bug 815093 - Compose "new" activities are unable to return to calling app once message is sent
========
https://hg.mozilla.org/integration/gaia-central/rev/8829732fae72
Author: Caio Lima <ticaiolima@gmail.com>
Desc: Bug 815093 - Compose activities returning to caller app r=julien
|
2013-11-01 16:20:26 -07:00 |
|
Matt Brubeck
|
a9a9c887d2
|
Bug 933012 - Remove unused Metro theme code and resources [r=rsilveira]
|
2013-11-01 16:10:49 -07:00 |
|
Matt Brubeck
|
081536651c
|
Bug 928201 - Change Run to Open in Metro download bar [r=emtwo]
|
2013-11-01 16:10:49 -07:00 |
|
Gaia Pushbot
|
75684c7700
|
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/2cfbe5852250
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 818287 - Support screenshots without a data URL prefix. r=dhunt
|
2013-11-01 16:10:24 -07:00 |
|