Commit Graph

184534 Commits

Author SHA1 Message Date
Jan de Mooij
b545296b0f Bug 978811 - Fix isFakeExitFrame to return true for entry frames. r=nbp 2014-05-20 08:34:25 -04:00
Shu-yu Guo
99d7bfa52c Bug 998262 - Fix StrictlyEqualImplPar for when operands have differing types. (r=nmatsakis) 2014-05-24 09:33:02 -07:00
Sotaro Ikeda
cb17692178 Bug 1006957 - Handle buffer ownership between SurfaceStream and CanvasClient r=nical 2014-05-24 09:14:45 -07:00
Chris Lord
6d80db5e5b Bug 1007760 - Add profiling mode to talos mach script. r=gps 2014-05-24 14:29:38 +01:00
Steve Fink
ea69951aea Backed out changeset 171edffe0641 (bug 1006957) for crash at BaseAutoLock<mozilla::Mutex>::BaseAutoLock(mozilla::Mutex&) from layers::AsyncTransactionTrackersHolder::ClearAllAsyncTransactionTrackers on a CLOSED TREE 2014-05-23 21:16:02 -07:00
Nathan Froyd
4b01374b76 Backout d6c58a2a6da4 (bug 1012407) for various bustages on a CLOSED TREE 2014-05-23 23:36:28 -04:00
Nathan Froyd
bdeb376055 Backout 471244c106e9:634be002dbc9 (bug 1012407) 2014-05-23 23:34:43 -04:00
Andreas Gal
c3996058b5 Bug 1012407 - Part 7: Use a single GL draw call to draw up to 4 texture quads (r=Bas) 2014-05-24 04:16:27 +02:00
Andreas Gal
6674e15f22 Bug 1012407 - Follow-up nits for part 6. 2014-05-24 04:15:45 +02:00
Boris Zbarsky
ab5d1f90e8 Bug 1007878 part 5. Implement callback codegen for MozMap. r=khuey 2014-05-23 17:32:39 -04:00
Boris Zbarsky
a2e3bc72ea Bug 1007878 part 4. Add C++-to-JS conversion for MozMap. r=khuey 2014-05-23 17:32:38 -04:00
Boris Zbarsky
2e69c899dd Bug 1007878 part 3. Add JS-to-C++ conversion for MozMap. r=khuey 2014-05-23 17:32:38 -04:00
Boris Zbarsky
72c13f6d06 Bug 1007878 part 2. Add a C++ type to represent MozMap. r=khuey 2014-05-23 17:32:38 -04:00
Boris Zbarsky
67e904587e Bug 1007878 part 1. Add parsing of MozMap to the WebIDL parser. r=khuey 2014-05-23 17:32:38 -04:00
Botond Ballo
851ee8aa7c Bug 1015331 - Do not leak Task object created during fling handoff. r=kats 2014-05-23 14:32:10 -04:00
Kartikaya Gupta
ba1234757a Bug 897996 - Enable the low-res buffer on B2G. r=Cwiiis 2014-05-22 11:17:33 -04:00
Kartikaya Gupta
d8ef071350 Bug 994293 - Enable progressive painting by default on B2G device builds. r=Cwiiis 2014-05-22 11:17:10 -04:00
Kartikaya Gupta
959ff7340c Bug 1015278 - Replace the std::string with a char[20] in FrameMetrics to make it cross-process shmem friendly. r=botond 2014-05-23 21:08:51 -04:00
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