Commit Graph

209978 Commits

Author SHA1 Message Date
Gina Yeh
4d98afa8b4 Bug 989198, Patch 3: Dispatch BeforeAfterKeyboardEvent on b2g, r=smaug
---
 b2g/app/b2g.js                   |    3 +
 content/base/src/nsGkAtomList.h  |    4 +
 dom/events/EventNameList.h       |   16 +++
 dom/events/EventStateManager.cpp |    6 +
 dom/ipc/PBrowser.ipdl            |    2 +
 dom/ipc/TabChild.cpp             |    6 +-
 dom/ipc/TabParent.cpp            |   24 ++++
 dom/ipc/TabParent.h              |    1 +
 layout/base/nsIPresShell.h       |   12 +-
 layout/base/nsPresShell.cpp      |  250 ++++++++++++++++++++++++++++++++++++++
 layout/base/nsPresShell.h        |   26 ++++
 modules/libpref/init/all.js      |    3 +
 12 files changed, 350 insertions(+), 3 deletions(-)
2014-10-14 15:09:24 +08:00
Gina Yeh
1b122bd47c Bug 989198, Patch 2: Implementation of BeforeAfterKeyboardEvent, sr=smaug, r=masayuki.
---
 dom/events/BeforeAfterKeyboardEvent.cpp          |   92 ++++++++++++++++++++++
 dom/events/BeforeAfterKeyboardEvent.h            |   45 +++++++++++
 dom/events/EventDispatcher.cpp                   |    3 +
 dom/events/KeyboardEvent.cpp                     |   60 ++++++++------
 dom/events/KeyboardEvent.h                       |    8 +-
 dom/events/moz.build                             |    2 +
 dom/events/test/test_all_synthetic_events.html   |    4 +
 dom/interfaces/events/nsIDOMEvent.idl            |    7 ++
 dom/tests/mochitest/general/test_interfaces.html |   48 ++++++-----
 dom/webidl/BeforeAfterKeyboardEvent.webidl       |   24 ++++++
 dom/webidl/moz.build                             |    1 +
 11 files changed, 250 insertions(+), 44 deletions(-)
 create mode 100644 dom/events/BeforeAfterKeyboardEvent.cpp
 create mode 100644 dom/events/BeforeAfterKeyboardEvent.h
 create mode 100644 dom/webidl/BeforeAfterKeyboardEvent.webidl
2014-10-14 15:09:20 +08:00
Gina Yeh
eb77673e06 Bug 989198, Patch 1: Implementation of InternalBeforeAfterKeyboardEvent, r=smaug,masayuki
---
 widget/BasicEvents.h              |    5 +++
 widget/EventClassList.h           |    1 +
 widget/TextEvents.h               |   72 +++++++++++++++++++++++++++++++++++--
 widget/nsGUIEventIPC.h            |   31 ++++++++++++++++
 widget/shared/WidgetEventImpl.cpp |    4 +++
 5 files changed, 111 insertions(+), 2 deletions(-)
2014-10-14 15:09:15 +08:00
David Major
cd9da5fa26 Bug 1061335 - Part 3: Switch Win32 builders to VS2013. r=glandium sr=bsmedberg 2014-10-14 15:31:23 +13:00
Randell Jesup
d37b3935de Backed out changesets ef6465b02d0d f749e3f70ffc ecd54a3fbfdd 8f472a850073 (bug 879717) 2014-10-13 22:18:22 -04:00
Wes Kocher
329a0340a9 Merge m-c to inbound a=merge 2014-10-13 19:02:56 -07:00
Wes Kocher
db5d66421b Merge inbound to m-c a=merge 2014-10-13 18:50:20 -07:00
Jed Davis
ef387cb133 Bug 1080077 - For sandbox failures with no crash reporter, log the C stack. r=kang
This is mostly for ASAN builds, which --disable-crash-reporter, but also
fixes a related papercut: debug builds don't use the crash reporter
unless overridden with an environment variable.

Note: this is Linux-only, so NS_StackWalk is always part of the build;
see also bug 1063455.
2014-10-13 18:48:17 -07:00
L. David Baron
7c354b4dcb Bug 1082265 followup - Remove obsolete comment. DONTBUILD 2014-10-13 18:33:52 -07:00
L. David Baron
2ac29159ad Bug 1082265 - Rewrite split-profile.pl in python.
This adds arguments for the paths to jprof, the program being profiled,
and the jprof profile itself, so I don't need to modify my local copy of
split-profile.pl to fix those.

DONTBUILD

--HG--
extra : transplant_source : %97%D5%A6%1C%A86%5E%AC%F7%FB%A7%8D%B0L%1D%17%FDK%EA%9F
2014-10-13 18:20:21 -07:00
Wes Kocher
ce0016ab89 Merge fx-team to m-c a=merge 2014-10-13 18:15:04 -07:00
Wes Kocher
834c806456 Merge b2g-inbound to m-c a=merge 2014-10-13 18:06:32 -07:00
Chris Pearce
d0653badc3 Bug 1067216 - Make MediaKeys.isTypeSupported() more accurate. r=edwin,jesup 2014-10-14 13:52:56 +13:00
Seth Fowler
5ac2fe1151 Bug 1081683 - Check for table cells correctly when warning about positioned table parts. r=bz
--HG--
extra : rebase_source : 0c69d17fbfcf3dd1273abf16988c70245522b349
2014-10-13 15:49:16 -07:00
Benoit Jacob
102677e494 Bug 1081125 - WebGL2 3D textures - Part 4: implement texSubImage3D - r=jgilbert 2014-10-13 19:42:29 -04:00
Benoit Jacob
0b658f4465 Bug 1081125 - WebGL2 3D textures - Part 3: implement texStorage3D - r=jgilbert 2014-10-13 19:42:24 -04:00
Benoit Jacob
42de88496d Bug 1081125 - WebGL2 3D textures - Part 2: update our texture state tracking to handle 3D textures - r=jgilbert 2014-10-13 19:42:20 -04:00
Benoit Jacob
6cdd5cd2e5 Bug 1081125 - WebGL2 3D textures - Part 1: add WebGLTexDimensions enum instead of using plain ints to distinguish between 2D and 3D calls - r=jgilbert 2014-10-13 19:42:15 -04:00
Benoit Jacob
cde77c90a6 Bug 1081125 - WebGL2 3D textures - Part 0: stop using plain ints for jsArrayTypes - r=jgilbert 2014-10-13 19:42:11 -04:00
Edwin Flores
5d4a2257e8 Bug 1082239 - Disable gizmo-frag-cencinit.mp4 test case on test_encryptedMediaExtensions.html on a CLOSED TREE - r=bustage 2014-10-14 13:03:24 +13:00
Tim Taubert
03d2054fbd merge m-c to fx-team 2014-10-13 22:59:15 +02:00
Tim Taubert
07d5382b19 merge m-c to fx-team; a=merge 2014-10-13 22:58:30 +02:00
Mark Banner
93926b5dbd Bug 1077518 Standalone link clicker UI needs a beta tag. r=dmose 2014-10-13 21:53:33 +01:00
Dave Townsend
e1f393f829 Bug 1079444: Correct a typo in the landing of this bug. 2014-10-13 13:51:25 -07:00
Jared Wein
0d9ae88b2b Bug 1081029 - Standalone link clicker call state in the page title (tab name). r=dmose 2014-10-13 16:33:43 -04:00
David Burns
04f21ec533 Bug 1073539: Add the ability to set capabilities into Marionette; r=jgriffin 2014-10-13 20:40:34 +01:00
Jan Varga
eb5e098231 Bug 1056939 - indexedDB.open fails for certain database names - part 2; r=bent 2014-10-13 21:12:25 +02:00
Ben Turner
2276516709 Bug 1056939 - indexedDB.open fails for certain database names - part 1; r=janv 2014-10-13 21:12:12 +02:00
Margaret Leibovic
63898b332b Bug 889351 - Show more details in reading list row. r=lucasr 2014-10-13 15:09:34 -04:00
vivek
39d4ca5f53 Bug 919748 - Make sure bottom divider shows on reading list. r=margaret 2014-10-13 14:54:02 -04:00
Margaret Leibovic
6212542bc2 backout db6c7114b913 for wrong patch author 2014-10-13 15:07:10 -04:00
Margaret Leibovic
bf195f9ae3 Bug 1079817 - Compare add-on id instead of add-on object when checking to see if current add-on was unisntalled. r=mfinkle 2014-10-13 14:54:06 -04:00
Margaret Leibovic
d4c80bc27e Bug 919748 - Make sure bottom divider shows on reading list. r=margaret 2014-10-13 14:54:02 -04:00
Wes Kocher
93583e2896 Backed out changeset d975d5a0f6ce (bug 1081686) for b2g/android mochitest-1 bustage 2014-10-13 11:40:19 -07:00
B2G Bumper Bot
816166d3da Bumping manifests a=b2g-bump 2014-10-13 11:22:27 -07:00
B2G Bumper Bot
d2f41fe8c4 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/291b607f32e6
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1079211 - [v2.2] Disable test_unlock_to_camera_with_passcode because of Bug 1078270"

This reverts commit 73fc42c81419ddc819782d34acc17be1982f1175.
2014-10-13 11:20:43 -07:00
Lisa Hewus Fresh
38f5dc614a Bug 589320 - Remove unused _MOZ_LOG macro. r=smaug 2014-10-13 11:06:49 -07:00
Brian Hackett
7bf514f41b Bug 1077514 - Execute regexps in the bytecode interpreter if the initial JIT execution was interrupted, r=jandem. 2014-10-13 10:46:38 -07:00
ffxbld
a85439ff9b Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2014-10-13 13:39:31 -04:00
ffxbld
e38a4bec19 No bug - Tagging mozilla-central cec1a116c4f9 with FIREFOX_AURORA_35_BASE a=release DONTBUILD CLOSED TREE 2014-10-13 13:37:55 -04:00
Paul Rouget
65012f74ed Bug 1056923 - WebIDE launch button: strings. r=flod a=Sylvestre 2014-10-13 19:26:18 +02:00
B2G Bumper Bot
7d02a790e3 Bumping manifests a=b2g-bump 2014-10-13 09:21:58 -07:00
B2G Bumper Bot
32432881d8 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e0398f4fd796
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #25089 from vingtetun/pulldown-try5

Bug 1061969 - [Camera] Pulling down the status bar while in the camera app is very sluggish

========

https://hg.mozilla.org/integration/gaia-central/rev/7ce39601fd89
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1061969 - Set the app to inactive when the user interact with something else. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/afff1ee04a44
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1061969 - Ensure the application priority is updated when the application is not visible for the screen reader. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/3e076c76a13c
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1061969 - Do not forward events when the utility tray is opened. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/b0be1edb1f7b
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc:  Bug 1061969 - Avoid extra repaints when showing the statusbar. r=cwiiis
2014-10-13 09:15:49 -07:00
Sylvestre Ledru
b195bd8153 Bug 1081935 - Missing UUID bump. r=gavin a=me 2014-10-13 17:27:42 +02:00
Sylvestre Ledru
a80b277936 Bug 1081935 - Missing UUID bump. r=dragana a=me 2014-10-13 17:27:38 +02:00
Sylvestre Ledru
c177b5314c Bug 1081935 - Missing UUID bump. r=smaug a=me 2014-10-13 17:27:34 +02:00
Sylvestre Ledru
6759faf31d Bug 1081935 - Missing UUID bump. r=gavin a=me 2014-10-13 17:27:05 +02:00
Andrea Marchesini
47513e938e Bug 1081686 - WebSocket can be still accessible once it is disconnected, r=smaug
--HG--
rename : content/base/test/test_websocket_hello.html => content/base/test/test_bug1081686.html
2014-10-13 18:22:09 +01:00
Ben Turner
dc90e35629 Bug 1080867 - Tighten up threadsafety guarantees surrounding remote blobs. r=khuey. 2014-10-13 09:55:52 -07:00
Nicolas B. Pierron
8b7c141c5e Bug 1070962 part 6 - IonBailoutIterator no longer inherit from JitFrameIterator. r=jandem 2014-10-13 17:34:01 +02:00