Commit Graph

404837 Commits

Author SHA1 Message Date
Kyle Machulis
de83978693 Bug 782751 - User Timing API Implementation; r=baku 2015-02-03 21:46:23 -08:00
Jean-Yves Avenard
672121e19f Bug 1129224: Ensure the target is always unref in the target thread. r:bholley 2015-02-04 16:38:27 +11:00
Phil Ringnalda
34a9ee669a Bug 1123195 - Skip some more crashtests that time out on OS X 10.10 debug 2015-02-03 21:22:18 -08:00
Phil Ringnalda
a66c7e0ed2 Bug 1128517 - Annotate the incomprehensible passing of aja-linear-1b.html on OS X 10.10 debug 2015-02-03 19:16:13 -08:00
Phil Ringnalda
0eddfa1016 Backed out 3 changesets (bug 1128653, bug 1127156) for static analysis bustage
CLOSED TREE

Backed out changeset f1d372961125 (bug 1127156)
Backed out changeset 66c90dec344b (bug 1127156)
Backed out changeset 9fcc56bc052b (bug 1128653)
2015-02-03 19:45:54 -08:00
Eric Faust
0381e3b0cc Bug 1126105 - Remove wrap() builtin and mark wrapWithProto() as non-fuzzing-safe to avoid impossible overrecursion in tests. (r=Waldo) 2015-02-03 19:08:11 -08:00
Shu-yu Guo
3537d0f64b Bug 1127156 - Attach optimization info to frames in profiler. (r=BenWa) 2015-02-03 18:55:25 -08:00
Shu-yu Guo
86fc84429b Bug 1127156 - Rework optimization tracking JSAPI to be more usable from the profiler. (r=djvj) 2015-02-03 18:55:25 -08:00
Shu-yu Guo
b0995f0063 Bug 1128653 - Make the native code bounds of optimization regions closed. (r=djvj) 2015-02-03 18:55:25 -08:00
Chris Peterson
dbf73a680f Bug 1128866 - Fix -Wused-but-marked-unused warnings in js/src/builtin/Profilers.cpp. r=sfink 2015-02-01 23:46:30 -08:00
Masayuki Nakano
f48d2627a7 Bug 1020139 part.3 Map special keys on Sun keyboard on Android and Gonk r=cpeterson 2015-02-04 11:01:19 +09:00
Masayuki Nakano
c9a775239b Bug 1020139 part.2 Map special keys on Sun keyboard on Linux r=karlt 2015-02-04 11:01:19 +09:00
Masayuki Nakano
09ab82b5ae Bug 1020139 part.1 Sort out legacy keys section of code value for the latest spec and add code values for Sun keyboard r=smaug 2015-02-04 11:01:19 +09:00
Wes Kocher
11b34ce2cf Backed out changeset 24fe1880f83b (bug 1126090) for b2g test failures 2015-02-03 16:50:14 -08:00
Seth Fowler
8e4618102e Bug 1126490 (Part 2) - Recover from loss of surfaces in VectorImage. r=dholbert 2015-02-03 16:38:39 -08:00
Seth Fowler
ad05bb5909 Bug 1126490 (Part 1) - Recover when catastrophic circumstances cause us to lose frames in RasterImage. r=tn 2015-02-03 16:38:36 -08:00
Brian Hackett
fa8e1c29a8 Bug 1127908 - Allow overriding the Ion register allocator with an environment variable, clean up Ion default overrides a bit, r=h4writer. 2015-02-03 17:28:54 -07:00
Chris Double
e018144486 Bug 1128742 - Prevent pages with MSE content from being stored in bfcache - r=roc 2015-02-04 13:01:59 +13:00
Mats Palmgren
4ec43c85d5 Bug 1123067 - part 2, tests. 2015-02-03 23:54:32 +00:00
Mats Palmgren
ad6e4bdcbe Bug 1123067 - part 1, Add the range even if it's inside a user-select:none region in case it's inside an editable node (it represents the caret). r=smaug 2015-02-03 23:54:31 +00:00
Nicholas Nethercote
27f5668308 Bug 1127401 - Tweak PL_DHashTableSearch() to counter a Fennec regression. r=froydnj.
PL_DHashTableLookup() had the same return protocol as SearchTable(), which
meant that compilers could generate a tail call from the former to the latter.
Bug 1124973 replaced PL_DHashTableLookup() with PL_DHashTableSearch(), which
has a slightly different return protocol, and so the tail call was lost. This
appears to be the cause of the Fennec performance regression.

This patch splits SearchTable() in two (using templates to avoid explicit code
duplication). SearchTable<false>() now has the same return protocol as
PL_DHashTableSearch(), and so the tail call can now be used again.
2015-01-29 20:18:28 -08:00
Ryan VanderMeulen
4345447ecc Backed out changeset 84e7096360c2 (bug 1123404) for jsreftest bustage. 2015-02-03 18:23:07 -05:00
Jim Mathies
b1be9d7ce4 Bug 1127378 - When tabs close notify PluginWidgetChild earlier in shutdown. Prevents PluginWidgetProxy messages sent to dead parent actors triggering content process aborts. r=akotz 2015-02-03 13:58:32 -06:00
David Anderson
fe18c25a8f Remove apz.subframe.enabled and assume it is always true. (bug 1128761, r=kats) 2015-02-03 15:02:04 -08:00
David Anderson
785b6f573b If APZ is enabled, do not handle wheel-event scrolling in layout. (bug 1126090, r=smaug) 2015-02-03 14:40:38 -08:00
David Anderson
81810b86dd Add an ancient Radeon driver to the gfx blocklist. (bug 1118695, r=jrmuizel) 2015-02-03 14:27:07 -08:00
David Anderson
495039e5d4 Make debugging whole-layer invalidation slightly easier. (bug 1128752, r=mattwoodrow) 2015-02-03 14:18:44 -08:00
Tom Schuster
39c8fb5560 Bug 1111785 - Test for Array.isArray with a proxy. r=Waldo 2015-02-03 22:54:57 +01:00
Matt Woodrow
44031ffb78 Bug 1124543 - Handle invalidating mask changes correctly. r=roc 2015-02-04 10:39:59 +13:00
Benjamin Bouvier
d8c7f62d31 Bug 1123404: Disable temporarily bitselect-select.js SIMD test; r=Waldo
--HG--
extra : rebase_source : 5e56d9b6c80d176413b6bbd0100ffa0b7a0b7810
2015-02-03 22:20:50 +01:00
Ryan VanderMeulen
50a23391ac Merge m-c to inbound. a=merge
--HG--
rename : dom/bluetooth2/bluedroid/BluetoothUtils.cpp => dom/bluetooth2/BluetoothUtils.cpp
rename : dom/bluetooth2/bluedroid/BluetoothUtils.h => dom/bluetooth2/BluetoothUtils.h
extra : rebase_source : c31f688477f77deabfb949e6de2e42c3531c4161
2015-02-03 16:18:11 -05:00
Chris Pearce
eb27bb22f8 Bug 1123535 - Make dormant ResetPlayback assertion more lenient. r=jwwang 2015-02-04 10:17:28 +13:00
Ryan VanderMeulen
54f71a0db6 Merge inbound to m-c. a=merge 2015-02-03 16:04:22 -05:00
Sotaro Ikeda
16749fec58 Bug 1112519 - Clear mDropVideoUntilNextDiscontinuity when we do not seek r=cpearce 2015-02-03 12:53:12 -08:00
B2G Bumper Bot
ca21c699f5 Bumping manifests a=b2g-bump 2015-02-03 11:17:03 -08:00
B2G Bumper Bot
d45a0a723f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86761fe02255
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #27882 from eliperelman/bug-1128605

Bug 1128605 - Bumping gaia-raptor

========

https://hg.mozilla.org/integration/gaia-central/rev/b7a823e2dd01
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1128605 - Bumping gaia-raptor
2015-02-03 11:15:11 -08:00
Terrence Cole
65df3e6803 Bug 1128108 - Do not start post-barrier verification when GGC is disabled; r=jonco 2015-02-03 09:12:44 -08:00
Robert Longson
c8899fd463 Bug 1128281 - Pass strokeOptions to getGeometryBounds. r=jwatt 2015-02-03 18:36:32 +00:00
Bill McCloskey
aa5986fb0f Bug 1126245 - Add test (r=bent) 2015-02-03 09:20:50 -08:00
Bill McCloskey
364ab011d6 Bug 1126245 - [e10s] Don't crash when opening new tabs from closed windows (r=bent) 2015-02-03 09:20:46 -08:00
B2G Bumper Bot
26791250dc Bumping manifests a=b2g-bump 2015-02-03 06:36:58 -08:00
B2G Bumper Bot
baa91660c6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22e05df0fce1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1119688 - merge pull request #27823 from millermedeiros:1119688-text-selection to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/9e82eaaaf46b
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1119688 - [TextSelection] Calendar event view cursors not adjustable
2015-02-03 06:35:13 -08:00
Carsten "Tomcat" Book
fd6a89d4e4 Merge mozilla-central to b2g-inbound 2015-02-03 15:31:37 +01:00
B2G Bumper Bot
7221945b71 Bumping manifests a=b2g-bump 2015-02-03 06:17:12 -08:00
B2G Bumper Bot
983b616786 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c117d3d5206
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1128672 - merge pull request #27877 from etiennesegonzac:bug-1128672 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/22aba13b7886
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1128672 - Make the TouchForwarder dipatch mouse events again r=alive
2015-02-03 06:15:26 -08:00
Carsten "Tomcat" Book
9fe5980ccd merge b2g-inbound to mozilla-central a=merge 2015-02-03 14:44:06 +01:00
Carsten "Tomcat" Book
06d8160838 merge fx-team to mozilla-central a=merge 2015-02-03 14:36:21 +01:00
Carsten "Tomcat" Book
12acae44df merge mozilla-inbound to mozilla-central a=merge 2015-02-03 14:27:29 +01:00
Carsten "Tomcat" Book
1ae8d449ac Backed out changeset 2742651b0cd9 (bug 1123990) for suspicion that this broke the nightly builds a=sheriffduty 2015-02-03 13:49:17 +01:00
B2G Bumper Bot
93b408c309 Bumping manifests a=b2g-bump 2015-02-03 04:31:54 -08:00