Masayuki Nakano
|
48bf3f1909
|
Bug 975688 part.23 Rename nsDOMXULCommandEvent to mozilla::dom::XULCommandEvent r=smaug
--HG--
rename : dom/events/nsDOMXULCommandEvent.cpp => dom/events/XULCommandEvent.cpp
rename : dom/events/nsDOMXULCommandEvent.h => dom/events/XULCommandEvent.h
|
2014-02-28 23:58:42 +09:00 |
|
Masayuki Nakano
|
f24c8d7c56
|
Bug 975688 part.22 Rename nsDOMTrasitionEvent to mozilla::dom::TrasitionEvent r=smaug
--HG--
rename : dom/events/nsDOMTransitionEvent.cpp => dom/events/TransitionEvent.cpp
rename : dom/events/nsDOMTransitionEvent.h => dom/events/TransitionEvent.h
|
2014-02-28 23:58:42 +09:00 |
|
Masayuki Nakano
|
6ab278cb6c
|
Bug 975688 part.21 Rename nsDOMNotifyAudioAvailableEvent to mozilla::dom::NotifyAudioAvailableEvent r=smaug
--HG--
rename : dom/events/nsDOMNotifyAudioAvailableEvent.cpp => dom/events/NotifyAudioAvailableEvent.cpp
rename : dom/events/nsDOMNotifyAudioAvailableEvent.h => dom/events/NotifyAudioAvailableEvent.h
|
2014-02-28 23:58:42 +09:00 |
|
Masayuki Nakano
|
51a7c631e3
|
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
|
2014-02-28 23:58:42 +09:00 |
|
Masayuki Nakano
|
4af8259ffa
|
Bug 975688 part.19 Remove unnecessary items in Bindings.conf r=smaug
|
2014-02-28 23:58:41 +09:00 |
|
Ulrich Weigand
|
950b143515
|
Bug 976648 - mfbt endian config for powerpc64le-linux support. r=froydnj
|
2014-02-28 09:57:24 -05:00 |
|
Ulrich Weigand
|
905ae3da9e
|
Bug 976648 - WebRTC endian config for powerpc64le-linux support. r=jesup
|
2014-02-28 09:57:03 -05:00 |
|
Ulrich Weigand
|
b5d8a17c70
|
Bug 976648 - xptcall port for powerpc64le-linux support. r=froydnj
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc64_linux.s => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_asm_ppc64_linux.S
rename : xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc64_linux.s => xpcom/reflect/xptcall/src/md/unix/xptcstubs_asm_ppc64_linux.S
|
2014-02-28 09:56:43 -05:00 |
|
Ulrich Weigand
|
9ef1683f17
|
Bug 976648 - Backport of libffi powerpc64le-linux support. r=bsmedberg
|
2014-02-28 09:56:19 -05:00 |
|
Ulrich Weigand
|
aba64ccfe0
|
Bug 976648 - JavaScript build/config for powerpc64le-linux support. r=bsmedberg
|
2014-02-28 09:55:48 -05:00 |
|
Ulrich Weigand
|
e0148f42f9
|
Bug 976648 - Toplevel build/config for powerpc64le-linux support. r=bsmedberg
|
2014-02-28 09:55:24 -05:00 |
|
Lars T Hansen
|
f35c3a49c7
|
Bug 977117 - Enable inlining of the ObjectIsTypeDescr primitive. r=nmatsakis
|
2014-02-28 09:54:44 -05:00 |
|
Luca Niccoli
|
be6b09d7ea
|
Bug 977803 - Release the fcntl lock during nsProfileLock::Unlock if it was acquired. r=bsmedberg
|
2014-02-28 09:11:38 -05:00 |
|
Andrew McCreight
|
ad441d2db9
|
Bug 977723 - Remove two unused vars in accessible/. r=surkov
|
2014-02-28 09:11:38 -05:00 |
|
Ulrich Weigand
|
00c1903ccf
|
Bug 977224 - ctypes.Int64(0x8000000000000000) does not throw type error on PowerPC. r=jorendorff
|
2014-02-28 09:11:37 -05:00 |
|
Horia Iosif Olaru
|
403c1bd6d0
|
Bug 976533 - Add a reftest. r=roc
|
2014-02-28 09:11:37 -05:00 |
|
Horia Iosif Olaru
|
b92ebfeaec
|
Bug 976533 - In case there is are both a MixBlendMode and BlendContainer wrapping the same stacking display list, reverse the order so that the BlendContainer comes first. This way, it will not isolate the legitimate MixBlendMode item. r=roc
|
2014-02-28 09:11:37 -05:00 |
|
Ryan VanderMeulen
|
b3e8b1ec7f
|
Bug 957691 - Convert assertions to warnings to hide intermittent test failures. r=roc
|
2014-02-28 09:11:37 -05:00 |
|
Boris Zbarsky
|
7400b09228
|
Bug 952596 followup to fix dumb typo and reopen CLOSED TREE.
|
2014-02-28 09:09:11 -05:00 |
|
Boris Zbarsky
|
c9c7c6fdcc
|
Bug 952596. HasActiveDocument should just clearly assert that it's only called on inner windows. r=smaug
|
2014-02-28 08:57:14 -05:00 |
|
Boris Zbarsky
|
6ba0d2c459
|
Bug 952890 part 2. Remove the IsArrayLike method, since it no longer matches any spec concept. r=peterv
|
2014-02-14 10:46:09 -05:00 |
|
Boris Zbarsky
|
5703422365
|
Bug 952890 part 1. Make WebIDL sequence JS to C++ conversions use for-of iteration, not length/index gets. r=peterv
|
2014-02-14 10:46:09 -05:00 |
|
Boris Zbarsky
|
5d312c567c
|
Bug 977950. Fix dragging of text to work again. r=smaug
|
2014-02-28 08:57:13 -05:00 |
|
Ehsan Akhgari
|
5df2a9cacc
|
Bug 976898 - Move the sdkdecls.h force-include out of the build system; r=bbondy,glandium
|
2014-02-28 08:17:22 -05:00 |
|
Nicholas D. Matsakis
|
a9922442de
|
Bug 978047 -- check for OOM r=h4writer
|
2014-02-28 06:44:06 -05:00 |
|
Frank Wein
|
d4838a5c54
|
Bug 977667 - VolatileBufferFallback.cpp:16:10: error: ‘nullptr’ was not declared in this scope, r=glandium
|
2014-02-28 12:32:14 +01:00 |
|
Benjamin Bouvier
|
d31a03672e
|
Bug 930477: Implemented roundf for all platforms; r=waldo
|
2014-02-28 12:07:40 +01:00 |
|
Benjamin Bouvier
|
bf0591bfd1
|
Bug 930477: Specialize Round for Float32; r=jandem,mjrosenb
|
2014-02-28 12:07:05 +01:00 |
|
Till Schneidereit
|
a6725923ca
|
Bug 957004 - Guard against object being lazily typed in IsPackedArray self-hosting intrinsic. r=jandem
--HG--
extra : rebase_source : 824ff8327c37b430d600dd2fc070fac793f1cf1c
|
2014-02-28 23:48:07 +13:00 |
|
Carsten "Tomcat" Book
|
3581886531
|
Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE
|
2014-02-28 09:30:34 +01:00 |
|
Carsten "Tomcat" Book
|
99ae76e71d
|
Backed out changeset 743fb3c48ed7 (bug 968647)
|
2014-02-28 09:30:01 +01:00 |
|
Carsten "Tomcat" Book
|
b6f1d1876c
|
Backed out changeset bd6f1c071516 (bug 968647)
|
2014-02-28 09:29:57 +01:00 |
|
Randell Jesup
|
e19d1dfba8
|
Bug 977791: Change libyuv conditional for using _xgetbv() on Windows r=glandium
|
2014-02-28 03:21:08 -05:00 |
|
Makoto Kato
|
296a6180f4
|
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki
|
2014-02-28 16:45:16 +09:00 |
|
Makoto Kato
|
32baf5f742
|
Bug 968647 - Part 2. Listen window position change for IME. r=roc
|
2014-02-28 16:45:08 +09:00 |
|
Makoto Kato
|
8c079ee5f7
|
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
|
2014-02-28 16:45:01 +09:00 |
|
Henri Sivonen
|
bb37163a6b
|
Bug 977573 - Update Histograms.json for a new CHARSET_OVERRIDE_SITUATION value. r=emk.
|
2014-02-28 09:41:57 +02:00 |
|
Andrea Marchesini
|
3d0de55908
|
Bug 976313 - DataStoreChangeEvent should have 'owner' property, r=ehsan
|
2014-02-28 07:34:38 +00:00 |
|
Chris Peterson
|
818a4ba088
|
Bug 977445 - Remove unused JSContext parameter from BooleanToStringBuffer() and friends. r=luke
|
2014-02-23 17:59:18 -08:00 |
|
Chris Peterson
|
e912926be0
|
Bug 808679 - Add asserts for Vector::Range and Vector srcbeg <= srcend. r=Waldo
|
2014-02-11 22:42:39 -08:00 |
|
L. David Baron
|
d19818cc91
|
Bug 968555 patch 2 (tests): Test that 'backface-visibility' does not cause creation of a stacking context. r=mattwoodrow
|
2014-02-27 21:49:00 -08:00 |
|
Nicholas Nethercote
|
dffee9c58c
|
Bug 972712 (part 6) - Report objects and shapes by their class. r=till.
--HG--
extra : rebase_source : aa42a16006a3ef180056836215d497dba0eae383
|
2014-02-26 18:35:48 -08:00 |
|
Nicholas Nethercote
|
8bbb9380d2
|
Bug 972712 (part 5) - Add BaseShape::clasp(). r=till.
--HG--
extra : rebase_source : 7eab6753c6c5b248446783132f84b07460aefef6
|
2014-02-26 18:34:02 -08:00 |
|
Nicholas Nethercote
|
0db86053b3
|
Bug 972712 (part 4) - Report script sources in more detail. r=till.
--HG--
extra : rebase_source : b28fc8f4ff791966cb784e1c12def58927d3e3d3
|
2014-02-13 20:03:07 -08:00 |
|
Nicholas Nethercote
|
2561588a30
|
Bug 972712 (part 3) - Rework notable string reporting. r=till.
--HG--
extra : rebase_source : 274c2ee9beafca5e464234f37e894967d20abb25
|
2014-02-26 18:11:01 -08:00 |
|
Nicholas Nethercote
|
c450b10d05
|
Bug 972712 (part 2) - Shorten JS memory report descriptions. r=till.
--HG--
extra : rebase_source : 5acec546db5b3f62d4a88c301af282c53f8abaf4
|
2014-02-26 17:59:50 -08:00 |
|
Nicholas Nethercote
|
2ca486549e
|
Bug 972712 (part 1) - Don't report short strings separately. r=till.
--HG--
extra : rebase_source : 631fe6137935cfb2fbfc3339406c5418d458ad38
|
2014-02-26 17:53:02 -08:00 |
|
Phil Ringnalda
|
e2d9d3bd7e
|
Back out d0b4c5c28fb0 (bug 956993) for Android test failures
CLOSED TREE
|
2014-02-27 20:25:55 -08:00 |
|
cajbir
|
3881eee49f
|
Bug 976037 - Implement an eviction algorithm for media source extensions - r=kinetik
--HG--
extra : rebase_source : 9727384f364f88957db822905436c19c4943c019
|
2014-02-28 13:54:48 +13:00 |
|
James Willcox
|
6a8862bec2
|
Bug 956993 - Rely on OES_EGL_image_external for SharedSurface_EGLImage r=jgilbert
|
2014-02-27 20:48:38 -06:00 |
|