Sotaro Ikeda
e66ebd661d
Bug 1006957 - Handle buffer ownership between SurfaceStream and CanvasClient r=nical
2014-05-23 17:52:43 -07:00
Andreas Gal
1807413f5e
Bug 1012407 - Part 9: Normalize texture coordinates in DecomposeIntoNoRepeatRects (r=BenWa)
2014-05-24 02:49:41 +02:00
Wes Kocher
64c4381b8e
Merge m-c to inbound
2014-05-23 17:37:56 -07:00
Wes Kocher
ad37b2f7f0
Merge b2g-inbound to m-c
2014-05-23 17:34:49 -07:00
Wes Kocher
9ec54118d8
Merge inbound to m-c DONTBUILD
2014-05-23 17:23:09 -07:00
Wes Kocher
594334d9ce
merge inbound to m-c
2014-05-23 17:19:27 -07:00
Wes Kocher
996c3dc9d1
Merge fx-team to m-c
2014-05-23 17:04:56 -07:00
Bobby Holley
08d88251c4
Bug 992958 - More stylistics fixups. r=me
2014-05-23 16:53:04 -07:00
Bobby Holley
4d4f8d000c
Bug 992958 - Move ClassObjectCreationOps and FinishClassInitOps closer to their respective JSClasses. r=luke
...
This is a pure move, aside from adding a js:: namespace to a few NullPtrs.
2014-05-23 16:53:04 -07:00
Bobby Holley
2e97146a96
Bug 992958 - Switch Function and Object to ClassSpec. r=luke
2014-05-23 16:53:04 -07:00
Bobby Holley
80b1fbf0d7
Bug 992958 - Reindenting and trivial cleanup. r=luke
2014-05-23 16:53:04 -07:00
Bobby Holley
86f024e5fd
Bug 992958 - Hoist extra logic in initFunctionAndObjectClasses into FinishClassInitOps. r=luke
2014-05-23 16:53:03 -07:00
Bobby Holley
84df88b21a
Bug 992958 - Hoist Object/Function prototype/constructor creation into ClassObjectCreationOps. r=luke
...
We try to keep the diff small for now, and reformat in the next patch.
2014-05-23 16:53:03 -07:00
Bobby Holley
430d3d81c0
Bug 992958 - Invoke set{Constructor,Prototype} as soon as possible, and remove setDetails helpers. r=luke
...
When we decouple function and object, we'll need to rely on these slots being
set up as soon as the relevant objects are created.
2014-05-23 16:53:03 -07:00
Bobby Holley
da3dc4b3db
Bug 992958 - Rejigger the ordering of resolveConstructor to make it work for Object/Function. r=luke
2014-05-23 16:53:03 -07:00
Bobby Holley
3d73ba55f1
Bug 992958 - Add support for prototype JSPropertySpecs on ClassSpec. r=luke
2014-05-23 16:53:03 -07:00
Bobby Holley
e5d175a98e
Bug 992958 - Streamline __proto__ getter and setter definitions into a JSPropertySpec. r=luke
...
We don't need the nativeCall bits anymore.
2014-05-23 16:53:02 -07:00
Bobby Holley
15a4860557
Bug 992958 - Stop going through the __proto__ getter in getPrototypeOf. r=luke
...
The need for this is long-gone, I believe.
2014-05-23 16:53:02 -07:00
Bobby Holley
1c2ad9bb25
Bug 992958 - Fix test that depends on the order in which properties are enumerated. r=luke
2014-05-23 16:53:02 -07:00
Steve Fink
3c98e08c21
Annotate je_malloc_printf as non-GC function. r=terrence,sorta
...
Backed out changeset efde4f7c20e5 (bug 1014134) to re-enable replace-malloc for the haz build. This patch fixes the reason for that disablement.
--HG--
extra : rebase_source : 2ae1c63bc088debb1b6191100d08f688acfb4135
2014-05-23 16:43:58 -07:00
Bobby Holley
6c26fcf080
Bug 1008481 - Try disabling https test to stop mysterious orange. r=me
2014-05-23 15:28:03 -07:00
Dan Gohman
d2f4b8da17
Bug 1004363 - IonMonkey: Simplify MAbortPar creation. r=shu
2014-05-23 15:17:59 -07:00
Wes Kocher
ac63bf06e5
Backed out changeset 52632d896ef7 (bug 985614) for m-oth bustage
2014-05-23 12:13:54 -07:00
Nick Alexander
a461b99329
Bug 998700 - Animate sync icon during refresh of Remote Tabs panel. r=lucasr
...
It turns out that animation-list can be combined with rotate to avoid
shipping extra bitmaps, and twelve frames is smooth enough. This patch
takes that approach.
The trickiest part is exposing the icon drawable in a reasonable way to
the inner PanelView.
2014-05-23 11:43:39 -07:00
Nick Alexander
37a58318d1
Bug 1009327 - Add "manual connect" to Android about:devices page. r=mfinkle
2014-05-23 11:43:39 -07:00
Nick Alexander
21bfe1a799
Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj
2014-05-23 11:43:38 -07:00
Dão Gottwald
91ac240000
Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley
2014-05-23 20:41:31 +02:00
Dão Gottwald
980f21a719
Backed out changeset d670f361bbb6
2014-05-23 20:39:46 +02:00
Dão Gottwald
57ce77a271
Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley
2014-05-23 20:34:03 +02:00
Wes Kocher
c62bc44163
Backed out changeset 7809455a72a7 (bug 970252) for build bustage on a CLOSED TREE
2014-05-23 10:58:09 -07:00
Wan-Teh Chang
9839ff3935
Bug 891551: Update NSPR to NSPR_4_10_6_BETA1, which also includes fixes
...
for bug 1003946, bug 1009270, and bug 1011861.
2014-05-23 10:51:29 -07:00
Kannan Vijayan
8f52013352
Bug 970252 - Ensure that SPS entries are popped for frames that error during bailout. r=jandem
2014-05-23 13:40:54 -04:00
Jonathan Wei
b039e9c380
Bug 1011736 - Added null check to Accessible::Shutdown.
2014-05-23 13:15:07 -04:00
B2G Bumper Bot
c8dc5f2366
Bumping manifests a=b2g-bump
2014-05-23 09:52:26 -07:00
B2G Bumper Bot
ff0dcf8168
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6a6778c8ff4a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #19585 from lightsofapollo/bin-ci-no-after
Bug 1015059 - Only run gaia_ui_tests after_script on travis ci
========
https://hg.mozilla.org/integration/gaia-central/rev/06b1cb76c1d4
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 1015059 - Only run gaia_ui_tests after_script on travis ci
2014-05-23 09:45:32 -07:00
B2G Bumper Bot
18acfd1bdf
Bumping manifests a=b2g-bump
2014-05-23 09:03:33 -07:00
B2G Bumper Bot
3b5c280108
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f1059a5a8e6d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 987487 - [Gaia] [Build] Refactoring webapp-optimize.js and unit tests"
This broke a lot of apps.
This reverts commit 3cc2733bc0e5ec952a4c1edfc115b814b49edb95.
2014-05-23 08:55:22 -07:00
Chris AtLee
82be4884b3
Bug 1014751: Renaming mako to nexus-4. a=NBOTB DONTBUILD
2014-05-23 11:47:54 -04:00
B2G Bumper Bot
05f1ed15e4
Bumping manifests a=b2g-bump
2014-05-23 08:32:31 -07:00
B2G Bumper Bot
0f220acebf
Bumping manifests a=b2g-bump
2014-05-23 08:23:55 -07:00
B2G Bumper Bot
40770a7060
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/eca3a524bcd4
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1009065 - Make focused Rocketbar full width on all devices. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/c2aee90a903e
Author: Gareth Aye <gaye@mozilla.com>
Desc: Update calendar README, grammar nit
========
https://hg.mozilla.org/integration/gaia-central/rev/df406b3a70ff
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #19600 from gaye/update-calendar-readme
Update calendar README
========
https://hg.mozilla.org/integration/gaia-central/rev/dece9f459af8
Author: gaye <gaye@mozilla.com>
Desc: Update calendar README
2014-05-23 08:23:43 -07:00
B2G Bumper Bot
376be78dad
Bumping manifests a=b2g-bump
2014-05-23 08:07:29 -07:00
B2G Bumper Bot
11f6b55a53
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3455d0d33b1
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #19495 from hfiguiere/bug846871
Bug 1014821 - Send the call-log-ready perf event even if the call log is empty. r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/fa3f8eb62ea2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1014821 - Send the call-log-ready perf event even if the call log is empty.
2014-05-23 07:55:21 -07:00
Robert Strong
2d1b1ffb4a
Bug 606415: Tests for bug 1009668. r=spohl
2014-05-23 10:42:58 -04:00
Stephen Pohl
c267206a18
Bug 1009668: Make retrieval of updater.ini more robust and predictable on OSX. r=smichaud,rstrong
2014-05-23 10:42:52 -04:00
Mike Conley
3d1a60d674
Bug 978913 - Dragging e10s window between HiDPI and non-HiDPI displays causes text to be scaled incorrectly. r=smaug.
2014-05-23 10:36:50 -04:00
B2G Bumper Bot
4b923478c9
Bumping manifests a=b2g-bump
2014-05-23 07:24:53 -07:00
B2G Bumper Bot
c1e864e31c
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9bf1b03cd152
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #19590 from shamenchens/Bug1014531-FTULastScreen
Bug1014531 - Errors in FTE last screen after registering in FxA, r=fcampo, flod
========
https://hg.mozilla.org/integration/gaia-central/rev/2f2b3f8566cd
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug1014531 - Errors in FTE last screen after registering in FxA
========
https://hg.mozilla.org/integration/gaia-central/rev/b7c3a2626c21
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #19291 from gaye/bug-1010961-interop-tests
Bug 1010961 - Calendar interop tests r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/f8182bc058c9
Author: gaye <gaye@mozilla.com>
Desc: Bug 1010961 - Calendar interop tests
2014-05-23 07:15:32 -07:00
Carsten "Tomcat" Book
7ca506bb30
merge b2g-inbound to mozilla-central
2014-05-23 16:03:42 +02:00
B2G Bumper Bot
31f2276b36
Bumping manifests a=b2g-bump
2014-05-23 06:52:13 -07:00