Commit Graph

229803 Commits

Author SHA1 Message Date
Masayuki Nakano
08fdbb2ac3 Bug 1119609 part.8 nsITextInputProcessor.keydown() and nsITextInputProcessor.keyup() should be able to only modify its modifier state without dispatching key events r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
1d6da0c4e1 Bug 1119609 part.7 Make TextInputProcerros possible to share modifier state r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
be3248be75 Bug 1119609 part.6 TextInputProcessor should manage modifier key state and set it to dispatching key events automatically r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
a05a4768db Bug 1119609 part.5 Compute KeyboardEvent.location and .keyCode if they are 0 r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
b6df689270 Bug 1119609 part.4 Add keydown() and keyup() to nsITextInputProcessor r=smaug, sr=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
0b52432e63 Bug 1119609 part.3 Implement converting methods from key/code value to key/code name index r=smaug 2015-02-19 15:50:19 +09:00
Masayuki Nakano
e4ba074794 Bug 1119609 part.2 Don't dispatch keyboard events from TextEventDispatcher if there is a composition r=smaug 2015-02-19 15:50:18 +09:00
Masayuki Nakano
076ffafc55 Bug 1119609 part.1 Implement key event dispatcher in TextEventDispatcher r=smaug 2015-02-19 15:50:18 +09:00
Nicholas Nethercote
22d6e0e15e Bug 1132802 - Add more assertions to pldhash.cpp. r=froydnj.
The use of |new| in PL_NewDHashTable() is necessary to avoid the new
assertions in Init() from failing.

--HG--
extra : rebase_source : 63cf962ce146142b72ffa0d6fcd3d8af1ec88bca
2015-02-11 20:24:33 -08:00
Paul Adenot
73eff55c70 Bug 1124411 - Add timeout when calling WaitForMultipleObjects to wallpaper over a deadlock. r=kinetik 2015-02-19 19:35:07 +13:00
Matthew Gregan
105a5fe5a9 Bug 1134102 - Move cubeb's stream reconfiguration to render thread. r=padenot 2015-02-18 18:43:07 +13:00
Paul Adenot
2132f349ef Bug 1133190 - Don't use auto_unlock in paths where lock is being destroyed. r=kinetik 2015-02-19 19:35:06 +13:00
Paul Adenot
f14f01de7c Bug 1132034 - Properly round the number of frame for the accumulating clock in WASAPI. r=kinetik 2015-02-19 19:35:06 +13:00
Matthew Gregan
63e02bda77 Bug 1134078 - Don't restart stopped cubeb streams when handling device change notifications. r=padenot 2015-02-18 16:06:55 +13:00
Alexander Surkov
74e29eda87 Bug 1133322 - tweak shutdown procedure for accessibles maintaining own trees, r=yzen 2015-02-18 23:37:32 -05:00
Chris Peterson
103c90dee6 Bug 1133900 - Only collect JS telemetry for web content (not add-on or chrome JS). r=jandem 2015-02-17 11:00:02 -08:00
Chris Peterson
5787806564 Bug 1133286 - Remove nonstandard expression closures from docshell/test. r=bz 2015-01-24 23:54:17 -08:00
Michael Schloh von Bennewitz
d5ac641e47 Bug 1123480 - Component: widget nsTransferable private browsing correction. r=jdm
This patch mitigates violation of private browsing disk access. The DataStruct API and implementation is modified to obey private browsing design when used by objects such as nsTransferable (during clipboard data caching for example.)

Without this patch, a user is misled by use of private browsing when copying (or in some case just selecting) large blocks of text. A condition (presently hard coded at one million bytes kLargeDatasetSize) produces a cache file on disk regardless of whether private browsing is in use. This violates Mozilla's design (documented online at https://support.mozilla.org/kb/private-browsing-browse-web-without-saving-info/ and https://wiki.mozilla.org/PrivateBrowsing) This patch simply corrects the violation, discovered and resolved by the Tor Browser community.
2015-02-18 06:52:00 -05:00
Cykesiopka
9d854c725f Bug 1097622 - Add test cases for certs that have notBefore times earlier than the UNIX epoch. r=dkeeler 2015-02-17 06:15:00 -05:00
Cykesiopka
46f192d5a1 Bug 1097622 - Return ERROR_INVALID_TIME when decoding invalid time values. r=dkeeler 2015-02-18 15:56:00 -05:00
Cykesiopka
e2b4441c11 Bug 1097622 - Rename (mE|e)rrorCodeExpired variables to (mE|e)rrorCodeTime. r=dkeeler 2015-02-17 06:12:00 -05:00
Nils Ohlmeier [:drno]
efe100d8e2 Bug 1089798 - MediaStream ID tests. r=bwc 2015-02-17 22:54:00 -05:00
Nils Ohlmeier [:drno]
0f02ec446f Bug 1089798 - Implemenation of MediaStream IDs. r=bwc 2015-02-17 22:52:00 -05:00
Nils Ohlmeier [:drno]
ff3e33cef1 Bug 1089798 - Add id to MediaStream. r=bwc, r=smaug 2015-02-05 11:03:00 -05:00
Jean-Yves Avenard
11982f3b63 Bug 1130450: Properly handle MP4 with Apple QT extension. r=k17e 2015-02-19 15:37:11 +13:00
Jean-Yves Avenard
5b7f2b56ed Bug 1133633: Part1. Add logging reporting if we are using HW accelerated decode. r=rillian 2015-02-19 15:37:08 +13:00
Boris Zbarsky
f3462eb762 Bug 1134149. Throw the exception the spec calls for when withCredentials is set on a sent XMLHttpRequest object. r=ms2ger 2015-02-18 20:56:21 -05:00
Boris Zbarsky
84fb273e07 Bug 1134013. Add a version of branchTestObject that takes an Address. r=jandem 2015-02-18 20:56:21 -05:00
Ryan VanderMeulen
02e1677528 Merge m-c to inbound. a=merge 2015-02-18 20:35:37 -05:00
Josh Matthews
be893961ee Bug 1065216 - Dispatch a fetch event to workers when controlled pages initiate a network load. r=baku,mayhemer,smaug 2015-02-18 20:34:29 -05:00
Ryan VanderMeulen
5523a73430 Backed out changeset d77323edbdec (bug 1117977) for Nexus 5-L bustage. 2015-02-18 20:33:02 -05:00
Ryan VanderMeulen
f6cd16df92 Merge inbound to m-c. a=merge 2015-02-18 20:29:54 -05:00
Ryan VanderMeulen
e76d1fe1e6 Merge fx-team to m-c. a=merge 2015-02-18 20:13:02 -05:00
Miles Rakestraw
3ff6eef1db Bug 1126290 - Removed PAN_THRESHOLD from JavaPanZoomController, replaced with PanZoomController.PAN_THRESHOLD. r=kats 2015-02-18 13:19:34 -08:00
B2G Bumper Bot
c7fb14a2f9 Bumping manifests a=b2g-bump 2015-02-18 12:53:00 -08:00
B2G Bumper Bot
b104e06c87 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/42da22fe3d59
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #28289 from gaye/retry-handle-bad-marionette-mocha-output

Add logging and error to retry script for case when marionette-mocha output is missing a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/67df20d88567
Author: gaye <gaye@mozilla.com>
Desc: Fix regexp

========

https://hg.mozilla.org/integration/gaia-central/rev/c8767c4c6123
Author: gaye <gaye@mozilla.com>
Desc: Add logging and error to retry script for case when marionette-mocha output is missing epilogue

========

https://hg.mozilla.org/integration/gaia-central/rev/154f65bb243a
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #28156 from zbraniecki/1132038-l10n-allows-values-to-be-empty

Bug 1132038 - [L10n] Allow values to be empty. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/190f1efccabc
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1132038 - [L10n] Allow values to be empty

========

https://hg.mozilla.org/integration/gaia-central/rev/e1bbd8f687b9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1129584 - merge pull request #28036 from davidflanagan:bug1129584.3 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/052021141503
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1129584 - initialize MediaDB and start creating thumbnails sooner
2015-02-18 12:50:35 -08:00
Christoph Kerschbaumer
7069ca832a Bug 1109910 - Move LoadInfo from docShell into Necko (r=sicking,sworkman)
--HG--
rename : docshell/base/LoadInfo.cpp => netwerk/base/LoadInfo.cpp
rename : docshell/base/LoadInfo.h => netwerk/base/LoadInfo.h
rename : docshell/base/nsILoadInfo.idl => netwerk/base/nsILoadInfo.idl
2015-02-18 12:34:13 -08:00
Xidorn Quan
0be5a5354e Bug 1133384 - Add -MaxILKSize to LDFLAGS for MSVC to avoid LNK1248 error. r=glandium
--HG--
extra : source : 6a79ec902a458bf52ea6d25d5eb3f5dc5c601153
2015-02-19 10:29:35 +13:00
B2G Bumper Bot
4ad2c8d7d7 Bumping manifests a=b2g-bump 2015-02-18 12:27:21 -08:00
B2G Bumper Bot
d878ced6a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c1ba29d642f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1130975 - merge pull request #28184 from mcav:clock-tabs-rtl to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/223a5d231bfe
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1130975 - [Clock] Tabs are shown in English before l10n loads.
2015-02-18 12:24:54 -08:00
B2G Bumper Bot
60d9ab60ad Bumping manifests a=b2g-bump 2015-02-18 11:46:24 -08:00
Max Li
3125bf6b94 Bug 1134092 - Content area inaccessible on Android. r=nalexander 2015-02-18 14:45:48 -05:00
Ryan VanderMeulen
3473d55833 Backed out 7 changesets (bug 1106935) for Android API9 mass-fails on a CLOSED TREE.
Backed out changeset f8366cf7e7c8 (bug 1106935)
Backed out changeset efa9411df1c4 (bug 1106935)
Backed out changeset f292df38d7eb (bug 1106935)
Backed out changeset 319511aa757a (bug 1106935)
Backed out changeset 78cb4369b396 (bug 1106935)
Backed out changeset fb066050757e (bug 1106935)
Backed out changeset 9080887b3cc4 (bug 1106935)

--HG--
rename : mobile/android/base/resources/drawable-hdpi/favicon_globe.png => mobile/android/base/resources/drawable-hdpi/favicon.png
rename : mobile/android/base/resources/drawable-large-hdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-mdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xhdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/toolbar_favicon_default.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_default_favicon.png
rename : mobile/android/base/resources/drawable-mdpi/favicon_globe.png => mobile/android/base/resources/drawable-mdpi/favicon.png
rename : mobile/android/base/resources/drawable-xhdpi/favicon_globe.png => mobile/android/base/resources/drawable-xhdpi/favicon.png
2015-02-18 16:30:40 -05:00
Shane Caraveo
8c51a51ac6 bug 1134315 use service origin in activation panel when activating from directory, r=jaws 2015-02-18 13:19:51 -08:00
B2G Bumper Bot
f54db9dc20 Bumping manifests a=b2g-bump 2015-02-18 10:06:59 -08:00
B2G Bumper Bot
c58b9dc2e5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f8eccb546d6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1134178 - merge pull request #28284 from julienw:1134178-fix-bad-english to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/b899e83f67c6
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1134178 - [Messages] Fix bad english r=azasypkin
2015-02-18 10:04:20 -08:00
B2G Bumper Bot
5b0b2fd469 Bumping manifests a=b2g-bump 2015-02-18 08:47:32 -08:00
B2G Bumper Bot
a8da8982c9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fbf9ae2e954d
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1125095 - merge pull request #28079 from sfoster:task-manager-polish-bug-1125095 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/06deeec8b835
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1125095 - Task manager/tab view button tray polish
2015-02-18 08:45:08 -08:00
B2G Bumper Bot
9b508b82bb Bumping manifests a=b2g-bump 2015-02-18 07:47:08 -08:00
B2G Bumper Bot
afe767a3ad Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd0a6174128f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1129701 - merge pull request #28256 from anefzaoui:bug-1129701 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/bc24f6b48904
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 1129701 - [RTL][Rocket Bar] Settings icon is not on the right side of 'No internet connection'

========

https://hg.mozilla.org/integration/gaia-central/rev/c18a776a6760
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1064148 - merge pull request #27430 from anefzaoui:bug-1064148-1 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/dcc7df4e0fb0
Author: Ahmed Nefzaoui <nefzaoui.ahmed@hotmail.com>
Desc: Bug 1064148 - [RTL] Notifications Open button misplaced
2015-02-18 07:44:23 -08:00