Xidorn Quan
1bc3349587
Bug 1160014 part 3 - Backout code from bug 634586. r=jimm
...
The code was for improving fullscreen transition. However, it doesn't seem to
be an improvment anymore. Instead, it causes various bugs like bug 649067,
bug 646374, bug 1053783. Also see bug 634586 comment 33 which shows that this
code causes performance issue on slow machine. According to my test, removing
this code could improve the speed switching to fullscreen from normal mode.
--HG--
extra : source : bc1aca3cb33b6692620f676233ae51402df159b4
2015-07-13 20:44:36 +10:00
Xidorn Quan
68dd069739
Bug 1160014 part 2 - Move some procedures in nsBaseWidget::MakeFullScreen to individual methods. r=roc
...
The two new methods will be reused by code in later patches.
--HG--
extra : source : 3387749f3d18e5c8dc6a6b0dab74903cff7ea57f
2015-07-13 20:44:36 +10:00
Xidorn Quan
de00198603
Bug 1160014 part 1 - Implement common part of fullscreen transition. r=roc,smaug,dao
...
This patch implements the code which is shared by all platforms for
fullscreen transition.
It adds two prefs for the duration of fullscreen transition. They can
also be used to completely suppress the transition.
In addition, this patch uses the newly added prefs to suppress the
transition in all tests which use the DOM fullscreen.
--HG--
extra : source : 54a8b3b7351af89049825598891fd3a1f98d18af
2015-07-13 20:44:36 +10:00
Xidorn Quan
10e83b5fc9
Bug 1160014 part 0 - Avoid explicitly mentioning DOM Fullscreen concept in widget part. r=roc
...
--HG--
extra : source : 6651318bdcd66daa7f3fff2dc53373ecae4761f1
2015-07-13 20:44:36 +10:00
Jon Coppeard
cd9a12feca
Bug 1182428 - Refactor common trace logging code in bytecode compiler r=luke
2015-07-13 11:31:20 +01:00
Jon Coppeard
50a8e7da0d
Bug 1171909 - Check for alloc failure initializing AssemblerBufferWithConstantPools and update error handling ExceptionHandlerBailout r=jandem
2015-07-13 11:31:20 +01:00
Tooru Fujisawa
67b6e3a916
Bug 1172453 - Use TypedOrValueRegister instead of ConstantOrRegister in GetElementIC. r=jandem
2015-07-13 19:29:07 +09:00
Nicolas B. Pierron
1349c81432
Bug 1181558 part 1 - Share the machine state between all SnapshotIterators of the same InlineFrameIterator. r=jandem
2015-07-13 12:24:52 +02:00
Nicolas B. Pierron
542f9ea7c3
Bug 1181558 part 0 - Remove unused SnapshotIterator constructor. r=jandem
2015-07-13 12:24:51 +02:00
Neil Deakin
0d485736df
Bug 1132518, document navigation tests, r=smaug
2015-07-13 06:07:50 -04:00
Neil Deakin
5773c52824
Bug 1132518, add an attribute to the xul document root element to allow focus on document navigation to be retargetted to another element, such as the urlbar, r=smaug,dao
2015-07-13 06:07:50 -04:00
Neil Deakin
eee10c99f2
Bug 1132518, make document navigation with F6/Shift+F6 work in e10s. This combines the document and tab navigation mechanisms together, r=smaug
2015-07-13 06:07:49 -04:00
Neil Deakin
bf46cf123d
Bug 1132518, add a flag to nsIFrameTraversal to skip the popup checks, r=mats
2015-07-13 06:07:49 -04:00
Neil Deakin
8e50272316
Bug 1177000, only consider popups of the same type when determining whether a popup shouldn't reopen, this allows dropdown buttons in popup to reopen properly, r=neil
2015-07-13 06:07:49 -04:00
ProgramFOX
0f2c478684
Bug 1123383 - SIMD (interpreter): remove Clamp. r=bbouvier
2015-07-11 18:06:46 +02:00
Hiroyuki Ikezoe
2dbe94e81f
Bug 1182931
- Expose assert_unreached in subwindows. r=bbirtles
2015-07-12 17:04:00 +02:00
Andre Natal
bcf5768a66
Bug 1182384 - Adding digits in numerical form to standard dictionary. r=smaug
2015-07-09 21:53:00 +02:00
Andrew Comminos
54e637406e
Bug 1178896 - Add support for determining if a plugin is OOP to nsIPluginHost. r=aklotz
2015-07-11 19:08:00 +02:00
David Anderson
fbbb37a9d9
Add monitor information to the telemetry environment. (bug 1175005
part 5, r=gfritzsche)
2015-07-13 01:14:23 -07:00
David Anderson
c706cc9338
Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005
part 3, r=mstange)
2015-07-13 01:12:44 -07:00
David Anderson
90b6f30863
Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005
part 2, r=jimm)
2015-07-13 01:12:41 -07:00
David Anderson
4ac30461dd
Add an nsIGfxInfo function to query monitors. (bug 1175005
part 1, r=mattwoodrow)
2015-07-13 01:12:26 -07:00
Birunthan Mohanathas
0a94911232
Bug 1167418 - Follow-up: Fix bustage
2015-07-12 23:46:04 -07:00
Birunthan Mohanathas
ea9f64788c
Bug 1182824 - Part 2: Make ContextState::dash a nsTArray. r=mattwoodrow
2015-07-12 23:19:12 -07:00
Birunthan Mohanathas
769c8aa560
Bug 1182824 - Part 1: Use move assignment rather than copy assignment with ContextState::dash. r=mattwoodrow
2015-07-12 23:19:12 -07:00
Birunthan Mohanathas
12630feebd
Bug 1167418 - Check AppendElement call in MediaQueryList. r=heycam
...
This preemptively silences an unused result warning.
2015-07-12 23:19:12 -07:00
Birunthan Mohanathas
4b68fd3eeb
Bug 1167418 - Use nsTArray instead of FallibleTArray in MediaQueryList. r=heycam
...
We already use the mozilla::fallible parameter when we want fallibility so
this doesn't actually change anything.
2015-07-12 23:19:12 -07:00
Nicholas Nethercote
a122bb402c
Bug 1182926 - Fix "observer-service-suspect" bustage. r=poiru.
...
--HG--
extra : rebase_source : 3bc89688488a8b0f4c22dd10a7c2a24babd07733
2015-07-12 15:55:27 -07:00
Michael Layzell
976a3a695b
Bug 1182744 - Make MaskLayerImageKey::mLayerCount and its mutators private. r=dholbert
2015-07-12 21:13:42 -07:00
Michael Layzell
155069d388
Bug 1073219 - Use a simple RAII struct instead of nsRefPtr to manage mLayerCount for MaskLayerImageKey. r=dholbert
2015-07-12 21:09:57 -07:00
Nicholas Nethercote
e1824580b7
Bug 1181411 - Test some expected aborts in PLDHashTable. r=glandium.
2015-07-12 18:50:21 -07:00
Jean-Yves Avenard
06b4c853b9
Bug 1182933: Implement MediaReadAt. r=bholley
...
Ensure SilentReadAt seek back to original position even in case of error.
Properly set the MediaByteBuffer length.
2015-07-13 10:36:48 +10:00
Timothy Nikkel
85d58a7d97
Bug 1176156. Make sure images are asked to decode if we are drawing the alt feedback instead of the image. r=seth
...
The Draw() call on the image would normally kick off decoding, but we don't do that if we are drawing the alt feedback instead.
2015-07-12 19:10:07 -05:00
John Daggett
12d9815c6e
Bug 1163488 - use the preprocessor to keep font lang arrays in sync. r=m_kato
...
--HG--
extra : rebase_source : 23f499da2a3590be32018f27f4f27e2186b4f2bc
2015-07-10 23:49:26 +09:00
Xidorn Quan
33c1455032
Bug 1181890 - Center children of ruby content frame if necessary after the bidi reposition. r=jfkthame
...
--HG--
extra : source : db370ccfe5334eae5c4397a8ababab12f0794099
2015-07-13 09:32:15 +10:00
Xidorn Quan
d441030372
Bug 1179939 - Avoid crash if we destroy the pres context during flushing style or layout. r=roc
...
--HG--
extra : source : 07bd43449a372800137d3e82ff1064196e23ea70
2015-07-13 09:32:04 +10:00
Julien Pagès
6a32085ee7
Bug 983821 - 'marionette' cli entrypoint doesn't have access to proper packages. r=dburns
...
--HG--
extra : commitid : EF5ytBCZpuw
extra : rebase_source : 3ec79224fb63ba722c28e7bf00ab76bad721bcff
2015-07-11 08:05:51 +02:00
Masayuki Nakano
76a33e0454
Bug 1176950 nsTextStore should keep storing locked content until NOTIFY_IME_OF_COMPOSITION_UPDATE is notified r=emk
2015-07-12 18:56:23 +09:00
Jim Chen
8de81ac7d8
Bug 1178850 - Clobber; r=me
2015-07-11 15:46:59 -04:00
Jim Chen
56938c8fc9
Bug 1178850 - Update generated files; r=me
2015-07-10 23:41:36 -04:00
Jim Chen
876ede193f
Bug 1178850 - Copy generated natives header; r=nalexander
...
Copy the natives header from the objdir to the source directory,
along with the generated wrapper files from before.
The patch also removes saving the originals to .old files to avoid
producing untracked files in the source tree.
2015-07-10 23:41:36 -04:00
Jim Chen
788c0ad4c8
Bug 1178850 - Add supporting classes for native JNI calls; r=snorp
2015-07-10 23:41:36 -04:00
Jim Chen
2a96b6bc16
Bug 1178850 - Generate naive method bindings in annotation processor; r=snorp
2015-07-10 23:41:35 -04:00
Jim Chen
42c05f4a28
Bug 1178850 - Make mozilla::jni::Param more intuitive to use; r=snorp
2015-07-10 23:41:35 -04:00
Ehsan Akhgari
59e89cba9d
Bug 1180535 - Dispatch the media-playback notification when navigating away from a page that has a media element playing; r=baku
...
When navigating away from a document, we mute the playing media elements
through the NotifyOwnerDocumentActivityChanged() notification.
Sometimes, that function may notify the audio channel agent through its
call to AddRemoveSelfReference() which may call
UpdateAudioChannelPlayingState() and notify the agent, but when we're
navigating away from the page, playingThroughTheAudioChannel will always
be equal to mPlayingThroughTheAudioChannel, which causes us to not
notify the audio channel agent.
This patch fixes this by separating NotifyOwnerDocumentActivityChanged()
from its internal consumers, and forcefully notifying the audio channel
agent when we navigate away.
2015-07-11 13:16:39 -04:00
Ehsan Akhgari
cc1bfa080c
Bug 1113086 follow-up: Remove TestAudioChannelService from cppunittest.init
2015-07-11 13:15:12 -04:00
Carsten "Tomcat" Book
7cac0b07d0
Backed out changeset 8c0e88129206 (bug 1176158) for bustage
...
--HG--
extra : rebase_source : 4f3ce4538852bee5b18db6326982e8483ec8fbbe
2015-07-11 16:34:31 +02:00
Bobby Holley
260bd0121f
Bug 1180921 - Support custom callbacks for allowing access per-addon load access to cross-origin URIs. r=bz,r=billm
2015-07-11 10:32:56 -04:00
Bobby Holley
8dafae9b4d
Bug 1180921 - Create a dumping ground for simple services in toolkit/components/utils. r=Gijs
2015-07-11 10:32:56 -04:00
Bobby Holley
94c6f14615
Bug 1180921 - Add the addonId OriginAttribute. r=bholley
2015-07-11 10:32:55 -04:00