Tetsuharu OHZEKI
98e283add9
Bug 984015 - GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback. r=?
...
This patch includes:
* GUIDHelper.getItemGUID() must return a GUID.
* GUIDHelper should resolve promises after other operations are finished.
* GUIDHelper.getItemId should deliver itself as |this| to its internal executeAsync callback.
2014-04-05 00:52:53 +09:00
Daniel Holbert
6a7faff5d3
Bug 984786 part 8: Give NS_INLINE_DECL_*REFCOUNTING classes private destructor & MOZ_FINAL annotation where appropriate, in /gfx and /content/canvas. r=bjacob
2014-04-04 09:27:02 -07:00
Ed Morley
ea8b74f0c2
Backed out changeset 2ac8fe9a90c5 (bug 948269) for timeouts in gaia-integration tests; CLOSED TREE
2014-04-04 16:32:19 +01:00
Ed Morley
67926f1b87
Backed out changeset e00d10064639 (bug 948269)
2014-04-04 16:31:44 +01:00
Nicholas D. Matsakis
baff5b419b
Bug 991234 -- Squelch warning r=h4writer
2014-04-03 05:45:39 -04:00
Benjamin Bouvier
6d3d8d1203
Bug 991510: Make arrow functions not validate as asm.js modules; r=luke
2014-04-04 15:07:55 +02:00
Carsten "Tomcat" Book
9c32a93551
Backed out changeset 0f91a3f28a44 (bug 976205) per request - incorrect patch
2014-04-04 14:46:51 +02:00
Honza Bambas
0a884a3a0c
Bug 985932 - Fix error HTTP response in test_partially_cached_content.html, r=sworkman
2014-04-04 14:42:06 +02:00
Honza Bambas
ad97eaff34
Bug 985156 - CacheFile doesn't report mKey during memory report, r=michal
2014-04-04 14:42:06 +02:00
Honza Bambas
63ed8e8c2e
Bug 986728 - Engage frecency decay time experiment for HTTP cache v2, r=jduell
2014-04-04 14:42:06 +02:00
Honza Bambas
b15bf8ef4d
Bug 986534 - test_beaconFrame.html must not assume requests go out in the same order, r=rbarnes
2014-04-04 14:42:06 +02:00
Honza Bambas
885f053479
Bug 984994 - Reintroduce 'network.http.use-cache' pref, r=jduell
2014-04-04 14:42:06 +02:00
Honza Bambas
271e4f5255
Bug 976866 - HTTP cache v2: Specific dispatch method for eviction events, r=michal
2014-04-04 14:42:05 +02:00
Honza Bambas
1861e78efd
Bug 973319 - Release CacheEntry callbacks on the proper thread, r=michal
2014-04-04 14:42:05 +02:00
Honza Bambas
2910a2bf93
Bug 959761 - finalize nsICacheEntry interface, r=michal
2014-04-04 14:42:05 +02:00
Nils Ohlmeier [:drno]
cd81bd6a00
Bug 991368 - Avoid exception on calling close() twice. r=abr, r=jesup
2014-04-04 08:34:25 -04:00
Martin Stransky
081c9b7c0c
Bug 983903 - [Gtk3] Ctrl+A doesn't work in textarea or input elements. r=Neil
2014-04-04 08:34:25 -04:00
David Rajchenbach-Teller
f8b93dedfd
Bug 936630 - Timeline event sessionRestoreInit. r=ttaubert, r=froydnj
2014-04-04 08:34:24 -04:00
Nils Ohlmeier [:drno]
ed5c76a3af
Bug 989047 - increase canplaythrough timeouts to accomodate B2G slowness. r=jesup
2014-04-03 18:11:00 +02:00
Nils Ohlmeier [:drno]
a284708e73
Bug 965656 - properly close() PC's when no longer used. r=jesup
2014-04-03 10:56:00 +02:00
Sushil Chauhan
0bb3719f93
Bug 965102 - Gecko changes to set HWC_GEOMETRY_CHANGED flag appropriately. r=mattwoodrow
2014-04-03 18:59:13 -07:00
Carsten "Tomcat" Book
8ef164f6c7
Backed out changeset bae32cf47dec (bug 988882) since it seems this breaks debug-bc tests
2014-04-04 13:23:20 +02:00
Masatoshi Kimura
892a2221f8
Bug 991690 - Remove the classinfo from EventListenerInfo. r=smaug
2014-04-04 20:04:00 +09:00
Carsten "Tomcat" Book
055dab2d1a
Backed out changeset 17941c43375f (bug 991575) for test failures like reftests and others
2014-04-04 12:36:43 +02:00
Eric Faust
264633276b
Bug 989204 - Followup: Fix --disable-optimize JS shell build. (r=jandem over IRC)
2014-04-04 02:25:46 -07:00
Jonathan Watt
6a5abb5bbb
Backout e401dfeab8b7 (bug 991572) for crashtest assertion. r=orange
2014-04-04 10:03:41 +01:00
Jonathan Watt
d8311bf9a7
Bug 991572 - Stop creating a Thebes backed gfxContext in CanvasRenderingContext2D.cpp, and kill off nsICanvasRenderingContextInternal::GetThebesSurface (Moz2D migration). r=mattwoodrow
2014-04-04 09:15:59 +01:00
Jonathan Watt
164b50056a
Bug 991575 - Stop PresShell::GetReferenceRenderingContext from creating a Thebes backed gfxContext (Moz2D migration). r=mattwoodrow
2014-04-04 09:15:57 +01:00
Marco Zehe
1d98675396
Bug 989958 - Expose PRESSED state on a native button element and remove CHECKABLE state from toggle buttons, r=surkov, r=eeejay
2014-04-04 10:01:19 +02:00
Botond Ballo
69a1f77b38
Bug 988882 - Special-case handling of root composition bounds calculation on Android when the toolbar is perma-visible. r=tn
2014-04-02 01:35:25 -04:00
Nicholas Nethercote
aa1fc5c012
Bug 991998 (part 2) - Limit JSFatInlineString's length to 11 on both 32-bit and 64-bit platforms. r=luke.
2014-04-03 23:31:20 -07:00
Nicholas Nethercote
748150c2af
Bug 991998 (part 1) - Rename JSShortString as JSFatInlineString. r=luke.
...
--HG--
extra : rebase_source : 8ada8b2aa62d689388a9e1a0f713152d1ff96acb
2014-04-03 23:30:26 -07:00
Jeff Walden
5184913177
Get rid of a bunch of redundant typedefs that just typedef'd an enum or struct to the same name -- useful in C, useless in C++. No bug, r=trivial
...
--HG--
extra : rebase_source : e6b815fdfab74d77b9e507ed1dea988517c2d0e6
2014-03-28 14:52:34 -04:00
Jeff Walden
e9790e22f1
Bug 985733 - Make assignments into typed arrays use ToNumber-style semantics. r=sfink, r=jandem
...
--HG--
extra : rebase_source : 1b2f2a2f4978951fc5683f97127d5120a34c8630
2014-03-20 16:38:12 -07:00
Jeff Walden
82af264b6b
Bug 985733 - Add a test for typed element-setting using ToNumber semantics. r=sfink
...
--HG--
extra : rebase_source : 64315d96fff2cc62bb3d3a1f25a8e70f9c580f61
2014-03-25 10:29:26 -04:00
Jeff Walden
548a46ea97
Bug 985733 - Refactor element-setting code to not conflate typed array and dense element setting. r=sfink
...
--HG--
extra : rebase_source : 4aa073095fd71a8116460427b0e6b5108757dff2
2014-03-20 10:43:40 -07:00
Mike Hommey
735b1a8294
Bug 991769 - Add missing parenthesis. r=me
2014-04-04 15:08:25 +09:00
Mike Hommey
0d1d7c1e94
Bug 991976 - Only fail creating .mozconfig.mk once. r=mshal
2014-04-04 14:57:36 +09:00
Mike Hommey
a8fe62b1c9
Bug 991799 - Fixup Windows resource include file location after bug 988168. r=mshal
2014-04-04 14:57:09 +09:00
Mike Hommey
3a5aed49c1
Bug 991769 - Cleanup gtest libxul when doing make clean or distclean. r=mshal
2014-04-04 14:56:51 +09:00
Mike Hommey
275cb98921
Bug 982014 - Fix what sections are copied from injection object after bug 932737. r=nfroyd
2014-04-04 14:56:36 +09:00
Boris Zbarsky
0cd8749fc6
Bug 985536 followup: mark argument that should be optional as optional. r=orange
2014-04-04 00:21:24 -04:00
Boris Zbarsky
6b385f0069
Bug 991753. Make sure we're in the right compartment before we try wrapping our Promise in Promise::GetOrCreateWrapper. r=bholley
2014-04-03 23:32:11 -04:00
Boris Zbarsky
ac98569cac
Bug 985536. Go back to allowing optional any with no default value in WebIDL, but treat it as having a default value of undefined. r=khuey
2014-04-03 23:32:11 -04:00
Phil Ringnalda
8d73e0be6f
Backed out 5 changesets (bug 991032, bug 990933, bug 990876, bug 990871) for build bustage
...
CLOSED TREE
Backed out changeset c28e1344a6da (bug 991032)
Backed out changeset c85326be7e94 (bug 990876)
Backed out changeset 7cd1a8c883cb (bug 990876)
Backed out changeset 3052e8a3c505 (bug 990933)
Backed out changeset 6685770cf674 (bug 990871)
2014-04-03 20:28:52 -07:00
Nicolas Silva
e195bff1bb
Bug 991032 - Cleanup X11 TextureClient/Host. r=mattwoodrow
2014-04-04 11:15:47 +08:00
Nicolas Silva
061c466077
Bug 990876 - Remove TextureClientSurface. r=mattwoodrow
2014-04-04 11:15:34 +08:00
Nicolas Silva
3f0e003bb5
Bug 990876 - Moz2dify TestTextures. r=mattwoodrow
2014-04-04 11:15:29 +08:00
Nicolas Silva
fc652fbc8e
Bug 990933 - Moz2dify SimpleTiledContentClient. r=jrmuizel
2014-04-04 11:15:25 +08:00
Nicolas Silva
bb5f55e84a
Bug 990871 - Move TextureClientDrawTarget into TextureClient. r=mattwoodrow
2014-04-04 11:15:18 +08:00