Commit Graph

362437 Commits

Author SHA1 Message Date
Robert O'Callahan
755b99f4f6 Bug 1014252. Optimize clearing of textruns via RemoveInFlows. r=matspal
We're keeping the core idea that, before we remove the frames-to-be-destroyed
from the continuation chain, their textruns need to be disconnected/destroyed.
However, nsContinuingTextFrame::DestroyFrom tries to optimize when the
destroying frames that aren't mentioned in the userdata for the textrun, and
certain other conditions are met; we need a similar optimization here. It's
simpler here because the other conditions are definitely met, since all the
text for the frames being deleted has already been consumed and reflowed by
previous frames.

We don't need the TEXT_STYLE_MATCHES_PREV_CONTINUATION state bit anymore
because nsContinuingTextFrame::DestroyFrom will never see any textruns when
called via RemoveEmptyInFlows.

--HG--
extra : rebase_source : 6544f923499ef604d48ec15961716549dd25d279
2014-05-28 15:39:25 +12:00
Jeff Gilbert
d17ff957ba Bug 980178 - Clean up context loss handling code. - r=kamidphish 2014-05-27 20:01:33 -07:00
David Major
5abce313e8 Bug 1014288: Fix the OOM check in nsTArrayInfallibleAllocator::Realloc. r=bsmedberg 2014-05-28 14:45:15 +12:00
Matt Woodrow
7122baedb3 Bug 1013769 - Apply render target offset after the layer transform in BasicCompositor. r=Cwiiis 2014-05-28 13:21:32 +12:00
Matt Woodrow
0726340c00 Bug 1013767 - Restrict BasicCompositor snapshots to the bounds of the invalid region. r=nical 2014-05-28 13:21:32 +12:00
Matt Woodrow
7c80741e2d Bug 1013767 - Add Matrix::PostTranslate. r=Bas 2014-05-28 13:21:32 +12:00
Brian R. Bondy
8ca20ca187 Bug 724423 - Fix jump list favicon cleanup. r=jimm 2014-05-27 12:18:33 -04:00
Matt Woodrow
ee01a4734c Bug 1003707 - Implement GetSize for recording surface created by windows printing. r=Bas 2014-05-28 12:59:10 +12:00
Jim Blandy
6e2a836d23 Bug 1014944: Clarify documentation for nsIJSInspector. DONTBUILD r=dcamp 2014-05-27 17:08:37 -07:00
Jan-Ivar Bruaroey
fd6c40896d Bug 970685, telemetry for WebRTC bandwidth, stats-tweak approach. r=jesup 2014-05-27 14:41:17 -04:00
Jan-Ivar Bruaroey
68e827df7d Bug 970685 - tweak internal RTCStatsQuery to use nsAutoPtr for report, so it can be stolen 2014-05-27 12:58:03 -04:00
Jan-Ivar Bruaroey
06059decf9 Bug 970685, definitions for WebRTC bandwidth telemetry 2014-05-17 16:24:09 -04:00
Matt Woodrow
6566a558e8 Bug 1001845 - Simplify invalid regions to avoid spending excessive amounts of time in region code. r=roc 2014-04-28 16:17:31 +12:00
David Burns
d7bd63c6e0 Bug 1006511: Print script timeout stacks if they came from a python test; r=jgriffin 2014-05-27 23:37:56 +01:00
Wes Kocher
3ca1adab0e Backed out 2 changesets (bug 1015205) for build bustage on a CLOSED TREE
Backed out changeset 482f29587b3c (bug 1015205)
Backed out changeset 8fc644f6e3b8 (bug 1015205)
2014-05-27 15:41:14 -07:00
Wes Kocher
cffe53d6d4 Bug 1015205 - Part 1: Let MToString work on all types (bails for MIRType_Object) r=bbouvier 2014-05-27 15:18:51 -07:00
Till Schneidereit
03f78e077a Bug 1015205 - Part 2: Inline self-hosting intrinsic ToString. r=bbouvier,h4writer 2014-05-25 13:06:36 +02:00
Till Schneidereit
3e0ef132c3 Bug 1015144 - Inline self-hosting intrinsic ToInteger. r=h4writer 2014-05-24 15:04:34 +02:00
Camilo Viecco
b07e3b1b23 Bug 1016442 - Make mozilla cdn sites production on built-in list. r=mmc
--HG--
extra : rebase_source : 5d937b61ab86c974210dcc83735cd4308bff018e
2014-05-27 10:53:40 -07:00
Jeff Walden
96e2ce765d Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent, r=efaust, r=jorendorff 2014-05-27 14:32:41 -07:00
Patrick McManus
3ad35f2407 bug 1014589 - problem with https proxying and http pipelines r=hurley
--HG--
extra : rebase_source : 7c4f9f80d37102baa8951961d54b6ff842a19afb
2014-05-22 17:49:04 -04:00
Mike Shal
4533f817af Bug 1015443 - make test_iter_modules_in_path case insensitive; r=glandium
From d2c5353da28b5134eeea078a6fac09f023b220ab Mon Sep 17 00:00:00 2001
---
 python/mozbuild/mozbuild/test/test_pythonutil.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2014-05-27 13:07:24 -04:00
Mike Shal
469273a820 Bug 832112 - add mach support for MOZ_OBJDIR; r=glandium
From e8d4f5a17e217ab10677812c6c8960f4e61daed3 Mon Sep 17 00:00:00 2001
---
 python/mozbuild/mozbuild/mozconfig.py           |  2 +-
 python/mozbuild/mozbuild/test/test_base.py      |  1 +
 python/mozbuild/mozbuild/test/test_mozconfig.py | 17 +++++++++++++++++
 3 files changed, 19 insertions(+), 1 deletion(-)
2014-05-16 14:33:01 -04:00
Mounir Lamouri
79cb038153 Bug 1012624 - Add missing return in test_navigator_language.html r=Ms2ger 2014-05-26 12:25:16 +01:00
Mounir Lamouri
9094d69df2 Bug 1014581 - Vibration API: clamp vibration lengths and array length to match platform restrictions. r=smaug 2014-05-27 21:54:03 +01:00
Mounir Lamouri
d219051569 Bug 887703 - navigator.doNotTrack returns { "0", "1", "unspecified" }. r=jlebar
--HG--
rename : dom/tests/mochitest/general/test_bug629535.html => dom/tests/mochitest/general/test_donottrack.html
2014-05-26 22:10:39 +01:00
EKR
017a4114a2 Bug 1015409 - Fix trickle between CreateOffer() and SetLocal(). r=bwc 2014-05-27 13:13:43 -07:00
Ryan VanderMeulen
4a08636d20 Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -04:00
Ryan VanderMeulen
bce96469df Merge b2g-inbound to m-c. 2014-05-27 16:09:31 -04:00
Ryan VanderMeulen
5660fe6503 Bug 1005274 - Disable browser_dbg_addon-console.js on Windows. 2014-05-27 15:58:52 -04:00
Ryan VanderMeulen
a4753357d6 Merge fx-team to m-c. 2014-05-27 15:55:29 -04:00
Ryan VanderMeulen
bb0a569263 Backed out changeset 09ebd0af27a4 (bug 903291) for frequent B2G debug mochitest crashes. 2014-05-27 15:47:04 -04:00
Ben Hearsum
4996f22fce bug 1016487: [Flame] Please update the blobs to use blobs from 10G-2. r=aki 2014-05-27 14:28:53 -04:00
Ryan VanderMeulen
d142e79073 Backed out changeset d5da62e82faf (bug 995801) for test_browserElement_oop_SecurityChange.html failures.
CLOSED TREE
2014-05-27 14:27:40 -04:00
Ryan VanderMeulen
095b86b386 Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
CLOSED TREE
2014-05-27 14:08:30 -04:00
B2G Bumper Bot
b73973775c Bumping manifests a=b2g-bump 2014-05-27 11:03:25 -07:00
B2G Bumper Bot
e79c1e4f6c Bumping manifests a=b2g-bump 2014-05-27 10:53:16 -07:00
B2G Bumper Bot
143e632cf9 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9c51a635e98
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #19634 from lightsofapollo/global-venv

Bug 1015056 - Use global venv for all travis ci tests to simplify python...

========

https://hg.mozilla.org/integration/gaia-central/rev/a31172515519
Author: James Lal <james@lightsofapollo.com>
Desc: Add venv source for local ./bin/ci runs

========

https://hg.mozilla.org/integration/gaia-central/rev/7a8ca1b47ebc
Author: James Lal <james@lightsofapollo.com>
Desc: add venv to install for gaia_ui_tests

========

https://hg.mozilla.org/integration/gaia-central/rev/3c5438bc44c1
Author: James Lal <james@lightsofapollo.com>
Desc: only perform setup once

========

https://hg.mozilla.org/integration/gaia-central/rev/a147ceac2925
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1015056 - Use global venv for all travis ci tests to simplify python package setup
2014-05-27 10:50:27 -07:00
B2G Bumper Bot
bd9f7fe0e2 Bumping manifests a=b2g-bump 2014-05-27 10:16:36 -07:00
B2G Bumper Bot
d7e6755d7f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c92da853631
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #19607 from jonallengriffin/gu-format

Bug 1014028 - Fix extra | in timeout messages, r=ahal

========

https://hg.mozilla.org/integration/gaia-central/rev/05fcb92d585d
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 1014028 - Fix extra | in timeout messages, r=ahal
2014-05-27 10:10:45 -07:00
Terrence Cole
68337a62cb Bug 1014972 - Fix selectedForMarking in the presence of GGC; r=jonco
--HG--
extra : rebase_source : 2d223ca1fde1a1392e2ab66578f87a03a11a19f8
2014-05-27 10:08:38 -07:00
B2G Bumper Bot
8bedd4520e Bumping manifests a=b2g-bump 2014-05-27 09:48:38 -07:00
B2G Bumper Bot
127611308a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c559f121b48c
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #19584 from rnowm/1015043

Bug 1015043 - Add edit mode behavior to gaia-buttons r=wilsonpage

========

https://hg.mozilla.org/integration/gaia-central/rev/b76e573b8c41
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 1015043 - Add edit mode behaviour to gaia-buttons
2014-05-27 09:45:51 -07:00
B2G Bumper Bot
3e4cf247ed Bumping manifests a=b2g-bump 2014-05-27 09:44:16 -07:00
B2G Bumper Bot
f94e7d1cb4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1423886fd6f4
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #19057 from ochameau/discardSources

Bug 1001348 - Disable discardSystemSource js optim when DEVICE_DEBUG=1. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/67b7cdc68814
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 1001348 - Disable discardSystemSource js optim when DEVICE_DEBUG=1.
r=timdream
2014-05-27 09:40:30 -07:00
B2G Bumper Bot
1e74c57431 Bumping manifests a=b2g-bump 2014-05-27 08:38:11 -07:00
B2G Bumper Bot
f0aa2d0a79 Bumping manifests a=b2g-bump 2014-05-27 07:46:24 -07:00
B2G Bumper Bot
d767fd85e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f54b12ae0a4
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #19369 from frsela/STK/Bug1009254

Bug 1009254 - [STK] No option on UI  to terminate/abort the proactive session, r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/77375c3fe587
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 1009254 - [STK] No option on UI  to terminate/abort the proactive session
2014-05-27 07:40:47 -07:00
B2G Bumper Bot
98e2a01557 Bumping manifests a=b2g-bump 2014-05-27 07:31:35 -07:00
B2G Bumper Bot
b439f666d5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/46a1fad2831b
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #19481 from rnowm/1013952

Bug 1013952 - [VR] migrate style_unstable buttons and inputs [BB] to style folder r=21

========

https://hg.mozilla.org/integration/gaia-central/rev/61dceadc23f9
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 1013952 - [VR] migrate style_unstable buttons and inputs [BB] to style folder
2014-05-27 07:26:07 -07:00