Blake Kaplan
|
2511e9f44d
|
Bug 912044 - Initialize rv so we don't use it uninitialized. r=bz
|
2013-09-03 16:59:11 +02:00 |
|
Eitan Isaacson
|
894515ad95
|
Bug 795984 - Implement speech output with Web Speech API. r=yzen
|
2013-09-03 16:06:22 +03:00 |
|
Raymond Lee
|
075f79d3a3
|
Bug 627487 - Bookmark JSON backup should contain new-style GUIDs. r=mano
|
2013-09-03 11:56:25 +08:00 |
|
Po-Chun Chang
|
752524a532
|
Bug 908527 - Avoid wasted work in PSM_SSL_BlacklistDigiNotar(). r=cviecoo
|
2013-09-03 08:55:52 -04:00 |
|
Andrea Marchesini
|
177b65d83a
|
Bug 677638 - MessageChannel and MessagePort disabled by pref, r=smaug
|
2013-09-03 14:39:03 +02:00 |
|
Andrea Marchesini
|
99339eb328
|
Bug 677638 - unshipped message port queue, r=smaug
|
2013-09-03 14:39:01 +02:00 |
|
Andrea Marchesini
|
7fb712e638
|
Bug 677638 - cycle collection and timeout, r=smaug
|
2013-09-03 14:38:58 +02:00 |
|
Andrea Marchesini
|
66418bbbe5
|
Bug 677638 - Start() method
|
2013-09-03 14:38:56 +02:00 |
|
Andrea Marchesini
|
1b6e3e25d2
|
Bug 677638 - MessagePort.PostMessage
|
2013-09-03 14:38:54 +02:00 |
|
Andrea Marchesini
|
b1842412ca
|
Bug 677638 - MessagePorts in Structured Clone Algorithm, r=smaug
|
2013-09-03 14:38:51 +02:00 |
|
Andrea Marchesini
|
56512865a8
|
Bug 677638 - Patch 1 - MessageChannel and MessagePort interfaces, r=smaug
|
2013-09-03 14:38:49 +02:00 |
|
Masayuki Nakano
|
7cf113d44d
|
Bug 910978 part.19 Implement nsMutationEvent::AssignMutationEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
2617307439
|
Bug 910978 part.18 Implement nsAnimationEvent::AssignAnimationEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
2c54be8896
|
Bug 910978 part.17 Implement nsTransitionEvent::AssignTransitionEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
ea85699bf2
|
Bug 910978 part.16 Implement nsSimpleGestureEvent::AssignSimpleGestureEventData() r=smaug
|
2013-09-03 20:45:30 +09:00 |
|
Masayuki Nakano
|
e8b636382b
|
Bug 910978 part.15 Implement nsFocusEvent::AssignFocusEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
28c40b5168
|
Bug 910978 part.14 Implement nsUIEvent::AssignUIEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
92eeafbf0c
|
Bug 910978 part.13 Implement nsClipboardEvent::AssignClipboardEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
c526ae0d7d
|
Bug 910978 part.12 Implement nsCommandEvent::AssignCommandEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
4ac6b2750d
|
Bug 910978 part.11 Implement nsFormEvent::AssignFormEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
07a0012553
|
Bug 910978 part.10 Implement nsTouchEvent::AssignTouchEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
aeee25cf0b
|
Bug 910978 part.9 Implement widget::WheelEvent::AssignWheelEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
2ce0c3d82d
|
Bug 910978 part.8 Implement nsMouseScrollEvent::AssignMouseScrollEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
f2b7ea09af
|
Bug 910978 part.7 Implement nsCompositionEvent::AssignCompositionEventData() r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
46fa9e9ca2
|
Bug 910978 part.6 Implement nsTextEvent::AssignTextEventData() and make nsTextEvent not a derived class of nsInputEvent because nobody uses the stored data r=smaug
|
2013-09-03 20:45:29 +09:00 |
|
Masayuki Nakano
|
2e5e9a05a2
|
Bug 910978 part.5 Implement nsDragEvent::AssignDragEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
e81bcf7542
|
Bug 910978 part.4 Implement nsScrollAreaEvent::AssignScrollAreaEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
655a3b24fe
|
Bug 910978 part.3 Implement nsScrollPortEvent::AssignScrollPortEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
843d62f529
|
Bug 910978 part.2 Remove nsScrollbarEvent because its member is never used r=smaug+roc
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
d0e6aba193
|
Bug 910978 part.1 Implement nsScriptErrorEvent::AssignScriptErrorEventData() r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Masayuki Nakano
|
dbd118e0fe
|
Bug 910978 part.0 Fix wrong indent in test_assign_event_data.html r=smaug
|
2013-09-03 20:45:28 +09:00 |
|
Andrea Marchesini
|
4736303ac6
|
Bug 911085 - Workers postMessage has to set its return value, r=mrbkap
|
2013-09-03 13:22:31 +02:00 |
|
Ed Morley
|
4eb8e8c6f5
|
Merge mozilla-central and inbound
|
2013-09-03 12:15:19 +01:00 |
|
Ed Morley
|
427bdca920
|
Merge latest green fx-team changeset and mozilla-central
|
2013-09-03 12:13:40 +01:00 |
|
Ed Morley
|
f5a01c7e10
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-09-03 12:11:50 +01:00 |
|
Paul Rouget
|
982380517e
|
Bug 777972 - [responsive mode] translate click events to touch events. r=mratcliffe
|
2013-09-03 09:15:51 +02:00 |
|
Paul Rouget
|
a36b0c91c5
|
Bug 777972 - [responsive mode] translate click events to touch events. r=mratcliffe
|
2013-09-03 09:15:51 +02:00 |
|
Paul Rouget
|
465c9ea64d
|
Bug 777972 - [responsive mode] translate click events to touch events. r=smaug
|
2013-09-03 09:15:51 +02:00 |
|
Paul Rouget
|
ad0c1a11ba
|
Bug 908003 - [responsive mode] Better precision during resizing. r=mratcliffe
|
2013-09-03 09:15:51 +02:00 |
|
Paul Rouget
|
0cfd77d628
|
Bug 849236 - Add a screenshot button to the responsive mode. r=mratcliffe
|
2013-09-03 09:15:51 +02:00 |
|
Gaia Pushbot
|
0493380e7e
|
Bumping gaia.json for 2 gaia-central revision(s)
========
https://hg.mozilla.org/integration/gaia-central/rev/d9f759cc1093
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #11806 from crdlc/bug-896873
Bug 896873 - [B2G][Helix][Icon]After upgrade the OS, all of the icons are grey
========
https://hg.mozilla.org/integration/gaia-central/rev/1fa989916b01
Author: crdlc <crdlc@tid.es>
Desc: Bug 896873 - [B2G][Helix][Icon]After upgrade the OS, all of the icons are grey
|
2013-09-02 23:55:21 -07:00 |
|
John Daggett
|
24692768fa
|
Bug 911884 - log 8-bit textruns as well as 16-bit ones. r=mkato
|
2013-09-03 12:42:20 +09:00 |
|
Joshua Cranmer
|
24cd627eda
|
Bug 910540 - Add moz.build logic for major library variables, r=glandium.
|
2013-09-02 22:04:25 -05:00 |
|
Gaia Pushbot
|
2d50e852da
|
Bumping gaia.json for 2 gaia-central revision(s)
========
https://hg.mozilla.org/integration/gaia-central/rev/e4e28ac6f7a1
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11882 from yurenju/911659
Bug 911659 - build script settings.js would return error when setting GA... r=@timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/a03631441769
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 911659 - build script settings.js would return error when setting GAIA_DEV_PIXELS_PER_PX=1.5
|
2013-09-02 20:00:22 -07:00 |
|
Chris Double
|
f3ca32275b
|
Bug 845734 - Remove Sony devices from JellyBean Stagefright blocklist - r=bjacob
|
2013-09-03 14:39:41 +12:00 |
|
Chris Double
|
724c3bec8b
|
Bug 818363 - Remove SGH-T989 from stagefright blocklist - r=bjacob
|
2013-09-03 14:38:52 +12:00 |
|
Chris Double
|
b034b6ad42
|
Bug 888816 - Log android device information before checking for stagefright blocklist - r=edwin
|
2013-09-03 14:37:51 +12:00 |
|
Chris Double
|
987aac078d
|
Bug 888802 - Whitelist Sony Gingerbread devices for Stagefright OMX video decoding - r=bjacob
|
2013-09-03 14:36:48 +12:00 |
|
Chris Double
|
4345e48b69
|
Bug 888786 - Part 3: Remove Sony ICS device OMX workarounds in toolkit - r=khuey
|
2013-09-03 14:36:20 +12:00 |
|
Chris Double
|
b2215cf731
|
Bug 888786 - Part 2: Remove Sony specific OMX plugin from Android packaging - r=mark.finkle
|
2013-09-03 14:36:07 +12:00 |
|