Antonio M. Amaya
|
64ce5e6697
|
Bug 965273 - CSP: Fix serialization and deserialization and add support for the {} characters on the host name. r=sstamm
|
2014-01-30 22:22:21 +01:00 |
|
Doug Sherk
|
cb96bdf766
|
Bug 969860: Set GEL's state back to GESTURE_NONE after spoofing a touch start on pinch end r=kats
|
2014-02-10 12:43:12 -05:00 |
|
Neil Deakin
|
c30f949ed1
|
Bug 967432, labelElement should still be set even when an access key is not present, r=neil
|
2014-02-11 09:40:12 -05:00 |
|
Ryan VanderMeulen
|
f46afed6ea
|
Backed out changesets 6948901b128f and d9a099b06911 (bug 946083) and changeset 1e038f308b8d (bug 961339) for intermittent Android build failures.
|
2014-02-11 09:35:12 -05:00 |
|
Ali Akhtarzada
|
62cda5ac7c
|
Bug 970331 - Make sure moz pattern is not set on cairo context. r=nical
|
2014-02-11 09:22:46 -05:00 |
|
Jan Beich
|
9cead6a174
|
Bug 969932 - Remove unnecessary moz.build conditional for sendfile(2) on BSDs. r=glandium
|
2014-02-11 09:22:46 -05:00 |
|
Jan Beich
|
bef9e7e2d7
|
Bug 969759 - Remove NetBSD version check for unsupported releases. r=glandium
|
2014-02-11 09:22:46 -05:00 |
|
Martin Stransky
|
086e8824ab
|
Bug 968193 - flash-plugin freezes when window allocation size is 0x0. r=karlt
|
2014-02-11 09:22:45 -05:00 |
|
Ali Akhtarzada
|
e1bf3bfd0f
|
Bug 967743 - Make moz elements use DrawTarget context. r=mattwoodrow
|
2014-02-11 09:22:45 -05:00 |
|
Alessandro Decina
|
c227f421a5
|
Bug 806917 - Add support for GStreamer 1.0. r=edwin, r=gps
|
2014-02-11 09:22:45 -05:00 |
|
Peiyong Lin
|
7ab1deb19e
|
Bug 613472 - Use the fallible allocator and propagate errors in AppendASCIItoUTF16. r=bsmedberg
|
2014-02-11 09:22:45 -05:00 |
|
Oleg Romashin
|
a5b3845729
|
Bug 967796 - Implement Pointer Enter/Leave events support. Tests. r=smaug
--HG--
rename : dom/events/test/test_bug432698.html => dom/events/test/test_bug967796.html
|
2014-02-11 06:16:56 -08:00 |
|
Ehsan Akhgari
|
fbe321aed6
|
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
|
2014-02-11 09:12:33 -05:00 |
|
Ehsan Akhgari
|
1a6d2922e1
|
Bug 969878 - Do not try to check the return value of nsTArray::SetLength in nsDateTimeFormatMac::FormatTMTime; r=smontagu
This size is not controllable from content. and nsTArray::SetLength's
return value is always true for now (I'm converting it to void in bug
969864.)
|
2014-02-11 08:53:20 -05:00 |
|
Ehsan Akhgari
|
a8de3991dc
|
Bug 969872 - Do not try to check the return value of nsTArray::SetLength in nsLocaleService; r=smontagu
This size is not controllable from content. and nsTArray::SetLength's
return value is always true for now (I'm converting it to void in bug
969864.)
|
2014-02-11 08:52:30 -05:00 |
|
Nathan Froyd
|
3edbced6b9
|
Bug 970507 - mark generated DOMIfaceAndProtoJSClass instances as const; r=bz
|
2014-02-10 15:11:58 -05:00 |
|
Nathan Froyd
|
7f92d77d8b
|
Bug 957175 - reduce relocations required by NamesOfInterfacesWithProtos; r=bz
|
2014-02-10 10:24:38 -05:00 |
|
Ryan VanderMeulen
|
935455f22d
|
Merge m-c to inbound.
|
2014-02-11 08:41:45 -05:00 |
|
Ryan VanderMeulen
|
2459f12ae2
|
Merge inbound to m-c.
|
2014-02-11 08:39:31 -05:00 |
|
Benjamin Bouvier
|
26b44d92e7
|
Bug 966295: Implement variadic Math.min and Math.max in Odin; r=luke
|
2014-02-11 14:19:59 +01:00 |
|
Ryan VanderMeulen
|
d5ebfbd2c7
|
Merge b2g-inbound to m-c.
|
2014-02-11 08:09:19 -05:00 |
|
Jacek Caban
|
fc6cfb39f1
|
Bug 970364 - Fix conversions between enum classes and ints in gfx/2d/. r=bas.schouten
|
2014-02-11 13:44:17 +01:00 |
|
Jacek Caban
|
ba27d5b5ce
|
Bug 970421 - Fix PoisonIOInterposerWin.cpp compilation on mingw. r=aklotz
|
2014-02-11 13:43:59 +01:00 |
|
Jon Coppeard
|
c8bf61051d
|
Bug 960028 - Use UndefinedHandleValue rather than rooting UndefinedValue() r=sfink
|
2014-02-11 10:59:16 +00:00 |
|
Jon Coppeard
|
60baf94ae8
|
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
|
2014-02-11 10:59:16 +00:00 |
|
Jon Coppeard
|
0479128f39
|
Bug 965830 - Add HandleValueArray class to receive rooted arrays of Values r=terrence
|
2014-02-11 10:59:16 +00:00 |
|
Jon Coppeard
|
b6588e8cbf
|
Bug 965830 - Remove AutoArrayRooter from the public API r=terrence r=smaug
|
2014-02-11 10:59:15 +00:00 |
|
Jon Coppeard
|
edfaff5a4d
|
Bug 965830 - Make AutoValueArray into a fixed-size inline array that roots its contents r=terrence
|
2014-02-11 10:59:15 +00:00 |
|
Florian Quèze
|
1582bc8d1e
|
Bug 965265 - Opening a new private window shows social provider buttons which don't do anything, r=mixedpuppy.
--HG--
extra : rebase_source : 74d3f5fd7eea7c4c146f0eba843e7d39837c406f
|
2014-02-11 08:28:25 +01:00 |
|
Masayuki Nakano
|
fb3875cd82
|
Bug 969219 Simplify constructor of InternalTransitionEvent r=smaug
|
2014-02-11 14:35:25 +09:00 |
|
Masayuki Nakano
|
951149660e
|
Bug 968725 Simplify constructor of InternalAnimationEvent r=smaug
|
2014-02-11 14:35:25 +09:00 |
|
Masayuki Nakano
|
976cb0f38c
|
Bug 968721 Remove constructor of WidgetPointEvent which takes a lot of arguments for initializing its members r=smaug
|
2014-02-11 14:35:25 +09:00 |
|
Masayuki Nakano
|
16b44310e0
|
Bug 964153 Remove unnecessary constructor of WidgetTouchEvent and don't copy its widget in Duplicate() r=smaug
|
2014-02-11 14:35:25 +09:00 |
|
Masayuki Nakano
|
2a6f11f4f4
|
Bug 962140 Remove following char message of keydown message with found message r=jimm
|
2014-02-11 14:29:17 +09:00 |
|
Masayuki Nakano
|
80d77f5a3a
|
Bug 950373 part.2 Don't consume keys which are used by <tree> for navigation in session restore UI r=enndeakin
|
2014-02-11 14:26:11 +09:00 |
|
Masayuki Nakano
|
1b48cb9045
|
Bug 950373 part.1 XUL <tree> should handle non-printable keys with keydown event handler instead of keypress event handler r=enndeakin
|
2014-02-11 14:26:10 +09:00 |
|
Matt Woodrow
|
2eb7116930
|
Bug 966679 - Follow-up to fix bustage on gcc 4.4, split Compose() into separate functions. CLOSED TREE
|
2014-02-11 17:58:01 +13:00 |
|
Matt Woodrow
|
69270deb38
|
Bug 966679 - Mark Layers as Mutated if they have an invalid region. r=roc
|
2014-02-11 17:01:49 +13:00 |
|
Matt Woodrow
|
a008f620fb
|
Bug 966679 - Resolve RefLayers during IPDL transactions. r=nical
|
2014-02-11 17:01:20 +13:00 |
|
Matt Woodrow
|
c6e16097b9
|
Bug 966679 - Make LayerProperties aware of RefLayers. r=roc
|
2014-02-11 17:00:46 +13:00 |
|
Matt Woodrow
|
ce3484f7e9
|
Bug 966679 - Make sure all RefLayers are resolved before calling BeginTransaction. r=nical
|
2014-02-11 17:00:16 +13:00 |
|
Matt Woodrow
|
bf435a520d
|
Bug 966679 - Implement widget paint flashing for BasicCompositor. r=roc
|
2014-02-11 16:59:39 +13:00 |
|
Phil Ringnalda
|
17e6ef5703
|
Back out f03664765359 (bug 909542) for unexpected assertions and lack of expected assertions
|
2014-02-10 19:09:23 -08:00 |
|
Bill McCloskey
|
5fa762bf98
|
Bug 970736 - Make basic compositor handle texture wrapping correctly (r=mattwoodrow)
|
2014-02-10 18:46:34 -08:00 |
|
Bill McCloskey
|
2f2362b1f6
|
Bug 970711 - Fix typo in MemoryTextureClientData destructor (r=mattwoodrow)
|
2014-02-10 18:46:27 -08:00 |
|
Bill McCloskey
|
1e5217ce6b
|
Bug 970711 - Make basic compositor respect TexturedEffect filter (r=mattwoodrow)
|
2014-02-10 18:45:11 -08:00 |
|
B2G Bumper Bot
|
2040bd2418
|
Bumping manifests a=b2g-bump
|
2014-02-10 18:40:53 -08:00 |
|
Eric Chou
|
fff01c4303
|
Bug 962310 - Support in-process bt file transfer, f=bent, r=gyeh
Currently if an app which lives in chrome process calls SendFile()
to send a file via Bluetooth, it would crash.
|
2014-02-11 10:07:23 +08:00 |
|
Ehsan Akhgari
|
e4f6f2dbbb
|
Bug 969757 follow-up, fix two comments, DONTBUILD
|
2014-02-10 20:55:57 -05:00 |
|
Ehsan Akhgari
|
77fa579484
|
Bug 969875 - Use fallible allocations in the URL Classifier some more; r=gcp
|
2014-02-10 20:51:01 -05:00 |
|